Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
shaik_sajid
Active Contributor

One of my Client wanted "During MIGO (GR with reference to PO), the default Quantity should be Zero; Instead of Open PO Quantity".

So I searched SDN but I could not get an answer.

Hence thought of posting this document, so that it would be useful to someone with the same requirement.

For this we need to use BADI - MB_MIGO_BADI

Create a BADI as shown below

Double Click on the Class and in the Attributes, create as shown below.

ZMM_MIGO_BADI_T is a table type with the following structure.

Now write the following code in the BADI Methods.

Output Before Implementing BADI

Output After Implementing BADI

1 Comment
leon_cornelio1
Explorer
0 Kudos
Thank you for this Sajid.

Quantity will be blank initially, but can the user enter a quantity and save?