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

Former Member
0 Likes
644

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?

7 REPLIES 7
Read only

Former Member
0 Likes
592

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

Read only

0 Likes
592

I want the fields in the pnp selection screen.

not using select-options

Read only

franois_henrotte
Active Contributor
0 Likes
592

maintain a HR report category corresponding to your needs

go to program attributes and click on button "Report category" then choose Maintain

Read only

0 Likes
592

I already created HR report category.

It is showing a single field PNPPERNR.

But I want two fields PNPPERNR-LOW AND PNPPERNR-HIGH.

Read only

0 Likes
592

Hi,

Create a select-option for PNPPERNR.

At Initialization event hide the parameter field pernr, looping through screen internal table.

Regards,

Mayank

Read only

0 Likes
592

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

Read only

0 Likes
592

is there any way to display the pnpernr field as PNPPERNR-LOW and PNPPERNR-HIGH in PNP selection screen