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 an abap/4 query? : abap hr
Can we write the code both call transaction and session method in single program?
What are the various events associated with screen programming?
What are domains and data element? : abap hr
Name the function module used to convert logical file names to physical file names in abap/4 programs?
What is an update type with reference to a match code id?
Why do we use dynamic where conditions?
Define external layer? : abap data dictionary
How do you process errors in session method ? : abap bdc
What are the different abap editors? What is the used of different editors in abap?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
singleton class
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
How to add a column to a table control while using alphanumerical layout editor ?