REGUP_CORE SAP (Processed Items from Payment Program) Table details

Dictionary Type: Table
Description: Processed Items from Payment Program




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




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

REGUP_CORE is a standard SAP Table which is used to store Processed Items from Payment Program data and is available within R/3 SAP systems depending on the version and release level.

The REGUP_CORE table consists of various fields, each holding specific information or linking keys about Processed Items from Payment Program data available in SAP. These include ZBUKR (Paying company code), LIFNR (Account Number of Vendor or Creditor), KUNNR (Customer Numbers), EMPFG (Payee code).. 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: Not classified


SAP REGUP_CORE 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 MANDTCLNT3T000MANDT
ZBUKRPaying company code DZBUKRCHAR4T001BUKRS
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
EMPFGPayee code EMPFGCHAR16EMPFG
VBLNRDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
XBLNRReference Document Number XBLNRCHAR16XBLNR
BUDATPosting Date in the Document BF_BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
DMBTRAmount in local currency BF_DMBTRCURR23(2) WERT12
WRBTRAmount in transaction currency BF_WRBTRCURR23(2) WERT12
SKNTOCash discount amount in local currency BF_SKNTOCURR23(2) WERT12
WSKTOCash discount amount in transaction currency BF_WSKTOCURR23(2) WERT12
QBSHHWithholding tax amount (in local currency) BF_QBSHHCURR23(2) WERT12
QSSHBWithholding tax base amount BF_QSSHBCURR23(2) WERT12
QBSHBWithholding tax amount (in document currency) BF_QBSHBCURR23(2) WERT12
SGTXTItem Text SGTXTCHAR50TEXT50
ZTERMTerms of payment key BF_ZTERMCHAR4CHAR4
ZBDXTSelected cash discount days DZBDXTDEC3ZBDXT
ZBDXPSelected cash discount percentage rate DZBDXPDEC5(3) PRZ23
LZBKZState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
LANDLSupplying Country LANDLCHAR3Assigned to domainLAND1
DIEKZService Indicator (Foreign Payment) DIEKZCHAR1DIEKZ
STCEGVAT Registration Number STCEGCHAR20STCEG
ESRNRISR Subscriber Number ESRNRCHAR11ESRNR
ESRREISR Reference Number ESRRECHAR27ALPHAESRRE
ESRPZISR Check Digit ESRPZCHAR2CHAR2
KIDNOPayment Reference KIDNO_BFCHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM REGUP_CORE
INTO CORRESPONDING FIELDS OF WA_REGUP_CORE
WHERE...

How to access SAP table REGUP_CORE

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