2016 Feb 09 7:58 AM
Hi Experts,
I have a requirement to enter/add a default value in the Quantity>Ext. Amount LC of the item level screen in MIGO depending on the movement type using BADI/User-Exit. I have tried using a BADI for showing error messages but not for having a default value in the screen. Is this possible? I have searched and can't find any answer on my problem.
Example:
MIGO > GR >Others
Quantity>Ext. Amount LC should automatically have 0.01 Value
2016 Feb 09 8:06 AM
Hello, did you already tried to implement BAdI MB_MIGO_ITEM_BADI?
Hi Experts,
I have a requirement to enter/add a default value in the Quantity>Ext. Amount LC of the item level screen in MIGO depending on the movement type using BADI/User-Exit. I have tried using a BADI for showing error messages but not for having a default value in the screen. Is this possible? I have searched and can't find any answer on my problem.
Example:
MIGO > GR >Others
Quantity>Ext. Amount LC should automatically have 0.01 Value
2016 Feb 09 8:06 AM
Hello, did you already tried to implement BAdI MB_MIGO_ITEM_BADI?
2016 Feb 09 8:21 AM
When I tried to change the value of is_goitem-exbwr using MB_MIGO_ITEM_BADI.
Im having an error "The field IS_GOITEM-EXBWR" cannot be changed.
Also when I searched about this BADI it only enables you to set the storage location and item text in the transaction for goods movement
2016 Feb 09 8:32 AM
You are right, sorry.
MB_MIGO_BADI will be fit better, with method LINE_MODIFY
2016 Feb 09 9:16 AM
Hi,
I have found the answer using IF_EX_MB_MIGO_BADI~LINE_MODIFY.
CS_GOITEM-EXBWR = '0.01'.
SET PARAMETER ID 'EXBWR' FIELD 'CS_GOITEM-EXBWR'.
2025 Sep 02 5:27 PM
When entering the order, can the movement type be updated automatically?
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |