Best way to update BSEG-SGTXT
I need to "update" BSEG-SGTXT. What is the best way to do this? I gather updates are not the "best" way.
I need to "update" BSEG-SGTXT. What is the best way to do this? I gather updates are not the "best" way.
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
The problem is that BSEG-SGTXT is duplicated in other tables, like BSIS, BSID etc. You need to use a method that performs all the checks and updates that occur when you modify the field manually. If you can't modify the field manually, it would be extremely unwise to update the table directly. The best method would be to find a BAPI which updates accounting documents, and allows you to set this field. Then it is just a matter of calling the BAPI function module. Otherwise, record the manual process using SM35, and create a batch input program.