PES_CMB_STRCT_OUTPUT SAP (Output structure for Contract Management Workbench) Structure details

Dictionary Type: Structure
Description: Output structure for Contract Management Workbench




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




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

PES_CMB_STRCT_OUTPUT 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 "Output structure for Contract Management Workbench" 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_PES_CMB_STRCT_OUTPUT TYPE PES_CMB_STRCT_OUTPUT.

The PES_CMB_STRCT_OUTPUT table consists of various fields, each holding specific information or linking keys about Output structure for Contract Management Workbench data available in SAP. These include PERNR (Personnel Number), ENAME (Formatted Name of Employee or Applicant), BEGDA (Start Date), IDCON (Contract identification by company).. 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 PES_CMB_STRCT_OUTPUT 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
SELSingle-Character Indicator CHAR1CHAR1CHAR1
PERNRPersonnel Number P_PERNRNUMC8PERNR
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
BEGDAStart Date BEGDADATS8DATUM
IDCONContract identification by company PES_IDCONTCHAR5Assigned to domainPES_IDCONT
CLCONContract Key for Social Insurance PES_CLCONCHAR3PES_IDSEG
TIDCOText Field of Length 60 TEXT60CHAR60TEXT60
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
ENDCOEnd Date ENDDADATS8DATUM
TIPOContract type PES_TIPOCHAR1PES_TIPO
MODALContract category PES_MODALCHAR2PES_MODAL
JORNType of working day in contract PES_JORNCHAR1PES_JORN
STACOMStatus of contracts communication to employment office PES_STACOMCHAR1PES_STACOM
CTTEXTContrat@ communication status text to INEM PES_CWB_STATUSCHAR60CHAR60
STACOPStatus of contracts communication to employment office PES_STACOMCHAR1PES_STACOM
PRTEXTContrat@ communication status text to INEM PES_CWB_STATUSCHAR60CHAR60
STACOCStatus of contracts communication to employment office PES_STACOMCHAR1PES_STACOM
CBTEXTContrat@ communication status text to INEM PES_CWB_STATUSCHAR60CHAR60
STACOLStatus of contracts communication to employment office PES_STACOMCHAR1PES_STACOM
LATEXTContrat@ communication status text to INEM PES_CWB_STATUSCHAR60CHAR60

Key field Non-key field



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

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

How to access SAP table PES_CMB_STRCT_OUTPUT

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