2008 Jan 18 4:29 PM
Hi all.
Is it possible to use a table of a nested structure as a parameter of a fuction module?
If it is, please note any standart function module where such technology is realized.
TIA, regards, Nikolai
2008 Jan 18 4:40 PM
Hi,
You can do by declaring your nested structure thru a TYPE-POOLS and call this type pool structure as parameter in the function module
Please check the standard function module CUCB_SET_CONFIGURATION that have changing parameter as nested structure using type-pools IBCO2.
a®