Answer Posted / mahesh rallapalli
Bdc means batch data conversion.
Bdc is used to upload that data from flat file to sap system.
1.prepare tha flat file.
2.do tha recording thrugh SHDB Tcode.
3.upload that data.
4.collect the screen and field details.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is size category?
What is open sql?
Explain the components of selection table?
How can we create callable modules of program code within one abap/4 program? : abap modularization
How memory management happens for internal tables and work areas in abap?
How can we use multiple transactions by using bdc_insert? : abap bdc
What are two methods of modifying sap standard tables?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What are the different types of views and their definition?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
How is the command suppress-dialog useful?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What is macro? : abap hr
What data is contained in data dictionary? : abap data dictionary
What are the internal tables and work area?