Hello,
I have a question. Are nested Structures as import or export parameters possible for adaptive RFC?
I have one big structure that contains 2 elements of similar structure and some other fields. So I want to build something like:
BigStructure as defined in BAPI:
- Field0
- SubStructure1 TYPE Substructure
--- Subfield1
--- Subfield2
- SubStructure2 TYPE Substructure
--- Subfield1
--- Subfield2
- Field1
- Field2
I know that this is <u>not</u> allowed with Table Parameters. The backend system is 4.6C.
Best regards
Frank