cancel
Showing results for 
Search instead for 
Did you mean: 

Any BADI or User-exit in BAPI_GOODSMVT_CREATE

Former Member
0 Kudos

Hi All,

Herecomes my requirement. Whenever a Transfer order is confirmed,

automatically a goods movement is being created using the function module

BAPI_GOODSMVT_CREATE. Now the table MSEG has been extended by a custom table

and this fields also needs to be populated by some value during material

document creation. Do we have a badi or an user-exit for the FM

BAPI_GOODSMVT_CREATE?

Thank you in anticipation.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Any user exit or BADI which is aviable while creating online document should be avaiable which posting through BAPI_GOODSMVT_CREATE.

Try all the following mentioned Enhancements.

MBCF0011

MBCF0002

MBCF0005

MBCF0006

MBCF0007

MBCF0009

MBCF0010

MBCFC003

MBCFC004

MB_CF001

ramki_maley
Active Contributor
0 Kudos

Nikhil,

Enhancement MB_CF001 and BADI MB_DOCUMENT_BADI are available but the documentation very explicitly mentions that no changes can be done to the Material document header & items using these.

Can you clarify what you mean by "table MSEG has been extended by a custom table"? Has the table MSEG been modified ?(we do not have a custom include for MSEG at our installation). If you have a separate Z table, that can be easily updated with either the enhancement or BADI mentioned above.

Cheers,

Ramki Maley.

Former Member
0 Kudos

Hi Ramki,

Sorry for the confusion. The table MSEG has been extended by a custom field. I need to update this field with the Kanban number.

Nikhil

ramki_maley
Active Contributor
0 Kudos

Nikhil,

If the table has been extended using SAP recommended method (using customer include structure in MSEG), you can always create a development request in OSS to provide access to the CI in the BAPI. In this case it can be considered missing functionality.

Please don't tell me that the MSEG has been simply extended as a repair/modification. If it is, how does it currently get validated/populated in a standard SAP goods movement transactions?

Thanks,

Ramki Maley.

Former Member
0 Kudos

Hi Nikhil,

It is very diffcult to say whether any BADI exists for BAPI_GOODSMVT_CREATE . I tried to search for a BADI for goods movement and i got one called the WORKORDER_GOODSMVT . Just try this BADI and see whether it is solving your purpose.

Thanks & Regards

Abhishek