Is it possible to write code in LSMW if so when will you
write?
Answer Posted / punny
we can write the code in 5th step "Maintain Field Mapping
and Conversion Rules"
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the uses of the simple maintenance interface? : sap abap hr
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
How can one distinguish between different kinds of parameters? : abap modularization
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
What is modularization and its benefits? : abap modularization
What is an update type with reference to a match code id?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
What are the different types of laws. What are they?
What are the steps in creating screen ?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What happens if we use leave to list-processing without using suppress-dialog?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???