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: 

Script Stnandard Text Problem

Former Member
0 Kudos

Hi guys,

I need a clarification from u guys ..Requirement is to change a standard script to the user rquirements. I copied standard script using copy from client. Now i need to change it , my question is ...as there are some INCLUDE STATEMENTS are already there. If i need to modify those includes using So10...shall i need to copy it or else i can change directly.

For example

INCLUDE F_TR_CONF_SE_TRANSACTION_MAIN OBJECT TEXT ID TBCO

in the above function if i need to change any thing in the standard text F_TR_CONF_SE_TRANSACTION_MAIN, wethere i need to copy it or else i can change directly?

Pls reply with the appropriate answerr , concerned points will be awarded to the most APP.ANSWER

12 REPLIES 12

Former Member
0 Kudos

depend upon ur format ....

if u want same format text than remain the same other wise u can copy i also..

it is better u copy it bcos it is possible this stsndared text use some other script also.

Former Member
0 Kudos

First of all thanks for ur responce..

How to copy a standard text to our Z _text?

Rgds

Giri

0 Kudos

go to so10.

enter ur standred text.

go to change mode.

text--->save as in started with z.

0 Kudos

Hi

Procedure for copying std text. Go to Tcode SO10 , give the standard text, go to Utilities -> Copy from client.

Regards

Srikanth

Former Member
0 Kudos

Hi Giri,

No need to copy.

regards

rams

Former Member
0 Kudos

Hi Giri,

It is better to copy into.

Just goto so10, create zsttext and copy original text overhere.

Former Member
0 Kudos

There are so many standard text INCLUDES and so amny /e 100 and /e 210 /e1000 what are all these things and how to change them in the layout?

Former Member
0 Kudos

Hi,

copy standard text in Z and make changes where needed

and also use this z in your script.

to avoid incosistency because this standard text may

also be used in other scripts.

Regards

Amole

Former Member
0 Kudos

Hi,

copy as so10-utilities-copy from client

Regards

amole

Former Member
0 Kudos

Hi,

you can also copy text using standarg program

RSTXTCPY

and include this text in request using

program RSTXTRAN

Regards

amole

0 Kudos

HI Amole

Thnks for ur kind responce, i got the idea now how to do it?

i need some more clarifications from u? There are so many include texts in standard script and i will take what ever standard texts required ,now whow to avoid the other includes which are not useful.

one more question: how to find a print program for the standard script F_TR_CONFIRM_ALL and the tcode is TBZ1?

Former Member
0 Kudos

Hi,

/e 100 are text elements which are used to recongnise

windows when the windows are called from driver

program using write_form.

No need to change them

Regards

Amole