cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro and RFC_READ_TABLE

Former Member
0 Kudos

Hi,

I used the RFC_READ_TABLE as models,

when I call this function I want to get the "WA" value from the "DATA" table.

Problem : the "WA" value is a String type, but longer than a String value.

How can I get the entirely "WA" value ?

Should I use only BAPI function in web DynPro ?

Thanks in advance,

Mathieu

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Please read OSS Note 382318 about the use of RFC_READ_TABLE.

In short, it is NOT released for customer use.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Thomas for your help,

I have noticed that the return value was only the first entry of the current node. I've found in another thread how to make a loop on a node.

/message/1482815#1482815 [original link is broken]

With this approach it works, it was not the string that was to short, it was only the first element which was shown...

Former Member
0 Kudos

Mathieu,

I'm trying to do the same, but it doesn't work.

Could you please mail me your project (or a part of it) ?

(frederik_jooken@hotmail.com)

Thanks in advance !

Former Member
0 Kudos

I am also trying to use RFC_READ_TABLE in WebDynpro application.But its not working..Please provide some insight into this.

ashish_shah
Contributor
0 Kudos

Hi Renu,

You may refer to this thread.

Ashish Shah