Answer Posted / saveen kumar
1 program name
2 dynpro Screen numbner
3 Dynbegin Begin of screen
4 Fnam Field name
5 Fvalue Field value
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Why do we use abstract class
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What is an internal table?
Explain the difference between domain and data element? What are aggregate object?
What is netweaver???what is the relationship with ABAP?
Can a domain, assigned to a data element be changed? : abap data dictionary
when do you need to create an internal table with header line ? and with out a header line?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
What are the uses of secondary indexes?
What is meant by performance analysis? Have done anything to improve the performance?
What is the meaning of table buffer? This buffer is used by which type oftable?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
Control Break statements- At new...endat.
Tell me a scenario where did you use secondary index?