Answer Posted / sri
There are no events in LSMW. LSMW is a tool used to migrate
data from Non-sap to sap and sap to sap Systems. we can send
the data using lsmw with several options( like direct
input,batch input, BAPI's and IDOC's).
| Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
What are dml commands in abap?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What are the differences between the table and the structure in the data dictionary in the sap abap?
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.
Explain how many types of tables exist and what are they in data dictionary?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
What are the function modules used in a sap script driver program?
What is match code? : sap abap hr
Explain what are extracts?
How to define selection screen?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What is screen flow logic? What are the sections in it?
How to set an Enhancement point for a custom report?