Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Update data from E1BPPAREX segment to EKKO table

Former Member
0 Likes
695

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

1 REPLY 1
Read only

Former Member
0 Likes
537

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