cancel
Showing results for 
Search instead for 
Did you mean: 

how to print an internal table in Sapscript ZMEDRUCK

Former Member
0 Kudos

Hello gurus, I have a problem when I try to send other information to my sapscript, I have de ZMEDRUCK (a copy of MEDRUCK sapscript) and my control program: ZSAPFM06P (a copy of SAPFM06P)

I need send other information to my sapscript. in My program I have this data:

EKPO DATA IS SHOWING because this is standart. the ESLL data is not Showing, this is a APPEND Structure.

In my source code I dont have the fm's START, OPEN and Write FORM. I only have:

call function 'ME_PRINT_PO'




I dont know What I need to do for display the inormation of ESLL table.

Could anyone can help me?

Thanks and regard.

Luis.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member220028
Active Contributor
0 Kudos

Hi,

the problem is that you can not push tables into sap-script. each table has to be looped into a structure and this structure (as long as it is defined global) is available in sap-script.

but you just give a new  table into a Standard-FM where no loop on your table is made.

thats why you can not access your date from script.

regards

Stefan Seeburger