in the event at selection-screen output we use loop
screen,what is screen intenal table,structure or DB table?
Answer Posted / buddula15
SCREEN is a structure not database table.
Some of importent fields in SCREEN structure.
NAME
GROUP1
INPUT
OUTPUT
INVISIBLE
Buddula15
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What will you code in start-of-selection & end-of-selection ?
How to combine multiple billing into one RV document ( Step by Step)?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
How to debug a script in abap?
What statement will be found in an sap application program that implements a function module exit?
Difference between .Include and .append?
What is the bapi?
Can we make use of flow logic control key words in abap/4 and vice-versa?
after creating lock object if does n't access record by second user what should we do?
Can I execute user exits? If yes, how?
Explain the data types of internal tables?
How to read files and process BDC's automatically ?
What is the purpose of at first and at last?
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.
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?