Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WBS Element

Former Member
0 Likes
622

Hi all,

I have displayed WBS element in ALV Grid display. When I use filter condition for this field it displays a message to enter a numeric field. and when I check in table it is numc and while displaying the records are alpha numeric with many characters.please help how to solve this in ALV grid filter. I am sure to reward points.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
562

Instead of PSPNR field use POSID while creating ALV field catalog in your abap code.

Message was edited by: Tomasz Kozerski

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
Read only

Former Member
0 Likes
562

hi sathya

hope u r displaying pspnr ... try to select corresponding post1 (description ) from prps table and display it that will work fine ...

regards

lokesh

Read only

Former Member
0 Likes
563

Instead of PSPNR field use POSID while creating ALV field catalog in your abap code.

Message was edited by: Tomasz Kozerski