HRSEL_COMBINE SAP (Relationship of Selection IDs) Table details

Dictionary Type: Table
Description: Relationship of Selection IDs




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




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

HRSEL_COMBINE is a standard SAP Table which is used to store Relationship of Selection IDs data and is available within R/3 SAP systems depending on the version and release level.

The HRSEL_COMBINE table consists of various fields, each holding specific information or linking keys about Relationship of Selection IDs data available in SAP. These include SELID (ID for Selection Condition), SELID_CNT (Sequence Number), CNT1 (Sequence Number), KIND1 (Selection 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRSEL_COMBINE table 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
MANDTClient MANDTCLNT3T000MANDT
SELIDID for Selection Condition HR_SELIDCHAR20HRSEL_IDSHRSELIDHRBAS00SELID
SELID_CNTSequence Number LFDNUMNUMC3NUM03
CNT1Sequence Number LFDNUMNUMC3NUM03
KIND1Selection Type HR_SELKINDCHAR4HR_SELKIND
OPERATORRelationship for Selections HR_OPERATORCHAR1HR_OPERATOR
CNT2Sequence Number LFDNUMNUMC3NUM03
KIND2Selection Type HR_SELKINDCHAR4HR_SELKIND
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT

Key field Non-key field



How do I retrieve data from SAP table HRSEL_COMBINE using ABAP code

The following ABAP code Example will allow you to do a basic selection on HRSEL_COMBINE to SELECT all data from the table
DATA: WA_HRSEL_COMBINE TYPE HRSEL_COMBINE.

SELECT SINGLE *
FROM HRSEL_COMBINE
INTO CORRESPONDING FIELDS OF WA_HRSEL_COMBINE
WHERE...

How to access SAP table HRSEL_COMBINE

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