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

RFc Enabled READ_TEXT

Former Member
0 Likes
3,457

hi friends,

i have one requirement , i want to retrive Header text of PO documents into SRM , is there any RFC enabled READ_TEXT function module ? or any RFC enabled function module to retive Header text of PO docs into SRM server

Thanks and Regards

Kumar Srin

1 ACCEPTED SOLUTION
Read only

JackGraus
Active Contributor
1,994

Hi Kumar, function module RFC_READ_TEXT. Table parameter TEXT_LINES is used to both pass requested text keys to the function module and also returms the text lines in TEXT_LINES.

Regards Jack

3 REPLIES 3
Read only

Former Member
0 Likes
1,994

Why not just create a remote enabled wrapper FM that calls READ_TEXT?

Rob

Read only

JackGraus
Active Contributor
1,995

Hi Kumar, function module RFC_READ_TEXT. Table parameter TEXT_LINES is used to both pass requested text keys to the function module and also returms the text lines in TEXT_LINES.

Regards Jack

Read only

Former Member
0 Likes
1,994

Thanks jack, Perfect