REGUHM_LST SAP (Cross-Payment Run Payment Medium Creation: Reporting) Structure details

Dictionary Type: Structure
Description: Cross-Payment Run Payment Medium Creation: Reporting




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




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

REGUHM_LST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Cross-Payment Run Payment Medium Creation: Reporting" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_REGUHM_LST TYPE REGUHM_LST.

The REGUHM_LST table consists of various fields, each holding specific information or linking keys about Cross-Payment Run Payment Medium Creation: Reporting data available in SAP. These include MANDT (Client), LAUFD (Date on Which the Program Is to Be Run), LAUFI (Additional Identification), ZBUKR (Paying company 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP REGUHM_LST structure 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
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
RWBTRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
RBETRAmount in Local Currency RBETRCURR13(2) WRTV7
ZNME1Name of the payee DZNME1CHAR35TEXT35
ZNME2Name of the payee DZNME1CHAR35TEXT35
ZORT1City of the payee DZORT1CHAR35TEXT35
ZLANDCountry Key DZLANDCHAR3Assigned to domainLAND1LND
ZBNKSCountry Key DZBNKSCHAR3Assigned to domainLAND1LND
ZBNKYBank key of the payee's bank DZBNKYCHAR15BANKK
ZBNKLBank number of the payee's bank DZBNKLCHAR15BANKL
ZBNKNBank account number of the payee DZBNKNCHAR18BANKN
ZBKONBank Control Key of the Payee's Bank DZBKONCHAR2BKONT
BKREFReference specifications for bank details BKREFCHAR20CHAR20
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
KOINHAccount Holder Name KOINH_FICHAR60KOINH
BUSABAccounting clerk BUSABCHAR2Assigned to domainBUSAB
RPOSTNumber of Items Paid RPOSTDEC5PACK3
XDONEIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON

Key field Non-key field



How do I retrieve data from SAP structure REGUHM_LST using ABAP code?

As REGUHM_LST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on REGUHM_LST as there is no data to select.

How to access SAP table REGUHM_LST

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