cancel
Showing results for 
Search instead for 
Did you mean: 

MBST and USER_EXIT

Former Member
0 Kudos

Hello,

Do you know a user-exit for the MBST transaction code witch could be used at post-document (immediately before the commit work).

I can't use MB_CF001 because this user-exit seems not to be called by the MBST transaction.

Best regards

Jocelyne Guinamant

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

I'm sorry but I have soon looking at a solution in BAdd-In.

I don't need a list of user-exit or business Add-in, but only a solution to our problem.

I our case, we must delete records in a specific table when the user saves the material doc in the MBST transaction.

Best regards

Former Member
0 Kudos

Hello Jocelyne,

I am looking for a similar kind of solution. for tcode MBST....Could you please help me out how to proceed to get the solution.

Thanks in advance.

Thanks,

Sucharitha

former_member1033672
Participant
0 Kudos

Hi, enjoy

Enhancement

MB_CF001 Customer Function Exit in the Case of Updating a Art. Doc.

MBCF0011 Read from RESB and RKPF for print list in MB26

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0009 Filling the storage location field

MBCF0007 Customer function exit: Updating a reservation

MBCF0006 Customer function for WBS element

MBCF0005 Article document item for goods receipt/issue slip

MBCF0002 Customer function exit: Segment text in article doc. item

Business Add-in

MB_DOCUMENT_UPDATE BADI when updating article document: MSEG and MKPF

MB_DOC_BADI_INTERNAL BAdIs During Creation of a Article Document (SAP Internal)

MB_ME_CSGMT_BADI_SAP BAdI: Consignment Processing - Stock Transfer

MB_MIGO_BADI BAdI in MIGO for External Detail Subscreens

MB_MIGO_ITEM_BADI BAdI in MIGO for Changing Item Data

MB_PHYSINV_INTERNAL Connection: Core Inventory and Retail AddOn

MB_QUAN_CHECK_BADI BAdI: Item Data at Time of Quantity Check

MB_RESERVATION_BADI MB21/MB22: Check and Complete Dialog Data

MB_RESERVATION_SCR Screen BAdI for Retrofit DFPS

MB_RESERVATION_UPCHD BAdI for Creation and Changing of Manual Reservations

MB_RES_BAPI_CHANGE BAdI: Execution of Changes to Reservation Fields

MB_RES_BAPI_CREATE1 BAdI: Adoption of Customer's Own Fields as Reserv. Fields

MB_RES_BAPI_DETAIL1 BAdI: Display of Customer's Own Fields in Reservations

MB_STOR_LOC_BADI_GTS BADI to Check and Change Storage Location (GTS Fct. Only)

MB_DOCUMENT_BADI_SAP BADI for Creation and Changing of a Article Document

ARC_MM_EBAN_CHECK BAdI: Enhancement of Archivability Check (MM_EBAN)

ARC_MM_EBAN_PRECHECK BAdI: Enhancement of Archivability Check (MM_EBAN)

ARC_MM_EBAN_WRITE BAdI: Enhancement of Scope of Archiving (MM_EBAN)

ARC_MM_EINA_CHECK BAdI: Enhancement of Archivability Check (MM_EINA)

ARC_MM_EINA_WRITE BAdI: Enhancement of Scope of Archiving (MM_EINA)

ARC_MM_INVBEL_CHECK BAdI: Enhancement of Archivability Check (MM_INVBEL)

ARC_MM_INVBEL_WRITE BAdI: Enhancement of Scope of Archiving (MM_INVBEL)

ARC_MM_MATBEL_CHECK Prüfung ADD-ON-spezifischer Kriterien für MM_MATBEL

ARC_MM_MATBEL_WRITE Check Add-On-Specific Data for MM_MATBEL

MB_CHECK_LINE_BADI BAdI: Check Line Before Copying to the Blocking Tables

MB_CIN_LMBMBU04 posting of gr

MB_CIN_MM07MFB7 BAdI for India Version exit in include MM07MFB7

MB_CIN_MM07MFB7_QTY Proposal of quantity from Excise invoice in GR

MB_DOCUMENT_BADI BAdIs During Creation of a Article Document

Former Member
0 Kudos

I have done it and in debug mode we can observ that this user exit is not called and I don't find another user_exit used just before the commit step. The only way is perhaps a reparation in the abap programm MM07MFB9_BUCHEN_AUSFUEHREN !!

Former Member
0 Kudos

Hi,

User-Exit for Tcode MBST-


MBCF0002            Customer function exit: Segment text in material doc. item
MBCF0005            Material document item for goods receipt/issue slip
MBCF0006            Customer function for WBS element
MBCF0007            Customer function exit: Updating a reservation
MBCF0009            Filling the storage location field
MBCF0010            Customer exit: Create reservation BAPI_RESERVATION_CREATE1
MBCF0011            Read from RESB and RKPF for print list in  MB26
MB_CF001            Customer Function Exit in the Case of Updating a Mat. Doc.

Former Member
0 Kudos

Hi,

Just check by putting break point in that Function Exit.

If it is triggering at your required point. Then ok.

Otherwise try for another one.