SAP ABAP Function Module CRM_PPM_GET_DATES_FOR_DELTA (Converts delta integers into real months)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-ANA-PPM-IL (Application Component) Interaction Layer
     CRM_PPM_IL (Package) Pipeline Performance Managment - Interaction Layer
Basic Data
Function Module CRM_PPM_GET_DATES_FOR_DELTA Converts delta integers into real months  
Function Group CRM_PPM_UTILITY   Utility function module for internal use  
Program Name SAPLCRM_PPM_UTILITY    
INCLUDE Name LCRM_PPM_UTILITYU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EV_STARTMONTH TYPE CRM_PPM_YEARMONTH Year / Month Variable (Six Digits, YYYYMM)
Exporting EV_ENDMONTH TYPE CRM_PPM_YEARMONTH Year / Month Variable (Six Digits, YYYYMM)
Exporting EV_STARTDATE TYPE DATS Field of type DATS
Exporting EV_ENDDATE TYPE DATS Field of type DATS
Importing IV_STARTDELTA TYPE I The start delta relative to the referencemonth
Importing IV_ENDDELTA TYPE I The end delta relative to the referencemonth
Importing IV_REFERENCEMONTH TYPE CRM_PPM_YEARMONTH Year / Month Variable (Six Digits, YYYYMM)
Exception STARTBIGGER TYPE Start is bigger than End
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20070216 
SAP Release Created in 100