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

Restrict selection screen when using logical Database(HR ABAP)

Former Member
0 Likes
1,015

Hi,

I'm using <b>PNP</b> logical Database in my

report program. I want to restrict the deafult

selection screen.

Pls suggest me if knows.

Kind regards,

- Selva

7 REPLIES 7
Read only

Former Member
0 Likes
834

Hi,

Use the FMs, SELECT_OPTIONS_RESTRICT & RS_INT_SELOPT_RESTRICT

Sreedhar

Read only

Former Member
0 Likes
834
In the AT SELECTION SCREEN OUTPUT, you can use

LOOP AT SCREEN.
* using modif-id or screen name make set screen fields invisible.

MODIFY SCREEN.

ENDLOOP.

rgds,

TM

Read only

rahulkavuri
Active Contributor
0 Likes
834

In the attributes section of the report, you can remove the logical database name and activate.

Read only

0 Likes
834

Hi,

You are not getting my question.i'm using the PNP LDB in my report. But i don't want the default selection screen.

Read only

0 Likes
834

hi

u can attach different <b>report category</b> to ur program

Read only

dani_mn
Active Contributor
0 Likes
834

if you don't use the NODE or TABLE statement pnp selection screen will not come.

other wise use screen number 900 which have fever fields and you can make the invisible using

loop at screen.

endloop.

Regards,

Wasim Ahmed

Read only

Former Member
0 Likes
834

Hi Selvapandian,

use in the Attributes of the Report the data of

HR report category. There are a lot of entries.

Sometimes you can change the Selection screen Number.

Hope i can help you,

Regards, Dieter