- Home
- Resources
- SAP Tables
- OBJM - Object Method
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.
Source: OBJM (Object Method)
OBJM table fields
Field |
Data element |
Checktable |
Datatype |
Length |
Decimals |
|
OBJECTNAME |
Object Name |
OB_OBJECT |
OBJH
|
CHAR |
|
30 |
0 |
|
OBJECTTYPE |
Object type |
OB_TYP |
|
CHAR |
|
1 |
0 |
Possible values
C |
View cluster |
L |
Logical transport object |
S |
Table (with text table) |
T |
Individual transaction object |
V |
View |
D |
Dummy object |
|
METHOD |
Object: Method |
OB_METHOD |
|
CHAR |
|
10 |
0 |
Possible values
AFTER_IMP |
Post-import methods after transport |
BEFORE_EXP |
Export release preprocessing |
ZDMPRELOCK |
Pre-lock method to be executed in ZDM upgrades |
|
METHODNAME |
Name of Function Module |
RS38L_FNAM |
TFDIR
|
CHAR |
|
30 |
0 |
|
UPGRADE |
Upgrade-Relevant |
OB_UPGRADE |
|
CHAR |
|
1 |
0 |
Possible values
|
MULTI_OBJ |
Cross-object method call |
OB_MULTI |
|
CHAR |
|
1 |
0 |
Possible values
|
LANG_OBJ |
Flag: Method call for LANG object |
OB_LANG |
|
CHAR |
|
1 |
0 |
Possible values
|
SHADOW_SYS |
Executable in Shadow System |
OB_SHADOW |
|
CHAR |
|
1 |
0 |
Possible values
|
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 |