‎2006 Aug 09 4:38 AM
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
‎2006 Aug 09 4:43 AM
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
‎2006 Aug 09 4:43 AM
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
‎2006 Aug 09 4:43 AM
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
‎2006 Aug 09 4:47 AM
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
‎2006 Aug 09 4:57 AM
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