REGUHM SAP (Payment Data for Cross-Payment Run Payment Medium) Table details

Dictionary Type: Table
Description: Payment Data for Cross-Payment Run Payment Medium




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




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

REGUHM is a standard SAP Table which is used to store Payment Data for Cross-Payment Run Payment Medium data and is available within R/3 SAP systems depending on the version and release level.

The REGUHM table consists of various fields, each holding specific information or linking keys about Payment Data for Cross-Payment Run Payment Medium data available in SAP. These include LAUFD (Date on Which the Program Is to Be Run), LAUFI (Additional Identification), ZBUKR (Paying company code), LIFNR (Account Number of Vendor or Creditor).. 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 REGUHM 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
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
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 VBLNRCHAR10BKPFALPHABELNR
LAUFD_MDate of Payment Medium Run LAUFD_MDATS8DATUM
LAUFI_MIdentification of the Payment Medium Run LAUFI_MCHAR6LAUFI
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
RZAWEPayment Method for This Payment RZAWECHAR1T042ZZLSCH
UZAWEPayment Method Supplement UZAWECHAR2T042FUZAWE
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
ZALDTPosting date of the payment document DZALDT_ZHLDATS8DATUM
VALUTValue date VALUTDATS8DATUM
CRVALValue Date at Payee's Bank PRQ_CRVALDATS8DATUM
AUSFDDue date of the paid items AUSFDDATS8DATUM
BATCHNO 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM REGUHM
INTO CORRESPONDING FIELDS OF WA_REGUHM
WHERE...

How to access SAP table REGUHM

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