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

Read Text

nagarajan_ramudu
Active Participant
0 Likes
502

Hi All,

Is there a "standard remote" enabled function module is available to read long text? I am trying to read ECC process order header long text from a remote enabled system.

Creating Z remote function module with read_text will work, but I am trying to look for standard function modules.

Thank you.

Nagarajan

1 ACCEPTED SOLUTION
Read only

praveen_hannu
Contributor
0 Likes
462

Hi

you can use the FM RFC_READ_TEXT

Thanks

Praveen

2 REPLIES 2
Read only

praveen_hannu
Contributor
0 Likes
463

Hi

you can use the FM RFC_READ_TEXT

Thanks

Praveen

Read only

0 Likes
462

Worked. Thanks.