PAYRC SAP (Additional Header Data for Recovery Order) Table details

Dictionary Type: Table
Description: Additional Header Data for Recovery Order




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




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

PAYRC is a standard SAP Table which is used to store Additional Header Data for Recovery Order data and is available within R/3 SAP systems depending on the version and release level.

The PAYRC table consists of various fields, each holding specific information or linking keys about Additional Header Data for Recovery Order data available in SAP. These include KEYNO (Key Number for Payment Request), BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP PAYRC table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
KEYNOKey Number for Payment Request PRQ_KEYNOCHAR10Assigned to domainALPHAPRQ_KEYNO
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
LOTKZBundling indicator (lot number) PRQ_LOTKZCHAR10ALPHALOTKZ
FMREASONReason for decision for workflow FMREASONCHAR2Assigned to domainFMREASON
XNREVIndicator: Do not revaluate PRQ_XNORCHAR1X
PARNOBusiness Partner PRQ_PARNOCHAR10ALPHAPRQ_PARNO
MANSPDunning block MANSPCHAR1Assigned to domainMANSP
KNRMAAccount number of the dunning recipient KNRMACHAR10Assigned to domainALPHAKUNNRKUN
FILKDAccount Number of the Branch FILKDCHAR10ALPHAMAXKK
ANREDTitle ANREDCHAR15TEXT15
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
NAME3Name 3 NAME3_GPCHAR35NAME
NAME4Name 4 NAME4_GPCHAR35NAME
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01_GPCHAR35TEXT35
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
STRASHouse number and street STRAS_GPCHAR35TEXT35
PFACHPO Box PFACHCHAR10PFACH
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
BUSABAccounting clerk BUSABCHAR2Assigned to domainBUSAB
GEST_GRPUser Group PRQ_GRPCHAR5CHAR5
STCD1Tax Number 1 STCD1CHAR16STCD1
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
UBNKYBank key of our bank UBNKYCHAR15BANKK
UBNKLBank number of our bank UBNKLCHAR15BANKL
UBKNTOur account number at the bank UBKNTCHAR18BANKN
UBKONBank control key at our bank UBKONCHAR2BKONT
UBHKTG/L Account Number for Our Bank Account / Bank Sub-Account UBHKTCHAR10Assigned to domainALPHASAKNR
XRELDIndicator: Released for Posting PRQ_XRELDCHAR1X
XRELIIndicator: Complete PRQ_XRELICHAR1X
XPAPERPaper printout required PRQ_XPAPERCHAR1X
XBRIEFAccompanying letter required PRQ_XBRIEFCHAR1X
DUEDTRecovery order due date REC_DUEDTDATS8DATUM
REASONReason for payment request PRQ_REASONCHAR240CHAR240
AUGDTClearing Date AUGDTDATS8DATUM
AUGCPClearing Entry Date AUGCPDATS8DATUM
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR

Key field Non-key field



How do I retrieve data from SAP table PAYRC using ABAP code

The following ABAP code Example will allow you to do a basic selection on PAYRC to SELECT all data from the table
DATA: WA_PAYRC TYPE PAYRC.

SELECT SINGLE *
FROM PAYRC
INTO CORRESPONDING FIELDS OF WA_PAYRC
WHERE...

How to access SAP table PAYRC

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