RPCT02Q0_PREETPTAB SAP (Pre ETP Smart Form structure for Termination Organiser) Structure details

Dictionary Type: Structure
Description: Pre ETP Smart Form structure for Termination Organiser




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




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

RPCT02Q0_PREETPTAB 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 "Pre ETP Smart Form structure for Termination Organiser" 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_RPCT02Q0_PREETPTAB TYPE RPCT02Q0_PREETPTAB.

The RPCT02Q0_PREETPTAB table consists of various fields, each holding specific information or linking keys about Pre ETP Smart Form structure for Termination Organiser data available in SAP. These include GEMNM (Employer's Trading Name), ADDRESS_EMPLOYER (Field of length 90), EMORT (City), EMREG (STATE (State, Province, County)).. 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 RPCT02Q0_PREETPTAB 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
PERNRPersonnel Number P_PERNRNUMC8PERNR
GEMNMEmployer's Trading Name P13Q_GEMNMCHAR200CHAR200
ADDRESS_EMPLOYERField of length 90 CHAR_90_AUCHAR90CHAR90
EMORTCity ORT01CHAR25TEXT25
EMREGSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
EMPLZPostal Code PSTLZCHAR10PSTLZ
EMABNAustralian business number P13_ABNUMNUMC11NUM11
EMCNMContact Name P13Q_CONPRCHAR38CHAR38
EMCPHPhone Number P13Q_CONPHCHAR15CHAR15
ANREDForm-of-Address Key ANRDECHAR1Assigned to domainANRDE
NACHNLast Name PAD_NACHNCHAR40PAD_NACHN
VORNAFirst Name PAD_VORNACHAR40PAD_VORNM
ADDRESSField of length 90 CHAR_90_AUCHAR90CHAR90
LOCAT2nd Address Line PAD_LOCATCHAR40PAD_LOCAT
ORT01City PAD_ORT01CHAR40PAD_ORT01
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
GBDATCharacter field, 8 characters long CHAR8CHAR8CHAR8
ISSDATCharacter field, 8 characters long CHAR8CHAR8CHAR8
RETDATCharacter field, 8 characters long CHAR8CHAR8CHAR8
GSIGNAuthorised Signatory for Payment summary/Group Certificate P13Q_GSIGNCHAR48CHAR48
TRANS_TAXABLETransitional - ETP Taxable component P13_TRTCPDEC10(2) DEC8_2
TRANS_TAXFREETransitional - ETP Tax Free component P13_TRTFPDEC10(2) DEC8_2

Key field Non-key field



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

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

How to access SAP table RPCT02Q0_PREETPTAB

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