Types of windows in SAP scripts?
Answer Posted / shailendra
1) Page
2) Window
3) Page Window
4) Paragraph Format
5) Character Format
| Is This Answer Correct ? | 1 Yes | 23 No |
Post New Answer View All Answers
What is a view? : abap data dictionary
What work you have done in HR module
What are the types of windows in sap script?
What is the bapi?
wat are the process that can be executed & tracked in a workflow?
State the system field for the current date?
Can you define a field without a data element?
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.
Can you define a field without a data element? : abap data dictionary
What are the different types of data dictionary objects? : abap data dictionary
What is meant by stacked list?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What is the meaning of table buffer? This buffer is used by which type oftable?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
how to see the tables of 200 in client 100?