MOB_DEVCFG SAP (MOB: Device Configuration for Device Recognition) Table details

Dictionary Type: Table
Description: MOB: Device Configuration for Device Recognition




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




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

MOB_DEVCFG is a standard SAP Table which is used to store MOB: Device Configuration for Device Recognition data and is available within R/3 SAP systems depending on the version and release level.

The MOB_DEVCFG table consists of various fields, each holding specific information or linking keys about MOB: Device Configuration for Device Recognition data available in SAP. These include DEVICE (Device Type), USER_AGENT (HTTP Header Field: User Agent), PRIORITY (Entry Priority), ACCEPT (HTTP Header Field: Accept).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MOB_DEVCFG 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
IDDevice ID MOB_IDCHAR32MOB_ID
DEVICEDevice Type MOB_DEVICECHAR64MOB_DEVICE
USER_AGENTHTTP Header Field: User Agent MOB_UACHAR128MOB_UA
PRIORITYEntry Priority MOB_PRIOINT13MOB_PRIO
ACCEPTHTTP Header Field: Accept MOB_ACCEPTCHAR128MOB_ACCEPT

Key field Non-key field



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

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

SELECT SINGLE *
FROM MOB_DEVCFG
INTO CORRESPONDING FIELDS OF WA_MOB_DEVCFG
WHERE...

How to access SAP table MOB_DEVCFG

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