cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture a field symbol table into Component Controller.

Aisurya
Participant
0 Kudos

Hi Experts,

I am having a field symbol <Fs_node> type standard table, and also some data in it from the dynamic node.

My req is to capture the whole, field symbol data in a attribute of a class or Declare it globally in Component controller so that , the data can be accessed globally.

Am stuck in this,,pls help me.

Thanks

Aisurya

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

> I am having a field symbol <Fs_node> type standard table, and also some data in it from the dynamic node.

Is that dynamic node based on the dictionary structure?

Aisurya
Participant
0 Kudos

Hi ,

Its a dynamic node not a dictionary structure...

Thanks

Aisurya

Former Member
0 Kudos

.

Use the following methods of CL_WD_DYNAMIC_TOOL to get the information from dynamic node -

CREATE_TABLE_FROM_NODE

You can also use

GET_STATIC_ATTRIBUTES_REF

GET_STATIC_ATTRIBUTES_TABLE of IF_WD_CONTEXT_NODE