Question:
Hi,
We made a batch input for Purchase Order Text via MM02, the problem is when the material have texts in Purchase Order Text, how can we delete first this texts?? mm i forget mention that no all material have already text.
Thanks in Advance
Answer:
You need to use FM DELETE_TEXT to remove long texts.
There are lots of postings on how to use FMs to manipulate long texts as well as good documentation on the FMs themselves.
_________________
Kind Regards
Rosie Brent
Please remember to search the forum and check the FAQ before posting questions, thank you.
Tuly Idiot most of the time, part-time Guru
Answer:
To take Rosie's suggestion one step further, you can use FM "SAVE_TEXT" to load your texts instead of BDC. You can automatically overwrite existing texts without needing to delete first. It will also be much faster than BDC.
DK