How do you do BDC?
Answers were Sorted based on User's Feedback
Answer / krishna
by USING SHDB TRANSACTION CODE,WE WILL START THE
RECORDING.THROUGH THIS WE WILL PROCESS THE CODE TO REPORT
PROGRAMMING & WRITE THE PROGRAM.THROUGH CALL TRANSACTION WE
WILL SEND DATA TO DATABASE DIRECTLY.
BUT BY USING SESSIONMETHOD WILL WILL PROCEES THE SAME
PROCESS & AFTER EXECUTING THE REPORT PROGRAMMING WE WILL GO
TO SM35 TRANSACTION CODE & RECORD THE DATA TO THE DATABASE
TABLE.
Is This Answer Correct ? | 1 Yes | 1 No |
BDC-Batch Data Conversion/Communication.
By using BDC we can transfer data from non-sap to sap system
or sap to non-sap system.
for this we have to perform 2 steps:
1. Uploading/Downloading Data.
2. Mapping Logic(for validations).
we have some predefined methods for Mapping Logic ..
1.Session Methos.
2.CallTransaction Method.
3.Recording ..
Is This Answer Correct ? | 1 Yes | 1 No |
What in script controlling? what are the events in maintenance view:
Is it possible to bring select option in module pool screens?
what are various ways of triggering a new page in reports ?
when is the POV AND POH event used?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
How do you validate the selection criteria of a report? And how do you display initial
1.Have you created custom table? Do you always use existing data elements and domains or create new ones? whatis the transaction code to see existing data elements and domains? 2.Performance wise inner join is better or For..ALL entries? why? 3.Where will you place data element domain and field together in an ABAP Program? 4.How will you pass the data/programs from one system to other system? 5.How will you print TOP-OF-PAGE in ALV Report?How will you make ALV Report interactive? 6.In Interactive report if i try to go to 20th list and my report has only 19 list what will be output? 7.Have you worked on Function Modules?How will you raise EXCEPTIONS in function modules? 8.Why you say Call transaction is faster than session? 9.How the business is carried out in your organisation?How did you get specs for coding ? Explain me complete step by step scenario from client deciding to switch SAP to your role of coding and after coding explain me how the object reaches back to client? Dont explain me about 5 phases like Business blueprint,realization etc? 10.To find User exit in SD module we can use development class VMOD and find out related exits. Which development class you use for MM FICO and PP Modules?
CAN ANY BODY TELL ME IN A COMPANY HOW BAPI WORK WILL GOES? WHO WILL TELL WHICH BAPI WILL SET FOR THE PRESENT REQUIRENT?
Logic for using table controls in BDC?
What are the different types of loops in the sap abap?
What are the restrictions on subscreens?
what is call back in alv?