cancel
Showing results for 
Search instead for 
Did you mean: 

Manipulating a table that is Dynamically created with info from an RFC

Former Member
0 Kudos

I am trying to view and manipulate a dynamically created table that contains data that comes from an RFC call.

In the time entry iView the iView returns the time that the employee has entered, I am trying to read what is in the table and create a row for the difference between what time has been entered and the target time for that day.

I cannot find any documentation of where to find the data in the table. I have been trying to find it in the debugger but with no luck.

Any help would be appreciated,

Thanks

Dave

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi David,

If you mean Web Dynpro tables than these tables are bounded to context elements and nodes.

Locate the Node this table is bounded to and read the data from this node using the wdContext object, for example:

wdContext.nodeMyTable()....

Hope it helps,

Roy

Answers (0)