‎2006 Jun 08 3:43 PM
Hi,
is there a way to change some screen fields(GOITEM-BWART) in MIGO transaction, without modification?
‎2006 Jun 08 3:52 PM
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
‎2006 Jun 08 3:57 PM
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......
‎2006 Jun 08 4:02 PM
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
‎2006 Jun 08 4:09 PM
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
‎2006 Jun 08 3:54 PM
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
‎2006 Jun 08 4:00 PM
I am not sure I can access screen table from any, at least not screen fields on items....