Application Development 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: 

what is the use of read_text in scripts?

Former Member
0 Kudos

hi

what is the use of read_text in scripts?

3 REPLIES 3

Former Member
0 Kudos

Hi,

READ_TEXT is used to read long texts in SAP,

E.g. you will have long texts in Sales order, Purchase order,notification, invoice etc..

Former Member
0 Kudos

HI,

in genral read_text FM is used to display the Text maintained in standardtransactions like ME21n/ va01 ,,, if u wanna display this text, u shud use READ_TEXT by passing th erelavnt parametsr like object, id, text, lang.

in case o f scripts, there is no need to call this FM, when u r including the standard text using menu--include -standard text, here u shud give the object, id, text, lang..(this is simialr to standard text) then script will display the text mainatined in the standard transactions.

Regards,

Naveen

Former Member
0 Kudos

using read text u can capture the long text related to the purchaseorder,sales order etc...............goto me21n and see the longtext there u can capture the long text using any workareas or even strings also.......even in raw format also.........

u should use readtext........

reward points if helpful...........