WHEN TO GO LSMW ,BAPI,BDC FOR UPLOADING DATA.GIVE ME
DIFFERENT SCENARIOS(EXAMPLES).
Answer Posted / angirasa
lsmw is the tools which can be provided by SAP . By using
this tool the programing procedure can be optimized.
BAPI and BDC are the two techniques which was used to upload
the data , These BAPI's are used for uploading bulk data
when we are uploading the data , when the case arises for
updating the data.Where in bapi's no need to update the
technical info like screen numbers etc., where in bdc we
have to upload these data also .
Mostly we will go to bdc's instead of bapi's is when the
function modules are not occured on that cases we have to
choose bdc's
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the different types of the sap abap data dictionary objects?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
Explain what is the step-by-step process to create a table in data dictionary?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What are the differences between se01, se09 and se10?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What are the steps in creating screen ?
What is bdc programming? : abap bdc
Differentiate between ooabap and abap?
Hat are the different types of mode (run code) in call transaction method?
What are the arithmetic operators in the sap abap?
What are the two ways of producing a list within a transaction?
How to find the return code of a statement in abap programs?