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

Abt read _text functional module.

Former Member
0 Likes
422

Hi to all

Plz tell me functionality of read _text functional module.

Thanks & Regards

Anubhav

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
399

Hi,

As the name suggest , it is used to read text, i.e., a text is read from the text file or text memory with this function module. All info about a text module must be transferred to an internal work area. It is used to read any text associated with a object. Eg, In purchase order the header text, lineitem text etc. Also, generic entries in the parameters for id, language, name, object are not allowed as these are common whenever you try to access them. So you need to debug and find out the exact values in them so that you can pass these values while writing your code. For clear understanding, debug purchase order transaction and put a break-point on Read_Text FM.

Regards,

Sangeeta.

Reward points if its helpful.

2 REPLIES 2
Read only

Former Member
0 Likes
400

Hi,

As the name suggest , it is used to read text, i.e., a text is read from the text file or text memory with this function module. All info about a text module must be transferred to an internal work area. It is used to read any text associated with a object. Eg, In purchase order the header text, lineitem text etc. Also, generic entries in the parameters for id, language, name, object are not allowed as these are common whenever you try to access them. So you need to debug and find out the exact values in them so that you can pass these values while writing your code. For clear understanding, debug purchase order transaction and put a break-point on Read_Text FM.

Regards,

Sangeeta.

Reward points if its helpful.

Read only

Former Member
0 Likes
399

Hi anubhav,

read_text module is used to read text,since text with any tcode is not stored in database it is used to read the text at runtime from the tcode.

Hope this helps.

Regards,

Nikhil