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

Get calendar data (structure p2050)

Former Member
0 Likes
791


Hello experts,

I'm developping a report and I need to get data from structure p2050 'Annual calendar'.

Unfortunately there are no table linked to this structure therefore it's impossible to get this data by 'HR_READ_INFOTYPE', I also found report RPTABS50 but it's not exactly the same data than in p2050.

I think to make a "CALL TRANSACTION PA30" on 2050 but I don't know if the call transaction can return value on my specific report, I think it's impossible right?

Where can i simply get this calendar information in my report like in pa20 on 2050 please :

Thank's for your replies.

Regards.

Johann


Hello experts,

I'm developping a report and I need to get data from structure p2050 'Annual calendar'.

Unfortunately there are no table linked to this structure therefore it's impossible to get this data by 'HR_READ_INFOTYPE', I also found report RPTABS50 but it's not exactly the same data than in p2050.

I think to make a "CALL TRANSACTION PA30" on 2050 but I don't know if the call transaction can return value on my specific report, I think it's impossible right?

Where can i simply get this calendar information in my report like in pa20 on 2050 please :

Thank's for your replies.

Regards.

Johann

3 REPLIES 3
Read only

Former Member
0 Likes
752

I see a couple of methods that use it.  Do you suppose that they fill it?

Neal

Read only

0 Likes
752

Methods who generate the same calendar that in p2050?

What's the méthod's name please?

Johann

Read only

0 Likes
752

If you goto P2050 and use the where used, I see:

Classes/Interfaces             Short Descript.

CL_PT_CONTAINER_UTIL

P2050_TO_PRELP                 Fill PRELP from P2050
PRELP_TO_P2050                 Fill P2050 from PRELP

These look interesting.

HTH,

Neal