Hi,
I am trying to create an non PO invoice through calling a BAPI "BAPI_INVOICE_CREATE"
in which i am passing all the required data . I have a field called "SGTXT" which is item text and i am passing this field
which has maximum length of 50 char i just want to add a new line characters on to it. i.e want to support Carriage Return
just want to know whether it can hold Carrige Return.
I just tried by entering some Characters and hitting Enter the value which i am passing is simillar to
itemtext
"abcdabcdabcdabcd#
abacdabcdabcd#
abcdabcd" My program is not able to parse this values hence landing into dump.
How should i support this scenario.
Thanks,