Hi all,
Please help me with the following problem.
I have a context node PERSON_DETAILS with attribute PERSON which is binded to a Internal table. I want toadd one more data record to the attribute PERSON at runtime.
For eg. The Attribute PERSON is populated with person details, But i would like to append the userid of the person logged in to the the attribute PERSON at runtime based on a condition(whether the user logged in a manager, add the data to the context attribute) without deleting any values populated in the context.
(The context is not populated with usedid logged in at design time. I would like to appedn this to the existing attribute at runtime
Thanks a bunch for the help.