/PICM/V_ACTPTY_ICM SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




ABAP Code to SELECT data from /PICM/V_ACTPTY_ICM
Related tables to /PICM/V_ACTPTY_ICM
Access table /PICM/V_ACTPTY_ICM




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

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

The /PICM/V_ACTPTY_ICM table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include APPLICATION (Application in Issue and Activity Engine), ACTTYPE (Activity Type), PARTY_ROLE_CODE (Partner Role Code), PARTY_UNIQUE_IND (Unique Partner Indicator).. 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 /PICM/V_ACTPTY_ICM 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
APPLICATIONApplication in Issue and Activity Engine /IAM/APPLICATIONCHAR3/IAM/APPLICATION
ACTTYPEActivity Type /IAM/ACTTYPECHAR3/IAM/C_ACTTYPE/IAM/ACTTYPE/IAM/ELM_ACTTYPE
PARTY_ROLE_CODEPartner Role Code /IAM/PARTY_ROLE_CDCHAR8/IAM/C_ROLE_CD/IAM/PARTY_ROLE_CD/IAM/ELM_PARTY_ROLE_CD
PARTY_UNIQUE_INDUnique Partner Indicator /IAM/PARTY_UNIQUE_INDCHAR1/IAM/BOOLEAN
PARTY_MANDATORYMandatory Partner Indicator /IAM/PARTY_MANDATORY_INDCHAR1/IAM/BOOLEAN
DESCRIPTIONText /IAM/DESCRIPTIONCHAR40/IAM/DESCRIPTION

Key field Non-key field



How do I retrieve data from SAP table /PICM/V_ACTPTY_ICM using ABAP code

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

SELECT SINGLE *
FROM /PICM/V_ACTPTY_ICM
INTO CORRESPONDING FIELDS OF WA_/PICM/V_ACTPTY_ICM
WHERE...

How to access SAP table /PICM/V_ACTPTY_ICM

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