HRMSS_CAT_APPR_TEXTS SAP (Texts for Collective Approval) Structure details

Dictionary Type: Structure
Description: Texts for Collective Approval




ABAP Code to SELECT data from HRMSS_CAT_APPR_TEXTS
Related tables to HRMSS_CAT_APPR_TEXTS
Access table HRMSS_CAT_APPR_TEXTS




Structure field list including key, data, relationships and ABAP select examples

HRMSS_CAT_APPR_TEXTS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Texts for Collective Approval" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_HRMSS_CAT_APPR_TEXTS TYPE HRMSS_CAT_APPR_TEXTS.

The HRMSS_CAT_APPR_TEXTS table consists of various fields, each holding specific information or linking keys about Texts for Collective Approval data available in SAP. These include AWART_TEXT (Text for Attendance/Absence Type), LGART_TEXT (Wage Type Long Text), HRKOSTL_TEXT (Text for HR Cost Center), HRLSTAR_TEXT (Text for HR Activity Type).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRMSS_CAT_APPR_TEXTS structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
NAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
AWART_TEXTText for Attendance/Absence Type ABWTXTCHAR25TEXT25
LGART_TEXTWage Type Long Text LGTXTCHAR25TEXT25
HRKOSTL_TEXTText for HR Cost Center HRMSS_CAT_APPR_HRKOSTLCHAR40TEXT40
HRLSTAR_TEXTText for HR Activity Type HRMSS_CAT_APPR_HRLSTARCHAR40TEXT40
PRAKN_TEXTPremium Name PRATXCHAR20TEXT20
OTYPE_TEXTObject Type Text OTEXTCHAR25TEXT25
PLANS_TEXTPosition (Short Text) PLSTXCHAR25TEXT25
SKOSTL_TEXTText for Sender Cost Center HRMSS_CAT_APPR_SKOSTLCHAR40TEXT40
LSTAR_TEXTText on Activity Type HRMSS_CAT_APPR_LSTARCHAR40TEXT40
ARBPL_TEXTWork center description KTXT40CHAR40TEXT40
RKOSTL_TEXTText for Receiver Cost Center HRMSS_CAT_APPR_RKOSTLCHAR40TEXT40
POSID_TEXTText for WBS Element HRMSS_CAT_APPR_POSIDCHAR40TEXT40
RAUFNR_TEXTText for Receiver Order HRMSS_CAT_APPR_RAUFNRCHAR40TEXT40
RNPLNR_TEXTText for Network HRMSS_CAT_APPR_RNPLNRCHAR40TEXT40
VORNR_TEXTOperation short text LTXA1CHAR40TEXT40
UVORN_TEXTText for Suboperation HRMSS_CAT_APPR_UVORNRCHAR40TEXT40
RKDAUF_TEXTText for Sales Order HRMSS_CAT_APPR_RKDAUFCHAR40TEXT40
RKSTR_TEXTText for Receiver Cost Object HRMSS_CAT_APPR_RKSTRCHAR40TEXT40
RPRZNR_TEXTReceiver Business Process HRMSS_CAT_APPR_RPRZNRCHAR40TEXT40
STATUS_TEXTStatus Text HRMSS_CAT_APPR_STATUSCHAR40TEXT40
REASON_TEXTText for Rejection Reason CATSRETEXTCHAR50TEXT50
CPRO_TEXTProject Description HRMSS_CAT_APPR_CPR_TEXTCHAR40TEXT40
CPRO_OBJTEXTProject Role/Task HRMSS_CAT_APPR_CPR_OBJTEXTCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure HRMSS_CAT_APPR_TEXTS using ABAP code?

As HRMSS_CAT_APPR_TEXTS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on HRMSS_CAT_APPR_TEXTS as there is no data to select.

How to access SAP table HRMSS_CAT_APPR_TEXTS

Within an ECC or HANA version of SAP you can also view further information about HRMSS_CAT_APPR_TEXTS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!