SAP ABAP Class CL_QM_NOTIF_DATA_MNGR (QM OData: Notifications Data Manager)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   QM (Application Component) Quality Management
     ODATA_QM_NOTIFICATION (Package) OData Services for Notification
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_QM_TASK_DATA_MNGR QM OData: Tasks Data Manager 20131113
Properties
Class CL_QM_NOTIF_DATA_MNGR  
Short Description QM OData: Notifications Data Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ODATA_QM_NOTIFICATION   OData Services for Notification 
Created 20131113   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/CL_MGW_ABS_DATA Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 IF_QM_NOTIF_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_QM_NOTIF_DATA_MNGR has no interface implemented.
Friends
Class CL_QM_NOTIF_DATA_MNGR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_APPL Constant Public Type reference (TYPE) DAPPL 'JPG' Document Appication 20131113
2 MC_DOKAR Constant Public Type reference (TYPE) DOKAR 'DOC' Document type 20131113
3 MC_OBJECT_TYPE Constant Public Type reference (TYPE) DOKOB 'QMQMEL' Linked SAP Object 20131113
4 MC_STORCAT Constant Public Type reference (TYPE) SDOK_STCAT 'DMS_C1_ST' Storage Category 20131113
5 MV_APP_NAME Instance attribute Private Type reference (TYPE) QOD_APP_NAME Application ID 20131115
6 MV_CREATION_RESULT_MESSAGE Instance attribute Private Type reference (TYPE) STRING 20131209
7 MV_CREATION_RESULT_SEVERITY Instance attribute Private Type reference (TYPE) CHAR1 Single-Character Indicator 20131209
8 MV_QM_TYPE Instance attribute Private Type reference (TYPE) QMART 'Q3' Notification Type 20131114
9 MV_RBNR Instance attribute Private Type reference (TYPE) RBNR Catalog Profile 20131114
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20131114
2 CREATE_NOTIF_DOC Instance method Public Method Create Notification Document 20131113
3 CREATE_QUALITY_NOTIFICATION Instance method Public Method 20131113
4 GET_ATT_CONFIG Instance method Public Method Get common config parameters 20131113
5 GET_COMMON_CONFIG Instance method Protected Method Get common config parameters 20131113
6 GET_COMMON_CONFIG_DEFAULT Instance method Public Method Get common config parameters 20131113
7 GET_CREATE_RESULT_MESSAGE Instance method Public Method 20131209
8 GET_MAIN_CONFIG Instance method Public Method Get common config parameters 20131113
9 GET_NOTIFICATIONS_ATTACHMENTS Instance method Public Method Gets list of Notifications with theirs attachments' metadata 20131211
10 GET_NOTIFICATION_ATTACHMENTS Instance method Public Method Gets list of Notification attachments' metadata 20131211
11 GET_PARTNER_DATA Instance method Protected Method Get Notification Partners list 20131113
12 GET_QUALITY_CATEGORIES Instance method Public Method 20131113
13 GET_QUALITY_DEFECTS Instance method Public Method 20131113
14 GET_QUALITY_NOTIFICATIONS Instance method Public Method 20131113
15 GET_STATUSES Instance method Public Method 20131113
16 MAP_ATTACHMENTS Instance method Private Method 20131211
17 MAP_NOTIF_RESULT Instance method Private Method 20131113
18 MAP_PARTNER_DATA Instance method Protected Method Get Notification Partner 20131113
19 MAP_STATUSES Instance method Private Method 20131209
20 PREP_ISSUE_DESCRIPTION_TEXT Instance method Private Method 20131113
21 PREP_NOTIFHEADER Instance method Private Method 20131113
22 PREP_NOTITEM Instance method Private Method 20131113
23 PREP_SELECT_NOTIF Instance method Private Method 20131113
24 READ_NOTIF_DOC_COUNT Instance method Private Method Get notification number of documents table 20131113
25 SET_NOTIFICATION_REF_NUMBER Instance method Private Method 20131209
26 UPDATE_NOTIFICATION Instance method Protected Method Update Notification 20131113
27 VALIDATE_PLANT Instance method Public Method Validate plant 20131113
28 VALID_PLANT Instance method Private Method Validate the Plant field 20131113
Events
Class CL_QM_NOTIF_DATA_MNGR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTT_LONGTEXTS Public See coding 20131113 LTT_LONGTEXTS TYPE STANDARD TABLE OF bapi2080_notfulltxti
2 LTY_STATUS_MAP Public See coding 20131113 begin of lty_status_map, status_range type range of j_istat, stat_map type tt_vrgng, end of lty_status_map
3 T_JEST Public See coding 20131211 T_JEST type table of jest
4 T_MULTIRANGE Public See coding 20131113 T_MULTIRANGE type standard table of multirange
5 T_STATUSES Public See coding 20131113 t_statuses type range of J_ISTAT
6 T_TABLEFIELD Public See coding 20131113 T_TABLEFIELD type standard table of TABLEFIELD
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APP_NAME Call by reference Type reference (TYPE) QOD_APP_NAME Application ID 20131114

Method CONSTRUCTOR on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method CREATE_NOTIF_DOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131113
2 Importing IS_ATTACHMENT Call by reference Type reference (TYPE) QOD_ATTACHMENT_CREATION_S Notification No 20131113
3 Importing IV_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20131209
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20131209

Method CREATE_QUALITY_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131113
2 Importing IS_NEW_NOTIFICATION Call by reference Type reference (TYPE) QOD_NOTIFICATION_CREATION_S QM OData: structure for creation of Quality Notification 20131113
3 Importing IT_NOTIFICATION_ATTACHMENTS Call by reference Type reference (TYPE) QOD_ATTACHMENT_CREATION_T QM OData: table type for creation of Quality Attachments 20131113
4 Importing IV_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Commit data 20131113
5 Returning RV_CREATED_NOTIFICATION_ID Value transfer Type reference (TYPE) QMNUM Notification No 20131209
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20131209

Method GET_ATT_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CONFIG Value transfer Type reference (TYPE) QOD_ATT_CONFIG Quality Issue Common Configuration 20131113

Method GET_ATT_CONFIG on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method GET_COMMON_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CONFIG Value transfer Type reference (TYPE) QOD_COMM_CONFIG_T QM Table Common Configuration Customing Fiori Apps 20131113

Method GET_COMMON_CONFIG on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method GET_COMMON_CONFIG_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CONFIG Value transfer Type reference (TYPE) QOD_CONFIG QM Table Common Configuration Customing Fiori Apps 20131113

Method GET_COMMON_CONFIG_DEFAULT on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method GET_CREATE_RESULT_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_MESSAGE Call by reference Type reference (TYPE) STRING 20131209
2 Exporting EV_RESULT_SEVERITY Call by reference Type reference (TYPE) CHAR1 Single-Character Indicator 20131209

Method GET_CREATE_RESULT_MESSAGE on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method GET_MAIN_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_CONFIG Value transfer Type reference (TYPE) QOD_MAIN_C Quality Issue Common Configuration 20131113

Method GET_MAIN_CONFIG on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method GET_NOTIFICATIONS_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NOTIFS_WITH_ATTACHMENTS Call by reference Type reference (TYPE) QOD_NOTIF_SELECTION_WITH_ATT_T QM OData: table type sel Quality Notifications with Att. 20131211

Method GET_NOTIFICATIONS_ATTACHMENTS on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method GET_NOTIFICATION_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTACHMENT Call by reference Type reference (TYPE) QOD_ATTACHMENT_SELECTION_T QM OData: table type for selection of Attachments 20131211
2 Importing IV_NOTIFICATION_ID Call by reference Type reference (TYPE) QMNUM 20131211

Method GET_NOTIFICATION_ATTACHMENTS on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method GET_PARTNER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NOTIF_PARTNER Call by reference Type reference (TYPE) QOD_NOTF_PARTNER_T Notification Partner Table 20131113
2 Importing IT_OBJ_KEYS Call by reference Type reference (TYPE) QOD_OBJ_KEYS 20131113
3 Importing IV_NOTIF_TYPE Call by reference Type reference (TYPE) QMART Notification Type 20131113

Method GET_PARTNER_DATA on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method GET_QUALITY_CATEGORIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUALITY_CATEGORIES Call by reference Type reference (TYPE) QOD_CATEGORY_SELECTION_T QM OData: table type for selection of Quality Categories 20131113
2 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131113

Method GET_QUALITY_CATEGORIES on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method GET_QUALITY_DEFECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUALITY_DEFECTS Call by reference Type reference (TYPE) QOD_DEFECT_SELECTION_T QM OData: table type for selection of Quality Defect 20131113
2 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131113

Method GET_QUALITY_DEFECTS on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method GET_QUALITY_NOTIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUALITY_NOTIFICATIONS Call by reference Type reference (TYPE) QOD_NOTIFICATION_SELECTION_T QM OData: table type for selection of Quality Notification 20131113
2 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131113
3 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION table of select options 20131113
4 Importing IV_USER Call by reference Type reference (TYPE) SYST_UNAME SY-UNAME ABAP System Field: Name of Current User 20131113

Method GET_QUALITY_NOTIFICATIONS on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method GET_STATUSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131113
2 Exporting ET_STATUSES Call by reference Type reference (TYPE) CL_QM_NOTIF_MPC=>TT_QMSTATUS QM Statuses Customizing 20131113
3 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION table of select options 20131113
4 Importing IT_SELECT_STATUS Call by reference Type reference (TYPE) T_STATUSES 20131113

Method GET_STATUSES on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method MAP_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTACHMENTS Call by reference Type reference (TYPE) QOD_ATTACHMENT_SELECTION_T QM OData: table type for selection of Attachments 20131211
2 Importing IT_DMS_OBJECTS_LINKS Call by reference Type reference (TYPE) IF_QM_NOTIF_CONSTANTS=>TY_T_OBJECTS_LINKS Table Type for bapi_doc_drad_keys 20131211
3 Importing IT_DOCUMENTS_DESCRIPTIONS Call by reference Type reference (TYPE) IF_QM_NOTIF_CONSTANTS=>TY_T_DOCUMENTS_DESCRIPTIONS 20131211
4 Importing IT_DOCUMENTS_FILES Call by reference Type reference (TYPE) IF_QM_NOTIF_CONSTANTS=>TY_T_DOCUMENTS_FILES Table Type for bapi_doc_drad_keys 20131211
5 Importing IT_FILES_PROPERTIES Call by reference Type reference (TYPE) IF_QM_NOTIF_CONSTANTS=>TY_T_FILES_PROPERTIES SDOK: Table for Component Attributes with Document ID 20131211
6 Importing IV_NOTIFICATION_ID Call by reference Type reference (TYPE) QMNUM Notification No 20131211

Method MAP_ATTACHMENTS on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method MAP_NOTIF_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_SELECTED_NOTIFS Call by reference Type reference (TYPE) QOD_NOTIFICATION_SELECTION_S QM OData: structure for selection Quality Notification 20131113
2 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB 20131122
3 Importing IS_NOTIF Call by reference Type reference (TYPE) RQMQMEL Quality notification - header data 20131113
4 Importing IT_ATT_COUNT Call by reference Type reference (TYPE) QOD_ATTACHMENT_COUNT_T 20131113
5 Importing IT_JEST Call by reference Type reference (TYPE) T_JEST 20131211
6 Importing IT_PARTNER Call by reference Type reference (TYPE) QOD_NOTF_PARTNER_T 20131113

Method MAP_NOTIF_RESULT on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method MAP_PARTNER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_QOD_PARTNER Call by reference Type reference (TYPE) QOD_PARTNER_S 20131113
2 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131113
3 Importing IV_PARNR Call by reference Type reference (TYPE) I_PARNR Partner 20131113
4 Importing IV_PARVW Call by reference Type reference (TYPE) PARVW Partner Function 20131113

Method MAP_PARTNER_DATA on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method MAP_STATUSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131209
2 Importing IV_REFERENCE_NUMBER Call by reference Type reference (TYPE) QMNUM External Reference Number 20131209

Method MAP_STATUSES on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method PREP_ISSUE_DESCRIPTION_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_LONGTEXT Call by reference Type reference (TYPE) CL_QM_NOTIF_DATA_MNGR=>LTT_LONGTEXTS 20131113
2 Importing IV_STRING Call by reference Type reference (TYPE) STRING 20131113

Method PREP_ISSUE_DESCRIPTION_TEXT on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method PREP_NOTIFHEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NOTIFHEADER Call by reference Type reference (TYPE) BAPI2078_NOTHDRI BAPI Quality Notification Header for Creation 20131113
2 Importing IV_CATALOGUE Call by reference Type reference (TYPE) QMKAT Catalog Type - Coding 20131113
3 Importing IV_CODE Call by reference Type reference (TYPE) QMCOD Coding 20131113
4 Importing IV_CODE_GROUP Call by reference Type reference (TYPE) QMGRP Code Group - Coding 20131113
5 Importing IV_DEVICE_ID Call by reference Type reference (TYPE) DEVICEID Additional Device Data 20131113
6 Importing IV_PLANT Call by reference Type reference (TYPE) QMAWERKS Plant 20131113
7 Importing IV_PRIORITY Call by reference Type reference (TYPE) PRIOK Priority 20131113
8 Importing IV_REPORTEDBY Call by reference Type reference (TYPE) QMNAM Name of Person Reporting Notification 20131113
9 Importing IV_SHORT_TEXT Call by reference Type reference (TYPE) QMTXT Short Text 20131113

Method PREP_NOTIFHEADER on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method PREP_NOTITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NOTITEM Call by reference Type reference (TYPE) BAPI2078_NOTITEMI Notification Item for Creation 20131113
2 Importing IV_DESCRIPT Call by reference Type reference (TYPE) FETXT Notification Item Short Text 20131113
3 Importing IV_D_CAT_TYP Call by reference Type reference (TYPE) RFC_FEKAT Catalog Type - Problem 20131113
4 Importing IV_D_CODE Call by reference Type reference (TYPE) FECOD Problem or Damage Code 20131113
5 Importing IV_D_CODEGRP Call by reference Type reference (TYPE) RFC_FEGRP Code Group - Problem 20131113

Method PREP_NOTITEM on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method PREP_SELECT_NOTIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RANGE Call by reference Type reference (TYPE) T_MULTIRANGE 20131113
2 Exporting ET_ROWS Call by reference Type reference (TYPE) T_TABLEFIELD 20131113
3 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION table of select options 20131113
4 Importing IV_USER Call by reference Attribute reference (LIKE) SY-UNAME ABAP-Systemfeld: Name des aktuellen Benutzers 20131113

Method PREP_SELECT_NOTIF on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method READ_NOTIF_DOC_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJ_KEYS Call by reference Type reference (TYPE) QOD_OBJ_KEYS Table of object keys 20131113
2 Returning RT_RESULT Value transfer Type reference (TYPE) QOD_ATTACHMENT_COUNT_T Attachments count table 20131113

Method READ_NOTIF_DOC_COUNT on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method SET_NOTIFICATION_REF_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131209
2 Importing IV_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20131209
3 Importing IV_NOTIFICATION_NUMBER Call by reference Type reference (TYPE) QMNUM Notification No 20131209
4 Importing IV_REFERENCE_NUMBER Call by reference Type reference (TYPE) QMEXTNR External Reference Number 20131209
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20131209

Method UPDATE_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131113
2 Importing IS_HEADER_BAPI Call by reference Type reference (TYPE) BAPI2078_NOTHDRE BAPI Service Notification Header 20131113
3 Importing IT_INLINES Call by reference Type reference (TYPE) TT_RFCTLINE Long Text for Notifications (Unsorted) 20131113
4 Importing IT_TASKS Call by reference Type reference (TYPE) TT_RFC_VIQMSM Table Type for RFC_VIQMSM 20131113
5 Importing IV_COMMIT Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20131113

Method UPDATE_NOTIFICATION on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method VALIDATE_PLANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131113
2 Importing IV_PLANT Call by reference Type reference (TYPE) WERKS_D Table with BAPI Return Information 20131113

Method VALIDATE_PLANT on class CL_QM_NOTIF_DATA_MNGR has no exception.

Method VALID_PLANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLANT Call by reference Type reference (TYPE) WERKS_D Plant 20131113
2 Returning RV_VALID Value transfer Type reference (TYPE) XFELD Checkbox 20131113

Method VALID_PLANT on class CL_QM_NOTIF_DATA_MNGR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 617