SAP ABAP Class CL_FEH_ORDER_ACCESS (Access to Service-Related Postprocessing Orders)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS-ECH (Application Component) Error and Conflict Handler
     FEH_ORDER_ACCESS (Package) Access to Postprocessing Orders
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FEH_OA_SEARCH_HELP Search Helps for FEH-Specific Access to PPO Orders 20091002
Properties
Class CL_FEH_ORDER_ACCESS  
Short Description Access to Service-Related Postprocessing Orders    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FEH_ORDER_ACCESS   Access to Postprocessing Orders 
Created 20090928   SAP 
Last change 20130531   SAP 
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)
2 IF_FEH_OA_SEARCH_HELP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_FEH_OA_SEARCH_HELP Search Helps for FEH-Specific Access to PPO Orders 20091002
Friends
Class CL_FEH_ORDER_ACCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_ORDER_ACCESS Static Attribute Private Object reference (TYPE REF TO) CL_FEH_ORDER_ACCESS 20090930
2 MO_FEH_CONFIG Instance attribute Private Object reference (TYPE REF TO) IF_FEH_CONFIGURATION Read Accesses to Customizing 20090930
3 MT_MERGED_ENTRIES Instance attribute Private Type reference (TYPE) FEH_T_OA_SEARCH_HELP_DATA Data for Building Order Access Search Help 20090930
4 MV_INCLUDE_REMOTE_SYSTEMS Instance attribute Private Type reference (TYPE) ABAP_BOOL 20091005
Methods
# Method Level Visibility Method type Description Created on
1 ENRICH_FROM_REMOTE_SYSTEMS Instance method Private Method 20091005
2 ENRICH_WITH_PROCESS_MAPPING Instance method Private Method 20091001
3 GET_ALL_ECH_RELATED_PP_PROCESS Instance method Public Method 20100202
4 GET_DATA4SEARCH_HELP Instance method Public Method 20091006
5 GET_PP_PROCESS_BY_ECH_DATA Instance method Public Method 20091005
6 GET_PP_PROCESS_BY_ESR_DATA Instance method Public Method 20091005
7 INIT Instance method Private Method 20090928
8 INIT_INBOUND_ENTRIES Instance method Private Method 20090930
9 INIT_OUTBOND_ENTRIES Instance method Private Method 20090930
10 SEARCH_GENERIC_ECH Instance method Private Method 20091002
11 SEARCH_GENERIC_ESR Instance method Private Method 20091002
12 S_CREATE Static method Public Method 20090928
13 TRANSFORM_PP_PROCESS_TO_RANGES Instance method Private Method 20100202
Events
Class CL_FEH_ORDER_ACCESS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_LOGSYS_RFC Private See coding 20091005 BEGIN OF ty_s_logsys_rfc, log_sys TYPE /sappo/dte_order_logsys, component TYPE /sappo/dte_component, rfc_dest TYPE rfcdest, END OF ty_s_logsys_rfc
2 TY_S_REMOTE_ACCESS Private See coding 20091005 BEGIN OF ty_s_remote_access, rfc_dest TYPE rfcdest, rng_component TYPE /sappo/rng_component, END OF ty_s_remote_access
3 TY_T_REMOTE_ACCESS Private See coding 20091005 ty_t_remote_access TYPE SORTED TABLE OF ty_s_remote_access WITH UNIQUE KEY rfc_dest
Method Signatures

Method ENRICH_FROM_REMOTE_SYSTEMS Signature

Method ENRICH_FROM_REMOTE_SYSTEMS on class CL_FEH_ORDER_ACCESS has no parameter.
Method ENRICH_FROM_REMOTE_SYSTEMS on class CL_FEH_ORDER_ACCESS has no exception.

Method ENRICH_WITH_PROCESS_MAPPING Signature

Method ENRICH_WITH_PROCESS_MAPPING on class CL_FEH_ORDER_ACCESS has no parameter.
Method ENRICH_WITH_PROCESS_MAPPING on class CL_FEH_ORDER_ACCESS has no exception.

Method GET_ALL_ECH_RELATED_PP_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RNG_PP_COMPONENT Call by reference Type reference (TYPE) /SAPPO/RNG_COMPONENT Ranges-Tabelle Komponenten 20100202
2 Exporting ET_RNG_PP_PROCESS Call by reference Type reference (TYPE) /SAPPO/RNG_BUSINESS_PROCESS Ranges-Tabelle Geschäftsprozesse 20100202

Method GET_ALL_ECH_RELATED_PP_PROCESS on class CL_FEH_ORDER_ACCESS has no exception.

Method GET_DATA4SEARCH_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RNG_COMPONENT Call by reference Type reference (TYPE) /SAPPO/RNG_COMPONENT Ranges-Tabelle Komponenten 20091006
2 Returning RT_F4_HELP_DATA Value transfer Type reference (TYPE) FEH_T_OA_SEARCH_HELP_DATA Daten zum Aufbau der Order Access Suchhilfe 20091006

Method GET_DATA4SEARCH_HELP on class CL_FEH_ORDER_ACCESS has no exception.

Method GET_PP_PROCESS_BY_ECH_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RNG_PP_COMPONENT Call by reference Type reference (TYPE) /SAPPO/RNG_COMPONENT Ranges-Tabelle Komponenten 20091005
2 Exporting ET_RNG_PP_PROCESS Call by reference Type reference (TYPE) /SAPPO/RNG_BUSINESS_PROCESS Ranges-Tabelle Geschäftsprozesse 20091005
3 Importing IT_RNG_ECH_COMPONENT Call by reference Type reference (TYPE) IF_FEH_OA_SEARCH_HELP=>TY_T_RNG_ECH_COMPONENT 20091005
4 Importing IT_RNG_ECH_PROCESS Call by reference Type reference (TYPE) IF_FEH_OA_SEARCH_HELP=>TY_T_RNG_ECH_PROCESS 20091005

Method GET_PP_PROCESS_BY_ECH_DATA on class CL_FEH_ORDER_ACCESS has no exception.

Method GET_PP_PROCESS_BY_ESR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RNG_PP_COMPONENT Call by reference Type reference (TYPE) /SAPPO/RNG_COMPONENT Ranges-Tabelle Komponenten 20091005
2 Exporting ET_RNG_PP_PROCESS Call by reference Type reference (TYPE) /SAPPO/RNG_BUSINESS_PROCESS Ranges-Tabelle Geschäftsprozesse 20091005
3 Importing IT_RNG_NAMESPACE Call by reference Type reference (TYPE) IF_FEH_OA_SEARCH_HELP=>TY_T_RNG_ESR_NAMESPACE 20091005
4 Importing IT_RNG_SERVICEINTERFACE Call by reference Type reference (TYPE) IF_FEH_OA_SEARCH_HELP=>TY_T_RNG_ESR_SERVICEINTERFACE 20091005
5 Importing IT_RNG_SERVICEOPERATION Call by reference Type reference (TYPE) IF_FEH_OA_SEARCH_HELP=>TY_T_RNG_ESR_SERVICEOPERATION 20091005
6 Importing IV_CALL_TYPE Call by reference Type reference (TYPE) FEH_OA_CALLTYP 20091005

Method GET_PP_PROCESS_BY_ESR_DATA on class CL_FEH_ORDER_ACCESS has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INCLUDE_REMOTE_SYSTEMS Call by reference Type reference (TYPE) ABAP_BOOL 20091005

Method INIT on class CL_FEH_ORDER_ACCESS has no exception.

Method INIT_INBOUND_ENTRIES Signature

Method INIT_INBOUND_ENTRIES on class CL_FEH_ORDER_ACCESS has no parameter.
Method INIT_INBOUND_ENTRIES on class CL_FEH_ORDER_ACCESS has no exception.

Method INIT_OUTBOND_ENTRIES Signature

Method INIT_OUTBOND_ENTRIES on class CL_FEH_ORDER_ACCESS has no parameter.
Method INIT_OUTBOND_ENTRIES on class CL_FEH_ORDER_ACCESS has no exception.

Method SEARCH_GENERIC_ECH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) TABLE 20091002
2 Importing IT_RNG_ECH_COMPONENT Call by reference Type reference (TYPE) IF_FEH_OA_SEARCH_HELP=>TY_T_RNG_ECH_COMPONENT 20091002
3 Importing IT_RNG_ECH_PROCESS Call by reference Type reference (TYPE) IF_FEH_OA_SEARCH_HELP=>TY_T_RNG_ECH_PROCESS 20091002

Method SEARCH_GENERIC_ECH on class CL_FEH_ORDER_ACCESS has no exception.

Method SEARCH_GENERIC_ESR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) TABLE 20091002
2 Importing IT_RNG_NAMESPACE Call by reference Type reference (TYPE) IF_FEH_OA_SEARCH_HELP~TY_T_RNG_ESR_NAMESPACE 20091002
3 Importing IT_RNG_SERVICEINTERFACE Call by reference Type reference (TYPE) IF_FEH_OA_SEARCH_HELP~TY_T_RNG_ESR_SERVICEINTERFACE 20091002
4 Importing IT_RNG_SERVICEOPERATION Call by reference Type reference (TYPE) IF_FEH_OA_SEARCH_HELP~TY_T_RNG_ESR_SERVICEOPERATION 20091002
5 Importing IV_CALL_TYPE Call by reference Type reference (TYPE) FEH_OA_CALLTYP Aufruftyp 20091002

Method SEARCH_GENERIC_ESR on class CL_FEH_ORDER_ACCESS has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INCLUDE_REMOTE_SYSTEMS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091005
2 Returning RO_ORDER_ACCESS Value transfer Object reference (TYPE REF TO) CL_FEH_ORDER_ACCESS Zugriff auf servicebedingte Nachbearbeitungsaufträge 20090928

Method S_CREATE on class CL_FEH_ORDER_ACCESS has no exception.

Method TRANSFORM_PP_PROCESS_TO_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PP_PROCESS Call by reference Type reference (TYPE) IF_FEH_OA_SEARCH_HELP=>TY_T_PP_PROCESS 20100202
2 Exporting ET_RNG_PP_COMPONENT Call by reference Type reference (TYPE) /SAPPO/RNG_COMPONENT Ranges-Tabelle Komponenten 20100202
3 Exporting ET_RNG_PP_PROCESS Call by reference Type reference (TYPE) /SAPPO/RNG_BUSINESS_PROCESS Ranges-Tabelle Geschäftsprozesse 20100202

Method TRANSFORM_PP_PROCESS_TO_RANGES on class CL_FEH_ORDER_ACCESS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730