SAP ABAP Class /MRSS/CL_POT_CAPA_RESERVE (MRS: Capacity Reserve Upload Functionality)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   CA-MRS (Application Component) SAP Multiresource Scheduling
     /MRSS/POT_UTIL (Package) Capacity Pots Utilities
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_POT_CAPACITY_RESERVE IF for Capacity Reserve 20110322
Properties
Class /MRSS/CL_POT_CAPA_RESERVE  
Short Description MRS: Capacity Reserve Upload Functionality    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/POT_UTIL   Capacity Pots Utilities 
Created 20110322   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_POT_CAPA_RESERVE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /MRSS/IF_POT_CAPACITY_RESERVE IF for Capacity Reserve 20110322
Friends
Class /MRSS/CL_POT_CAPA_RESERVE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CALLER_ID_01 Constant Protected Type reference (TYPE) /MRSS/T_POT_CALLER_ID '/MRSS/CL_POT_PSL_SERVICES=UPDATE_AVAILABLE_CAPACITY' Caller ID 20110322
2 GC_CALLER_ID_02 Constant Protected Type reference (TYPE) /MRSS/T_POT_CALLER_ID '/MRSS/SERVICE_RETRIEVE_FREE_AP=GET_NEXT_QC' Caller ID 20110322
3 GC_CALLER_ID_03 Constant Protected Type reference (TYPE) /MRSS/T_POT_CALLER_ID 'DEDUCT_ROOT' Caller ID 20110322
4 GC_CALLER_ID_04 Constant Protected Type reference (TYPE) /MRSS/T_POT_CALLER_ID '/MRSS/CL_POT_PSL_SERVICES=GET_CAPACITY_RESERVE' Caller ID 20110322
5 GREF_CAP_RES Static Attribute Public Object reference (TYPE REF TO) /MRSS/CL_POT_CAPA_RESERVE Capacity Reserve Upload Functionality 20110322
6 GREF_POT_PSL_MSG Instance attribute Protected Object reference (TYPE REF TO) /MRSS/CL_POT_MSG Capacity Pot Application log Manager 20110322
7 GREF_TOT_CAP_RES_TAB Instance attribute Protected Object reference (TYPE REF TO) DATA Dynamic table for Total Capacity Reserve 20110322
8 GS_CAPA_RESERVE Static Attribute Protected Type reference (TYPE) /MRSS/T_POT_CAPA_RESERVE Capacity Reserve 20110322
9 GT_CAP_RES Instance attribute Public Type reference (TYPE) /MRSS/T_POT_CAP_RES_TAB Current values for Capacity Reserve 20110322
10 GT_CAP_RES_DELETED Instance attribute Protected Type reference (TYPE) /MRSS/T_POT_CAP_RES_TAB Deleted Capacity Reserves 20110322
11 GT_CAP_RES_OLD Instance attribute Protected Type reference (TYPE) /MRSS/T_POT_CAP_RES_TAB Old values for Capacity Reserve 20110322
12 GT_FCAT Instance attribute Public Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20110322
13 GT_MESSAGES Static Attribute Protected Type reference (TYPE) BAPIRET2_TAB Error Messages 20110322
14 GT_NBH_WK_CR Instance attribute Protected Type reference (TYPE) /MRSS/T_POT_NBH_WK_CR_TAB Organization and work centre mapping 20110322
15 GT_PHASE Instance attribute Protected Type reference (TYPE) /MRSS/T_CAP_RES_PHASE_TAB Phase 20110322
16 GT_PHASE_MAPPING Instance attribute Protected Type reference (TYPE) /MRSS/T_POT_PH_PR_TAB Phase - Priority mapping 20110322
17 GT_PHASE_RELEASE Instance attribute Protected Type reference (TYPE) /MRSS/T_POT_PHASE_REL_TAB Phase release time 20110322
18 GT_PRIO_RESERVE Static Attribute Protected Type reference (TYPE) /MRSS/T_POT_CAPA_RES_PRIO_TAB Capacity reserve for priority table type 20110322
19 GT_QUAL_CAT_DESCR Instance attribute Protected Type reference (TYPE) /MRSS/T_POT_QUAL_CAT_DESCR_TAB Qualification Category Description 20110322
20 GT_SLA_PRIORITY Instance attribute Protected Type reference (TYPE) /MRSS/T_POT_SLAPR_TAB SLA Priority 20110322
21 GV_CURSOR Instance attribute Private Type reference (TYPE) CURSOR 20110419
Methods
# Method Level Visibility Method type Description Created on
1 CAPACITY_RESERVE_READ Instance method Public Method Reads the capacity reserve data 20110322
2 CAPACITY_RESERVE_UPDATE Instance method Public Method Updates the capacity reserve 20110322
3 CONSTRUCTOR Instance method Protected Constructor CONSTRUCTOR 20110322
4 CONVERT_LINE_TO_STRUCTURE Instance method Protected Method Converts the Line read from the source file to the structure 20110322
5 FETCH_CAPACITY_RES Instance method Public Method Fetch the Capacity Reserve 20110322
6 FETCH_CAP_RES_SINGLE_SELECTION Instance method Public Method Read cap. res. for single neighborhood, qual. cat.... 20110322
7 FILE_UPLOAD Instance method Public Method Upload the Source file to the internal table 20110322
8 GENERATE_TOT_CAP_STRUC Instance method Public Method Generates a Dynamic structure for calculating the Tot. Cap. 20110322
9 GET_AVAILABLE_RESV_CAPA Instance method Public Method Returns Available Reserve Capacity (Real) 20110322
10 GET_CAPACITY_RESERVE_PRIORITY Instance method Public Method 20110419
11 GET_CAPACITY_STATUS Instance method Public Method Returns Status of Capacity Pot (Traffic Light, ALV) 20110322
12 GET_CAPA_POT_RESV_FOR_ALV Instance method Public Method Returns Capacity Pot Reserve Data (for ALV in Pop-up) 20110322
13 GET_INSTANCE Static method Public Method Gets the instance of the class 20110322
14 GET_ORG_ID_BY_WK_CR Instance method Public Method Gets the org unit by work centre 20110322
15 GET_PHASE Instance method Public Method Reads all the phase from DB 20110322
16 GET_PHASE_PSL Instance method Public Method Returns Phase 20110322
17 GET_PRIORITY Instance method Public Method Reads the SLA priority 20110322
18 GET_PRIORITY_PHASE Instance method Public Method Reads the priority - phase mapping 20110322
19 GET_QUAL_CAT_DESCR Instance method Public Method Gets the qualification category Description 20110322
20 GET_TOTAL_CONSUMED_CAPACITY Instance method Public Method Returns Total Consumed Capacity 20110322
21 GET_TOTAL_RESERVE Instance method Public Method Determine total reserve and total avalable reserve 20110322
22 GET_TOT_CAP_RES Instance method Public Method Calculates the total capacity reserve 20110322
23 GET_UNRES_POTENTIAL_CAPACITY Instance method Public Method Returns Unrestricted Potential Capacity 20110322
24 GET_WK_CR_BY_ORG Instance method Public Method Gets the Organization ID by work centre 20110322
25 PHASE_DETERMINE Instance method Public Method Determines a particular phase 20110322
26 SAVE Instance method Protected Method Save the capapcity reserve 20110322
Events
Class /MRSS/CL_POT_CAPA_RESERVE has no event.
Types
Class /MRSS/CL_POT_CAPA_RESERVE has no local type.
Method Signatures

Method CAPACITY_RESERVE_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAP_RES Call by reference Type reference (TYPE) /MRSS/T_POT_CAP_RES_TAB MRS: Table Type for Capacity Reserve 20110322
2 Importing IT_OBJID Call by reference Type reference (TYPE) /MRSS/T_POT_SO_NBHOOD_TAB Object ID 20110322
3 Importing IT_PLAN_DATE Call by reference Type reference (TYPE) /MRSS/T_POT_SO_PLAN_DATE_TAB MRS: Planned Date for capacity reserve 20110322
4 Importing IT_QUALIFICATION_CATEGORY Call by reference Type reference (TYPE) /MRSS/T_POT_SO_QUAL_CAT_TAB Qualification Category 20110322
5 Importing IT_SLA_PRIORITY Call by reference Type reference (TYPE) /MRSS/T_POT_SO_SLAPR_TAB SLA Threshold Priority 20110322

Method CAPACITY_RESERVE_READ on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method CAPACITY_RESERVE_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_MESSAGE Value transfer Type reference (TYPE) BAPIRET2_TAB Error Messages 20110322
2 Importing IV_COMMIT Call by reference Type reference (TYPE) /MRSS/T_POT_BOOLEAN 'X' Boolean Variable 20110322
3 Importing IV_LOAD_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_POT_BOOLEAN 'X' Boolean Variable 20110322
4 Importing IV_PRODUCTION_MODE Call by reference Type reference (TYPE) /MRSS/T_POT_PROD_MODE Production Mode 20110322

Method CAPACITY_RESERVE_UPDATE on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /MRSS/CL_POT_CAPA_RESERVE has no parameter.
Method CONSTRUCTOR on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method CONVERT_LINE_TO_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILETYPE Call by reference Type reference (TYPE) CHAR4 Filetype 20110322
2 Importing IV_LINE Call by reference Type reference (TYPE) STRING Line of the source file 20110322
3 Returning RS_CAP_RES Value transfer Type reference (TYPE) /MRSS/T_POT_CP_RS MRS: Capacity Reserve (upload file) 20110322

Method CONVERT_LINE_TO_STRUCTURE on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method FETCH_CAPACITY_RES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAP_RES Call by reference Type reference (TYPE) /MRSS/T_POT_CAP_RES_TAB MRS: Table Type for Capacity Reserve 20110322
2 Importing IT_OBJID Call by reference Type reference (TYPE) /MRSS/T_POT_SO_NBHOOD_TAB MRS: Select Option for Neighbourhood 20110322
3 Importing IT_PLAN_DATE Call by reference Type reference (TYPE) /MRSS/T_POT_SO_PLAN_DATE_TAB MRS: Select Option for Planned Date 20110322
4 Importing IT_QUALIFICATION_CATEGORY Call by reference Type reference (TYPE) /MRSS/T_POT_SO_QUAL_CAT_TAB MRS: Select option for Qualification Category 20110322
5 Importing IT_SLA_PRIORITY Call by reference Type reference (TYPE) /MRSS/T_POT_SO_SLAPR_TAB MRS: Select Option for SLA PRIORITY 20110322

Method FETCH_CAPACITY_RES on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method FETCH_CAP_RES_SINGLE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAP_RES Call by reference Type reference (TYPE) /MRSS/T_POT_CAP_RES_TAB MRS: Table Type for Capacity Reserve 20110322
2 Importing IV_CALLER_ID Value transfer Type reference (TYPE) /MRSS/T_POT_CALLER_ID SPACE Caller ID 20110322
3 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) /MRSS/T_POT_OBJECT_ID Object ID 20110322
4 Importing IV_PLAN_DATE Call by reference Type reference (TYPE) /MRSS/T_POT_PDATE Planned Date for Capacity Reserve 20110322
5 Importing IV_QUALIFICATION_CATEGORY Call by reference Type reference (TYPE) /MRSS/T_POT_QUALI_CATEGORY Qualification Category 20110322

Method FETCH_CAP_RES_SINGLE_SELECTION on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method FILE_UPLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_TAB Error Messages 20110322
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_POT_BOOLEAN Boolean Variable 20110322
3 Importing IV_FILENAME Call by reference Type reference (TYPE) STRING Name of the source file 20110322

Method FILE_UPLOAD on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GENERATE_TOT_CAP_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CR_TOT_CAP_RES Call by reference Object reference (TYPE REF TO) DATA 20110322
2 Exporting CR_TOT_CAP_RES_TAB Value transfer Object reference (TYPE REF TO) DATA 20110322

Method GENERATE_TOT_CAP_STRUC on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_AVAILABLE_RESV_CAPA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CAPA_REAL_RES_SLA Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_REAL_RES_SLA Available Reserve for SLA 20110322
2 Exporting EV_CAPA_REAL_R_UNIT_SLA Call by reference Type reference (TYPE) /MRSS/T_POT_CAP_REAL_R_UNI_SLA Unit for Available Capacity Reserve for an SLA 20110322
3 Importing IV_CAPA_RESERVE_SLA Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RESERVE_SLA Total Capacity Reserve for an SLA 20110322
4 Importing IV_CAPA_RES_CONS Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RESERVE_CONS Consumed Capacity Reserve 20110322
5 Importing IV_CAPA_RES_CONS_UNIT Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RES_CONS_UNIT Unit for Consumed Capacity Reserve 20110322
6 Importing IV_CAPA_RES_UNIT_SLA Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RESV_UNIT_SLA Unit for Total Capacity Reserve for an SLA 20110322

Method GET_AVAILABLE_RESV_CAPA on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_CAPACITY_RESERVE_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESERVE_DETAILS Call by reference Type reference (TYPE) /MRSS/T_POT_CAP_RES_TAB MRS: Table Type for Capacity Reserve 20110419
2 Importing IV_ORGID Call by reference Type reference (TYPE) /MRSS/T_POT_OBJID Object ID 20110419
3 Importing IV_PLAN_DATE Call by reference Type reference (TYPE) RSDATRANGE Capacity Pot Date 20110419
4 Importing IV_PRIORITY Call by reference Type reference (TYPE) /MRSS/T_PRIOR SLA Threshold Priority 20110419
5 Importing IV_QUALIFICATION_CATEGORY Call by reference Type reference (TYPE) /MRSS/T_POT_QUALI_CATEGORY Qualification Category 20110419
# Exception Resumable Description Created on
1 NOT_ALLOWED Action not permitted 20110419

Method GET_CAPACITY_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STATUS_ICON Call by reference Type reference (TYPE) /MRSS/T_POT_STATUS Capacity Status 20110322
2 Importing IV_CAPA_CONS Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_CONSUMED Consumed Normal Capacity 20110322
3 Importing IV_CAPA_POT Call by reference Type reference (TYPE) /MRSS/T_POT_CAP_POTENTIAL Total Capacity 20110322

Method GET_CAPACITY_STATUS on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_CAPA_POT_RESV_FOR_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESV_PRIO Call by reference Type reference (TYPE) /MRSS/T_CAPACITY_RES_PRIO_UI_T UI Table for Capacity Reserve Priority 20110322
2 Exporting EV_PHASE Call by reference Type reference (TYPE) /MRSS/T_POT_INT3 3-Character Integer Field 20110322
3 Importing IT_CAPA_RESERVE Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RES_PRIO_TAB Capacity reserve for priority table type 20110322
4 Importing IV_CAPA_CONS Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_CONSUMED Consumed Normal Capacity 20110322
5 Importing IV_CAPA_CONS_UNIT Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RES_CONS_UNIT Unit for Consumed Normal Capacity 20110322
6 Importing IV_CAPA_RES_CONS Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RESERVE_CONS Consumed Capacity Reserve 20110322
7 Importing IV_CAPA_RES_CONS_UNIT Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RES_CONS_UNIT Unit for Consumed Capacity Reserve 20110322
8 Importing IV_UN_POT_CAPA Call by reference Type reference (TYPE) /MRSS/T_POT_CAP_POTENTIAL Total Capacity 20110322
9 Importing IV_UN_POT_CAPA_UNIT Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_POTEN_UNIT Unit for Total Capacity 20110322

Method GET_CAPA_POT_RESV_FOR_ALV on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CAP_RES Value transfer Object reference (TYPE REF TO) /MRSS/CL_POT_CAPA_RESERVE Capacity Reserve Upload Functionality 20110322

Method GET_INSTANCE on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_ORG_ID_BY_WK_CR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IT_NBH_WK_CR Call by reference Type reference (TYPE) /MRSS/T_POT_NBH_WK_CR_TAB Organization and work centre mapping 20110322

Method GET_ORG_ID_BY_WK_CR on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_PHASE Signature

Method GET_PHASE on class /MRSS/CL_POT_CAPA_RESERVE has no parameter.
Method GET_PHASE on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_PHASE_PSL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PHASE Call by reference Type reference (TYPE) /MRSS/T_POT_PHASE Capacity Reserve Phase 20110322
2 Importing IO_POT_CAP_RES Call by reference Object reference (TYPE REF TO) /MRSS/CL_POT_CAPA_RESERVE MRS: Capacity Reserve Upload Functionality 20110322
3 Importing IV_CURRENT_DATE Call by reference Type reference (TYPE) /MRSS/T_SGE_DATE Date in CHAR Format 20110322
4 Importing IV_OBJID Call by reference Type reference (TYPE) OBJEKTID Object ID 20110322
5 Importing IV_PLAN_DATE Call by reference Type reference (TYPE) /MRSS/T_PLANNED_DATE Planned Date 20110322
6 Importing IV_QUAL_CAT Call by reference Type reference (TYPE) /MRSS/T_POT_QUALI_CATEGORY Qualification Category 20110322

Method GET_PHASE_PSL on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_SLA_PRIORITY Value transfer Type reference (TYPE) /MRSS/T_POT_SLAPR_TAB MRS: Table type for SLA Priority 20110322

Method GET_PRIORITY on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_PRIORITY_PHASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_PHASE_MAPPING Value transfer Type reference (TYPE) /MRSS/T_POT_PH_PR_TAB MRS: Table type for Phase - Priority mapping 20110322

Method GET_PRIORITY_PHASE on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_QUAL_CAT_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_QUAL_CAT_DESCR Call by reference Type reference (TYPE) /MRSS/T_POT_QUAL_CAT_DESCR_TAB MRS: Table Type for Qualification Category Description 20110322

Method GET_QUAL_CAT_DESCR on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_TOTAL_CONSUMED_CAPACITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TOT_CAPA_CONS Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_CONS_TOTAL Total Consumed Capacity 20110322
2 Importing IV_CAPA_CONS Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_CONSUMED Capacity Consumed 20110322
3 Importing IV_CAPA_RES_CONS Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RESERVE_CONS Consumed Capacity Reserve 20110322

Method GET_TOTAL_CONSUMED_CAPACITY on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_TOTAL_RESERVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AVAILABLE_RESERVE Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_REAL_RESERVE Available Capacity Reserve 20110322
2 Exporting EV_AVAILABLE_RESERVE_UNIT Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_REAL_UNIT_SLA Unit for Available Capacity for an SLA 20110322
3 Exporting EV_TOTAL_RESERVE Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RESERVE1 Capacity Reserve 20110322
4 Exporting EV_TOTAL_RESERVE_UNIT Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RESERVE_UNIT Unit for Capacity Reserve 20110322
5 Importing IT_RESERVE_PRIO Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RES_PRIO_TAB Capacity reserve for priority table type 20110322
6 Importing IV_CONSUMED_RESERVE Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RESERVE_CONS Consumed Capacity Reserve 20110322
7 Importing IV_CONSUMED_RESERVE_UNIT Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RES_CONS_UNIT Unit of Capacity Reserve Consumed 20110322

Method GET_TOTAL_RESERVE on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_TOT_CAP_RES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TOT_CAP_RES Call by reference Object reference (TYPE REF TO) DATA Total Capacity Reserve ( Dynamic in nature ) 20110322

Method GET_TOT_CAP_RES on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_UNRES_POTENTIAL_CAPACITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_UNRES_CAPA_POT Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_POTEN_UNRES Unrestricted Potential Capacity 20110322
2 Importing IV_CAPA_POT Call by reference Type reference (TYPE) /MRSS/T_POT_CAP_POTENTIAL Complete Potential Capacity 20110322
3 Importing IV_CAPA_RESV Call by reference Type reference (TYPE) /MRSS/T_POT_CAPA_RESERVE1 Capacity Reserve 20110322

Method GET_UNRES_POTENTIAL_CAPACITY on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method GET_WK_CR_BY_ORG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IT_NBH_WK_CR Call by reference Type reference (TYPE) /MRSS/T_POT_NBH_WK_CR_TAB Object ID and work centre mapping 20110322

Method GET_WK_CR_BY_ORG on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method PHASE_DETERMINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) BAPIRET2_TAB Error Messages 20110322
2 Changing CV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20110322
3 Changing CV_PHASE Call by reference Type reference (TYPE) /MRSS/T_POT_PHASE Capacity Reserve Phase 20110322
4 Exporting EV_LAST_PHASE Call by reference Type reference (TYPE) /MRSS/T_POT_PHASE Capacity Reserve Phase 20110322
5 Exporting EV_LAST_PH_REL_TIME Call by reference Type reference (TYPE) /MRSS/T_RELEASE_TIME Release Time of a Phase 20110322
6 Exporting EV_PHASE_SHIFT Call by reference Type reference (TYPE) FLAG General Flag 20110322
7 Importing IV_DAYS_BEFORE Call by reference Type reference (TYPE) /MRSS/T_POT_DAYS_BEFORE Days Before, for Phase 20110322
8 Importing IV_OBJID Call by reference Type reference (TYPE) OBJEKTID Object ID 20110322
9 Importing IV_PLAN_DATE Call by reference Type reference (TYPE) /MRSS/T_PLANNED_DATE Planned Date 20110322
10 Importing IV_QUALIFICATION_CATEGORY Call by reference Type reference (TYPE) /MRSS/T_POT_QUALI_CATEGORY Qualification Category 20110322

Method PHASE_DETERMINE on class /MRSS/CL_POT_CAPA_RESERVE has no exception.

Method SAVE Signature

Method SAVE on class /MRSS/CL_POT_CAPA_RESERVE has no parameter.
Method SAVE on class /MRSS/CL_POT_CAPA_RESERVE has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 800