cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript edit text

Former Member
0 Kudos

Dear experts,

I am required to change a sapscript form.

I could find lot of statements like include text objects.

I wish to edit text contained in these objects which could be example changing 'credited' to 'credit' etc.

How can i edit these include objects existing as texts.

Thanx in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

ok

Former Member
0 Kudos

Hi,

Please check for the name of the include object in SO10 Transaction code( used for std texts)

You can find the data there which you need to edit.

example:

/: Include 'obj_name' object text id st.

use 'obj_name' in SO10.

Thanks,

Sheetal

Former Member
0 Kudos

I find lot of field in include from table T166K.How to catch them?

former_member585060
Active Contributor
0 Kudos

Hi,

Activate the Debugger in SE71 for that particaular SAPScript, Go to the Concerned Transaction which triggers that SAPScript. Execute to get the printout, the SAPScript debugger will get triggered. Now give all the text object variables which you seen in the INCLUDE statements, and check for the values that contains in that variables. So this way you can identify the text object variable which has the value "Credited", Goto SO10 give that Object name and change the Text to "Credit".

Regards

Bala Krishna

Former Member
0 Kudos

hi,

if you want to edit the text of include

eg.

INCLUDE zdemo OBJECT TEXT ID ST LANGUAGE EN

goto tcode SO10

Text Name ZDEMO

Text ID ST

Language EN

press change button to edit the contents and make the necessary changes and save

regards

padma