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

MIGO - screen modification

Former Member
0 Likes
1,837

Hi,

is there a way to change some screen fields(GOITEM-BWART) in MIGO transaction, without modification?

6 REPLIES 6
Read only

Former Member
0 Likes
1,211

Hi,

you can do that using SHD0(ZERO) transaction by creating transaction/screen variants .

SHD0 is used to create transaction/screen variants , usaing that you can modify the screen fields like input disable, hidden, etc..

Regards

vijay

Read only

0 Likes
1,211

Yes, but I need to show, hide, or enable input on some fields depending on values in other fields, for exmple if GOITEM-BWART = 101, then GOITEM-MIGO_INSMK should be enabled for input, but in case BWART = 161, it should not be enabled for input. Logic is complicated......

Read only

0 Likes
1,211

Then you should check some BADI or screen exit in this case. yes it looks complicated. check the BADI's or user-exits they might help you.

Regards

vijay

Read only

0 Likes
1,211

Hi,

MB_DOCUMENT_BADI

BADIs when creating an document

MB_DOCUMENT_UPDATE

BADI when updating document: MSEG and MKPF

You can write code within those 2 BAIDs to enable or disable some fields at run time depends on other fields data.

regards,

ram

Read only

Former Member
0 Likes
1,211

You can use Either BADIs or User Exits.

Below are exits available for you.

MBCF0002

Customer function exit: Segment text in article doc. item

MBCF0005

Article 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

MBCFC003

Maintenance of batch master data for goods movements

MBCFC004

Maintenance of batch specifications for goods movements

Below are BADIs

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 when creating an article document

MB_DOCUMENT_UPDATE

BADI when updating article document: MSEG and MKPF

regards,

ram

Read only

0 Likes
1,211

I am not sure I can access screen table from any, at least not screen fields on items....