OIFXCON SAP (Location management system control) Table details

Dictionary Type: Table
Description: Location management system control




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




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

OIFXCON is a standard SAP Table which is used to store Location management system control data and is available within R/3 SAP systems depending on the version and release level.

The OIFXCON table consists of various fields, each holding specific information or linking keys about Location management system control data available in SAP. These include PGNAM (Program name), BOPEND (Open validity period end), FEHNUM (Non-matching nr.range/bus.loc. is OK), LISOFF (Suppress link to LIS reporting).. 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)

Text table = OIFXCONT


SAP OIFXCON 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
PGNAMProgram name PGNAMCHAR8PGNAM
BOPENDOpen validity period end OIF_BOPENDCHAR1XFELD
FEHNUMNon-matching nr.range/bus.loc. is OK OIF_FEHNUMCHAR1XFELD
LISOFFSuppress link to LIS reporting OIF_LISOFFCHAR1XFELD
COPAOFFSuppress link to CO-PA reporting OIF_COPAOFCHAR1XFELD
BOVERLOverlapping periods for partner roles allowed OIF_OVERLCHAR1XFELD
AMC1ONAMC: Screen 1 active OIF_AMC1ONCHAR1XFELD
AMC2ONAMC: Screen 2 active OIF_AMC2ONCHAR1XFELD
AMC3ONAMC: Screen 3 active OIF_AMC3ONCHAR1XFELD
COPA_OIFWE_ONMRN Fixed Characteristic Ship-to Active on CO-PA line item OIF_RKEOIFWEONCHAR1XFELD
COPA_OIFPBL_ONMRN Fixed Characteristic Location Active on CO-PA line item OIF_RKEOIFPBLONCHAR1XFELD
COPA_OIFBPR_ONMRN Fixed Characteristic Partner Role Active on CO-PA ln.itm OIF_RKEOIFBPRONCHAR1XFELD
STATSTDATEInitial status start date OIRB_STATSTDATECHAR1OIRB_STATSTDATE
MHGIND1ONMaterial handling group - customer indicator 1 on OIRA_MHGIND1ONCHAR1XFELD
MHGIND2ONMaterial handling group - customer indicator 2 on OIRA_MHGIND2ONCHAR1XFELD
MHGIND3ONMaterial handling group - customer indicator 3 on OIRA_MHGIND3ONCHAR1XFELD
MHGIND4ONMaterial handling group - customer indicator 4 on OIRA_MHGIND4ONCHAR1XFELD
CHK_MUSTFIELDSCheck for must fields at business location maintenance OIF_CHK_MUSTFIELDSCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIFXCON
INTO CORRESPONDING FIELDS OF WA_OIFXCON
WHERE...

How to access SAP table OIFXCON

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