cancel
Showing results for 
Search instead for 
Did you mean: 

Including a attribute inside a structure

Former Member
0 Kudos

Hi,

in my requirement I need to add an extra attribute inside the Structure-Mara of the Context Node. So how s it possible to add an extra attribute with in the given standard structure inside a node?

Accepted Solutions (1)

Accepted Solutions (1)

harsha_jalakam
Active Contributor
0 Kudos

Hi Bharani,

Right click on the node and then select change, in the dictionary structure field , delete the entry MARA.

After this you would be able to change the node structure, with your custom attribute.

Regards,

Harsha

Answers (2)

Answers (2)

former_member197475
Active Contributor
0 Kudos

Hi Bharani,

As suggested by Rama, you can go ahead for an Append Structure, as it may help you in avoiding some code conflicts, if at some where you had been accessed the node as table structure as type MARA.

BR,

RAM.

ramakrishnappa
Active Contributor
0 Kudos

Hi Bharani,

As suggested by Harsha, you can delete the structure name MARA used for context node and can be able to add new attributes to the node directly.

But, if you add a field inside the MARA structure itself, you can update the context node with the latest fields from mara structure.

To add new field inside the mara, create a structure Zmara_new_fields and append this structure inside MARA structure. Now mara contains your new fields.

Now, updat the node with new attributes from the structure, you would be able to add it into context node.

Hope this helps you.

Regards,

Rama