cancel
Showing results for 
Search instead for 
Did you mean: 

Quantity field not getting displayed

0 Kudos

Hi,

I am using Adaptived RFC Model to get Sales Order Data from SAP. The Sales Order BAPI that i am using is

BAPI_SALESORDER_DETAIL. I have mapped the SALESORDER table(SALESOPRDER Model node) to the TABLE UI element in my WebDynpro Application.

The problem i am facing is that while all the fields get displayed the Quantity value is not getting displayed in the appropriate column. I have checked the mapping and everything seems to be fine.

Also when i create a separate value node for the table and fill the value node from the model node the quantity value gets displayed then.

Please suggest what can be the possible cause for this.

Regards

Sidharth

Can you please

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Victor,

I have called the invalidate method after the EXECUTE method.

Also i have mapped the Output Node to the table.

still the problem persists.

Regards

Sidharth

Former Member
0 Kudos

Hi,

As far as I understand you display output parameters of BAPI, so check to following things:

1. After calling BAPI model method call invalidate on context node to update the values (e.g. outputNode.invalidaet() )

2. Check that you dispaly output parameters and not input parameters of the table. (e.g. You have Quantity and QuantityOutput node so connect you table field to QuantityOutput)

Hope it helps.

Victor.