23) How to create one page in landscape and the other page
in portrait in Scripts?
Answers were Sorted based on User's Feedback
Answer / arjun manglekar
It is not possible.
The multiple page format is not possible in SAP SCRIPT.
Control form command is used to pass SAPscript control
statements such as an unconditional page break to the form.
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / ashwinurkude
Use CONTROL_FORM Function Module in your ABAP Prog
and pass SPORT - TO print page in Portrait Mode
or SLAND - To print page in Landscape Mode
in COMMAND field of Function Module.
Is This Answer Correct ? | 1 Yes | 4 No |
What are the different types of parameters? How can you distinguish between different kinds of parameters?
what is field string ? & where we are using field strings?
Difference between BDC vs Direct Loads?
singleton class
What is the purpose of BAPI 'BAPI_SALESORDER_SIMULATE'? Write a sample program.
How to put checkbox against a row in ALV display?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
what is process code?
what is the use of field symbol?
What are uses of foreign key?
what is meant by HIDE statement?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul