cancel
Showing results for 
Search instead for 
Did you mean: 

How Can I perform the external abap programe transmit the internal table in

Former Member
0 Kudos

Hi,all

In Sapscript,I want calculate a internal table and return the changed table to Sapscript

I know used the transmit result variable for example:

/:PERFORM GET_MAKTX IN PROGRAM ZXX

/:USING &MATNR&

/:CHANGING &MAKTX&

/:ENDPERFORM.

How can I set Using with a table?

Thanks

Sun

View Entire Topic
Former Member
0 Kudos

Hi,

You cant export and import tables using an SAP script. TAke your values in variables and do the calculations using it.

Thanks

Nayan