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 Exit for MB1A First Screen Validation(Doc. Header Text)

Former Member
0 Likes
860

hi all,

Is there any user-exit to validate Doc Header Text field in MB1A Transaction first screen.

I am able to validate after entering second screen using ( MBCF0002 ). This User Exit is not triggering after enter in 1st screen.

It is triggering after enter in second screen. but i need at first level only.

Please suggest.

Regards

Rami

3 REPLIES 3
Read only

Former Member
0 Likes
546

Hi Rami,

Try these user exit.

MB_CF001 Customer Function Exit in the Case of Updating a Mat. D

MBCF0002 Customer function exit: Segment text in material doc. i

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_CREA

MBCF0011 Read from RESB and RKPF for print list in MB26

Regards,

Vijay

Read only

Former Member
0 Likes
546

These are available user exits for TCODE (MB1A)

EXIT_SAPMM07M_001 - MBCF0002 - Customer function exit: Segment text in material doc. item

EXIT_SAPMM07M_003 - MBCFC003 - Maintenance of batch master data for goods movements

EXIT_SAPMM07M_004 - MBCFC004 - Maintenance of batch specifications for goods movements

EXIT_SAPMM07M_005 - MBCF0006 - Customer function for WBS element

EXIT_SAPMM07M_009 - MBCF0009 - Filling the storage location field

EXIT_SAPMM07M_010 - MBCFC010 - Propose batch number on Inventory Management item screen

BADI's:

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 when Creating a Material Document

MB_DOC_BADI_INTERNAL - BAdIs when Creating a Material Document (SAP Internal)

MB_QUAN_CHECK_BADI - BAdI: Item Data at Time of Quantity Check

MB_CHECK_LINE_BADI - BAdI: Check Line Before Copying to the Blocking Tables

VB_SLED_MANAGEMENT - Control of Shelf Life Expiration Date Processing

Read only

Former Member
0 Likes
546

Hi Rami,

Did you resolve the validation for Document Header text in MB1A screen? If so I need your guidance to resolve it.

Thanks,

Nivethaa.