Hello All,
I wanna try to upate the value of Text for Issuing Storage Location, when I create a PO by BAPI_PO_CREATE1. But there's definitely no sense whether I have filled in these parameters like as following:
POITEM-SUPPL_STLOC = 'XXX';
POITEMX-SUPPL_STLOC = 'X'.
As soon as calling this BAPI, I found that the value of POITEM-SUPPL_STLOC will be cleared automatically. So I think this is why no update.
But why is this field cleared? Why no update?