WHEN TO GO LSMW ,BAPI,BDC FOR UPLOADING DATA.GIVE ME
DIFFERENT SCENARIOS(EXAMPLES).
Answer Posted / bandivenkateswarlu
Go to the transaction code the 'LSMW'
There we can define the these
project:
sub project:
object:
then we can go throgh the 14 steps.
1. Maintain object attributes
2. Maintain the source stucture.
3. Maintain source fields.
4. Maintain structrue realtion
5. Maintain field mapping and the conversion rules
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
How you attach search help to data element? : sap abap data dictionary
How do you connect to the remote server if you are working from the office for the client in remote place?
What does the extract statement do in extract datasets?
What is lock objects? : sap abap data dictionary
How can a lock object be called in the transaction?
What are the aggregate objects in the data dictionary? : abap data dictionary
What are the screen painter and menu painter?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
Where are you used type casting?
What are the basic objects of the data dictionary?
What is the difference between leave transaction and call transaction?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the user interfaces of interactive lists?
What are the arithmetic operators in the sap abap?