REGUHH SAP (REGUH version before the 'n'th change) Table details

Dictionary Type: Table
Description: REGUH version before the 'n'th change




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




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

REGUHH is a standard SAP Table which is used to store REGUH version before the 'n'th change data and is available within R/3 SAP systems depending on the version and release level.

The REGUHH table consists of various fields, each holding specific information or linking keys about REGUH version before the 'n'th change 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: Can be enhanced (character-type or numeric)


SAP REGUHH 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
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
ZBUKRPaying company code DZBUKRCHAR4Assigned to domainBUKRS
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
EMPFGPayee code EMPFGCHAR16EMPFG
VBLNRDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
VERSNConsecutive Change Number VERSN_REGUNUMC4NUM04
WEVWVPlanned usage of the bill of exchange WEVWVCHAR1WEVWV
ZBNKSCountry Key DZBNKSCHAR3Assigned to domainLAND1LND
ZBNKNBank account number of the payee DZBNKNCHAR18BANKN
ZBNKLBank number of the payee's bank DZBNKLCHAR15BANKL
RZAWEPayment Method for This Payment RZAWECHAR1Assigned to domainZLSCH
RUMSKSpecial G/L Indicator of the Payment Transaction RUMSKCHAR1Assigned to domainUMSKZ
RZUMSTarget Special G/L Indicator of the Payment Transaction RZUMSCHAR1Assigned to domainUMSKZ
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIWShort Key of the Account Data for the Bill of Exchange HKTIWCHAR5Assigned to domainHKTID
HBKIWShort Key of the House Bank for Bill/Exch.for Check/Bill/Ex. HBKIWCHAR5Assigned to domainHBKID
VALUTValue date VALUTDATS8DATUM
ANFAEBill of Exchange Payment Request Due Date ANFAEDATS8DATUM
WEFAEBill of Exchange Due Date WEFAEDATS8DATUM
RBETRAmount in Local Currency RBETRCURR13(2) WRTV7
RSKONTotal Cash Discount for the Payment Trans. (Local Currency) RSKONCURR13(2) WRTV7
RWBTRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
RWSKTTotal Cash Discount for the Pmnt Transactn in Pmnt Currency RWSKTCURR13(2) WRTV7
RPOSTNumber of Items Paid RPOSTDEC5PACK3
RTEXTNumber of Text Lines for the Items Paid RTEXT_DDEC5PACK3
WDATEBill of Exchange Issue Date WDATEDATS8DATUM
AUSFDDue date of the paid items AUSFDDATS8DATUM
AUGDTClearing Date AUGDTDATS8DATUM
UZAWEPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
DTAWSInstruction key for data medium exchange DTAWSCHAR2Assigned to domainDTAWS
ZIBANIBAN of the Payee DZIBANCHAR34IBAN
ZSWIFSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
MGUIDSEPA Mandate: GUID of Mandate SEPA_MGUIDRAW16

Key field Non-key field



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

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

SELECT SINGLE *
FROM REGUHH
INTO CORRESPONDING FIELDS OF WA_REGUHH
WHERE...

How to access SAP table REGUHH

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