cancel
Showing results for 
Search instead for 
Did you mean: 

Read table data from Adobe Form in WD method

0 Kudos

Hello,

Context is like this :

ADOBE_DATA --- Node

POS -


Node which has Dict. Stru : TABLE card : o..n

POSNR --- Attribute

MATNR -


Attribute

Created Adobe Interactive Form through the template source of view layout.So xml schema generated automatically

and is all ok.

Method on action Submit :

DATA :

Node_zatodv_pos type ref to If_Wd_Context_Node,

it_zatodv_pos TYPE STANDARD TABLE OF zatodv_tab_pos.

Node_pos =

Node_Adobe_data->get_Child_Node( Name = If_MAIN=>wdctx_POS ).

Node_pos->get_static_attributes_table( importing table = it_zatodv_pos ).

When I test the application,this method returns SY-SUBRC is 0 but internal table is "always empty".

I have also individual attributes in the context which are read correctly.Only get_static_attribute_table doesn't read the table content.Please could any one help me where would be the problem.

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rathi Priya,

I am facing the same issue. can you please help with the solution how did you resolve the issue.

Thanks

Vijay