RMEIND1 SAP (Reference Structure: F1 Help: Automatic Document Adjustment) Structure details

Dictionary Type: Structure
Description: Reference Structure: F1 Help: Automatic Document Adjustment




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




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

RMEIND1 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 "Reference Structure: F1 Help: Automatic Document Adjustment" 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_RMEIND1 TYPE RMEIND1.

The RMEIND1 table consists of various fields, each holding specific information or linking keys about Reference Structure: F1 Help: Automatic Document Adjustment data available in SAP. These include RIND_DISPL (Indicator: Display selected worklist only), RIND_REORG (Indicator: reorganize change pointers after processing), RIND_REORL (Indicator: process changes earmarked for reorganization), RIND_REORA (Indicator: reorganize all change pointers).. 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: Can be enhanced (character-type)


SAP RMEIND1 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
RIND_MANSEIndicator: Manual selection of worklist to be processed RIND_MANSECHAR1XFELD
RIND_DISPLIndicator: Display selected worklist only RIND_DISPLCHAR1XFELD
RIND_REORGIndicator: reorganize change pointers after processing RIND_REORGCHAR1XFELD
RIND_REORLIndicator: process changes earmarked for reorganization RIND_REORLCHAR1XFELD
RIND_REORAIndicator: reorganize all change pointers RIND_REORACHAR1XFELD
KIPRSPricing type for automatic document changes KIPRSCHAR1KIPRS
SBLTYPIndicator: Flag document category for processing SBLTYPCHAR1XFELD
KIPRSTXTText for type of automatic price changes KIPRSTXTCHAR60AS4TEXT
BDATABProcess condition records with validity period from - to B_DATABDATS8DATUM
BBEDATDocument Date Header or Item (Depending on Document Categ.) B_BEDATDATS8DATUM
BKAEDTDate condition changed B_KAEDTDATS8DATUM
BPRDATDate of Price Determination B_PREDTDATS8DATUM
BLTYPTXTText for document category: automatic document adjustment BLTYPTXTCHAR30CHAR30
RARB_REORGIndicator: Delete worklist after processing RARB_REORGCHAR1XFELD
RARB_REORAIndicator: Delete complete worklist for document category RARB_REORACHAR1XFELD
RIND_MESSCreate change messages RIND_MESSCHAR1XFELD
BELEGLOWPurchasing document number from EBELN_NEUACHAR10Assigned to domainALPHAEBELN
BELEGHIGHPurchasing document number to EBELN_NEUECHAR10Assigned to domainALPHAEBELN
BELEGACTDocument number EBELN_NEUSCHAR10Assigned to domainALPHAEBELN
BELEGINTDocument Number Interval EBELN_NEUICHAR10Assigned to domainALPHAEBELN
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KVEWE_BLINDIndicator: Scope of recompilation (usage for document cat.) KVEWE_BLINDCHAR1XFELD
RIND_MATCHDoc. Index: Create Worklist for Document Index RIND_MATCHCHAR1XFELD
BPRDAT_NEWDate of Pricing (Limitation New Structure) B_PRDAT_NEWDATS8DATUM

Key field Non-key field



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

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

How to access SAP table RMEIND1

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