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

logicla database

Former Member
0 Likes
374

Hi,

I want to add the field"P0008-TRFGR" in my selection screen.

I created my own report category but in the set of available PNP fields the field "TRFGR" is not found.

How to do that?

2 REPLIES 2
Read only

Former Member
0 Likes
354

Hello

You cannot add new fields to the selection of PNP LDB. Generally PNP provides the fields from IT0000 and IT0001 for selection. If you need from other infotype then you have to add them separately and handle the logic relevant to that for retreival and filtering.

Regards

Ranganath

Read only

Former Member
0 Likes
354

Then explicitly add the field to your selection screen ..

select-options : s_TRFGR for P0008-TRFGR. But U need to

write the validations ..