SAP ABAP Class /MRSS/CL_SGU_LEAN_PLB (Lean Planning Board)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SGU (Package) User Interface for Interactive Planning Board
Properties
Class /MRSS/CL_SGU_LEAN_PLB  
Short Description Lean Planning Board    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SGU   User Interface for Interactive Planning Board 
Created 20081030   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /MRSS/CL_SGU_LEAN_PLB has no interface implemented.
Friends
Class /MRSS/CL_SGU_LEAN_PLB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FALSE Constant Public Type reference (TYPE) /MRSS/T_BOOLEAN ' ' Boolean Variable 20081030
2 GC_ICO_ACT Constant Public Type reference (TYPE) CHAR4 '@5B@' Icon Active 20081030
3 GC_ICO_INACT Constant Public Type reference (TYPE) CHAR4 '@5D@' Icon inactive 20081030
4 GC_ICO_REJ Constant Public Type reference (TYPE) CHAR4 '@5C@' Icon Rejected 20081030
5 GC_PLAN_STATUS Constant Public See coding 20081030
6 GC_TRUE Constant Public Type reference (TYPE) /MRSS/T_BOOLEAN 'X' Boolean Variable 20081030
7 GREF_APPL_MNT Static Attribute Private Object reference (TYPE REF TO) /MRSS/CL_SGE_APPLICATION_MNT Scheduling Engine Application: Planning Board 20081030
8 GREF_APPL_REP Static Attribute Private Object reference (TYPE REF TO) /MRSS/CL_SGE_APPLICATION_REP Scheduling Engine Application: Access for Reporting 20081030
9 GREF_BADI Static Attribute Private Object reference (TYPE REF TO) /MRSS/SGU_LEAN_PLB Lean Planning Board 20081030
10 GREF_INSTANCE Static Attribute Private Object reference (TYPE REF TO) /MRSS/CL_SGU_LEAN_PLB Lean Planning Board 20090116
11 GT_DEMANDS Instance attribute Private Type reference (TYPE) /MRSS/T_SGE_DEMAND_DETAILS_TAB Demand Details for output 20081030
12 GT_REQPRF_DATA Instance attribute Private Type reference (TYPE) /MRSS/T_SGW_SKILL_UI_TAB Table for UI structure for Skills 20090129
13 GV_BEGDA Instance attribute Private Type reference (TYPE) BEGDA Start Date 20081030
14 GV_ENDDA Instance attribute Private Type reference (TYPE) ENDDA End Date 20081030
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGNMENT_CHANGE Instance method Public Method Change an assignment 20081030
2 ASSIGNMENT_CREATE Instance method Public Method Create an assignment 20081030
3 ASSIGNMENT_DELETE Instance method Public Method Delete an assignment 20081030
4 ASSIGNMENT_POSSIBLE_TYPES_GET Instance method Public Method Possible assignment types 20081030
5 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20081030
6 COMMIT_CHANGES Instance method Public Method Commit the changes 20081030
7 DATES_CHECK_AND_ROUND Instance method Private Method Checks and Rounds Dates 20081030
8 DEMAND_CHECK_DATA Instance method Private Method Check demand data 20081030
9 DEMAND_ITEM_UPDATE Instance method Private Method Data update for a demand 20081030
10 DEMAND_SPLIT Instance method Public Method Perform Demand Split 20081030
11 DEMAND_SPLIT_POSSIBLE Instance method Public Method Is demand split possible? 20081030
12 FILL_DEMAND_PLAN_STATUS_ICON Instance method Private Method Fill Status Icon in demand details 20081030
13 FILL_DSPLIT_INFO Instance method Public Method Fill demand split info 20081030
14 FILL_MESSAGE_TAB Instance method Private Method Fill Message table 20081030
15 FILL_ORG_UNIT_FOR_USER Instance method Private Method Fetch all Org Units for a user 20081030
16 GET_ASSIGNMENTS Instance method Public Method Fetch the assignments for a demand 20081030
17 GET_DEMAND Instance method Public Method Get the demand 20081030
18 GET_DEMANDS Instance method Public Method Fetch the demands for given Org. Units 20081030
19 GET_DEMAND_SPLIT_HISTORY Instance method Public Method Get Demand splits for a demand 20081030
20 GET_DEMAND_TEXT Instance method Public Method Get demand text 20081030
21 GET_INSTANCE Static method Public Method Get the instance 20090116
22 GET_REQPRF_DATA Instance method Public Method Get the requirement profile data 20090129
23 GET_RESOURCE_ASSIGNMENTS Instance method Public Method Retrieve Resource Assignments 20081030
24 GET_RESOURCE_DETAILS Instance method Public Method Get resource details 20081030
25 GET_STATUS Instance method Public Method Get status 20081030
26 GET_STATUS_STRING Instance method Public Method Get the Status string for a given set of status 20081030
27 GET_TYPES Instance method Private Method Gets the allowed assignment types and also the default type 20081030
28 GET_VRM_STATUS Instance method Public Method Get assignment status 20081030
29 MAP_ASSIGNMENT Instance method Private Method Map created/changed assignment to UI 20081030
30 PROCESS_ACTIVE_GET Static method Private Method Check whether a process is active (gc_business_process) 20081030
31 REFRESH Instance method Public Method Refresh 20081030
32 ROLLBACK_CHANGES Instance method Public Method Rollback the changes 20081126
33 SET_ASS_STATUS Instance method Public Method Set Assignment Status 20081030
34 SPLIT Instance method Public Method Split Demand 20081030
35 STATUS_TEXT_GET Instance method Public Method Read Status Texts 20081030
Events
Class /MRSS/CL_SGU_LEAN_PLB has no event.
Types
Class /MRSS/CL_SGU_LEAN_PLB has no local type.
Method Signatures

Method ASSIGNMENT_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST Communication Table for Data Display 20081030
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_SGE_MESSAGES_TAB Message Table 20081030
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030
4 Importing IS_ASSIGNMENT_DET Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST GUID 20081030

Method ASSIGNMENT_CHANGE on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method ASSIGNMENT_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST Communication Table for Data Display 20081030
2 Exporting ET_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST_TAB List table type 20081030
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_SGE_MESSAGES_TAB Message Table 20081030
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030
5 Importing IS_ASSIGNMENT_DET Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST GUID 20081030

Method ASSIGNMENT_CREATE on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method ASSIGNMENT_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST Communication Table for Data Display 20081030
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_SGE_MESSAGES_TAB Message Table 20081030
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030
4 Importing IV_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20081030

Method ASSIGNMENT_DELETE on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method ASSIGNMENT_POSSIBLE_TYPES_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSIGNMENT_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGE_ASSIGNMENT_TYP_TAB Assignment type 20081030
2 Exporting ET_VALUE Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20081030
3 Importing IS_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST GUID 20081030

Method ASSIGNMENT_POSSIBLE_TYPES_GET on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /MRSS/CL_SGU_LEAN_PLB has no parameter.
Method CLASS_CONSTRUCTOR on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method COMMIT_CHANGES 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) /MRSS/T_SGE_MESSAGES_TAB Messsages tab 20081030
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030

Method COMMIT_CHANGES on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method DATES_CHECK_AND_ROUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_STRUC Call by reference Type reference (TYPE) ANY 20081030
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20081030
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030
4 Importing IV_OBJ_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGE_OBJECT_TYPE Type of Object 20081030

Method DATES_CHECK_AND_ROUND on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method DEMAND_CHECK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20081030
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean variable 20081030
3 Importing IS_DEMAND_WRK Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_WRK Demand in structure 20081030

Method DEMAND_CHECK_DATA on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method DEMAND_ITEM_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DEMAND_ITEM Call by reference Type reference (TYPE) /MRSS/T_DEM_ITEM_STR_WRK Demand item with data 20081030
2 Importing IS_DEMAND_DATA Call by reference Type reference (TYPE) /MRSS/T_DEMAND_DATA_EXT Changed data for demand item 20081030

Method DEMAND_ITEM_UPDATE on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method DEMAND_SPLIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DSPLIT Call by reference Type reference (TYPE) /MRSS/T_SGE_DSPLIT Demand Split Details 20081030
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_SGE_MESSAGES_TAB Message Table 20081030
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030
4 Importing IS_COMM_PBO Call by reference Type reference (TYPE) /MRSS/T_SGU_COMM_DETAIL_PBO Communication Structure PBO Data Detail Screen 20081030
5 Importing IS_DSPLIT Call by reference Type reference (TYPE) /MRSS/T_SGE_DSPLIT Demand Split Details 20081030
6 Importing IV_DEMAND Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20081030
7 Importing IV_SIMULATION Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Single-Character Indicator 20081030

Method DEMAND_SPLIT on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method DEMAND_SPLIT_POSSIBLE 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) /MRSS/T_SGE_MESSAGES_TAB Messsages tab 20081030
2 Exporting ET_MSG Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20081030
3 Exporting EV_SPLIT_POSSIBLE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030
4 Importing IV_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20081030

Method DEMAND_SPLIT_POSSIBLE on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method FILL_DEMAND_PLAN_STATUS_ICON 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) ICON_D Icon in text fields (substitute display, alias) 20081030
2 Importing IV_PLAN_STATUS Call by reference Type reference (TYPE) /MRSS/T_SGE_PLAN_STATUS Plan Status Information 20081030

Method FILL_DEMAND_PLAN_STATUS_ICON on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method FILL_DSPLIT_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DSPLIT Call by reference Type reference (TYPE) /MRSS/T_SGE_DSPLIT Demand Split Details 20081030
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_SGE_MESSAGES_TAB Messsages tab 20081030
3 Exporting EV_SPLIT_POSSIBLE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030
4 Importing IS_DEMAND Call by reference Type reference (TYPE) /MRSS/T_SGE_DEMAND_DETAILS_OUT Demand Details for output 20081030

Method FILL_DSPLIT_INFO on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method FILL_MESSAGE_TAB 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) /MRSS/T_SGE_MESSAGES_TAB Messsages tab 20081030
2 Importing IT_ALERT Call by reference Type reference (TYPE) /MRSS/T_ALERTS_UPDATE_TAB Change Table for Alerts 20081030
3 Importing IT_GUID_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_GUID_MESSAGES_TAB Table with GUID and Messages 20081030
4 Importing IT_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20081030

Method FILL_MESSAGE_TAB on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method FILL_ORG_UNIT_FOR_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ORGUNIT Call by reference Type reference (TYPE) OBJEC_T Org. Management: Table of Object Entries 20081030

Method FILL_ORG_UNIT_FOR_USER on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST_TAB Table with Assignment Data for the User Interface 20081030
2 Importing IV_DEMAND Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20081030

Method GET_ASSIGNMENTS on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_DEMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DEMAND_DETAIL Call by reference Type reference (TYPE) /MRSS/T_SGE_DEMAND_DETAILS_OUT Demand Details for output 20081030
2 Importing IV_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20081030

Method GET_DEMAND on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_DEMANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ORG_OBJEC Call by reference Type reference (TYPE) /MRSS/T_OBJEC_TAB Table with Objects 20081030
2 Importing IV_BEGDA Call by reference Type reference (TYPE) BEGDA Start Date 20081030
3 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA End Date 20081030
4 Importing IV_USER_ORG Call by reference Type reference (TYPE) /MRSS/T_SEL_ORG_USER Flag to select org units assigned to the user 20081030
5 Returning RT_DEMAND_DETAILS Value transfer Type reference (TYPE) /MRSS/T_SGE_DEMAND_DETAILS_TAB Demand Details for output 20081030

Method GET_DEMANDS on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_DEMAND_SPLIT_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SPLIT_HISTORY Call by reference Type reference (TYPE) /MRSS/T_SGE_SPLIT_HIST_TAB Table type to hold the history of the demand split details 20081030
2 Importing IV_DEMAND Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20081030

Method GET_DEMAND_SPLIT_HISTORY on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_DEMAND_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEXT Call by reference Type reference (TYPE) /MRSS/T_SGE_TEXT_TAB General text table 20081030
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030
3 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20081030
4 Importing IV_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20081030

Method GET_DEMAND_TEXT on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EREF_INSTANCE Call by reference Object reference (TYPE REF TO) /MRSS/CL_SGU_LEAN_PLB Lean Planning Board 20090116

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

Method GET_REQPRF_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ES_REQPRF_DATA Call by reference Type reference (TYPE) /MRSS/T_SGW_SKILL_UI UI Structure for Skills 20090129
2 Exporting ET_RETURN Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20090129
3 Importing IV_READ_LOCK Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20090129

Method GET_REQPRF_DATA on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_RESOURCE_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_SGE_RES_ASSGN_LIST_TAB Resource Assignments list 20081030
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_SGE_MESSAGES_TAB Messsages tab 20081030
3 Importing IV_INTERVAL Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Time Interval 20081030
4 Importing IV_RESOURCE_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID_RES Resource GUID 20081030

Method GET_RESOURCE_ASSIGNMENTS on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_RESOURCE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RES_DATA Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_DETAILS_TAB Resource details 20081030
2 Importing IT_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20081030

Method GET_RESOURCE_DETAILS on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STATUS Call by reference Type reference (TYPE) /MRSS/T_STATUSES_TAB Assignment Status 20081030
2 Importing IS_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST Demand Details for output 20081030

Method GET_STATUS on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_STATUS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STATUS_STRING Call by reference Type reference (TYPE) /MRSS/T_SGU_ASSIGNMENT_STAT Assignment status 20081030
2 Importing IT_STATUS Call by reference Type reference (TYPE) /MRSS/T_STATUS_TAB Status of a demand or assignment 20081030

Method GET_STATUS_STRING on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERMITTED_ASSIGNMENT_TYPES Value transfer Type reference (TYPE) /MRSS/T_SGE_ASSIGNMENT_TYP_TAB Permitted assignment types 20081030
2 Exporting EV_DEFAULT_ASSIGNMENT_TYPE Value transfer Type reference (TYPE) /MRSS/T_SGE_ASSIGNMENT_TYPE Default assignment type 20081030
3 Importing IS_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_ASSIGNMENT_INT Internal Format of Assignment 20081030
4 Importing IV_CAPACITIVE_TEAM Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN ' ' Capacitive team? 20081030
5 Importing IV_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID Demand GUID 20081030

Method GET_TYPES on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method GET_VRM_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) VRM_VALUES 20081030
2 Exporting ET_WDR_VALUE Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20081030
3 Importing IS_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST Communication Table for Data Display 20081030

Method GET_VRM_STATUS on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method MAP_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ASSIGNMENT_DET Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST Communication Table for Data Display 20081030
2 Importing IS_ASSIGNMENT_EXP Call by reference Type reference (TYPE) /MRSS/T_API_ASSMNT_EXP Internal Format of Assignment 20081030

Method MAP_ASSIGNMENT on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method PROCESS_ACTIVE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROCESS Call by reference Type reference (TYPE) FIELDNAME Process Description 20081030
2 Returning RV_ACTIVE Value transfer Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030

Method PROCESS_ACTIVE_GET on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method REFRESH Signature

Method REFRESH on class /MRSS/CL_SGU_LEAN_PLB has no parameter.
Method REFRESH on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method ROLLBACK_CHANGES 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) /MRSS/T_SGE_MESSAGES_TAB Messsages tab 20081126
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081126

Method ROLLBACK_CHANGES on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method SET_ASS_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_SGE_COMM_DATA_LIST 20081030
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /MRSS/T_SGE_MESSAGES_TAB Message Table 20081030
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030

Method SET_ASS_STATUS on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method SPLIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NEW_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEMAND_DATA_EXT (Changeable) demand data for interface 20081030
2 Exporting ES_SOURCE_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEMAND_DATA_EXT (Changeable) demand data for interface 20081030
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20081030
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030
5 Importing IS_NEW_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEMAND_DATA_EXT (Changeable) demand data for interface 20081030
6 Importing IS_SOURCE_DEMAND Call by reference Type reference (TYPE) /MRSS/T_DEMAND_DATA_EXT (Changeable) demand data for interface 20081030
7 Importing IV_SIMULATION Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20081030

Method SPLIT on class /MRSS/CL_SGU_LEAN_PLB has no exception.

Method STATUS_TEXT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) /MRSS/T_SGU_COMM_DATA_STA_TAB Communication table - popup status display 20081030
2 Exporting EV_LINECOUNT Call by reference Type reference (TYPE) I No. of Lines 20081030
3 Importing IT_STATUS_TAB Call by reference Type reference (TYPE) /MRSS/T_STATUS_TAB Status of a demand or assignment 20081030

Method STATUS_TEXT_GET on class /MRSS/CL_SGU_LEAN_PLB has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 610