difference between session and lsmw difference between bdc
and lswm why u choose bdc instead of bapi
Answer Posted / siddharth samal
SESSION: USED TO UPLOAD LARGE AMOUNT OF DATA AND GENERALLY
RUN IN BACKGROUND FOR PERFORMANCE ISSUE.
LSMW: THIS IS USED FOR BDC BUT WE DONT HAVE TO WRITE ANY
CODE AND THE MAIN ADVANTAGE IS THAT WHEN WE UPGRADE THE
VERSION THEN THE SCREEN NUMBER DOESNT COME INTO PLAY BUT IN
BDC IF THE SCREEN NUMBER CHANGES IT WILL SHOW ERROR.
BAPI: BAPI IS VERY MUCH CONVINIENT RATHER THAN BD AND LSMW
BUT ITS VERY MUCH REQUIRED TO HAVE THE DESIRED BAPI TO
FULLFILL OUR REQUIRMENTS.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What are the parameters in bdc_insert? : abap bdc
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is the difference between collect and sum?
Did you use buffering?
In which table the material master data is stored?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What are the different types of locks? : abap data dictionary
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are control tables?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What are the data classes in abap?
Explain how do you get output from idoc?
How can we decide weather we can enhance the standard infotype or not ? : abap hr