V_SCRMACP_BW_P SAP (Generated Table for View V_SCRMACP_BW_P) Table View details

Dictionary Type: Table View
Description: Generated Table for View V_SCRMACP_BW_P




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




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

V_SCRMACP_BW_P is a standard SAP Table View which is used to store Generated Table for View V_SCRMACP_BW_P data and is available within R/3 SAP systems depending on the version and release level.

The V_SCRMACP_BW_P table consists of various fields, each holding specific information or linking keys about Generated Table for View V_SCRMACP_BW_P data available in SAP. These include GUID (Project Planning: 16 Character GUID for Projects), EXTERNAL_ID (Project Planning: External Indentifier of an Element), PLANSTARTDATE (Planned start date), PLANFINISHDATE (Planned Finish Date).. 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: Not classified


SAP V_SCRMACP_BW_P table view 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 MANDTCLNT3MANDT
GUIDProject Planning: 16 Character GUID for Projects CGPL_PROJECT_GUIDRAW16CGPLPCGPL_PROJECT_GUID
EXTERNAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
PLANSTARTDATEPlanned start date CGPL_PLANSTARTDEC15TSTPSBCOS_TSTMP
PLANFINISHDATEPlanned Finish Date CGPL_PLANFINISHDEC15TSTPSBCOS_TSTMP
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
PLANGROUPPlanning Profile Group CGPL_SEM_PLGRPCHAR4
PERIODPlanning Period CRM_ACC_PL_PERIODCHAR24CRM_ACC_PL_PERIOD
CURRENCYMKTPL: Currency Object CRM_MKTPL_CUKYCUKY5TCURCWAERS
TERR_GUIDTerritory Path GUID CRMT_TERRITORY_PATH_GUIDRAW16SYSUUID
AUTH_GROUPAuthorization Group CRM_ACC_PL_AUTH_GROUPCHAR4CRM_ACC_PL_AUTH_GROUP
PLANNED_BYBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
BP_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
NODE_GUIDGUID of Hierarchy Node BU_NODE_GUIDRAW16SYSUUID
SALES_ORGSales Organization CRMT_ACC_PL_SALES_ORGCHAR14HROBJEC_14
DIVISIONDivision CRMT_ACC_PL_DIVISIONCHAR2CRM_ACC_PL_DIVISION
DIS_CHANNELDistribution Channel CRMT_ACC_PL_DISTR_CHANNELCHAR2CRM_ACC_PL_DISTR_CHANNEL

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_SCRMACP_BW_P
INTO CORRESPONDING FIELDS OF WA_V_SCRMACP_BW_P
WHERE...

How to access SAP table V_SCRMACP_BW_P

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