cancel
Showing results for 
Search instead for 
Did you mean: 

OnLeadSelect in Table UI

Former Member
0 Kudos

Hi Experts,

I have a requirement of developing a report in Webdynpro Java. For that I have developed two BAPI's. First bapi executes and I bind that to one table and it is working fine.

Second BAPI has to be executed once the user select the the perticular row so that the second BAPI will display the corresponding values. I Created a method for OnLeadSelect and the bapi is executeing. fine

but ! the result of second BAPI is assigned to two tables as it is having two nodes output. But ! those I am not getting the values to those node. I did everything fine.

Could anyone help me on this ?

Regards,

Jyothi.

Accepted Solutions (1)

Accepted Solutions (1)

pravesh_verma
Active Contributor
0 Kudos

Hi,

Just to check, is your problem in following threads is solved:

1)

2)

if yes I would request you to kindly close the thread. Or if there is still some issues please revert back. Please do remeber to always close the thread once the problemis fixed.

Thanks and Regards,

Pravesh

Answers (1)

Answers (1)

RadouaneSbaa
Explorer
0 Kudos

It's hard to understand.

bapi's table appears twice in model node structure : under 'xxx'_Input' node and under 'output' node.

Are you sure you have binded result table from Output node ?

Let me show you:

here is your bapi structure in your contexte:

NODE_XXXXXX_Input

--<b>NODE_TABLE</b>

--Attribut1

--Attribut2

--NODE_OUTPUT

-


<b>NODE_TABLE</b>

-


Attr_export1

-


Attr_export2

The result you want to display is under the node output

--<b>NODE_TABLE</b>

--Attribut1

--Attribut2

--NODE_OUTPUT

-


<b>NODE_TABLE</b> <-- here is the result to display

-


Attr_export1

-


Attr_export2

Hope this help

best Regards,

Radouane SBAA