cancel
Showing results for 
Search instead for 
Did you mean: 

modifying sap script and transporting the standard text

Former Member
0 Kudos

Hi Experts,

How do we modify the standard script and How to transport the standard text(which is created in so10) to script .In general which type changes made for standard scripts.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

There are some Standard Sap Scripts in SAP. We cant directly execute them in scripts we have to use some T-codes and by giving some input to the required fields we can see the output printform.

I will show one example. There are some Standard Sap Scripts such as MEDRUCK which is a standard Sap Script for Purchase Order and RVINVOICE01 for billing and so on...

To see oupt of MEDRUCK go to T-code ME9F give purchase order number and execute select one number and click on dislplay messages button on application tool bar you can find the print form of MEDRUCK.

You cannot change the Standard Sap Scripts but you can use Standard Sap Scripts and Copy them to userdefined Script and can make changes to them and replace standard Sap Script with usedefind script.

Ex: Go to SE71,

on menu bar u find Utilities->copy from Client. click on it u ll find new screen showing

Form name:

Source Clinet:

Target Form:

give Form name as usedefined form name EX: ZFORM1

Source client as 000 and

Target form as MEDRUCK.

execute.

Now, the standard from MEDRUCK is copyied to your form ZFORM1.

NOW, go to SE71 and give form name as ZFORM1 and do some changes to the form such as adding logo any thing. save and Activate.

Now, you have done changes to the Form ZFORM1 and u have to replace your form with standard SAP Script.

Go to NACE Transaction.

on Applications select EF for purchase order and click Output types button on application tool bar.

now select NEU as output types dobule click on Processing Routines.

now click on Change option on application tool bar and on right side u find MEDRUCK in form place replace MEDRUCK with ZFORM1 and SAVE.

go back twice and now go to T-code ME9F give the purchase order number and execute and select one option and click on display messges button .

you will find the changes that you have done in ZFORM1. so we cant chage the standard Sap Scripts by copying the Standard Sap Scripts we can chage and replace with our forms.

We transport the Std Texts which we created in SO10 tcode using the Std program

<b>RSTXTRAN</b>

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi Anji,

Thanks lot.

My problem solved .

THANKS FOR YOUR TIME AND THANKS FOR YOUR EXPLANATION.

your explanation is really crystal clear. . I think it may be the reason you are always in top contributors in sdn.sap forums.

good luck.

regards.

SR K.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Standard script

To prepare the invoices we will use scripts. So many standard layouts are there. For example MEDRUCK. If we want we will copy it and modify it according to our requirement.

If user wants specific format then definitely we need to create our own layout set. By going SE71 we will create the Layoutset.

Standard text

1. First create the standard texts what u required by going SO10 Tcode.

2. Go to SE 10 T_code select modify then click on display button.

3. Double click on your CTS no then click on change button pass the required standard text parameters.

R3TR <Standard text name> < object id> < language>

Ex: R3TR znlatit ST E

u can pass up to 25 standard text in this way.

Or

Create manual cts and attach all the standard texts to the cts and then release the cts.

4. Now u can transport along with the layout itself.

Reward points if useful.

Thanks & Regards,

Vasudeva Rao.

Former Member
0 Kudos

hi,

Thanks for your answer.

regards.

SR k.

former_member196280
Active Contributor
0 Kudos

To modify, goto So10 and give the standard text name, ID and language.. click change and do the required modifications..

To transport standard text use program, RSTXTRAN or goto SE03 transport organisation tool, click include objects in a transport request, execute.. key in all the required fields and select radio button selected objects and below data element key in text and standard text name. execute

Regards,

SaiRam

Former Member
0 Kudos

dear sairam reddy,

thanks for your answer. it helped me lot.

thanks and regards.

SR K.