SAP ABAP Class CL_RSSM_STATMAN (Status Manager)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSSM (Package) BW: General monitoring and scheduling
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBATCH_EXECUTE Parallel Batch_Processing 20041202
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBK_DATAPACKAGE_OBSERVER Observer for DTP Data Package 20040512
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBK_REQUEST_OBSERVER Observer for DTP Request 20040216
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSSM_STATMAN_TARGET_CUBE Status Manager for Data Targets - DataStore 20050112
2 Inheritance (c INHERITING FROM c_ref)  CL_RSSM_STATMAN_TARGET_DEST Status Manager for Data Targets - DataStore 20051201
3 Inheritance (c INHERITING FROM c_ref)  CL_RSSM_STATMAN_TARGET_IOBJ Status Manager for Data Targets - Attributes 20041021
4 Inheritance (c INHERITING FROM c_ref)  CL_RSSM_STATMAN_TARGET_ODSO Status Manager for Data Targets - DataStore 20040506
Properties
Class CL_RSSM_STATMAN  
Short Description Status Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSM1    
Program status P  SAP Standard Production Program 
Category 0   
Package RSSM   BW: General monitoring and scheduling 
Created 20030120   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSATR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSENQ Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSSM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSSTM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSBATCH_EXECUTE Parallel Batch_Processing 20041202
2 IF_RSBK_DATAPACKAGE_OBSERVER Observer for DTP Data Package 20040512
3 IF_RSBK_REQUEST_OBSERVER Observer for DTP Request 20040216
Friends
Class CL_RSSM_STATMAN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_DEBUG Instance attribute Protected Type reference (TYPE) RS_BOOL Boolean 20030306
2 P_DTA Instance attribute Protected Type reference (TYPE) RSSTATMANDTA InfoProvider 20030120
3 P_DTA_TYPE Instance attribute Protected Type reference (TYPE) RSSTATMANDTA_TYPE Data Target Type 20030120
4 P_H_REQMAP Static Attribute Private See coding 20090813
5 P_LOCKID Instance attribute Protected Type reference (TYPE) RSENQ_LOCKID Lock ID for the lock manager 20040512
6 P_PROCESS Instance attribute Protected Type reference (TYPE) RSPC_TYPE 20030121
7 P_T_REF Static Attribute Private Type reference (TYPE) RSSM_T_STATMANSTATUS 20040506
8 P_T_RNR Instance attribute Protected See coding 20040506
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DEL_MPROREQ Static method Public Method 20110708
2 CHECK_ENQUEUE Instance method Protected Method 20060828
3 CHECK_IMPORT_TABLES Instance method Private Method Check Initial Fields 20041210
4 CHECK_REQUESTS_EXIST Instance method Public Method Check Request List and Delete Existing 20050105
5 CHECK_STATUS Instance method Public Method Check Status 20030123
6 COMPARE_STATUS_TABLES Instance method Private Method Statman Check: Compare Versions of rsstatmanpart 20041206
7 COMPARE_STATUS_TABLES_OLD Instance method Private Method Statman Check: Compare Versions of rsstatmanpart 20050203
8 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030120
9 CONVERT_OLD_MPRO_ENTRIES Static method Public Method 20110824
10 CREATE Static method Public Method Generate an Instance for a Data Target 20030120
11 CREATE_FOR_DTPLOAD Static method Public Method 20050906
12 DELETE_MPRO_MAPPING Static method Public Method 20110708
13 DELETE_STATUS Instance method Public Method Delete Status 20030120
14 DEQUEUE Instance method Public Method 20040216
15 ENQUEUE Instance method Public Method 20040216
16 FREE Instance method Public Method Release the Instance 20030120
17 GET_MAPPING Static method Public Method Read Mapping 20030120
18 GET_STATUS Instance method Public Method Read Status 20030120
19 INIT_PARTTAB Instance method Private Method Call Form Routine rsm1_init_parttab 20041207
20 MAP_LOADING_TO_STATMANTYPE Static method Public Method 20040324
21 MAP_STATMANTYPE_TO_LOADING Static method Public Method 20040324
22 READ_MPRO_MAPPING Static method Public Method 20110707
23 SET_MAPPING Static method Public Method Write Mapping 20030120
24 SET_MPRO_MAPPING Static method Public Method 20110714
25 SET_REQUID_SRC_RT Instance method Public Method 20060815
26 SET_STATUS Instance method Public Method Set Status 20030120
27 WRITE_MPRO_MAPPING Static method Public Method 20110310
28 XPRA_MPRO_MAPPING Static method Public Method 20110711
Events
Class CL_RSSM_STATMAN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_STATMAN_TARGET_DTA Private See coding 20041021 begin of s_statman_target_dta, dta type rsinfoprov, dta_type type rsstatmandta_type, r_statman_target_dta type ref to cl_rssm_statman, end of s_statman_target_dta
2 TH_PART Private See coding 20041208 th_part type hashed table of rssm_s_part with unique key mark partnr
3 TH_STATMAN_PART Private See coding 20041206 th_statman_part type hashed table of rsstatmanpart with unique key dta dta_type rnr
4 TH_STATMAN_TARGET_DTA Private See coding 20041021 th_statman_target_dta type hashed table of s_statman_target_dta with unique key dta dta_type
5 T_PART Private See coding 20041208 t_part type sorted table of rssm_s_part with unique key mark partnr
6 T_STATMAN_PART Private See coding 20041207 t_statman_part type standard table of rsstatmanpart
Method Signatures

Method CHECK_DEL_MPROREQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DTPREQ Call by reference Type reference (TYPE) RSREQUID Request-ID (Anforderungsnummer) 20110708

Method CHECK_DEL_MPROREQ on class CL_RSSM_STATMAN has no exception.

Method CHECK_ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) RSENQ_ACTION Sperr-Aktion des Sperr-Managers 20060828
# Exception Resumable Description Created on
1 CX_RS_FOREIGN_LOCK Objekt ist gesperrt (nicht als Vaterklasse benutzen !!) 20060828

Method CHECK_IMPORT_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TH_PART_NEW Call by reference Type reference (TYPE) TH_PART 20041210
2 Importing I_TH_PART_OLD Call by reference Type reference (TYPE) TH_PART 20041210
3 Importing I_TH_STATMANPART_NEW Call by reference Type reference (TYPE) TH_STATMAN_PART 20041210
4 Importing I_TH_STATMANPART_OLD Call by reference Type reference (TYPE) TH_STATMAN_PART 20041210
5 Returning R_CHECK_RESULT Value transfer Type reference (TYPE) SY-SUBRC Einstelliges Kennzeichen 20041210

Method CHECK_IMPORT_TABLES on class CL_RSSM_STATMAN has no exception.

Method CHECK_REQUESTS_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TH_REQUID Call by reference Type reference (TYPE) RSBK_TH_REQUID Liste mit Request SIDs 20050105
2 Importing I_DTP Call by reference Type reference (TYPE) RSBKDTPNM BW: Datentransferprozess Kopfdaten 20110729
3 Importing I_SRC Call by reference Type reference (TYPE) RSSTATMANDTA Name der Datenquelle eines Datentransferprozesses 20050105
4 Importing I_SRCTP Call by reference Type reference (TYPE) RSSTATMANDTA_TYPE Typ des Quellobjekts eines Datentransferprozesses 20050105

Method CHECK_REQUESTS_EXIST on class CL_RSSM_STATMAN has no exception.

Method CHECK_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_STATUS Value transfer Type reference (TYPE) RSSTATMANSTATUS Apollo-Status-Manager Verwaltungstabelle der Request-Status 20030123
2 Importing I_RNR Value transfer Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20030123
3 Importing I_S_STATUS Value transfer Type reference (TYPE) RSSTATMANSTATUS Apollo-Status-Manager Verwaltungstabelle der Request-Status 20030123
4 Importing I_WITH_COMMIT Value transfer Type reference (TYPE) RS_BOOL Boolean 20030123

Method CHECK_STATUS on class CL_RSSM_STATMAN has no exception.

Method COMPARE_STATUS_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IDENTICAL_TABLES Call by reference Type reference (TYPE) RS_BOOL Boolean 20041207
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20041209
3 Importing I_TABLENAME_DDIC Call by reference Type reference (TYPE) DD03L-TABNAME Tabellenname 20050203
4 Importing I_TABLENAME_MSG Call by reference Type reference (TYPE) DD03L-TABNAME Tabellenname 20050203
5 Importing I_TH_PART_NEW Call by reference Type reference (TYPE) TH_PART 20041206
6 Importing I_TH_PART_OLD Call by reference Type reference (TYPE) TH_PART 20041206
# Exception Resumable Description Created on
1 UNEXPECTED_STATE Unerwarteter Programm-Zustand 20041210

Method COMPARE_STATUS_TABLES_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IDENTICAL_TABLES Call by reference Type reference (TYPE) RS_BOOL Boolean 20050203
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20050203
3 Importing I_TH_PART_NEW Call by reference Type reference (TYPE) TH_PART 20050203
4 Importing I_TH_PART_OLD Call by reference Type reference (TYPE) TH_PART 20050203
5 Importing I_TH_STATMANPART_NEW Call by reference Type reference (TYPE) TH_STATMAN_PART 20050203
6 Importing I_TH_STATMANPART_OLD Call by reference Type reference (TYPE) TH_STATMAN_PART 20050203
# Exception Resumable Description Created on
1 UNEXPECTED_STATE Unerwarteter Programm-Zustand 20050203

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTA Value transfer Type reference (TYPE) RSSTATMANDTA InfoProvider 20030120
2 Importing I_DTA_TYPE Value transfer Type reference (TYPE) RSSTATMANDTA_TYPE Typ des Datenziels 20030120
3 Importing I_PROCESS Value transfer Type reference (TYPE) RSPC_TYPE Typ (Art) eines Prozesses 20030121

Method CONSTRUCTOR on class CL_RSSM_STATMAN has no exception.

Method CONVERT_OLD_MPRO_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MPRO Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110824
2 Importing I_NEW_GUID Call by reference Type reference (TYPE) RSREQUID Request-ID (Anforderungsnummer) 20110824
3 Importing I_NEW_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20110824
4 Importing I_NUMBER Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20110824

Method CONVERT_OLD_MPRO_ENTRIES on class CL_RSSM_STATMAN has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTA Value transfer Type reference (TYPE) RSSTATMANDTA InfoProvider 20030121
2 Importing I_DTA_TYPE Value transfer Type reference (TYPE) RSSTATMANDTA_TYPE Typ des Datenziels 20030121
3 Importing I_PROCESS Value transfer Type reference (TYPE) RSPC_TYPE Typ (Art) eines Prozesses 20030121
4 Exporting R_R_STATUS Value transfer Object reference (TYPE REF TO) CL_RSSM_STATMAN Statusmanager 20030121

Method CREATE on class CL_RSSM_STATMAN has no exception.

Method CREATE_FOR_DTPLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTA Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20050906
2 Importing I_DTA_TYPE Call by reference Type reference (TYPE) RSSTATMANDTA_TYPE Typ des Datenziels 20050906
3 Returning R_R_TARGET_DTA Value transfer Object reference (TYPE REF TO) CL_RSSM_STATMAN Statusmanager 20050906

Method CREATE_FOR_DTPLOAD on class CL_RSSM_STATMAN has no exception.

Method DELETE_MPRO_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MPRO Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110708
2 Importing MREQ_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20110708

Method DELETE_MPRO_MAPPING on class CL_RSSM_STATMAN has no exception.

Method DELETE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTA Value transfer Type reference (TYPE) RSSTATMANDTA InfoProvider 20030121
2 Importing I_DTA_TYPE Value transfer Type reference (TYPE) RSSTATMANDTA_TYPE Typ des Datenziels 20030121
3 Importing I_PROCESS Value transfer Type reference (TYPE) RSPC_TYPE Typ (Art) eines Prozesses 20030121
4 Importing I_RNR Value transfer Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20030121
5 Importing I_WITH_COMMIT Value transfer Type reference (TYPE) RS_BOOL Boolean 20030121

Method DELETE_STATUS on class CL_RSSM_STATMAN has no exception.

Method DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RNR Call by reference Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20040216
2 Importing I_WITH_PSA Call by reference Type reference (TYPE) RS_BOOL SPACE Flag-Struktur 20070823

Method DEQUEUE on class CL_RSSM_STATMAN has no exception.

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ENQ_SET Call by reference Type reference (TYPE) RS_BOOL Boolean 20040216
2 Importing I_RNR Call by reference Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20040216
3 Importing I_WITH_PSA Call by reference Type reference (TYPE) RS_BOOL SPACE Boolean 20070823

Method ENQUEUE on class CL_RSSM_STATMAN has no exception.

Method FREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DTA Value transfer Type reference (TYPE) RSSTATMANDTA InfoProvider 20030121
2 Importing I_DTA_TYPE Value transfer Type reference (TYPE) RSSTATMANDTA_TYPE Typ des Datenziels 20030121
3 Importing I_PROCESS Value transfer Type reference (TYPE) RSPC_TYPE Typ (Art) eines Prozesses 20030121

Method FREE on class CL_RSSM_STATMAN has no exception.

Method GET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_MAPPING Call by reference Type reference (TYPE) RSSTATMANREQMAP Apollo-Status-Manager Verwaltungstabelle der Request-Status 20040206
2 Exporting E_T_MAPPING Call by reference Type reference (TYPE) RSSM_T_STATMANREQMAP Request-Mapping-Tabellentyp 20040206
3 Importing I_CONSIDER_DELETED_REQS Call by reference Type reference (TYPE) RS_BOOL SPACE Boolean 20050209
4 Importing I_DTA_DEST Call by reference Type reference (TYPE) RSSTATMANDTA InfoProvider 20040206
5 Importing I_DTA_DEST_TYPE Call by reference Type reference (TYPE) RSSTATMANDTA_TYPE Typ des Datenziels 20040206
6 Importing I_DTA_SOURCE Call by reference Type reference (TYPE) RSSTATMANDTA InfoProvider 20040206
7 Importing I_DTA_SOURCE_TYPE Call by reference Type reference (TYPE) RSSTATMANDTA_TYPE Typ des Datenziels 20040206
8 Importing I_PARENT_RNR Call by reference Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20040206
9 Importing I_PARENT_RNR_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20050414
10 Importing I_PROCESS Call by reference Type reference (TYPE) RSPC_TYPE Typ (Art) eines Prozesses 20040206
11 Importing I_RNR Call by reference Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20040206
12 Importing I_RNR_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20050414
13 Importing I_TH_SID Call by reference Type reference (TYPE) RSBK_TH_REQUID DTP Tabelle mit Request SIDs 20040326

Method GET_MAPPING on class CL_RSSM_STATMAN has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_STATUS Value transfer Type reference (TYPE) RSSTATMANSTATUS Apollo-Status-Manager Verwaltungstabelle der Request-Status 20030121
2 Importing I_BYPASS_BUFFER Value transfer Type reference (TYPE) RS_BOOL Boolean 20030121
3 Importing I_DTA Value transfer Type reference (TYPE) RSSTATMANDTA InfoProvider 20030121
4 Importing I_DTA_TYPE Value transfer Type reference (TYPE) RSSTATMANDTA_TYPE Typ des Datenziels 20030121
5 Importing I_PROCESS Value transfer Type reference (TYPE) RSPC_TYPE Typ (Art) eines Prozesses 20030121
6 Importing I_RNR Value transfer Type reference (TYPE) RSREQUID Request-ID (Datenpaket) 20030121
7 Importing I_WITH_CHECK Value transfer Type reference (TYPE) RS_BOOL Boolean 20030121
8 Importing I_WITH_COMMIT Value transfer Type reference (TYPE) RS_BOOL 'X' Boolean 20050503
# Exception Resumable Description Created on
1 REQUEST_NOT_EXIST Request existiert nicht 20030121

Method INIT_PARTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_PART Call by reference Type reference (TYPE) T_PART 20041208

Method INIT_PARTTAB on class CL_RSSM_STATMAN has no exception.

Method MAP_LOADING_TO_STATMANTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STATMAN_TYPE Call by reference Type reference (TYPE) RSSTATMANDTA_TYPE Typ des Datenziels 20040324
2 Importing I_LOADING_TYPE Call by reference Type reference (TYPE) C Typ der Datenquelle eines Datentransferprozesses 20040324

Method MAP_LOADING_TO_STATMANTYPE on class CL_RSSM_STATMAN has no exception.

Method MAP_STATMANTYPE_TO_LOADING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOADING_TYPE Call by reference Type reference (TYPE) RSBOOL Typ der Datenquelle eines Datentransferprozesses 20040324
2 Importing I_STATMAN_TYPE Call by reference Type reference (TYPE) RSSTATMANDTA_TYPE Typ des Datenziels 20040324

Method MAP_STATMANTYPE_TO_LOADING on class CL_RSSM_STATMAN has no exception.

Method READ_MPRO_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_REQ Call by reference Type reference (TYPE) RSSTATMAN_T_RSMPROREQMAP RSMPROREQMAP 20110707
2 Importing MPRO Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110707
3 Importing MREQ_SID_MAX Call by reference Type reference (TYPE) RSSID Stammdaten ID 20110707
4 Importing MREQ_SID_MIN_EXCL Call by reference Type reference (TYPE) RSSID Stammdaten ID 20110707
5 Importing PARTPROV_NAME Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110707
# Exception Resumable Description Created on
1 NO_ENTRIES_FOUND Keine Einträge gefunden 20110707

Method SET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MAPPING Call by reference Type reference (TYPE) RSSTATMANREQMAP Request-ID (Datenpaket) 20040206
2 Importing I_WITH_DBCOMMIT Call by reference Type reference (TYPE) RS_BOOL SPACE Boolean 20040206

Method SET_MAPPING on class CL_RSSM_STATMAN has no exception.

Method SET_MPRO_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MPRO Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110714
2 Importing MREQ_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20110714

Method SET_MPRO_MAPPING on class CL_RSSM_STATMAN has no exception.

Method SET_REQUID_SRC_RT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUID Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20060815
2 Importing I_REQUID_SRC_RT Call by reference Type reference (TYPE) RSBKREQUID Request eines Datentransferprozesses 20060815

Method SET_REQUID_SRC_RT on class CL_RSSM_STATMAN has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FINISH_RNR Value transfer Type reference (TYPE) RS_BOOL Boolean 20030123
2 Importing I_START_RNR Value transfer Type reference (TYPE) RS_BOOL Boolean 20030123
3 Importing I_S_STATUS Value transfer Type reference (TYPE) RSSTATMANSTATUS Apollo-Status-Manager Verwaltungstabelle der Request-Status 20030123
4 Importing I_WITH_COMMIT Value transfer Type reference (TYPE) RS_BOOL Boolean 20030121
5 Importing I_WITH_INTERNAL_CHECK Value transfer Type reference (TYPE) RS_BOOL Boolean 20030123

Method SET_STATUS on class CL_RSSM_STATMAN has no exception.

Method WRITE_MPRO_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MPRO Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110310
2 Importing MREQ_GUID Call by reference Type reference (TYPE) RSREQUID Request-ID (Anforderungsnummer) 20110310
3 Importing MREQ_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20110310
4 Importing NEW_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20110310
5 Importing OLD_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20110310
6 Importing PARTPROV_NAME Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110310
7 Importing PARTPROV_SID Call by reference Type reference (TYPE) RSSID Stammdaten ID 20110310

Method WRITE_MPRO_MAPPING on class CL_RSSM_STATMAN has no exception.

Method XPRA_MPRO_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MPRO Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20110711
2 Importing MREQ_SID_MIN Call by reference Type reference (TYPE) RSSID Stammdaten ID 20110711
# Exception Resumable Description Created on
1 NO_ENTRIES_FOUND 20110711
History
Last changed by/on SAP  20130531 
SAP Release Created in 400