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: 

Development to Production

former_member630092
Participant
0 Kudos

Hi

I have modified a script on Development and which is also

running on Production with same name. ( link is between f-58 and script, m executing the program with f-58)

I want to export modified report to Production.

How can i do that. (my sap version is 4.7 )

1) can we do change directly on production report. ( it will ask for request ).

if i save the new request , will it be linked to t-cde f-58

2) or copy this report from development with new request and then then export to Production.

Then how to link T-code F-58 to script program in new program.

& when i copy script using se38. is that program and orm is also copied.

In that case waht chage need to do.

Please reply

Thanks

7 REPLIES 7

former_member218674
Contributor
0 Kudos

Hello Ravi,

Good practice is talk to your Basis Administrator. He will help you on this front.

Hope this helps!

Thanks,

Augustin.

Edited by: Augustarian on Aug 27, 2009 1:55 PM

sujeet2918
Active Contributor
0 Kudos

Hello Ravi,

No need to open the production client. if you have created new sap script then you can add this through tcode nace.

Have a Nice Day,

Regards,

Sujeet

kiran_k8
Active Contributor
0 Kudos

Ravi,

SAP Scripts are Client Dependent.

If you have two Clients in the same server then you have to move the script changes to the respective Client.ie

Suppose there are two clients 100 and 101 in Development Server.In 100 we will do the Development and we will test it in 101.If it is a program or smartform then whatever the development we do in 100 will automatically get reflected in 101 but this is not the case in case of SAP Scripts as they are Client Dependent.Hence the script changes needs to be moved to 101 again.

For FI Scripts the functionals will attach the Form to the concerned program by following the SPRO Path in case of a standard tcode.

If you did changes only in the Form ie Script then you can move the changes in the Script alone from Development to Quality and subsequently to Production after testing.

K.Kiran.

0 Kudos

Hi

The name of prog on production and development is same. i have made the chandes only in se38 print program ( script).

can i do the same changes on production programe directly ?

Because same name programe is on production already. how can i transfer the modified program on development to production ( already programe with same name is there ) dev & prod clients are same in may case.

Please give me proper way to do this ( some material )

Thanks

GauthamV
Active Contributor
0 Kudos

You can never do changes in production directly.

If the program is same then just transport the request in which you made

changes in devlopment.The changes will be overwritten in Production also.

kiran_k8
Active Contributor
0 Kudos

Ravi,

1.You made the changes in print program ie using SE38 then you move the changes of the program to Quality and Production.

2.You made the changes in script alone ie using SE71 then you move the changes of the script to Quality and Production.

3.You made the changes both in the program and script then move both the chanes to quality and Production.

4.Client number of Development/Quality/Production may be same but Production Client will always be on a different server.

ie you can have client as 100 for Development on one server and Client as 100 for Quality on a different server.The point here is Servers are different.

5.I hope you are aware of Transport Requests.

K.Kiran.

former_member630092
Participant
0 Kudos

Answered