REGUHO 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 REGUHO
Related tables to REGUHO
Access table REGUHO




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

REGUHO 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 REGUHO 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 REGUHO 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
ZBKONBank Control Key of the Payee's Bank DZBKONCHAR2BKONT
ZBVTYBank Data Indicator for the Payee DZBVTYCHAR4BVTYP
ZSWIFSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
ZALDTPosting date of the payment document DZALDT_ZHLDATS8DATUM
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
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
UBKONBank control key at our bank UBKONCHAR2BKONT
UBKNTOur account number at the bank UBKNTCHAR18BANKN
UBNKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
UBNKLBank number of our bank UBNKLCHAR15BANKL
UBHKTG/L Account Number for Our Bank Account / Bank Sub-Account UBHKTCHAR10Assigned to domainALPHASAKNR
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
RSPE1Form Charges SPES1CURR11(2) WERT6
RSPE2Form Charges SPES2CURR11(2) WERT6
RPOSTNumber of Items Paid RPOSTDEC5PACK3
RTEXTNumber of Text Lines for the Items Paid RTEXT_DDEC5PACK3
RSPM1Form Charges for Bill of Exchange with Maximum Amount SPEM1CURR11(2) WERT6
RSPM2Form Charges for Bill of Exchange with Maximum Amount SPEM2CURR11(2) WERT6
WEHMXMaximum Amount per Bill of Exchange in Local Currency WEHMXCURR13(2) WERT7
WEFMXMaximum Amount per Bill of Exchange in Payment Currency WEFMXCURR13(2) WERT7
WEHRSRemaining Amount in Local Crcy for Last Bill of Exchange WEHRSCURR13(2) WERT7
WEFRSRemaining Amount in Payment Crcy for Last Bill of Exchange WEFRSCURR13(2) WERT7
WEAMXNumber of Bills of Exchange with Maximum Amount WEAMXDEC3PACK2
WDATEBill of Exchange Issue Date WDATEDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM REGUHO
INTO CORRESPONDING FIELDS OF WA_REGUHO
WHERE...

How to access SAP table REGUHO

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