1.How can u set more than one selection screen for one
report?
2.Where u can provide initial values other than in
INITIALIZATION event?
Answer Posted / laxmanrao949
1. Selection-screen beging of blockb1 with frame title text_001.
Select-options ….. for ….
Selection-screnn end of block b1.
Selection-screen beging of block b2 with frame title text_001.
parameters ….. type ….
Selection-screnn end of block b2.
2. using variant creation
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is bdc programming in sap?
What are the functional modules used in sequence in bdc? : abap hr
What is the use of a pretty printer?
Explain the advantages of abap query tool?
How to debug a sapscript?
What are the three hierarchical levels of data types and objects?
Can you create a table with fields not referring to data elements? : abap data dictionary
Setting up a BDC program where you find information from?
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
How to find Kernal badi ?
What is the major difference between pool tables and transparent tables?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
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.
Differentiate between static and dynamic step loops?