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

Differentiate between the uline and write: sy-uline statements if any?

736


What is the name of the system variable that holds the contents of the selected line in interactive reporting?

721


What is the disadvantage of a call by reference?

644


What are internal tables? : abap hr

575


What is a view in sap? : abap data dictionary

637






Badi concepts

933


Explain how data is stored in cluster table?

677


what is leave to TRANSACTION?

1008


What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.

2877


Fallback class

1750


how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.

4779


What are the two methods for modifying sap standard tables?

740


What do you understand by work area and internal tables in abap? Why do we use it?

628


What are the different control break statements available inside a loop?

586


what precautions or prerequisites do you follow to update a record into database table and how

5264