Application Development 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: 

Variant setup for SAP standard report SDRRAV01 for dynamic Posting Period

Former Member
0 Kudos

Can someone please help with the process for setting up a variant for program SDRRAV01 so that we can get the Posting Period To ( Screen field PPOPER_H : T009B-POPER ) and Posting Year To (screen field name PGJAHR_H : T009B-BDATJ ) fields populate the values dynamically to current posting period and posting year.

Thank you in advance.

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos

You cannot do it without modifying or copying the report. I suggest to copy it & add code to default the current period/year during INITIALIZATION.

~Suresh

2 REPLIES 2

suresh_datti
Active Contributor
0 Kudos

You cannot do it without modifying or copying the report. I suggest to copy it & add code to default the current period/year during INITIALIZATION.

~Suresh

0 Kudos

or else write a small program calling this report and passing the period and year to the selection screen using the submit option.

hope it helps.

award points if it helps.