Hi all,
I am new to workflow.
I am composed the mail content with struc SOLISTI1.
T_OBJCONT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
write the message line by line and append in to T_OBJCONT.and describe the space for the t_object like this.
DESCRIBE TABLE T_OBJCONT LINES TAB_LINES.
READ TABLE T_OBJCONT INDEX TAB_LINES.
Z_DOCUMENT_DATA-DOC_SIZE =
( TAB_LINES - 1 ) * 255 + STRLEN( T_OBJCONT ).
after that i am sent it to mail using FM SO_NEW_DOCUMENT_ATT_SEND_API1.
The contant is coming correctly in Development server but in Qulity server it not coming correct.
<b>Output in DEV:</b>
Customer Name : Andreae-Noris Zahn AG Hauptverwaltung
Customer City : Frankfurt Main
Credit Exposure : 1333.42
<b>Output in Qulity:</b>
Customer Name : Gehe Pharma Handel GmbH Hauptverwaltung
Custo
mer City : Stuttgart <------- Here the problem
Credit Exposure : 531225.05
The Customer city its not coming correct its spleting in to two line i dont know why.length wies i am checked all things,there is no free space so it should print correctly but it not printing i dont know why.
Pls help me out its very urgent one. or give me some material for composing mail.
Very urgent,Points will be rewards for useful.
Thanks in Adv,
Raja.