i want to print 1 tp 100 in sapscript in a single page in a
vertical manner
1 6
2 7
3 8
. .
. .

how will i do it

Answer Posted / k.nagalakshmi

Hi,

There is two way to print 1 to 100 in your script.

You can first make logic of 1 to 100 in your program and
attached this logic with your internal table and pass this
internal table.

Or u can calculate 1 to 100 in script also by text editor.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Have you printed any report?

1742


What’s value table?

587


Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?

1596


What is For-period and In-period

1733


What are interactive reports?

633






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.

1760


What is the difference between scrolling a table horizontally and vertically?

575


What does a lock object involve?

669


How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?

729


what is the transaction transaction for setting parameters rdisp/buffermode

3577


What is bdc programming in sap?

614


What are the advantages of abap query tool?

544


What are ranges?

584


Explain the advantages of different types of bdc's?

537


Explain about drill down report?

8777