Is it possible to write code in LSMW if so when will you
write?
Answers were Sorted based on User's Feedback
Answer / geetha peyyala
Yes,
we can write BDC and Reports in LSMW.
In 5th step "Maintain Feild Mapping and conversion Rule"
write the Code and we can find selections screen at 11th
step "Convert Data" to provide inputs
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / punny
we can write the code in 5th step "Maintain Field Mapping
and Conversion Rules"
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / yuni ratmiani
Write code in LSMW is possible. we will write code in LSMW
when we need some condition or mapping data in step maintain
field mapping and Conversion rule.
OR
When we don't have a developer key, we can use LSMW as
editor to coding for process and insert table. We can use
step maintain field mapping and Conversion rule at position
after end-of-transaction and before end-of-processing.
Is This Answer Correct ? | 3 Yes | 4 No |
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.
Can a function group share its subroutine with all its function modules?
you have own g table & kna1 table how to attach the search help for g table as well as kna table?if u press f4 on selection u should display only primary key field of kna1 as well as g table fields
Hi, How to call transaction( Any transaction ex:xk03)from ALV Report. Where should I write code?
What is delivery class? : abap data dictionary
Explain the different types of mode (run code) in call transaction method?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
How will you transfer data into a file in application server?
how to see the table output?
what is the difference between rfc and normal function module?
Suppose in an ALV report in grid we have to disply matnr, ernam,ebeln,ebelp etc.But when we bring the cursor on that specified field it will show "material number" for matnr, "purchase Document Number" for ebeln etc. how do you acheive this?
What are reference fields in data dictionary ? how do u assign them to a table field?