‎2008 Jun 06 11:37 AM
Hi All,
I have one query report.I want to add one extra column in that report having inspection text.But i dont know how to encorporate text in SAP-Query.
We can do that in ALV report using function module 'READ_TEXT' .But how can we do this in SAP-Query?
Its very urgent.Can anybody guide me regarding this issue?
Plz suggest me something.
Regards,
Deepak.
‎2008 Jun 06 12:16 PM
You can insert code in a Infoset.
- CALL SQ02, click on "Extras" icon
- on tab "Extras", create an additional field for your text
- on tab "Code" coding section 10 "Additional field/structure"use the READ_TEXT function module to read the long text.
SAP documentation at [Creating Additional Fields|http://help.sap.com/erp2005_ehp_03/helpdata/EN/d2/cb4468455611d189710000e8322d00/frameset.htm]
Regards