‎2010 Mar 16 5:35 PM
hello gurus
we have created material doc using mb11 and now we want to open that in mb02 and enter the text ( mseg-sgtxt filed) into the text filed which we can see after double clicking the item material then It will open next screen where we can see account assignment subscreen and here we maintain text.
For this we need bapi which can change the material documnet ie update the text ( we are able to do this by bdc by calling mbo2 but we are looking for bapi).
‎2010 Mar 16 11:23 PM
There is no such a BAPI which can allow you to modify material document. You need to use batch input and write your own wrapper around it. If you need to jsut change MSEG-SGTXT then you can try direct update of DB table. This is usually really risky.
Cheers
‎2010 Mar 18 5:58 AM
‎2010 Mar 18 9:09 AM
is that a recurring issue or a one-time event?
for a one-time event you have already the BDC solution.
If your text is wrong in general, then you should correct it directly when the material document is posted. There are user exits that can be used to get the text your want into that field.
‎2010 Mar 24 4:08 AM
thank you experts for the replies , we have uploaded the text using BDC