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

IT 0048 Reporting

Former Member
0 Likes
615

Hi all,

I have a requirement to read SBUTY (Subtype) from Into type 48, its technical name says that it is in structure RP50G. Is there any way to get it from some infotype, if no, then how to read it from that structure? a small snippet will be highly appreciated.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
560

The infotypes are runtime database structures so you can

SELECT SINGLE SUBTY

FROM PA0048

RP50G is just a screen field.

Hi all,

I have a requirement to read SBUTY (Subtype) from Into type 48, its technical name says that it is in structure RP50G. Is there any way to get it from some infotype, if no, then how to read it from that structure? a small snippet will be highly appreciated.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
560

Hi,

Did you try to get that data from the table: PA0048?

Check the Function Module: HR_PBSUS_ESS_READ_IT0048

Regards,

Ravi

Read only

Former Member
0 Likes
561

The infotypes are runtime database structures so you can

SELECT SINGLE SUBTY

FROM PA0048

RP50G is just a screen field.