SAP ABAP Interface IF_REOR_SERVICE_MNGR (Service Manager (VIORSRV))
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-RS (Application Component) Room Reservations and Seating Arrangements
     RE_OR_RS (Package) RE: Reservation
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_REOR_SERVICE_MNGR Service Manager (VIORSRV): Standard Implementation 20060418
Properties
Interface IF_REOR_SERVICE_MNGR  
Short Description Service Manager (VIORSRV)    
General Data
Package RE_OR_RS   RE: Reservation 
Created 20060418   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_REOR_SERVICE_MNGR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RECA_STORABLE Object Can Be Stored 20060419
Friends
Interface IF_REOR_SERVICE_MNGR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_ACTIVITY Instance attribute Public Attribute reference (LIKE) 20060531
2 MO_PARENT Instance attribute Public Object reference (TYPE REF TO) IF_REOR_RESERVATION Object with Service 20060418
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method 20070222
2 CHECK_ALL Instance method Public Method 20070222
3 CHECK_SERVICE_ALLOWED Instance method Public Method Checks If Service Is Allowed for Reservation 20060419
4 COUNT Instance method Public Method Gets the Number of Entries 20060427
5 DELETE Instance method Public Method Deletes Entry 20060418
6 FREE Instance method Public Method 20070222
7 GET_CHILDREN Instance method Public Method 20070222
8 GET_DETAIL Instance method Public Method Gets Entry 20060418
9 GET_DETAIL_X Instance method Public Method Gets Entry Including Additional Data 20060418
10 GET_LIST Instance method Public Method Supplies All Entries 20060418
11 GET_LIST_OLD Instance method Public Method Gets All Entries (Original DB Data) 20100302
12 GET_LIST_X Instance method Public Method Gets All Entries Including Additional Data 20060427
13 GET_SERVICE_ALLOWED Instance method Public Method Gets Services That Can Be Posted 20060419
14 INIT_BY_PARENT Instance method Public Method Initializes Service Manager Using Parent 20060418
15 INIT_BY_TEMPLATE Instance method Public Method 20070222
16 INSERT_DETAIL Instance method Public Method Adds Service 20060418
17 IS_MODIFIED Instance method Public Method 20070222
18 IS_OK Instance method Public Method 20070222
19 RELEASE Instance method Public Method 20070222
20 STORE Instance method Public Method 20070222
21 UPDATE_DETAIL Instance method Public Method Changes Entry 20060418
Events
Interface IF_REOR_SERVICE_MNGR has no event.
Types
Interface IF_REOR_SERVICE_MNGR has no local type.
Method Signatures

Method ADD_CHILD Signature

Method ADD_CHILD on Interface IF_REOR_SERVICE_MNGR has no parameter.
Method ADD_CHILD on Interface IF_REOR_SERVICE_MNGR has no exception.

Method CHECK_ALL Signature

Method CHECK_ALL on Interface IF_REOR_SERVICE_MNGR has no parameter.
Method CHECK_ALL on Interface IF_REOR_SERVICE_MNGR has no exception.

Method CHECK_SERVICE_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SRVTYPE Call by reference Type reference (TYPE) REOR_SERVICE-SRVTYPE Dienstleistungsart 20060419
# Exception Resumable Description Created on
1 NOT_ALLOWED Dienstleistungsart ist nicht zulässig 20060419

Method COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_COUNT Value transfer Type reference (TYPE) SYTABIX Anzahl an Services 20060427

Method COUNT on Interface IF_REOR_SERVICE_MNGR has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SRVTYPE Call by reference Type reference (TYPE) REOR_SERVICE-SRVTYPE Dienstleistungsart 20060418
# Exception Resumable Description Created on
1 ERROR Fehler 20090527

Method FREE Signature

Method FREE on Interface IF_REOR_SERVICE_MNGR has no parameter.
Method FREE on Interface IF_REOR_SERVICE_MNGR has no exception.

Method GET_CHILDREN Signature

Method GET_CHILDREN on Interface IF_REOR_SERVICE_MNGR has no parameter.
Method GET_CHILDREN on Interface IF_REOR_SERVICE_MNGR has no exception.

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SRVTYPE Call by reference Type reference (TYPE) REOR_SERVICE-SRVTYPE Dienstleistungsart 20060418
2 Returning RS_DETAIL Value transfer Type reference (TYPE) REOR_SERVICE Dienstleistung 20060418

Method GET_DETAIL on Interface IF_REOR_SERVICE_MNGR has no exception.

Method GET_DETAIL_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SRVGROUP Call by reference Type reference (TYPE) REOR_SERVICE-SRVGROUP Dienstleistungsgruppe 20090325
2 Importing ID_SRVTYPE Call by reference Type reference (TYPE) REOR_SERVICE-SRVTYPE Dienstleistungsart 20060418
3 Returning RS_DETAIL_X Value transfer Type reference (TYPE) REOR_SERVICE_X Dienstleistung - Grund- und Zusatzdaten 20060418

Method GET_DETAIL_X on Interface IF_REOR_SERVICE_MNGR has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SERVICE Value transfer Type reference (TYPE) RE_T_SERVICE Dienstleistung 20060418

Method GET_LIST on Interface IF_REOR_SERVICE_MNGR has no exception.

Method GET_LIST_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SERVICE Value transfer Type reference (TYPE) RE_T_SERVICE Dienstleistung 20100302

Method GET_LIST_OLD on Interface IF_REOR_SERVICE_MNGR has no exception.

Method GET_LIST_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SERVICE_X Value transfer Type reference (TYPE) RE_T_SERVICE_X Dienstleistung - Grund- und Zusatzdaten 20060427

Method GET_LIST_X on Interface IF_REOR_SERVICE_MNGR has no exception.

Method GET_SERVICE_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SERVICE_ALLOWED Value transfer Type reference (TYPE) RE_T_SERVICE_GROUP_REL Dienstleistungsarten zur Dienstleistungsgruppe (TIVORSRVGRPR 20060419

Method GET_SERVICE_ALLOWED on Interface IF_REOR_SERVICE_MNGR has no exception.

Method INIT_BY_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) IF_REOR_RESERVATION Reservierung (VIORRS) 20060418

Method INIT_BY_PARENT on Interface IF_REOR_SERVICE_MNGR has no exception.

Method INIT_BY_TEMPLATE Signature

Method INIT_BY_TEMPLATE on Interface IF_REOR_SERVICE_MNGR has no parameter.
Method INIT_BY_TEMPLATE on Interface IF_REOR_SERVICE_MNGR has no exception.

Method INSERT_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DETAIL Call by reference Type reference (TYPE) REOR_SERVICE Dienstleistung 20060418

Method INSERT_DETAIL on Interface IF_REOR_SERVICE_MNGR has no exception.

Method IS_MODIFIED Signature

Method IS_MODIFIED on Interface IF_REOR_SERVICE_MNGR has no parameter.
Method IS_MODIFIED on Interface IF_REOR_SERVICE_MNGR has no exception.

Method IS_OK Signature

Method IS_OK on Interface IF_REOR_SERVICE_MNGR has no parameter.
Method IS_OK on Interface IF_REOR_SERVICE_MNGR has no exception.

Method RELEASE Signature

Method RELEASE on Interface IF_REOR_SERVICE_MNGR has no parameter.
Method RELEASE on Interface IF_REOR_SERVICE_MNGR has no exception.

Method STORE Signature

Method STORE on Interface IF_REOR_SERVICE_MNGR has no parameter.
Method STORE on Interface IF_REOR_SERVICE_MNGR has no exception.

Method UPDATE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DETAIL Call by reference Type reference (TYPE) REOR_SERVICE Dienstleistung 20060418

Method UPDATE_DETAIL on Interface IF_REOR_SERVICE_MNGR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700