Hi,
I'm doing a customization in order to fetch the text from the table tttxt010 by checking the text number from the sales order table as follows...
select tttxt010.ctxt, tttxt010.text
from tttxt010
where tttxt010.ctxt = {:tdsls400.txta}
selectdo
text.header = tttxt010.text
message("%s",tttxt010.text)
endselect
Actually I can view two lines of text for the particular text no via the Text manager tool in ERPLN... But I can get only one line of text while execute the above script... So how can I get all lines in that particular field.
Note : I have created report input field as follows for "text.header"
text.header tcmcsstr300m
Can anybody please help me...
Regards,
Pralash
I'm doing a customization in order to fetch the text from the table tttxt010 by checking the text number from the sales order table as follows...
select tttxt010.ctxt, tttxt010.text
from tttxt010
where tttxt010.ctxt = {:tdsls400.txta}
selectdo
text.header = tttxt010.text
message("%s",tttxt010.text)
endselect
Actually I can view two lines of text for the particular text no via the Text manager tool in ERPLN... But I can get only one line of text while execute the above script... So how can I get all lines in that particular field.
Note : I have created report input field as follows for "text.header"
text.header tcmcsstr300m
Can anybody please help me...
Regards,
Pralash