cancel
Showing results for 
Search instead for 
Did you mean: 

standard text in SAP script?

Former Member
0 Kudos

Hi experts,

I m newbiw in SAP script.

I have following requirement,

Print the standard text YSCRIPT_TEXT_TP at the bottom of the Special Instructions window if it exists. (TP is the transportation planning point VTTK-TPLST)

there is no standard text like ther. i have seen in so10

how to deal with this situation?

-ronn

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What I understand from your questions is you want to print the standard text at the bottom of the page if the transportation point exists for a particular shipment number???

if this is the case, then you try the below code on the sap script editor of that window:

If VTTK-VBELN is not initial

If VTTK-TPLST is not initial

Display the standard text if it exists

ENDIF

ENDIF

Thanks,

Shamim

Former Member
0 Kudos

i dont know about exactly standard text.

Whts the purpose of it? and how we can create?

How can we usuing existing standard text?

will u guide me ?

Former Member
0 Kudos

This message was moderated.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks