‎2008 Mar 28 10:03 AM
How to add the field PNPPERNR-LOW to the selection screen of PNP logical database.
It is displaying only field PNPERNR.
I need both the fields PNPPERNR-LOW and PNPPERNR-HIGH.
How to do it?
‎2008 Mar 28 10:08 AM
Hi,
Its enough you to add the selection-screen parameter as like follows in your report,
select-options : s_matnr for mara-matnr.
get mara.
get marc.
like that.
It will be shown in the selection screen.
Regards,
Sankar.
Edited by: sanki on Mar 28, 2008 11:09 AM
‎2008 Mar 28 10:11 AM
I want the fields in the pnp selection screen.
not using select-options
‎2008 Mar 28 10:12 AM
maintain a HR report category corresponding to your needs
go to program attributes and click on button "Report category" then choose Maintain
‎2008 Mar 28 10:19 AM
I already created HR report category.
It is showing a single field PNPPERNR.
But I want two fields PNPPERNR-LOW AND PNPPERNR-HIGH.
‎2008 Mar 28 10:26 AM
Hi,
Create a select-option for PNPPERNR.
At Initialization event hide the parameter field pernr, looping through screen internal table.
Regards,
Mayank
‎2008 Mar 28 10:47 AM
You are using PNP logical data base so this database providing default selection screen. This selection screen contains pernr selcections, means what u r looking that is already providing this selection screen.
simply u double click right arrow mark key and enter what ever range u want.
Regards,
Sai
‎2008 Mar 28 10:54 AM
is there any way to display the pnpernr field as PNPPERNR-LOW and PNPPERNR-HIGH in PNP selection screen