Display the subtype text for an infotype
I am making an HR report in ABAP wherein I need to display the subtype texts for infotype 0045. How do I find the table where I can get this text field?
I am making an HR report in ABAP wherein I need to display the subtype texts for infotype 0045. How do I find the table where I can get this text field?
The main table for subtypes is V_T591A. Go to TCODE sm30 >type in V_T591A and select maintenance to add/change subtypes. You can also use TCODE SE16 to access this table to check for your values.