In this post, I will try and describe everything you need to know about the SAP crmd_acc_pl_oper table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_ACC_PL_OPER what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_ACC_PL_OPER....Right lets get started!
Object Name: CRMD_ACC_PL_OPER
Dictionary Type: Transparent table
Description: Operations in Account Planning Programs
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
CLIENT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
GUID | CRM_ACC_PL_OPERATION_GUID | RAW | 16(0) | Operation GUID for Account Planner | SYSUUID | CRM | ||||||
OPERATION_ID | CRM_ACC_PL_OPERATION | CHAR | 1(0) | Operation Done in a Account Plan Program | CRM_ACC_PL_OPERATION | CRM | ||||||
MKTELEM_GUID | CRM_ACC_PL_ELEM_OPERATION_GUID | RAW | 16(0) | GUID of a Account Planner Project (Plan) for the Operation | SYSUUID | CRM | ||||||
EXTERNAL_ID | CGPL_EXTID | CHAR | 24(0) | Project Planning: External Indentifier of an Element | CGPL_EXTID | CRM | ||||||
OBJECT_TYPE | CGPL_OBJECT_TYPE | CHAR | 3(0) | Object Type in Project Planning | CHAR3 | CRM | ||||||
CREATED_BY | CGPL_CREATED_BY | CHAR | 12(0) | Name of Person Who Created Object | USNAM | CRM | ||||||
CREATED_ON | CGPL_CREATED_ON | DATS | 8(0) | Date When the Object Was Created | DATUM | CRM | ||||||
CHANGED_BY | CGPL_CHANGED_BY | CHAR | 12(0) | Name of Person Who Changed Object | USNAM | CRM | ||||||
CHANGED_ON | CGPL_CHANGED_ON | DATS | 8(0) | Date on which object was last changed | DATUM | CRM | ||||||
DELETED_BY | CRM_ACC_PL_DELETED_BY | CHAR | 12(0) | User who Deleted an Account Plan Program | USNAM | CRM | ||||||
DELETED_ON | CRM_ACC_PL_DELETED_ON | DEC | 15(0) | Timestamp for a Deleted Account Plan Program | BCOS_TSTMP | CRM |