cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript

Former Member
0 Kudos

Hi ,

I have a subroutine pool in which i am writing 3 Form- Endform

to fetch additional data for the sapscript.Here i am not using any data from the original program.Doing my own calculations

and want to print it in Script.

So,

Is it necessary that we should have USING parameters

for the Perform- Endperform in the Sap script ?I have just CHANGING parameter.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Sneha,

nothing is mandatory..all is according to your requirement

former_member182354
Contributor
0 Kudos

Hi Sneha,

No its not mandatory to have anyusing parameters if you dont have the requirement as such.

Raghav

Former Member
0 Kudos

Hi,

If you are not passing any value to form then USING is not necessary, you can use CHANGING to import the values from the form.

Best regards,

raam

former_member181962
Active Contributor
0 Kudos

Check this help:

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

USING is to send data from the script and CHANGING is to get the data back from the subroutine.

Regards,

Ravi