FMFGRCNSLICESEL SAP (Reconciliation data slice: Primary data selection criteria) Table details

Dictionary Type: Table
Description: Reconciliation data slice: Primary data selection criteria




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




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

FMFGRCNSLICESEL is a standard SAP Table which is used to store Reconciliation data slice: Primary data selection criteria data and is available within R/3 SAP systems depending on the version and release level.

The FMFGRCNSLICESEL table consists of various fields, each holding specific information or linking keys about Reconciliation data slice: Primary data selection criteria data available in SAP. These include SLICEID (Slice Identifier for Reconciliation Tool), FIELDNAME (ALV control: Field name of internal table field), LINEPOS (Line number), SEL_SIGN (Reconciliation: Include/exclude sign).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FMFGRCNSLICESEL 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
SLICEIDSlice Identifier for Reconciliation Tool FMFGRCNSLICEIDCHAR8Assigned to domainFMFGRCNSLICEIDFMFGRCN_SH_SLICE
FIELDNAMEALV control: Field name of internal table field LVC_FNAMECHAR30CHAR30
LINEPOSLine number FMFGRCNLINENONUMC4
SEL_SIGNReconciliation: Include/exclude sign FMFGRCNSEL_SIGNCHAR1FMFGRCNSEL_SIGN
SEL_OPTIONReconciliation: data selection OPTION vaue FMFGRCNSEL_OPTIONCHAR2FMFGRCNSEL_OPTION
SEL_LOWReconciliation data selection: FROM value FMFGRCNSEL_LOWCHAR45CHAR45
SEL_HIGHReconciliation Data Selection: TO Value FMFGRCNSEL_HIGHCHAR45CHAR45

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMFGRCNSLICESEL
INTO CORRESPONDING FIELDS OF WA_FMFGRCNSLICESEL
WHERE...

How to access SAP table FMFGRCNSLICESEL

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