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

Copy/create program with logical database

Former Member
0 Likes
747

Hi

I need to create a program with the same selection-screen as SAP standard program RPRAPA00.

RPRAPA00 is using a logical database, but even that I have passed in the PNP in the attributes of my own progam, I don't get the selection in the top (buttons, key-date info + selection info).

The rest of my program looks fine.

Any ideas how I get the missing selections into the selection-screen?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

Hi,

Define pernr table under tables statement then and use GET PERNR event.This get event is followed by End-Of-Selection.

Syntax: Tables pernr.

Get pernr.

Try, activate and test. This should solve your problem.

Regards,

Abhijeet

2 REPLIES 2
Read only

Former Member
0 Likes
533

Hi,

Define pernr table under tables statement then and use GET PERNR event.This get event is followed by End-Of-Selection.

Syntax: Tables pernr.

Get pernr.

Try, activate and test. This should solve your problem.

Regards,

Abhijeet

Read only

0 Likes
532

you must give same HR Report cathegory to your program.

RPRAPA00 report use the XX_10001 report cathegory.

you can see this feature in Program properties.