Application Development 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: 

EDIT PNP Selection screen

Former Member
0 Kudos

Hello

I would like to edit my PNP selection screen (000) with screen painter. Does anyone know if this is possible?

Otherwise is it maybe possible to add tabs to the screen dynamically?

Greets

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi ,

go to the attributes of the program>hr report catagory>then you can create your own selection screen give the name and description...

regards,

venkat.

5 REPLIES 5

rahulkavuri
Active Contributor
0 Kudos

You can hide some of the fields by using AT-SELECTION-SCREEN OUTPUT event but you cannot add additional fields to the screen as it is a standard program

Former Member
0 Kudos

If you put transaction SLDB you can see program that executes this logical database and of course you can view selection screen.

Former Member
0 Kudos

hi ,

go to the attributes of the program>hr report catagory>then you can create your own selection screen give the name and description...

regards,

venkat.

Former Member
0 Kudos

So there is no easy way to do this? Just want to add a tab to te screen..

Former Member
0 Kudos

create selection screen fields in a new include program

include the New program in your orignal program ,i think pnp fileds should be visible along with newly created fields

Edited by: Saurabh kashyap on Mar 18, 2008 1:33 PM