hello Experts,
i need your expert comments as i am novice to the topic. i have a scenario where i want to realize the customizing based on a DDIC Structure. the input and the output are both in the form of a SAP Standard DDIC structure which a customer could realize and the ddic structure is the same. the reason why such a structure needs to be provided is because there would be different combination of inputs possible and depending on the input the output would also change.having such a scenario may result in more than one output for a specific input.
e.g.
Structure_Input : SAP_INPUT
components
NAME CHAR30
EMPID : CHAR30
DEP_ID:CHAR30
Structure_Output : SAP_Output
components
NAME CHAR30
EMPID : CHAR30
DEP_ID:CHAR30
scenario 1: input SAP_INPUT-EMPID: 1001
scenario 2: input SAP_INPUT-NAME: JOHN,SAP_INPUT-DEP_ID:FIN
the output is in the form of a internal table with the structure SAP_Output
hope this example helps.
thanks! a lot in advance.
regards,
Om
i wanted to know how i could realize it.