SCRMACP_BW SAP (Account Planning: Data Source Structure for Account Plan ID) Structure details

Dictionary Type: Structure
Description: Account Planning: Data Source Structure for Account Plan ID




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




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

SCRMACP_BW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Account Planning: Data Source Structure for Account Plan ID" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SCRMACP_BW TYPE SCRMACP_BW.

The SCRMACP_BW table consists of various fields, each holding specific information or linking keys about Account Planning: Data Source Structure for Account Plan ID data available in SAP. These include GUID (Project Planning: 32 Character GUID for Projects and Tasks), EXTERNAL_ID (Project ID), DELFLAG (BW Deletion Indicator), PERIOD (Planning Period).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP SCRMACP_BW structure 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDProject Planning: 32 Character GUID for Projects and Tasks CGPL_GUID32CHAR32SYSUUID_C
EXTERNAL_IDProject ID CRM_BSP_ACC_PL_EXT_IDCHAR24CGPL_EXTID
DELFLAGBW Deletion Indicator CGPL_BW_DELFLAGCHAR1
PERIODPlanning Period CRM_ACC_PL_PERIODCHAR24Assigned to domainCRM_ACC_PL_PERIOD
PLANSTARTDATEPlanned Start Date CGPL_PLANSTARTDATEDATS8DATUM
PLANFINISHDATEPlanned Finish Date CGPL_PLANFINISHDATEDATS8DATUM
CREATED_BYName of Person Who Created Object CGPL_CREATED_BYCHAR12USNAM
CREATED_ONDate When the Object Was Created CGPL_CREATED_ONDATS8DATUM
CHANGED_BYName of Person Who Changed Object CGPL_CHANGED_BYCHAR12USNAM
CHANGED_ONDate on which object was last changed CGPL_CHANGED_ONDATS8DATUM
RESPONSIBLE_NAMEBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PLANGROUPPlanning Profile Group CGPL_SEM_PLGRPCHAR4
BWSTACPSYS0BW Status CRMBWSTNUMC2J_STONR
AUTH_GROUPAuthorization Group CRM_MKTPL_AUTH_GROUPCHAR4CRM_MKTPL_AUTH_GROUP
SALES_ORGSales Organization CRMT_SALES_ORGCHAR14HROBJEC_14CRM_ORGMAN_SALES_ORG
DIS_CHANNELDistribution Channel CRMT_DISTRIBUTION_CHANNELCHAR2Assigned to domainCRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
DIVISIONDivision CRMT_DIVISIONCHAR2Assigned to domainCRM_DIVISIONCRM_DIVISION
ACCOUNTBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ACCOUNT_NODEUUID in character form SYSUUID_CCHAR32SYSUUID_C
CURRENCYMKTPL: Currency Object CRM_MKTPL_CUKYCUKY5Assigned to domainWAERS
TERR_GUIDTerritory GUID 32 CRMT_TERR_GUID_32CHAR32SYSUUID_C

Key field Non-key field



How do I retrieve data from SAP structure SCRMACP_BW using ABAP code?

As SCRMACP_BW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SCRMACP_BW as there is no data to select.

How to access SAP table SCRMACP_BW

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