Application Development 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: 

IDOC - InBound: CHECK FIELDs before processing

Former Member
0 Kudos

Hi Gurus,

we have 2 systems communicating throughout iDOC

I would like to enhance the STANDARD to put some codes to check fields considered as mandatory.

This "checking code" must be executed upstream before processing iDOC.

If, one field is not filled, then, I will reject the iDOC (status=51) and LOG.

Question: What is the best place in SAP (BADI, USEREXIT, Enhancement), to perform that, upstream idoc standard processus?

Thank you very much.

Rachid.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

ADSPC_IDOC_PROC_EXT

Processing inbound S1BOOKBK – Further processing of the data for the S1BOOKBK can be implemented into the SPEC2000 BAdI ADSPC_IDOC_PROC_EXT, method idoc_process_after_input.

Rachid.

1 REPLY 1

Former Member
0 Kudos

ADSPC_IDOC_PROC_EXT

Processing inbound S1BOOKBK – Further processing of the data for the S1BOOKBK can be implemented into the SPEC2000 BAdI ADSPC_IDOC_PROC_EXT, method idoc_process_after_input.

Rachid.