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

Logical Database (PNPCE) , selection screen hide.

Former Member
0 Likes
1,916

Hi Gurus,

i have couple of questions related to logical database pnpce.

1.Since i know logical database has there own selection screen , my requirement is i want to add my custom fields to the selection screen other than what is provided is it possible or not.

2. i want to hide the selection screen of the logical database, but i do want to create my own in which i will be declaring some select options of the standard logical database screen has, like pernr, organisation unit, etc, how do i communicate the entered data with the logical database if i dont use the logical database standard selection screen, hope i could able to explain my problem, please see into my problem and let me know thanks in advance,

hussaini

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
822

Hi ,

1). To add ur own selection screen u can do that in the normal way in the program where u r using the LDB. Just define the selection screen as u want in the program. This selection screen will be displayed after the selection screen from LDB

2). To hide the selection screen fields from LDB write your code in the event INITIALIZATION.

LOOP AT SCREEN.

.....

.....

MODIFY SCREEN

ENDLOOP.

Cheers

VJ

4 REPLIES 4
Read only

Former Member
0 Likes
823

Hi ,

1). To add ur own selection screen u can do that in the normal way in the program where u r using the LDB. Just define the selection screen as u want in the program. This selection screen will be displayed after the selection screen from LDB

2). To hide the selection screen fields from LDB write your code in the event INITIALIZATION.

LOOP AT SCREEN.

.....

.....

MODIFY SCREEN

ENDLOOP.

Cheers

VJ

Read only

Former Member
0 Likes
822

Hussain,

LDB have standard selection screens, if at all you want to customize those standard selection screen you would have to define a report category for your program. You`ll have to configure in the spro settings for your corresponding report category.

If you would like to declare your own selection criteria, you can very well do it and these criteria are visible below the standard selection criteria. You can process these elements in your program and not in the LDB standard program. Use the normal selection screen events in your program for processing your selection criteria.

Hope this info is helpful, reward points if convinced.

Regards

Read only

Former Member
0 Likes
822

Hi,

For your 2nd question:

To Hide selection screen fields from standard LDB, in your program do not declare the particular Nodes.

Rgds,

HR

Message was edited by: Hema Rao

Read only

Former Member
0 Likes
822

Hi,

Please follow the steps to create report category.

Go to transaction SPRO -> Personnel Management ->Human Resources Inforamtion system -> HIS -> Reporting ->

Adjust the standard selection screen -> Create Report Categories.

I hope if this meet your requirement, please award suitable points and close the thread.

Regards,

Irfan Hussain