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

User exits for ACC_DOCUMENT01

Former Member
0 Likes
471

Hi,

I am using ACC_DOCUMENT01 for inbound idocs.

I need to read value of one of the idoc segments for example, E1BPACEXTC and during inbound update/populate some custom fields on BSEG table.

Do you know if there are any user exits to handle this scenario? if SAP doesnt provide any userexits, then what are other options to achieve this functionality.

Thanks for help !

Best regards,

Yogita

Hi,

I am using ACC_DOCUMENT01 for inbound idocs.

I need to read value of one of the idoc segments for example, E1BPACEXTC and during inbound update/populate some custom fields on BSEG table.

Do you know if there are any user exits to handle this scenario? if SAP doesnt provide any userexits, then what are other options to achieve this functionality.

Thanks for help !

Best regards,

Yogita

1 REPLY 1
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
410

Hi you want to update customfields via IDOc. It uses standard BAPi for posting.Implement BADI INVOICE_UPDATE and pass your customfieldto ACCIT or header structure.

This is what we doing inour many cases.

Nabheet