cancel
Showing results for 
Search instead for 
Did you mean: 

FM or class to read fields/content from a SAP HR Form

former_member183072
Active Participant
0 Kudos

Hello guys,

I have a small request to collect the content( dictionary fields that are used ) of a SAP HR form( payslip) based on the form name. Are there any FM`s or classes that I can use?


Thank you in advance,

Ovidiu H

Accepted Solutions (1)

Accepted Solutions (1)

antoine_foucault
Active Contributor
0 Kudos

Ovidiu:

There is probably many options; one could be to fetch STRUCTURE field from THRFORMS_01 table for your form and then use CL_ABAP_STRUCTDESCR.

Best,

Antoine

former_member183072
Active Participant
0 Kudos

Hi Antoine,

Thanks for the reply, I`m quite new to the HR/HCM world.
I checked in that table but I cannot find my form there. Maybe the reason is that the form is a payslipp( so not script/smartforms/adobe).

I am open it with PE51 transaction.

Any ideas where the structure for this kind of forms are stored?

Thanks,

Ovidiu

antoine_foucault
Active Contributor

Oh, welcome then 🙂

There are different technologies for payslip edition; I wrongly assumed you were referring to hrforms (adobe based) instead of PE51 (sap script based).

In this case, extracting the dictionary field does not make has much sense as with adobe based form but anyhow maybe you can look in SE16 the content of table T512Q for your palsy document; other related table: T512N T512P T512Q T512R T512S.

Good luck.

Antoine

Answers (0)