HRMSS_S_COMPANY_PROPERTIES SAP (List of Company Property) Structure details

Dictionary Type: Structure
Description: List of Company Property




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




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

HRMSS_S_COMPANY_PROPERTIES 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 "List of Company Property" 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_S_COMPANY_PROPERTIES TYPE HRMSS_S_COMPANY_PROPERTIES.

The HRMSS_S_COMPANY_PROPERTIES table consists of various fields, each holding specific information or linking keys about List of Company Property data available in SAP. These include ENDDA (End Date), LEIHG_TEXT (Name of Subtype), ZEINH_TEXT (Text (20 Characters)), TEXT1 (Excerpt from infotype text module).. 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: Can be enhanced (character-type or numeric)


SAP HRMSS_S_COMPANY_PROPERTIES 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
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
LEIHG_TEXTName of Subtype SBTTXCHAR40TEXT40
ZEINH_TEXTText (20 Characters) TEXT20CHAR20TEXT20
TEXT1Excerpt from infotype text module ITXTZCHAR72TEXT72
TEXT2Excerpt from infotype text module ITXTZCHAR72TEXT72
TEXT3Excerpt from infotype text module ITXTZCHAR72TEXT72
LEIHGObject on loan LEIHGCHAR4Assigned to domainSUBTY_591A
ANZKLNumber of objects on loan ANZNRDEC4DEC4
ZEINHExternal Unit of Measurement in Commercial Format (3-Char.) MSEH3CHAR3MSEH3
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUKRS_TEXTName of Company Code or Company BUTXTCHAR25TEXT25
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOKRS_TEXTName of the controlling area BEZEICHAR25TEXT25
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KOSTL_NAMEGeneral Name KTEXTCHAR20TEXT20
KOSTL_TEXTDescription KLTXTCHAR40TEXT40
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
GSBER_TEXTBusiness area description GTEXTCHAR30TEXT30

Key field Non-key field



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

As HRMSS_S_COMPANY_PROPERTIES 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_S_COMPANY_PROPERTIES as there is no data to select.

How to access SAP table HRMSS_S_COMPANY_PROPERTIES

Within an ECC or HANA version of SAP you can also view further information about HRMSS_S_COMPANY_PROPERTIES 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!