Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8704

Re: Fetch attribute value of structure node

$
0
0

Hi,

 

could you provide an example ?

 

I think you speak about using field-symbol.

 

--> get the attributes of a structure or a table --> same has field catalog for ALV

--> get the value of the attributes :

 

concatenante structure_mane attribute_name into w_field separated by '-'.

assign (w_field) to <field>

check <field> is assigned.

 

and <field> is the value of the attribute attribute_name of the structure structure_name.

 

 

regards

Fred


Viewing all articles
Browse latest Browse all 8704

Trending Articles