PES1900001 SAP (Annual statement of deductions: Rec. type 01 (00)) Structure details

Dictionary Type: Structure
Description: Annual statement of deductions: Rec. type 01 (00)




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




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

PES1900001 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 "Annual statement of deductions: Rec. type 01 (00)" 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_PES1900001 TYPE PES1900001.

The PES1900001 table consists of various fields, each holding specific information or linking keys about Annual statement of deductions: Rec. type 01 (00) data available in SAP. These include MODEL (Declaration template), EJER (Fiscal year of declaration), NIF_RET (Deduction agent or declarer NIF), NAME (Surnames and name or registered company name).. 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: Not classified


SAP PES1900001 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
TIPORecord type PES_190TIPCHAR1CHAR1
MODELDeclaration template PES_190MDLCHAR3CHAR3
EJERFiscal year of declaration PES_190EJRCHAR4CHAR4
NIF_RETDeduction agent or declarer NIF PES_190NIRCHAR9CHAR9
NAMESurnames and name or registered company name PES_190NOMCHAR40CHAR40
PRESType of medium PES_190PRSCHAR1CHAR1
TELNTelephone number of contact person PES_190TLNCHAR9CHAR9
NAME_PERSContact person name and surnames PES_190NAMCHAR40CHAR40
NUM_DECDeclaration receipt no. PES_190NDECHAR13CHAR13
DEC_COMAdditional declaration PES_190DCOCHAR1CHAR1
DEC_SUSTSubstitute declaration PES_190DSUCHAR1CHAR1
NUM_DEC_AReceipt no. of previous declaration PES_190NDACHAR13CHAR13
PERTotal payees or reported PES_190PERCHAR9CHAR9
SIGNOSign PES_190SGNCHAR1CHAR1
TOTPEDME template 190: total payments amount PES_190IPECHAR13CHAR13
DEC_TOTPEDecimal places PES_190DECCHAR2CHAR02
TOTREDME 190 form: Amount of deductions PES_190IRECHAR13CHAR13
DEC_TOTREDecimal places PES_190DECCHAR2CHAR02
BLANDWI template 190: Blanks (62) PES_190B62CHAR62CHAR62
SEL_ELElectronic stamp PES_190SELCHAR13CHAR13

Key field Non-key field



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

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

How to access SAP table PES1900001

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