difference between the workarea and headerline.plz tell me
the answer
Answer Posted / vandan
Workarea and headerline both are contain single record
structure.normally we have two types of internal tables.
1. with headerline
2. with out headerline
in with headerline internal table it self first row
contains workarea. In case of without headerline internal
table it will contain work area and body.
| Is This Answer Correct ? | 5 Yes | 13 No |
Post New Answer View All Answers
What is a view? : 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 the t-code to link technical and functional operation?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What is cts and what do you know about it? : abap hr
What are the tcodes for performance tuning?
What are the uses of interactive reporting?
Differentiate between transparent tables, cluster tables and pooled tables
What are the components of sap scripts? : abap hr
Is there any method apart from bdc for data upload to sap? : abap bdc
What is a sequence of event-triggered in report?
What are plan versions used for? : sap abap hr
What is size category?
What is roll area?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?