Application Development and Automation 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: 
Read only

Change request number

Former Member
0 Likes
2,169

Hi friends,

I have modified a form using SE71 - Sapscript and saved. (while saving it did not ask for the CRN No. to create.) Now I want to transport the same to production server, but unable to find the CRN no. Kindly let me know as to how to get the CRN No., using which I can transport the same to Production server.

Kindly guide me.

Regards,

Mark K

Hi friends,

I have modified a form using SE71 - Sapscript and saved. (while saving it did not ask for the CRN No. to create.) Now I want to transport the same to production server, but unable to find the CRN no. Kindly let me know as to how to get the CRN No., using which I can transport the same to Production server.

Kindly guide me.

Regards,

Mark K

8 REPLIES 8
Read only

Former Member
0 Likes
1,719

hi

there is no version mgt. available for scripts...you have to export the script to your presentation server from dev. and then import the same in the production using prog. RSTXSCRP...for more details on that prog. just search the forum for RSTXSCRP

if helpful, reward

Sathish. R

Read only

0 Likes
1,719

Hi Satish,

Could you please help me with a detailed note this topic.

TIA.

Regards,

Read only

Former Member
0 Likes
1,719

HI,

if u save the script in any of the package other than local packages(like $tmp) then only it will asku the CRN.in that case only u can transfer that from dev to production.

rgds,

bharat.

Read only

Former Member
0 Likes
1,719

Hi Mark,

Got to SE10 transaction, give your user id in USER field, check only modifiable and workbench checkboxes and execute. Check in the requests - changes done in script by you will be there under any of the requests.

What has happened must be that you were using some transport request before and that was not released, so by default it saved your script in the same transport.

Regards

Indrajit.

Read only

Former Member
0 Likes
1,719

hi

good

plz search the transport request number in SE09 by checking the check box not released if it is not released or else released if it is already a released request number.

thanks

mrutyun^

Read only

Former Member
0 Likes
1,719

Hi,

follow like this ,

goto SE03. click on the include objects in the transport request ..choose the radio button "Selected Objects" . Give "Form" & form name in the text field & select the check box & press enter ... after all these execute. u will get ur form name.

now place the cursor on the form name & click on the "in request" push button in the application tool bar . Now create the new request or choose the existing request.

Reward Points if it is Useful

Thanks,

Manjunath MS

Read only

Former Member
0 Likes
1,719

Hello,

Try finding out whether the SAP script is already present in any open request . You can check this by going to SE03 and give the following entry

R3TR FORM <Name of the SAP Script> (Also select the check box on the left side) and execute . If you find any open request with the SAP script you can move that particular transport to production .

Else include the sap script in a transport by creating a new transport via SE01. Place the cursor on the newly created transport and right click to get the various option . Select the Include objects -- > Freely selected objects. You would now get the same screen as in se03 give the same entry and execute . You will have the object in the tranpsort which can now be transported to the production system.

Regards,

Sowmya.

Read only

dev_parbutteea
Active Contributor
0 Likes
1,719

Hi,

You can use standard program RSWBO052 to change development class.

the last line printed will be like:

R3TR DTEL Data Element

In the Next blank line

1)check the box

2)insert FORM under DTEL

3)insert the form name

4)Press F8 or Execute 5

5) double click and change the class

Regards,

Sooness.