REGUTA SAP (Paying Company Codes for DME Files) Table details

Dictionary Type: Table
Description: Paying Company Codes for DME Files




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




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

REGUTA is a standard SAP Table which is used to store Paying Company Codes for DME Files data and is available within R/3 SAP systems depending on the version and release level.

The REGUTA table consists of various fields, each holding specific information or linking keys about Paying Company Codes for DME Files data available in SAP. These include BANKS (Bank country key), LAUFD (Date on Which the Program Is to Be Run), LAUFI (Additional Identification), XVORL (Indicator: Only Proposal Run?).. 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 REGUTA 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
BANKSBank country key BANKSCHAR3T005LAND1BKL
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
XVORLIndicator: Only Proposal Run? XVORLCHAR1XFELD
DTKEYAdditional Field for the TemSe Key Fields DTKEY_DCHAR16TEXT16
LFDNRSequential Number LFDNUNUMC3NUMC3
ZBUKRPaying company code DZBUKRCHAR4T001BUKRS
DORIGINOrigin Indicator FIBL_ORIGINCHAR8TFIBLORIGINFIBL_ORIGIN

Key field Non-key field



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

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

SELECT SINGLE *
FROM REGUTA
INTO CORRESPONDING FIELDS OF WA_REGUTA
WHERE...

How to access SAP table REGUTA

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