/PICM/S_EXT_APPRVL_PDF SAP (Structure for External Approval PDF FORM) Structure details

Dictionary Type: Structure
Description: Structure for External Approval PDF FORM




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




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

/PICM/S_EXT_APPRVL_PDF 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 "Structure for External Approval PDF FORM" 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_/PICM/S_EXT_APPRVL_PDF TYPE /PICM/S_EXT_APPRVL_PDF.

The /PICM/S_EXT_APPRVL_PDF table consists of various fields, each holding specific information or linking keys about Structure for External Approval PDF FORM data available in SAP. These include ISSUE_ID (Issue ID), MASTER_PROJ_DESCR (Master Project Description), RESPONSE_PARTNER (Business Partner Name), APPROVER (Business Partner Name).. 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 (Deep)


SAP /PICM/S_EXT_APPRVL_PDF 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
MASTER_PROJMaster Project /PICM/MASTER_PROJCHAR40/PICM/MASTER_PROJ_ID
ISSUE_IDIssue ID /IAM/ISSUE_IDCHAR20ALPHA/IAM/ID
MASTER_PROJ_DESCRMaster Project Description /PICM/MASTER_PROJ_DESCCHAR40/IAM/DESCRIPTION
RESPONSE_PARTNERBusiness Partner Name /IAM/BU_DESCRIPCHAR50BU_TEXT50
APPROVERBusiness Partner Name /IAM/BU_DESCRIPCHAR50BU_TEXT50
CREA_ON_DATE_LOCALCreation Date /IAM/CREA_ON_DATEDATS8
PRIORITY_DESCRPriority Text /IAM/PRIORITY_DESCCHAR40/IAM/DESCRIPTION
CRITICALITYCriticality /IAM/CRITICALITYCHAR2Assigned to domainALPHA/IAM/CRITICALITY/IAM/ELM_CRITICALITY
CRITICALITY_TXTCriticality Description /PICM/CRITICALITY_TXTCHAR20/PICM/CRITICALITY_TXT
ISSUE_TITLEIssue Title Text /PICM/ISSUE_TITLECHAR40/IAM/DESCRIPTION
ISSUE_TYPE_DESCRIssue Type Text /IAM/ISSUE_TYPE_DESCCHAR40/IAM/DESCRIPTION
ISSUE_BO_DESCRText Content /BOBF/TEXT_CONTENTSTRG0
ISSUE_BO_IMPACT_DESCRText Content /BOBF/TEXT_CONTENTSTRG0
ISSUE_BO_RECOMND_DESCRText Content /BOBF/TEXT_CONTENTSTRG0
CR_DECISIONDecision (of Approving Authority) /PICM/CR_DECISIONCHAR40/PICM/CR_DECISION
CH_ON_DATE_LOCALChange Date /IAM/CHANGE_ON_DATEDATS8
DECISION_MADE_BYApproved By /PICM/DECISION_PARTNERCHAR20/PICM/DECISION_PARTNER
REASON_DECISIONText Content /BOBF/TEXT_CONTENTSTRG0
APPVR_SIGNSignature (of Approving Authority) /PICM/APPVR_SIGNATURECHAR20/PICM/APPVR_SIGNATURE
ESTIMATED_COSTEstimated Cost /PICM/EST_COSTCURR10(2) /PICM/EST_COST
ESTIMATED_COST_CURRCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
ESTIMATED_REVENUERevenue /PICM/EST_REVENUECURR10(2) /PICM/EST_COST
ESTIMATED_REVENUE_CURRCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
ESTIMATED_MARGINMargin /PICM/EST_MARGINCURR10(2) /PICM/EST_COST
ESTIMATED_MARGIN_CURRCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
ESTIMATED_IMPACTChange Percentage /PICM/ICM_CHANGE_DEDEC5(2)
ESTIMATED_QUANTITYNumber QUANTITY_IINT410
ESTIMATED_CHNG_COSTEstimated Cost /PICM/EST_CHNG_COSTCURR10(2) /PICM/EST_CHNG_COST
ESTIMATED_CHNG_COST_CURRCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
ESTIMATED_NEW_COSTEstimated New Cost /PICM/EST_NEW_COSTCURR10(2) /PICM/EST_NEW_COST
ESTIMATED_NEW_COST_CURRCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS

Key field Non-key field



How do I retrieve data from SAP structure /PICM/S_EXT_APPRVL_PDF using ABAP code?

As /PICM/S_EXT_APPRVL_PDF 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 /PICM/S_EXT_APPRVL_PDF as there is no data to select.

How to access SAP table /PICM/S_EXT_APPRVL_PDF

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