SAP BAPI For Material Edit
This BAPI function is used to call the transcation code MM02 to edit material.
First it will check whether or not the material exist in MAW1, if it does exist then it will call transaction MM02 but if it didn’t exist then it will call transaction MM24.
In this ABAP sample code, there’s an option where you [...]