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: 

Validate MAR-MATNR in the Inbound IDOC Function Module.

Former Member
0 Kudos
396


Hi,

How to Validate the material field MARA-MATNR in the Inbound IDOC Function Module ?

Basic Type - MBGMCR03

IDOC Segment - E1BP2017_GM_ITEM_CREATE-MATNR

1 ACCEPTED SOLUTION

0 Kudos
261

Hi Abin Babu,

The IDoc MBGMCR03 is a BAPI generated one. The associated BAPI is BAPI_GOODSMVT_CREATE. So no need to go for user exits/customer exits for validation. It will be done by the corresponding BAPI itself.

Thanks & Regards,

Linto Jose.

2 REPLIES 2

Jelena_Perfiljeva
Active Contributor
0 Kudos
261

Isn't it validated by SAP standard? Wouldn't you get an error message?

Have you searched Google for the user exits pertaining to this process?

0 Kudos
262

Hi Abin Babu,

The IDoc MBGMCR03 is a BAPI generated one. The associated BAPI is BAPI_GOODSMVT_CREATE. So no need to go for user exits/customer exits for validation. It will be done by the corresponding BAPI itself.

Thanks & Regards,

Linto Jose.