Follow us on LinkedIn for your next SAP project

SAP Table OBJM

Object Method

OBJM (Object Method) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.

Additionally we provide an overview of foreign key relationships, if any, that link OBJM to other SAP tables.

OBJM table fields

Field Data element Checktable Datatype Length Decimals Possible values
OBJECTNAME
Object Name
OB_OBJECT OBJH
CHAR
30 0
OBJECTTYPE
Object type
OB_TYP
CHAR
1 0
METHOD
Object: Method
OB_METHOD
CHAR
10 0
METHODNAME
Name of Function Module
RS38L_FNAM TFDIR
CHAR
30 0
UPGRADE
Upgrade-Relevant
OB_UPGRADE
CHAR
1 0
MULTI_OBJ
Cross-object method call
OB_MULTI
CHAR
1 0
LANG_OBJ
Flag: Method call for LANG object
OB_LANG
CHAR
1 0
SHADOW_SYS
Executable in Shadow System
OB_SHADOW
CHAR
1 0

OBJM foreign key relationships

Table Field Foreign key table Foreign key field Check table Check field
OBJM METHODNAME OBJM METHODNAME TFDIR
Function Module
FUNCNAME
OBJM OBJECTNAME OBJM OBJECTNAME OBJH
Object: Header
OBJECTNAME
OBJM OBJECTNAME OBJM OBJECTTYPE OBJH
Object: Header
OBJECTTYPE