Hi. I've got a problem. I try to debug a core SAP program. On some stage there is function <b>posed_store_data_wpubon</b> called. It takes a table-parameter. I need to get to know how is that table generated but when I try to search for that FunctionModule invocations there are no incvocations found. How can I search that?
Hi Piotr,
put a breakpoint (soft) on that function module. When executions stops, go to call hierarchy to check where it is called from. You can click through the hierarchy to find out how table is filled.
In IDoc processing, many function calls are trigered dynamically. That's why you do not find references.
I think, it will be a retail system processing Idocs coming from a cashier system.
Table I_EDIDD carries IDoc data. Field SEGNAM contains the segment structure name. SDATA has the data structured according to structure given in SEGNAM.
Regards,
Clemens
Add a comment