OIFXCONT SAP (Location management system control texts) Table details

Dictionary Type: Table
Description: Location management system control texts




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




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

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

The OIFXCONT table consists of various fields, each holding specific information or linking keys about Location management system control texts data available in SAP. These include SPRAS (Language Key), PGNAM (Program name), AMC1TXT (AMC: Screen 1 active text), AMC2TXT (AMC: Screen 2 active text).. 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 for: OIFXCON


SAP OIFXCONT 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
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
PGNAMProgram name PGNAMCHAR8OIFXCONPGNAM
AMC1TXTAMC: Screen 1 active text OIF_AMC1TXTCHAR15TEXT15
AMC2TXTAMC: Screen 2 active text OIF_AMC2TXTCHAR15TEXT15
AMC3TXTAMC: Screen 3 active text OIF_AMC3TXTCHAR15TEXT15
MHGIND1TXTMaterial handling group customer indicator text OIRA_MHGINDTXTCHAR10TEXT10
MHGIND2TXTMaterial handling group customer indicator text OIRA_MHGINDTXTCHAR10TEXT10
MHGIND3TXTMaterial handling group customer indicator text OIRA_MHGINDTXTCHAR10TEXT10
MHGIND4TXTMaterial handling group customer indicator text OIRA_MHGINDTXTCHAR10TEXT10

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIFXCONT
INTO CORRESPONDING FIELDS OF WA_OIFXCONT
WHERE...

How to access SAP table OIFXCONT

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