SAP ABAP Class /RPM/CL_PLANNING_SERVICES (Planning Services Class)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PFM (Application Component) Portfolio Management
     /RPM/API (Package) xRPM External Interfaces
Properties
Class /RPM/CL_PLANNING_SERVICES  
Short Description Planning Services Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /RPM/API   xRPM External Interfaces 
Created 20050311   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /RPM/CL_PLANNING_SERVICES has no interface implemented.
Friends
Class /RPM/CL_PLANNING_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OT_EXCH_RATE Static Attribute Public See coding BAPI exchange rate table 20090717
2 OT_FIN_VIEW_TYPES Static Attribute Public Type reference (TYPE) /RPM/TT_FIN_VIEWS Financial Planning View Types 20090818
3 OT_PERIODTYPE Instance attribute Private Type reference (TYPE) /RPM/TT_PERIOD_TYPE_T table type for period type 20050322
4 OT_RPM_FIN_PLA_INT Static Attribute Public Type reference (TYPE) /RPM/TT_FIN_PLAN_BREAKDOWN 20090818
5 OT_UNIT Static Attribute Public Type reference (TYPE) RPM_TT_UNIT 20090727
6 OV_ERROR_FLAG Static Attribute Public Type reference (TYPE) ABAP_BOOL 20090810
7 SC_VERIFY Static Attribute Private Type reference (TYPE) BOOLE_D ' ' Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081216
Methods
# Method Level Visibility Method type Description Created on
1 CAP_GET_TRANSFER_MAP Static method Public Method Retrieve Capacity transfer map 20080908
2 CAP_TRANSFER_TO_ROLE Static method Public Method Transfer capacity data to role 20080908
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050322
4 CONVERT_AMOUNT_F2F Static method Public Method convert amount from one fiscal year varinat to other 20100504
5 CONVERT_CALENDAR_TO_FISCAL Static method Public Method Convert amount from Calendar format to Fiscal period format 20100415
6 CONVERT_CAPACITY_AMOUNT Static method Public Method Convert capacity amount ( unit conversion ) 20090727
7 CONVERT_CAP_TABLE Static method Public Method 20050322
8 CONVERT_CAP_TABLE_FROM_CAL Static method Public Method Convert cap table to monthly breakdown based on a claendar 20070323
9 CONVERT_CAP_TAB_FROM_MONTHLY Static method Public Method 20050329
10 CONVERT_CURRENCY_FINPLAN Static method Public Method curr conv(table /rpm/fin_pla_int for integration view type) 20090817
11 CONVERT_CURRENCY_FOR_MONTHLY Static method Public Method Currency conversion for monthly breakdown 20070119
12 CONVERT_CURR_FINPLAN_INT Static method Public Method wrapper for CONVERT_CURRENCY_FINPLAN 20090818
13 CONVERT_CURR_INTERNAL_AMOUNT Static method Public Method currency conversion for amounts in internal format(obsolete) 20090717
14 CONVERT_FIN_TABLE Static method Public Method 20050322
15 CONVERT_FIN_TABLE_FROM_CAL Static method Public Method Convert fin table to monthly breakdown based on a cal/FY 20070323
16 CONVERT_FIN_TAB_FROM_MONTHLY Static method Public Method 20050329
17 CONVERT_FISCAL_TO_CALENDAR Static method Public Method Convert amount from Fiscal period format to Calendar format 20100413
18 CONVERT_ROLE_DEMAND_TO_FYF Static method Public Method Convert role demand into fiscal year format 20100419
19 CONVERT_SINGLE_PERIOD Static method Public Method Convert to single period 20050322
20 CONVERT_UNIT_FOR_MONTHLY Static method Public Method Unit conversion for monthly breakdown 20070119
21 FILTER_CAP_NONZERO_VALUES Static method Public Method Filter capacity non zero values 20070524
22 FILTER_FIN_NONZERO_VALUES Static method Public Method Filter financial non zero values 20070523
23 GET_ALL_GROUPS Static method Public Method load all groups for a particular category in an item 20081124
24 GET_BUCKET_ATTRIBUTES Static method Public Method Retrieve the bucket attributes 20050524
25 GET_CAP_TRANSFER_DATA Static method Public Method Get the capacity transfer data 20070227
26 GET_CATEGORY_CONFIG Static method Public Method Read the category config 20060217
27 GET_FISCAL_START_END_DATE Static method Public Method Read fiscal period start and end date from IMG 20100413
28 GET_FY_VARIANT_SWITCH Static method Public Method Get the fiscal year variant for a portfolio 20100505
29 GET_ITEM_ATTRIBUTES Static method Public Method Retrieve the item attributes 20050524
30 GET_NEXT_PERIOD Static method Public Method 20050316
31 GET_OBJECT_CAP_CATEGORIES Static method Public Method Get the object related capacity categories 20060303
32 GET_OBJECT_CAP_CATEG_ATTR Static method Public Method Get the object related capacity categories attributes 20060303
33 GET_OBJECT_CAP_CATEG_DISP Static method Public Method Get the object's display config for Capacity categories 20060327
34 GET_OBJECT_CAP_GRP_DISP Static method Public Method Get the object's display config for Capacity groups 20060327
35 GET_OBJECT_FIN_CATEGORIES Static method Public Method Get the object related financial categories 20060304
36 GET_OBJECT_FIN_CATEG_ATTR Static method Public Method Get the object related financial categories 20060303
37 GET_OBJECT_FIN_CATEG_DISP Static method Public Method Get the object's display config for Financial categories 20060310
38 GET_OBJECT_FIN_GRP_DISP Static method Public Method Get the object's display config for Financial groups 20060316
39 GET_PERIODS Static method Public Method 20050311
40 GET_PERIOD_FRAME Static method Public Method Get the period frame 20050329
41 GET_PLAN_INFO Static method Public Method Get the planning information 20050517
42 GET_PREVIOUS_PERIOD Static method Public Method 20050316
43 PLAN_DATA_DB_INIT Static method Public Method Create the initial plan data 20080919
44 PLAN_DATA_INIT Static method Public Method Create the initial plan data 20050523
Events
Class /RPM/CL_PLANNING_SERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 RPM_TT_UNIT Public See coding 20090727 rpm_tt_unit TYPE TABLE OF RPM_TY_UNIT
2 RPM_TY_UNIT Public See coding 20090727 BEGIN OF RPM_TY_UNIT, unit_from TYPE meins, unit_to TYPE meins, conv TYPE float, END OF rpm_ty_unit
Method Signatures

Method CAP_GET_TRANSFER_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAP_VIEWS Call by reference Type reference (TYPE) /RPM/TT_CAPACITY_VIEW Capacity views 20080908
2 Exporting ET_CATEGORY_GROUP Call by reference Type reference (TYPE) /RPM/TT_CAP_ROLE_MAP Mapping Entries between cap planing to cprojects role 20080908
3 Exporting ET_MSG Call by reference Type reference (TYPE) /RPM/TT_MESSAGES Table Type for Messages 20080908
4 Exporting ET_PROJECT_ROLE_LIST Call by reference Type reference (TYPE) /RPM/TT_PROJECT_ROLE_TYPE Project Role type 20080908
5 Exporting ET_PROJECT_ROLE_NAME Call by reference Type reference (TYPE) /RPM/TT_PROJECT_ROLE Project role 20080908
6 Exporting ET_ROLE_FUNCTION_LIST Call by reference Type reference (TYPE) /RPM/TT_ROLE_FUNCTIONS Role Functions 20080908
7 Exporting EV_OBJECT_LOCKED Call by reference Type reference (TYPE) RPM_FLAG Flag 20090112
8 Importing IS_CONTEXT Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio Hierarchy 20080908

Method CAP_GET_TRANSFER_MAP on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CAP_TRANSFER_TO_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG Call by reference Type reference (TYPE) /RPM/TT_MESSAGES Table Type for Messages 20080908
2 Exporting EV_RC Call by reference Type reference (TYPE) I 20081016
3 Importing IS_CONTEXT Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio Hierarchy 20080908
4 Importing IT_MAPPED_GROUPS Call by reference Type reference (TYPE) /RPM/TT_CAP_ROLE_MAP Mapping Entries between cap planing to cprojects role 20080908
5 Importing IV_VERIFY Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20081112

Method CAP_TRANSFER_TO_ROLE on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20050322

Method CONSTRUCTOR on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_AMOUNT_F2F Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERIOD_AMOUNT Call by reference Type reference (TYPE) /RPM/TT_PERIOD_AMOUNT Periods and Distributed amounts 20100504
2 Importing IT_PERIOD_AMOUNT Call by reference Type reference (TYPE) /RPM/TT_PERIOD_AMOUNT Periods and Distributed amounts 20100504
3 Importing IV_CALENDAR_ID Call by reference Type reference (TYPE) SCAL-FCALID Factory Calendar 20100504
4 Importing IV_DIST_TYPE Call by reference Type reference (TYPE) /RPM/TV_PLAN_DIST Distribution Type for Financial/Capacity Planning 20100504
5 Importing IV_FISC_VARIANT_FROM Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100504
6 Importing IV_FISC_VARIANT_TO Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100504

Method CONVERT_AMOUNT_F2F on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_CALENDAR_TO_FISCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERIOD_AMOUNT Call by reference Type reference (TYPE) /RPM/TT_PERIOD_AMOUNT Periods and Distributed amounts 20100415
2 Importing IT_PERIOD_AMOUNT Call by reference Type reference (TYPE) /RPM/TT_PERIOD_AMOUNT Periods and Distributed amounts 20100415
3 Importing IV_CALENDAR_ID Call by reference Type reference (TYPE) SCAL-FCALID Factory Calendar 20100415
4 Importing IV_DIST_TYPE Call by reference Type reference (TYPE) /RPM/TV_PLAN_DIST Distribution Type for Financial/Capacity Planning 20100415
5 Importing IV_FISC_VARIANT Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100415

Method CONVERT_CALENDAR_TO_FISCAL on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_CAPACITY_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_AMOUNT Call by reference Type reference (TYPE) RPM_TV_CAPACITY Capacity Amount 20090727
2 Exporting ET_MSG Call by reference Type reference (TYPE) /RPM/TT_MESSAGES Table Type for Messages 20090727
3 Importing IV_UNIT_FROM Call by reference Type reference (TYPE) RSUNIT Unit key 20090727
4 Importing IV_UNIT_TO Call by reference Type reference (TYPE) RSUNIT Unit key 20090727

Method CONVERT_CAPACITY_AMOUNT on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_CAP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_BREAKDOWN Aufriss Kapazitätsbedarfsplanung 20050322
2 Importing IT_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_BREAKDOWN Aufriss Kapazitätsbedarfsplanung 20050322
3 Importing IV_FACTOR Call by reference Type reference (TYPE) I 20050322
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20050322

Method CONVERT_CAP_TABLE on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_CAP_TABLE_FROM_CAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_BREAKDOWN Capacity Plan Breakdown 20070323
2 Importing IT_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_BREAKDOWN Capacity Plan Breakdown 20070323
3 Importing IV_CAL_ID Call by reference Type reference (TYPE) SCAL-FCALID Factory Calendar 20070323
4 Importing IV_DIST_TYPE Call by reference Type reference (TYPE) /RPM/TV_PLAN_DIST Distribution Type for Financial/Capacity Planning 20070323
5 Importing IV_FACTOR Call by reference Type reference (TYPE) I 20070323
6 Importing IV_FY_VARIANT Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100428
7 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Language according to ISO 639 20070323

Method CONVERT_CAP_TABLE_FROM_CAL on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_CAP_TAB_FROM_MONTHLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_BREAKDOWN Aufriss Kapazitätsbedarfsplanung 20050329
2 Importing IT_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_BREAKDOWN Aufriss Kapazitätsbedarfsplanung 20050329
3 Importing IV_FACTOR Call by reference Type reference (TYPE) I 20050329
4 Importing IV_FY_VARIANT Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100428
5 Importing IV_START_YEAR Call by reference Type reference (TYPE) NUMC4 Zählparameter 20050329
6 Importing IV_TO_UNIT Call by reference Type reference (TYPE) MEINS 20050526

Method CONVERT_CAP_TAB_FROM_MONTHLY on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_CURRENCY_FINPLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_FIN_PLAN Call by reference Type reference (TYPE) /RPM/TS_FIN_PLAN_BREAKDOWN Financial Plan Breakdown 20090818
2 Importing IV_FY_VARIANT Call by reference Type reference (TYPE) PERIV Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100505
3 Importing IV_ITEM_CLASS Call by reference Type reference (TYPE) /RPM/TV_ITEM_CLASS Item Classification 20090818
4 Importing IV_ITEM_START_DATE Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20090818
5 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Language according to ISO 639 20090818
6 Importing IV_RATE_TYPE Call by reference Type reference (TYPE) BAPI1093_0-RATE_TYPE Exchange rate type 20090817
7 Importing IV_TO_CURRENCY Call by reference Type reference (TYPE) WAERS Currency Key 20090817

Method CONVERT_CURRENCY_FINPLAN on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_CURRENCY_FOR_MONTHLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_BREAKDOWN Financial Plan Breakdown 20070119
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /RPM/TT_MESSAGES Table Type for Messages 20090810
3 Importing IV_FROM_CURRENCY Call by reference Type reference (TYPE) WAERS Currency Key 20070119
4 Importing IV_TO_CURRENCY Call by reference Type reference (TYPE) WAERS Currency Key 20070119

Method CONVERT_CURRENCY_FOR_MONTHLY on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_CURR_FINPLAN_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_FIN_PLAN Call by reference Type reference (TYPE) /RPM/TS_FIN_PLAN_BREAKDOWN Financial Plan Breakdown 20090818
2 Importing IV_FY_VARIANT Call by reference Type reference (TYPE) PERIV Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100505
3 Importing IV_ITEM_CLASS Call by reference Type reference (TYPE) /RPM/TV_ITEM_CLASS Item Classification 20090818
4 Importing IV_ITEM_START_DATE Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20090818
5 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Language according to ISO 639 20090818
6 Importing IV_RATE_TYPE Call by reference Type reference (TYPE) BAPI1093_0-RATE_TYPE Exchange rate type 20090818
7 Importing IV_TO_CURRENCY Call by reference Type reference (TYPE) WAERS Currency Key 20090818

Method CONVERT_CURR_FINPLAN_INT on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_CURR_INTERNAL_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_AMOUNT Call by reference Type reference (TYPE) /RPM/TV_CURR_AMOUNT 20090717
2 Importing IV_DATE Call by reference Type reference (TYPE) BAPI1093_2-TRANS_DATE Date 20090721
3 Importing IV_FROM_CURRENCY Call by reference Type reference (TYPE) WAERS Currency Key 20090717
4 Importing IV_RATE_TYPE Call by reference Type reference (TYPE) BAPI1093_0-RATE_TYPE Exchange rate type 20090721
5 Importing IV_TO_CURRENCY Call by reference Type reference (TYPE) WAERS Currency Key 20090717

Method CONVERT_CURR_INTERNAL_AMOUNT on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_FIN_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_BREAKDOWN Aufriss Finanzplan 20050322
2 Importing IT_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_BREAKDOWN Aufriss Finanzplan 20050322
3 Importing IV_FACTOR Call by reference Type reference (TYPE) I 20050322
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20050322

Method CONVERT_FIN_TABLE on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_FIN_TABLE_FROM_CAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_BREAKDOWN Financial Plan Breakdown 20070323
2 Importing IT_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_BREAKDOWN Financial Plan Breakdown 20070323
3 Importing IV_CAL_ID Call by reference Type reference (TYPE) SCAL-FCALID Factory Calendar 20070323
4 Importing IV_DIST_TYPE Call by reference Type reference (TYPE) /RPM/TV_PLAN_DIST Distribution Type for Financial/Capacity Planning 20070323
5 Importing IV_FACTOR Call by reference Type reference (TYPE) I 20070323
6 Importing IV_FY_VARIANT Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100426
7 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Language according to ISO 639 20070323

Method CONVERT_FIN_TABLE_FROM_CAL on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_FIN_TAB_FROM_MONTHLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_BREAKDOWN 20050329
2 Importing IT_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_BREAKDOWN 20050329
3 Importing IV_FACTOR Call by reference Type reference (TYPE) I 20050329
4 Importing IV_FY_VARIANT Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100428
5 Importing IV_START_YEAR Call by reference Type reference (TYPE) NUMC4 Zählparameter 20050329
6 Importing IV_TO_CURRENCY Call by reference Type reference (TYPE) WAERS Währungsschlüssel 20050526

Method CONVERT_FIN_TAB_FROM_MONTHLY on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_FISCAL_TO_CALENDAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERIOD_AMOUNT Call by reference Type reference (TYPE) /RPM/TT_PERIOD_AMOUNT Periods and Distributed amounts 20100414
2 Importing IT_PERIOD_AMOUNT Call by reference Type reference (TYPE) /RPM/TT_PERIOD_AMOUNT Periods and Distributed amounts 20100414
3 Importing IV_CALENDAR_ID Call by reference Type reference (TYPE) SCAL-FCALID Factory Calendar 20100413
4 Importing IV_DIST_TYPE Call by reference Type reference (TYPE) /RPM/TV_PLAN_DIST Distribution Type for Financial/Capacity Planning 20100414
5 Importing IV_FISC_VARIANT Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100413

Method CONVERT_FISCAL_TO_CALENDAR on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_ROLE_DEMAND_TO_FYF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROLE_DEMAND Call by reference Type reference (TYPE) DPR_TT_PART_DIST_ADT_DATA Table for Distribution Data to PR (Abstr. Data Type) 20100419
2 Importing IT_ROLE_DEMAND Call by reference Type reference (TYPE) DPR_TT_PART_DIST_ADT_DATA Table for Distribution Data to PR (Abstr. Data Type) 20100419
3 Importing IV_CALENDAR_ID Call by reference Type reference (TYPE) SCAL-FCALID Factory Calendar 20100419
4 Importing IV_DIST_TYPE Call by reference Type reference (TYPE) /RPM/TV_PLAN_DIST Distribution Type for Financial/Capacity Planning 20100419
5 Importing IV_FY_VARIANT Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100419

Method CONVERT_ROLE_DEMAND_TO_FYF on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_SINGLE_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERIODS Call by reference Type reference (TYPE) /RPM/TT_PERIOD Tabelle Periodenaufriss 20050322
2 Importing IV_FACTOR Call by reference Type reference (TYPE) I 20050322
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20050322
4 Importing IV_PERIOD Call by reference Type reference (TYPE) DATS Sprache nach ISO 639 20050322
5 Importing IV_PERIOD_TYPE Call by reference Type reference (TYPE) /RPM/TV_PERIOD_TYPE Periodenart 20050322

Method CONVERT_SINGLE_PERIOD on class /RPM/CL_PLANNING_SERVICES has no exception.

Method CONVERT_UNIT_FOR_MONTHLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_BREAKDOWN Capacity Demand Planning Breakdown 20070119
2 Importing IV_FROM_UNIT Call by reference Type reference (TYPE) MEINS Base Unit of Measure 20070119
3 Importing IV_TO_UNIT Call by reference Type reference (TYPE) MEINS Base Unit of Measure 20070119

Method CONVERT_UNIT_FOR_MONTHLY on class /RPM/CL_PLANNING_SERVICES has no exception.

Method FILTER_CAP_NONZERO_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAP_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_API Financial Planning Details 20070524
2 Importing IT_CAP_PLAN Call by reference Type reference (TYPE) /RPM/TT_PLAN_API Plan Data 20070524
3 Importing IT_CAP_VIEWS Call by reference Type reference (TYPE) /RPM/TT_CAP_VIEWS Financial Planning View Types 20070524
4 Importing IV_GROUP_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20070524
5 Importing IV_INACTIVE Call by reference Type reference (TYPE) C 20090325
6 Importing IV_ITEM_CLASS Call by reference Type reference (TYPE) /RPM/TV_ITEM_CLASS Item Classification 20070601
7 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20070525

Method FILTER_CAP_NONZERO_VALUES on class /RPM/CL_PLANNING_SERVICES has no exception.

Method FILTER_FIN_NONZERO_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIN_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_API Financial Planning Details 20070523
2 Importing IT_FIN_PLAN Call by reference Type reference (TYPE) /RPM/TT_PLAN_API Plan Data 20070524
3 Importing IT_FIN_VIEWS Call by reference Type reference (TYPE) /RPM/TT_FIN_VIEWS Financial Planning View Types 20070524
4 Importing IV_GROUP_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20070524
5 Importing IV_INACTIVE Call by reference Type reference (TYPE) C Inactive group indicator 20090325
6 Importing IV_ITEM_CLASS Call by reference Type reference (TYPE) /RPM/TV_ITEM_CLASS Item Classification 20070601
7 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE RPM Object Type 20070525

Method FILTER_FIN_NONZERO_VALUES on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_ALL_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IT_GROUPS Call by reference Type reference (TYPE) RPM_TT_FIN_GROUPS Financial Groups 20081124
2 Importing IV_CATEGORY_GUID Value transfer Type reference (TYPE) RPM_TV_GUID Guid for application objects 20081124
3 Importing IV_FIN_CAP_TYPE Value transfer Type reference (TYPE) /RPM/TV_FIN_CAP Type of Planning - Financial or Capacity 20081124
4 Importing IV_ITEM_GUID Value transfer Type reference (TYPE) RPM_TV_GUID Guid for application objects 20081124
5 Importing IV_LANGUAGE Value transfer Type reference (TYPE) LAISO Language according to ISO 639 20081124
6 Importing IV_OBJECT_TYPE Value transfer Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20081124

Method GET_ALL_GROUPS on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_BUCKET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BUCKET_INT Call by reference Type reference (TYPE) /RPM/TS_BUCKET_INT Integrierte Attribute strategische Ressource 20050524
2 Exporting EV_CONVERSION_FACTOR Call by reference Type reference (TYPE) I 20050524
3 Exporting EV_START_YEAR Call by reference Type reference (TYPE) NUMC4 20050525
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20060125
5 Importing IV_PARENT_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20060125
6 Importing IV_PORTFOLIO_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID GUID für Anwendungsobjekte 20050524
7 Importing IV_TYPE Call by reference Type reference (TYPE) CHAR1 Financial / Capacity type 20070720
# Exception Resumable Description Created on
1 CX_RPM_CONFIGURATION_ERROR 20050628

Method GET_CAP_TRANSFER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAP_VIEWS Call by reference Type reference (TYPE) /RPM/TT_CAP_VIEWS Capacity views 20070227
2 Exporting ET_PROJECT_ROLE_LIST Call by reference Type reference (TYPE) /RPM/TT_PROJECT_ROLE_TYPE Project Role type 20070227
3 Exporting ET_PROJECT_ROLE_NAME Call by reference Type reference (TYPE) /RPM/TT_PROJECT_ROLE Project role 20070227
4 Exporting ET_ROLE_FUNCTION_LIST Call by reference Type reference (TYPE) /RPM/TT_ROLE_FUNCTIONS Role Functions 20070227
5 Exporting EV_RC Value transfer Type reference (TYPE) I 20070227
6 Importing IS_ITEM_ATTRIBUTES Call by reference Type reference (TYPE) RPM_TS_PROJECT_API Portfolio Hierarchy 20070227
7 Importing IV_DPR_GUID Value transfer Type reference (TYPE) /RPM/TV_GUID Application Object GUID 20070717

Method GET_CAP_TRANSFER_DATA on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_CATEGORY_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAP_CATEGORY_CONFIG Call by reference Type reference (TYPE) /RPM/TT_CAP_CATG_T Capacity Catgeory Text 20060221
2 Exporting ET_FIN_CATEGORY_CONFIG Call by reference Type reference (TYPE) /RPM/TT_FIN_CATG_T Financial Category Table Type 20060221
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20060217
4 Importing IV_PORTFOLIO_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20060217
5 Importing IV_TYPE Call by reference Type reference (TYPE) C F---> Financial C--->Capacity 20060221

Method GET_CATEGORY_CONFIG on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_FISCAL_START_END_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FROM_DATE Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20100413
2 Exporting EV_TO_DATE Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20100413
3 Importing IV_PERIOD Call by reference Type reference (TYPE) T009B-POPER Posting period 20100413
4 Importing IV_VARIANT Call by reference Type reference (TYPE) T009B-PERIV Fiscal Year Variant 20100413
5 Importing IV_YEAR Call by reference Type reference (TYPE) T009B-BDATJ Posting date YYYY 20100413

Method GET_FISCAL_START_END_DATE on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_FY_VARIANT_SWITCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FY_ACTIVE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100505
2 Exporting EV_FY_VARIANT Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100505
3 Importing IV_PORTF_GUID Call by reference Type reference (TYPE) RPM_TV_GUID Guid for application objects 20100505

Method GET_FY_VARIANT_SWITCH on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_ITEM_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_PROJECT Call by reference Object reference (TYPE REF TO) CL_RPM_PROJECT Master Project Definition 20070721
2 Exporting ES_PROJECT_INT Call by reference Type reference (TYPE) RPM_TS_PROJECT_INT Projektattribute 20050524
3 Exporting EV_CONVERSION_FACTOR Call by reference Type reference (TYPE) I 20050524
4 Exporting EV_START_YEAR Call by reference Type reference (TYPE) NUMC4 20050525
5 Importing IV_ITEM_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID GUID für Anwendungsobjekte 20050524
6 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20050524
7 Importing IV_TYPE Call by reference Type reference (TYPE) CHAR1 Financial / Capacity type 20070710

Method GET_ITEM_ATTRIBUTES on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_NEXT_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PERIOD Call by reference Type reference (TYPE) DATS Feld vom Typ DATS 20050316
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20050316
3 Importing IV_PERIOD Call by reference Type reference (TYPE) DATS Feld vom Typ DATS 20050316
4 Importing IV_PERIOD_TYPE Call by reference Type reference (TYPE) /RPM/TV_PERIOD_TYPE Feld vom Typ DATS 20050316

Method GET_NEXT_PERIOD on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_OBJECT_CAP_CATEGORIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BUCKET_INT Call by reference Type reference (TYPE) /RPM/TS_BUCKET_INT Strategic bucket integrated attributes 20060304
2 Exporting ET_ENTITIES Call by reference Type reference (TYPE) /RPM/TT_ENTITIES RPM Table Type: Entity objects 20060303
3 Exporting EV_CONVERSION_FACTOR Call by reference Type reference (TYPE) I 20060303
4 Exporting EV_START_YEAR Call by reference Type reference (TYPE) NUMC4 Count parameters 20060303
5 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20060303
6 Importing IV_PARENT_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20060303
7 Importing IV_PORTFOLIO_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20060303
8 Importing IV_TYPE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20070721

Method GET_OBJECT_CAP_CATEGORIES on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_OBJECT_CAP_CATEG_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTES_API Call by reference Type reference (TYPE) /RPM/TT_CAP_CAT_B_API Demand planning for bucket categories table type 20060303
2 Importing IS_CONTEXT Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio Hierarchy 20060303
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Language according to ISO 639 20060303

Method GET_OBJECT_CAP_CATEG_ATTR on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_OBJECT_CAP_CATEG_DISP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAP_PLAN_API Call by reference Type reference (TYPE) /RPM/TT_PLAN_API Plan Data 20060327
2 Importing IT_CAP_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_API Financial Planning Details 20060327

Method GET_OBJECT_CAP_CATEG_DISP on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_OBJECT_CAP_GRP_DISP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAP_PLAN_API Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_API Plan Data 20060327
2 Importing IT_CAP_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_API Financial Planning Details 20060327
3 Importing IV_CATEGORY Call by reference Type reference (TYPE) /RPM/TV_EXTID Business Object External ID 20060327

Method GET_OBJECT_CAP_GRP_DISP on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_OBJECT_FIN_CATEGORIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BUCKET_INT Call by reference Type reference (TYPE) /RPM/TS_BUCKET_INT Strategic bucket integrated attributes 20060306
2 Exporting ET_ENTITIES Call by reference Type reference (TYPE) /RPM/TT_ENTITIES RPM Table Type: Entity objects 20060304
3 Exporting EV_CONVERSION_FACTOR Call by reference Type reference (TYPE) I 20060304
4 Exporting EV_START_YEAR Call by reference Type reference (TYPE) NUMC4 Count parameters 20060304
5 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20060304
6 Importing IV_PARENT_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20060304
7 Importing IV_PORTFOLIO_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20060304
8 Importing IV_TYPE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20070721

Method GET_OBJECT_FIN_CATEGORIES on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_OBJECT_FIN_CATEG_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTES_API Call by reference Type reference (TYPE) /RPM/TT_FIN_CAT_B_API Financial Category Table Type 20060303
2 Importing IS_CONTEXT Call by reference Type reference (TYPE) /RPM/TS_OBJECT_HIER Portfolio Hierarchy 20060303
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Language according to ISO 639 20060303

Method GET_OBJECT_FIN_CATEG_ATTR on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_OBJECT_FIN_CATEG_DISP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIN_PLAN_API Call by reference Type reference (TYPE) /RPM/TT_PLAN_API Plan Data 20060310
2 Importing IT_FIN_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_API Financial Planning Details 20060310

Method GET_OBJECT_FIN_CATEG_DISP on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_OBJECT_FIN_GRP_DISP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIN_PLAN_API Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_API Plan Data 20060316
2 Importing IT_FIN_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_API Financial Planning Details 20060316
3 Importing IV_CATEGORY Call by reference Type reference (TYPE) /RPM/TV_EXTID Business Object External ID 20060316

Method GET_OBJECT_FIN_GRP_DISP on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERIODS Call by reference Type reference (TYPE) /RPM/TT_PERIOD Tabelle Periodenaufriss 20050311
2 Exporting EV_PERIOD_NO Call by reference Type reference (TYPE) NUMC4 Zählparameter 20050312
3 Importing IV_END Call by reference Type reference (TYPE) ENDDA Endtermin 20050311
4 Importing IV_FY_VARIANT Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100505
5 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20050316
6 Importing IV_PERIOD_TYPE Call by reference Type reference (TYPE) /RPM/TV_PERIOD_TYPE Periodenart 20050311
7 Importing IV_START Call by reference Type reference (TYPE) BEGDA Starttermin 20050311

Method GET_PERIODS on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_PERIOD_FRAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_END_PERIOD Call by reference Type reference (TYPE) DATS Feld vom Typ DATS 20050329
2 Exporting EV_START_PERIOD Call by reference Type reference (TYPE) DATS Feld vom Typ DATS 20050329
3 Importing IV_FACTOR Call by reference Type reference (TYPE) I 20050329
4 Importing IV_FY_VARIANT Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100426
5 Importing IV_PERIOD Call by reference Type reference (TYPE) DATS Feld vom Typ DATS 20050329
6 Importing IV_START_YEAR Call by reference Type reference (TYPE) NUMC4 Zählparameter 20050329

Method GET_PERIOD_FRAME on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_PLAN_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PLAN_INFO Call by reference Type reference (TYPE) /RPM/TS_PLAN_INFO Planungsdaten 20050517
2 Exporting EV_RC Call by reference Type reference (TYPE) I 20050605
3 Importing IV_ITEM_DETAIL_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID GUID für Anwendungsobjekte 20050523
4 Importing IV_ITEM_HEADER_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID GUID für Anwendungsobjekte 20050517
5 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20050517
6 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE Object Type 20060124
7 Importing IV_PARENT_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20060125
8 Importing IV_TYPE Call by reference Type reference (TYPE) CHAR1 20050517

Method GET_PLAN_INFO on class /RPM/CL_PLANNING_SERVICES has no exception.

Method GET_PREVIOUS_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PERIOD Call by reference Type reference (TYPE) DATS Feld vom Typ DATS 20050316
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Sprache nach ISO 639 20050316
3 Importing IV_PERIOD Call by reference Type reference (TYPE) DATS Feld vom Typ DATS 20050316
4 Importing IV_PERIOD_TYPE Call by reference Type reference (TYPE) /RPM/TV_PERIOD_TYPE Periodenart 20050316

Method GET_PREVIOUS_PERIOD on class /RPM/CL_PLANNING_SERVICES has no exception.

Method PLAN_DATA_DB_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAP_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_BREAKDOWN Capacity Demand Planning Breakdown 20080919
2 Exporting ET_FIN_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_BREAKDOWN Plan Data 20080919
3 Importing IV_END Call by reference Type reference (TYPE) DATS Field of type DATS 20080919
4 Importing IV_ITEM_CLASS Call by reference Type reference (TYPE) /RPM/TV_ITEM_CLASS Item Classification 20080919
5 Importing IV_ITEM_DETAIL_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20080919
6 Importing IV_ITEM_HEADER_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20080919
7 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Language according to ISO 639 20080919
8 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE RPM Object Type 20080919
9 Importing IV_PARENT_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20080919
10 Importing IV_START Call by reference Type reference (TYPE) DATS Field of type DATS 20080919
11 Importing IV_TYPE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20080919
# Exception Resumable Description Created on
1 CX_RPM_CONFIGURATION_ERROR 20080919
2 CX_RPM_OBJECT_NOT_FOUND_ERROR RPM: Anwendungsobjekt in Datenbank nicht gefunden 20080919

Method PLAN_DATA_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAP_PLAN Call by reference Type reference (TYPE) /RPM/TT_CAP_PLAN_BREAKDOWN Aufriss Kapazitätsbedarfsplanung 20050523
2 Exporting ET_FIN_PLAN Call by reference Type reference (TYPE) /RPM/TT_FIN_PLAN_BREAKDOWN Plandaten 20050523
3 Importing IV_END Call by reference Type reference (TYPE) DATS Field of type DATS 20070705
4 Importing IV_FY_VARIANT Call by reference Type reference (TYPE) PERIV Fiscal Year Variant 20100505
5 Importing IV_ITEM_CLASS Call by reference Type reference (TYPE) /RPM/TV_ITEM_CLASS Item Classification 20060331
6 Importing IV_ITEM_DETAIL_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID GUID für Anwendungsobjekte 20050523
7 Importing IV_ITEM_HEADER_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID GUID für Anwendungsobjekte 20050523
8 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Language according to ISO 639 20051123
9 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /RPM/OBJECT_TYPE RPM Object Type 20060201
10 Importing IV_PARENT_GUID Call by reference Type reference (TYPE) /RPM/TV_GUID Guid for application objects 20060201
11 Importing IV_START Call by reference Type reference (TYPE) DATS Field of type DATS 20070705
12 Importing IV_TYPE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20050523
# Exception Resumable Description Created on
1 CX_RPM_CONFIGURATION_ERROR 20050628
2 CX_RPM_OBJECT_NOT_FOUND_ERROR RPM: Anwendungsobjekt in Datenbank nicht gefunden 20050605
History
Last changed by/on SAP  20141109 
SAP Release Created in 400