Answer Posted / abhishek
BDC stands for batch data communication allows you perform
database updates in the background and the data appears as
if it has been entered manually.
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
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.
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
In which cluster time results are stored? : abap hr
Value table VS check Table.
How would you suppress the display of a parameter on the selection screen?
Explain badi in abap.
What is the tcode to create indexes?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
Explain different types of attributes of function module?
What are dml commands in abap?
What is the difference between refresh and free statements?
what is code to upload cost centers through call trans. and procedure
To how many tables can an append structure be assigned. : abap data dictionary
What are the parameters in bdc_open_group? : abap bdc
How do you retrieve the data for repetitive structures ? : abap hr