Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Query

Former Member
0 Likes
292

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.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
256

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