PAYHREC SAP (Payment program - data on payment (payee)) Structure details

Dictionary Type: Structure
Description: Payment program - data on payment (payee)




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




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

PAYHREC 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 "Payment program - data on payment (payee)" 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_PAYHREC TYPE PAYHREC.

The PAYHREC table consists of various fields, each holding specific information or linking keys about Payment program - data on payment (payee) data available in SAP. These include ZNME1 (Name of the Payee), ZNME2 (Name of the Payee), ZSPRA (Language Key), ZLAND (Country Key).. 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 PAYHREC 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
ZADNRAddress number AD_ADDRNUMCHAR10ADRCALPHAAD_ADDRNUMADR
ZNME1Name of the Payee NAMEZ_KKCHAR40TEXT40
ZNME2Name of the Payee NAMEZ_KKCHAR40TEXT40
ZSPRALanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
ZLANDCountry Key LAND1CHAR3T005LAND1LND
ZREGISTATE (State, Province, County) REGIOCHAR3T005SREGIO
ZORT1City AD_CITY1CHAR40TEXT40CLCITYNAME
ZORT2District AD_CITY2CHAR40TEXT40CITY_PART
ZORTPPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
ZPST1City postal code AD_PSTCD1CHAR10CHAR10
ZPST2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
ZPST3Company Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
ZPFACPO Box AD_POBXCHAR10CHAR10
ZSTRAStreet AD_STREETCHAR60TEXT60CLSTRTNAME
ZSTR1House Number AD_HSNM1CHAR10TEXT10
ZSTR2House number supplement AD_HSNM2CHAR10TEXT10
ZTEL1Telephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
ZTEL2Telephone no.: Extension AD_TLXTNSCHAR10CHAR10
ZFAX1Fax number: dialling code+number AD_FXNMBRCHAR30CHAR30
ZFAX2Fax no.: Extension AD_FXXTNSCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table PAYHREC

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