2016 Jul 22 3:38 PM
Hello,
I have a requirement in which I need to update product group in transaction MC86. It will update table PGMI basically.
I found a FM 'PRODUCTGROUP_CHANGE' and I am passing correct details but still I get an error while executing this FM.
Error Material not found, I have checked material in existing in the system. I debugged this FM also it raise exception MESSAGE E500 at line 45 code for the same 'Material not Found.
Anybody as any idea. OR any other BAPI is used someone here.
Regards,
2016 Jul 22 3:59 PM
Is the material number stored with padded zeros in your system? If so, then you will have pass the same way, from your program as well.
Thanks,
Juwin
2016 Jul 22 4:52 PM
Hello Juwin,
Material starts with character in my system. I have checked that
2016 Jul 22 4:59 PM
You should not be using this function module at all. This is not a BAPI. This is an update function module, called by SAP internal programs to update database directly, once all the checks are done.
Thanks,
Juwin
2016 Jul 23 1:13 PM
Hello Juwin,
Any BAPI is avalaible to update transaction MC86.
Regards,
2016 Jul 24 11:37 AM
Hi,
Try,
BAPI_QUOTA_ARRANGEMENT_GETLIST
Hope it helpful,
Regards,
Venkat.