Application Development and Automation 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: 
Read only

Is Query possible in SAPSCRIPT

Former Member
0 Likes
618

I want to use select statement inside SAPSCRIPT .

Is it possible ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

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
Read only

Former Member
0 Likes
603

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

Read only

Former Member
0 Likes
600

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

cheers,

sasi

Read only

Former Member
0 Likes
600

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.