HRFPM_FIN_LIST_ORG_STRUC SAP (Organizational Unit Hierarchy) Structure details

Dictionary Type: Structure
Description: Organizational Unit Hierarchy




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




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

HRFPM_FIN_LIST_ORG_STRUC 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 "Organizational Unit Hierarchy" 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_HRFPM_FIN_LIST_ORG_STRUC TYPE HRFPM_FIN_LIST_ORG_STRUC.

The HRFPM_FIN_LIST_ORG_STRUC table consists of various fields, each holding specific information or linking keys about Organizational Unit Hierarchy data available in SAP. These include OBJID_1 (Object ID), SHORT_1 (Short Description of Organizational Unit), STEXT_1 (Organizational unit name), OBJID_2 (Object ID).. 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 HRFPM_FIN_LIST_ORG_STRUC 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
.INCLU-_1 0
OBJID_1Object ID OBJEKTIDNUMC8NUM08PON
SHORT_1Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_1Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_2 0
OBJID_2Object ID OBJEKTIDNUMC8NUM08PON
SHORT_2Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_2Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_3 0
OBJID_3Object ID OBJEKTIDNUMC8NUM08PON
SHORT_3Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_3Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_4 0
OBJID_4Object ID OBJEKTIDNUMC8NUM08PON
SHORT_4Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_4Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_5 0
OBJID_5Object ID OBJEKTIDNUMC8NUM08PON
SHORT_5Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_5Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_6 0
OBJID_6Object ID OBJEKTIDNUMC8NUM08PON
SHORT_6Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_6Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_7 0
OBJID_7Object ID OBJEKTIDNUMC8NUM08PON
SHORT_7Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_7Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_8 0
OBJID_8Object ID OBJEKTIDNUMC8NUM08PON
SHORT_8Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_8Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_9 0
OBJID_9Object ID OBJEKTIDNUMC8NUM08PON
SHORT_9Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_9Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_10 0
OBJID_10Object ID OBJEKTIDNUMC8NUM08PON
SHORT_10Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_10Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_11 0
OBJID_11Object ID OBJEKTIDNUMC8NUM08PON
SHORT_11Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_11Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_12 0
OBJID_12Object ID OBJEKTIDNUMC8NUM08PON
SHORT_12Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_12Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_13 0
OBJID_13Object ID OBJEKTIDNUMC8NUM08PON
SHORT_13Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_13Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_14 0
OBJID_14Object ID OBJEKTIDNUMC8NUM08PON
SHORT_14Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_14Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_15 0
OBJID_15Object ID OBJEKTIDNUMC8NUM08PON
SHORT_15Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_15Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_16 0
OBJID_16Object ID OBJEKTIDNUMC8NUM08PON
SHORT_16Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_16Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_17 0
OBJID_17Object ID OBJEKTIDNUMC8NUM08PON
SHORT_17Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_17Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_18 0
OBJID_18Object ID OBJEKTIDNUMC8NUM08PON
SHORT_18Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_18Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_19 0
OBJID_19Object ID OBJEKTIDNUMC8NUM08PON
SHORT_19Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_19Organizational unit name STEXT_ORGEHCHAR40TEXT40
.INCLU-_20 0
OBJID_20Object ID OBJEKTIDNUMC8NUM08PON
SHORT_20Short Description of Organizational Unit SHORT_ORGEHCHAR12TEXT12
STEXT_20Organizational unit name STEXT_ORGEHCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table HRFPM_FIN_LIST_ORG_STRUC

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