Is it possible to write code in LSMW if so when will you
write?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the use of insert and append statement in sap abap?
What are internal tables? How do you get the number of lines in an internal table?
What is netweaver???what is the relationship with ABAP?
What is a database view? : abap data dictionary
Can we make use of flow logic control key words in abap/4 and vice-versa?
What are the different attributes that can be assigned to a variant?
The max number of calling modes stacked at one time is?
How can you manipulate the presentation and attributes of interactive lists?
What are the difference between tables and structures? : abap data dictionary
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What are base tables of an aggregate object? : abap data dictionary
Give examples of transparent table?
What is the difference between a substructure and an append structure? : abap data dictionary
What is design pattern? Provide example .Why are we using it?