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: 

Is Query possible in SAPSCRIPT

Former Member
0 Kudos
195

I want to use select statement inside SAPSCRIPT .

Is it possible ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
179

You cannot use that but you can always call an external subroutine to achieve this . You will have to pass suitable parameters.

3 REPLIES 3

Former Member
0 Kudos
180

You cannot use that but you can always call an external subroutine to achieve this . You will have to pass suitable parameters.

Former Member
0 Kudos
177

no. is not possible, using perform only you can process the values.

cheers,

sasi

Former Member
0 Kudos
177

Yes so in subroutine you can always pass the value and then write the select in subroutine and then pass the value back to sapscript.