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: 

Read Text

nagarajan_ramudu
Active Participant
0 Kudos
107

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

praveen_hannu
Contributor
0 Kudos
67

Hi

you can use the FM RFC_READ_TEXT

Thanks

Praveen

2 REPLIES 2

praveen_hannu
Contributor
0 Kudos
68

Hi

you can use the FM RFC_READ_TEXT

Thanks

Praveen

0 Kudos
67

Worked. Thanks.