P23_FORM_TCER_CE SAP (Interface Structure for form Termination Certificate) Structure details

Dictionary Type: Structure
Description: Interface Structure for form Termination Certificate




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




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

P23_FORM_TCER_CE 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 "Interface Structure for form Termination Certificate" 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_P23_FORM_TCER_CE TYPE P23_FORM_TCER_CE.

The P23_FORM_TCER_CE table consists of various fields, each holding specific information or linking keys about Interface Structure for form Termination Certificate data available in SAP. These include VORNA (First Name), PERID (Personnel ID Number), BEGDA (Start Date), ENDDA (End Date).. 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 P23_FORM_TCER_CE 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
NACHNLast Name PAD_NACHNCHAR40PAD_NACHN
VORNAFirst Name PAD_VORNACHAR40PAD_VORNM
PERIDPersonnel ID Number PRDNICHAR20CHAR20
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
STILLSingle-Character Indicator CHAR1CHAR1CHAR1
TITLE_OF_JOBString STRINGVALSTRG0
ABSENCE_BEGDAStart Date BEGDADATS8DATUM
ABSENCE_ENDDAEnd Date ENDDADATS8DATUM
PSARBWork capacity percentage PSARBDEC4(2) DEC2_2
LIMITSingle-Character Indicator CHAR1CHAR1CHAR1
PROBASingle-Character Indicator CHAR1CHAR1CHAR1
PROBATIONARY_DATEStart Date BEGDADATS8DATUM
LIMITED_CONTRACT_DATEStart Date BEGDADATS8DATUM
INTERMITTENTSingle-Character Indicator CHAR1CHAR1CHAR1
WOSTDHours per week WOSTDDEC5(2) STDAZ
BSGRDCapacity Utilization Level BSGRDDEC5(2) BSGRD
WORKING_HOURS_VARIESSingle-Character Indicator CHAR1CHAR1CHAR1
POOLInteger value for form switch P23_INTFR_CEINT410INT4
COMPENSingle-Character Indicator CHAR1CHAR1CHAR1
WORKED_HOURS_BEGDAStart Date BEGDADATS8DATUM
WORKED_HOURS_ENDDAEnd Date ENDDADATS8DATUM
WORKED_HOURS_Y0 0
WORKED_HOURS_Y1 0
PAY_DATA_PERInteger value for form switch P23_INTFR_CEINT410INT4
PAY_DATA_BASPAYHR Payroll: Amount MAXBTCURR15(2) PRBETRG
PAY_DATA_VARIATEDInteger value for form switch P23_INTFR_CEINT410INT4
PAY_DATA_OVERTIMEPayroll: Amount per unit BETPECURR15(2) PRBETPE
PAY_DATA_MERTIDPayroll: Amount per unit BETPECURR15(2) PRBETPE
PAY_DATA_ADDITIONALInteger value for form switch P23_INTFR_CEINT410INT4
SCHOOL_OTHERSInt1 INT_1INT13INT1
SCHOOL_TEACHERInt1 INT_1INT13INT1
SCHOOL_HOLIDAY_DAYSHR payroll: Number PRANZDEC15(2) PRANZHL
SCHOOL_HOLIDAY_AMOUNTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
SCHOOL_NONWORKINGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GROSS_AMTS 0
ADDITIONAL_INFORMATIONString STRINGVALSTRG0
NAME_OF_EMPLOYERString STRINGVALSTRG0
ORGANIZATION_NUMBERString STRINGVALSTRG0
ADDRESS_OF_EMPLOYERString STRINGVALSTRG0
PHONE_TO_SOURCEString STRINGVALSTRG0
PLACE_NAMEString STRINGVALSTRG0
DATEStart Date BEGDADATS8DATUM
UNAMEString STRINGVALSTRG0

Key field Non-key field



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

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

How to access SAP table P23_FORM_TCER_CE

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