cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering Values in a Table recived from Bapi

Former Member
0 Kudos

Hi experts, I have made a Bapi Transaction and I am able to get the result in a table,Now I want to do filtering in the table, I tried the way we use for filtering , but it is giving an exception.

value node is created without a reference

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

answered

Former Member
0 Kudos

hi

can u tell me ow did u solve ur problem

i m also facin the same problem here now

former_member211296
Participant
0 Kudos

Hi

you can refer the following link to bring the filter in the table.

[;

Regards,

Prasath

Former Member
0 Kudos

Hi All, Actually I came across a pdf"Handling transactions with bapi through web dynpro"..I am able to execute the bapi, then I thought to implement the filtering capability in the table.I used all the procedure we use for filtering in table, but that not working over here, may be because data is coming through Model Node,

Its giving me an exception.

Former Member
0 Kudos

Hi Madani,

You need to add the three nodes required for implementing the Table Filter unambigiously.

Those three nodes are,

1)Table Node

2)Filter Node

3)All data node

Just add three nodes in case you haven't done so. Also, do watch out for Namespace conflicts.

For more detailed information on Table Filter's check this link,

http://searchsap.techtarget.com/tip/0,289483,sid21_gci1238730,00.html

Regards

Kishan

Former Member
0 Kudos

Actually I am not able to do filtering on model nodes, so shall i copy the data in model nodes to self created value nodes....I have already done as u said to me.Created 3 nodes but i'm not able to do filtering in table.

Former Member
0 Kudos

Hi Madani,

I would suggest you to copy the values in the model node to your self created node dynamically rather than at design time. For that you need to use the Dynamic context creation functionality. And did you look for any Namespace conflicts?

Regards

Kishan

Former Member
0 Kudos

thanx, i have checked the namespace conflicts but unable , now i'll try creating dynamically node and assigning values to it....i'll try and get back to u.

Former Member
0 Kudos

I have tried but unable, can u plz suggest me some way to get around this . I have tried al possible ways but not able to do, I need it urgently.

Anyone can solve my problem

Thanx in Advance

former_member192434
Active Contributor
0 Kudos

Hi

Check this best example to filter the table

http://searchsap.techtarget.com/tip/0,289483,sid21_gci1238730,00.html

thanks

PradeepBondla
Active Contributor
0 Kudos

Hi,

Which way you are following.?

hope you are using https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60d5b593-ba83-2910-28a9-a7a7c7f5...

could you send the detailed error from log.

Check the binding

PradeeP