SAP BAPI_RESR_PERIODS_MINIMUM Structure For Managing Settlement Periods Table data and field list

BAPI_RESR_PERIODS_MINIMUM 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 "Structure For Managing Settlement Periods" 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_BAPI_RESR_PERIODS_MINIMUM TYPE BAPI_RESR_PERIODS_MINIMUM.

The BAPI_RESR_PERIODS_MINIMUM table consists of various fields, each holding specific information or linking keys about Structure For Managing Settlement Periods data available in SAP. These include GRATING_FROM (Grading/Tax Valid From), GRATING_TO (Grading/Tax Valid To), FROM_MISS_REP (When Did Sales Reports Stop?), PERIOD_FROM (Period start date)... 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. .

BAPI_RESR_PERIODS_MINIMUM structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BAPI_RESR_PERIODS_MINIMUM structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPI_RESR_PERIODS_MINIMUM table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
INTRENOInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO
GRATING_FROMGrading/Tax Valid From REGRATINGFROMDATS8DDAT
GRATING_TOGrading/Tax Valid To REGRATINGTODATS8DDAT
FROM_MISS_REPWhen Did Sales Reports Stop? REMISSINGDABDATS8DDAT
PERIOD_FROMPeriod start date DVONPERDATS8DATUM
PERIOD_TODate of settlement period end DBISPERDATS8DATUM
SALESReported sales BAPIBMELD01DEC23(4) BAPICURR
SALES_IN_UNITSReported Sales in Units VVUBMELDQUAN15(3) VVBGESWERT
SALES_RELRelevant sales for settlement BAPIBMELD02DEC23(4) BAPICURR
SALES_UNITS_RELRelevant sales in units for sales settlement VVUBMELD02QUAN15(3) VVBGESWERT
SET_AMOUNTSales settlement amount BAPIVVBUMVRDEC23(4) BAPICURR
SET_AMOUNT_TAXSales settlement amount including tax BAPIVVBUMVRTDEC23(4) BAPICURR
FLOW_TYPEFlow Type 1 (Debit/Credit) VVSBEWART1CHAR4Assigned to domainSBEWART
CURRENCYCurrency of Condition Item SWHRKONDCUKY5Assigned to domainWAERS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
SALES_UNITUnit of measurement of sales reporting values VVUMSEINHUNIT3Assigned to domainCUNITMEINS
SALES_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
FLG_EXACT_DAYBasis of minimum rent distribution in days or months REJEXACT_DAYCHAR1XFELD
FLG_NETTO_AMOUNTSales figures are net amounts NETTO_KZCHAR1JFLAGG
CONDITION_TYPECondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
TENANTName of master tenant MTR_NAMECHAR60XLBEZ
BALANCESales settlement balance BAPIVVUVSALDODEC23(4) BAPICURR
BALANCE_TAXSales settlement balance incl. tax BAPIVVUVMWSALDEC23(4) BAPICURR
ADVANCE_PAYMENTSAmount of advance payments made for SCS BAPIVVGELVZDEC23(4) BAPICURR
TAX_AMOUNTTax Amount in Local Currency BAPIMWSTSDEC23(4) BAPICURR
FLG_NEW_TAXNew Sales Tax in Period REJCHGNEWTAXCHAR1XFELD
FLG_NEW_VIMIUHNew Sales Grading In Period REJCHGNEWVIMIUHCHAR1XFELD
FLG_SETTLEDThe Period Is Already Settled REJSETTLEDCHAR1XFELD
FLG_ERRORError In Sales-Based Rent Calculation REUMERRCHAR1XFELD

Key field Non-key field



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

As BAPI_RESR_PERIODS_MINIMUM 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 BAPI_RESR_PERIODS_MINIMUM as there is no data to select.

How to access SAP table BAPI_RESR_PERIODS_MINIMUM

Within an ECC or HANA version of SAP you can also view further information about BAPI_RESR_PERIODS_MINIMUM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).