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: 

transport assigning to a sapscript

Former Member
0 Kudos

How to assign a transport request to a sapscript

6 REPLIES 6

Former Member
0 Kudos

When you do the changes in the SAP Script the system will prompt you for the transport Request.

You can mannually add SAP Script name in the Trasnport Request.

R3TR FORM <SAP Script Name>

Remember SAP Script is client dependent.

Message was edited by: Amandeep Singh

suresh_datti
Active Contributor
0 Kudos

The transport process is similar to how you transport any ABAP Program or Dictionary Object. Did you assign your form to a Transportable package when you created it?

Regards,

Suresh Datti

Former Member
0 Kudos

hi nishant,

Goto transaction SE01.

Create Transport of copies.

For dev class - ADD -> R3TR DEVC <NAME>

For SAPSCRIPT - ADD -> R3TR FORM <NAME>

to the object list .

or

You can try following two methods -

1. Display SAPSCRIPT and use option goto -> Object directory entry and change the "Package".

2. If that is not allowed, try using Txn. SE03 and try changing Object directory entry from there.

If you assign a package which is transportable, system will prompt you for a transportable request.

Regards,

Naveen

0 Kudos

ALso, pl check this <a href="http://help.sap.com/saphelp_47x200/helpdata/en/ec/339a3d20ced652e10000000a114084/frameset.htm">SAP Documentation</a> for a clear understanding of the process.

Regards,

Suresh Datti

0 Kudos

Checkout

RSTXR3TR Transport Program For SAPscript

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Former Member
0 Kudos

Nishant,

Whenever you create SAP Script form it will ask you for Change request.

If form is already saved in $tmp then goto

Utilities->Object Directory entry. If you assign proper development class it will ask you for change request again.

Cheers,

Nilesh