Skip to Content
0
Former Member
Jul 08, 2008 at 02:35 PM

accessing internal table from sap standard program in z/y progrm !!!

1183 Views

Hello everyone

i want to know whether it is possible to have data from internal tables from 1 standard include program available in the z/y program called after that ..?

illustration :

My sap program is standard tcode...and there is a loop inside it ...inside a loop it calls my z funtion module dynamically ... now if i want data in taht standard loop to be available inside my Z/Y func . module ..how do i do that ? MIND YOU THAT THERE IS NO EXPORT or SET PARAMETER ,,also there is NO EXIT POINT...

i tried to access it like this but it didnt work out

data : pgm(40) value '(INCLUDENAME)ITAB[]' ,

it like itab.

field-symbols: <fs> type any.

assign (pgm) to <fs>.

it[] = <fs>

anybody help me out...plzzzz