‎2010 Jul 02 10:29 AM
Hello experts,
PI system is sending IDOC to SAP system.
IDOC type is PORDCR102 .
MESSAGE TYPE IS PORDCR1.
My requirement is to save the data in E1BPPAREX segment to EKKO table . Please help me .
Regards,
Sajith
‎2010 Jul 02 11:08 AM
Hi,
In SAP for inbound idoc it provides a process code which in turn calls function module for every message type.
Please check FM IDOC_INPUT_PORDCR1.
Else you can use any ibound IDOC and re-process it in WE19 in debugging mode = A. This will provide you clear idea why DB table is not updating.
Thanks and Regards,
P.Bharadwaj