Hi All,
I am having a problem with Sales order Item texts display. I have a custom program which updates texts of Manufacturing and packing notes. It used SAVE_TEXT and EDIT_TEXT FM.
When a sales order is created with the customer, the texts are updated in packing note and manufacturing note tabs of text.
Problem is Packing note is getting text of Manufacturing note and packing note both.
Below code is bringing 2 notes texts.
import tline to rt_lines
from database stxl(tx)
client rt_client
id stxl_id
IGNORING CONVERSION ERRORS.
Can any one suggest what is the best way to avoid the error.
Thanks,
Krishna.