cancel
Showing results for 
Search instead for 
Did you mean: 

how can i copy standard forms? et.al.

Former Member
0 Kudos

good day experts.

i would like to ask the following:

A. About FORMS...

1. How can I copy the whole standard program of a form written/designed in SapScript to make a "z_xxxxxxxxx program"?

2. How can i check the print program of a certain form?

3. How can I convert sapscripts form into smartforms?

B.About REPORTS...

4. How can i set the page length and width of a report?

5. How can i set the margins(left, right, top, bottom) of a report?

Please give me details/steps to do on each questions.

Thanks a lot. Rewards will be given.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

A. About FORMS...

1. How can I copy the whole standard program of a form written/designed in SapScript to make a "z_xxxxxxxxx program"?

use tcode SE37 to create a NEW form with the name z_xxxxxxx, and in any of edit screen, you can follow the menu path "Form -> Copy From ...", choose the standard form.

2. How can i check the print program of a certain form?

There are some database table for store the information, such as, TNAPR ... and so on.

3. How can I convert sapscripts form into smartforms?

It's something difficult to covert sapscripts into smartforms, for more details, you can read the SAP COURSE BC470.

B.About REPORTS...

4. How can i set the page length and width of a report?

In the ABAP editor, put the cursor on the keyword REPORT, and press F1, you will get what you want.

5. How can i set the margins(left, right, top, bottom) of a report?

Use WRITE and SKIP.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi levi palmer aliangan,

The form name and the drive programs are stored in the table TNAPR.

U can get the driver program name for the required form from table TNAPR. and copy the standard program into Zxxxxxx program in SE38 transaction.

to copy the form u can directly use SE71 Tcode.

Menu path

Utilities ---> Copy from client.

Here specify the thr FORM NAME (standatd form) and TARGET FORM ( Zxxx form ).

All the standard forms are stored in client 000.

Best regards,

raam