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

SAPscript SQL within form possible?

Former Member
0 Likes
584

Hi All

Is it possible for me to do a SELECT statement within the SAPscript form in SE71? I don't want to change the print program just to add one long text from T003T.

Thanks,

Adrian

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
499

Hi,

It is not possible to perform a select query within the SAP SCRIPT.

I think you can go for an external subroutine. Check the below link for more details.

http://wiki.sdn.sap.com/wiki/display/profile/ExternalSubroutinesinSAPScript

Regards,

Vijaymadhur.

2 REPLIES 2
Read only

dev_parbutteea
Active Contributor
0 Likes
499

its better to edit print program.

Regards,

Dev.

Read only

Former Member
0 Likes
500

Hi,

It is not possible to perform a select query within the SAP SCRIPT.

I think you can go for an external subroutine. Check the below link for more details.

http://wiki.sdn.sap.com/wiki/display/profile/ExternalSubroutinesinSAPScript

Regards,

Vijaymadhur.