‎2008 Aug 10 6:11 PM
Can anyone suggest something to take care of the following:
I have a FM that passes me the name of a structure in an output parameter 'structName'. Now I have to define a structure in my program based on the Structure name that I get from the FM
Data: newStruct type structName. (Please note that structName contains the name of the structure)
Is there a way to accomplish this?
Thanks for your help.
‎2008 Aug 10 6:30 PM
Check this..
https://wiki.sdn.sap.com/wiki/display/Snippets/CreatingFlatandComplexInternalTablesDynamicallyusingRTTI