Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to copy standard sapscript form to a Z version...

aris_hidalgo
Contributor
0 Kudos

Hello experts,

I am currently practicing sapscript in my ABAP Netweaver edition. As mentioned in the subject line, how do I copy standard forms to a Z version?

Also, where can I check its report program?

Again, thank you guys and take care!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI Viray,

Execute Program RSTXSCRP Download and Upload sap script.. you can find print program for a form in TNAPR table ...

Regards,

Santosh

4 REPLIES 4

Former Member
0 Kudos

HI Viray,

Execute Program RSTXSCRP Download and Upload sap script.. you can find print program for a form in TNAPR table ...

Regards,

Santosh

0 Kudos

Hi Santosh,

Is there any other way to check which print program is linked with a certain sapscript form?the table TNAPR does not exist in my system. I am only running ABAP Netweaver Preview Edition. Thanks!

0 Kudos

Go to the se71 transaction.

GIve the sapscript name.

Press display.

Chose from menu: Form->Check->Texts.

Prsee enter on the small popup.

It would give you a table of possible driver programs for that script.

Regards,

Ravi

Former Member
0 Kudos

hi,

the other way is

Please take a look at the NACE transaction where all the output conditions will be configured. Drill down into you specific application and you should be able to find the print program as well as the smart form name.

Steps..

Use NACE and follow procedure as follows

1)Choose Application from list(eg PO)

2)Click OP type

3)Chose one OP type from Right pane.

4)Click on processing routines

and you will get that

Regards,

Santosh