what is the significance of project, subproject and object
in lsmw?
Answer Posted / shivani kaushik
PROJECT:= specify the name of the data transfer project..
It is the source.. where we get the matter.
SUBPROJECT:= is the target. where we put the files.
OBJECT:= like oops need object to call the functions...
same object is used init..
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
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.
Module Pool Programming: Events and Table Control handling.
What is the function module to popup contents in the internal table?
What are the events driven batch jobs?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
How can we handle table control in bdc? : abap bdc
dynamic programming in sap abap
What is a batch input session? : abap hr
Define batch input session?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
Explain the differences between at selection-screen and at selection-screen output?
How do you use tab sets in layout sets?
How to create user interfaces for lists?
How collect statement is different from append?