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: 

not getting data from driver program passing through internal table

Former Member
0 Kudos

Hi ,

I am not getting data from driver program passing through internal table in sapscript main window.

here is below code..

Loop at itab .

CALL FUNCTION 'WRITE_FORM'

EXPORTING

ELEMENT = 'RSLIP'

FUNCTION = 'SET'

TYPE = 'BODY'

WINDOW = 'MAIN'

endloop.

Regards.

2 REPLIES 2

Former Member
0 Kudos

Should there be quotes around the value for element name? Not usually?

Former Member
0 Kudos

HI ,

You can use external subroutine in SAP Script within element.

Regards

Gaurav