cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sapscript Passing parameter value not shown.

Former Member
0 Likes
1,389

Hi all,

I am writing a sapscript form to call a subrountine by passing the hardcode parameter 'ZXX_TSI_SHIPMENTS_FROM' shown as below: -


PERFORM GET_STANDARD_TEXT IN PROGRAM ZPXX_SHIP_INST
USING 'ZXX_TSI_SHIPMENTS_FROM'
CHANGING &ZXX_TSI_SHIPMENTS_FROM&
ENDPERFORM

My problem now is when I debugged in program ZPXX_SHIP_INST, the passing parameter is empty.

Could someone help me?

Thanks in advance.

View Entire Topic
Former Member
0 Likes

Hi,

Refer the below link for passing parameters with simple example program :

http://help.sap.com/saphelp_40b/helpdata/en/d1/803279454211d189710000e8322d00/content.htm

BR,

Rajani