2014 Jan 21 5:59 PM
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
2014 Jan 21 7:05 PM
I see a couple of methods that use it. Do you suppose that they fill it?
Neal
2014 Jan 22 9:43 AM
Methods who generate the same calendar that in p2050?
What's the méthod's name please?
Johann
2014 Jan 22 2:05 PM
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