cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with "dynamic Document action"

Former Member
0 Kudos

Hi,all:

I have a problem.

I have a RFC return a structure. I want generated an Assignment with this structure , but the RFC return the contents of the structure is not fixed, how to define a "dynamic Document action", to resolve the structure of this dynamic

Thanks for the help.

Regards

Edited by: stephen shyu on Feb 8, 2010 2:49 PM

Accepted Solutions (1)

Accepted Solutions (1)

agentry_src
Active Contributor
0 Kudos

If you are looking at positional referencing or sequence references, you can use xPath expressions to specify the fields or data of interest.

Perhaps if you could give an example of two different document structures and what you are trying to retrieve from both, I can provide specific xPath expressions.

for example, reference Tag1 by Transaction.SomeInputXML{/Row/*[2]} without defining the actual field name.


<Row>
<Datetime/>
<Tag1/>
</Row>

Regards,

Mike

Edited by: Michael Appleby on Feb 9, 2010 4:34 PM

Former Member
0 Kudos

Hi,Michael,

I think i got it

Thanks for your instant response.

Best regards,

Stephen

Answers (0)