in scripts 1,2,3,4,5,6,7,8,9,10.............50 pages.then i
want only 4 to 50 how it is possible?ans also iwant only
1,3,5,7,9 .....how it is possible?
Answer Posted / nehruu g
In Print Option Window, we can give Page No. in "Page
selection" then take printout as we want
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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 will exactly the hide statement do?
Difference between Field groups and internal tables?
What are the system fields?
How do you document abap/4 programs? Do you use program documentation menu option?
What are the types of views? : sap abap data dictionary
How to add a column to a table control while using alphanumerical layout editor ?
How will you find manager of an employee
What is the difference between a substructure and an append structure? : abap data dictionary
What is read line in abap?
What are the personnel administration related Infotypes
What is the transaction code to display the payroll results ? : abap hr
How to upload data using catt ? : abap hr
What are the steps in creating screen ?
5) How to rereive text elements in SF and script?