Skip to Content
0
Former Member
Jul 27, 2005 at 11:49 AM

Accessing Model-Nodes representing TABLE-parameters of BAPIs

21 Views

Hi all!

Does anybody by chance know if there are code-samples or tutorials on how to initialize, access & execute models that are BAPIs with TABLE-parameters.

I've got a Context structure

Context

|_ConfirmOrder [ModelNode]

|_Poitem [ModelNode]

| |_<i>attributes</i>

|_Poitemx [ModelNode]

| |_<i>attributes</i>

...

|_<i>attributes</i>

but fail to set the attributes of the Subnodes Poitem, Poitemx a.s.o. (I've tried many different access-versions s.a.:

wdContext.

currentCofirmOrderElement().

currentPoitemElement().

set...(...)

wdContext.

nodePoitem().

currentPoitemElement().

set...(...)

but nothing worked)

If I execute the Model, only the attributes of currentConfirmOrderElement() are submitted, but the attributes of the subnodes are missing.

Every hint is more than appreciated!

Thanks a lot!

BR

Thomas