SAP ABAP Class CL_QRFC_CLIENT_INBOUND (Inbound qRFC - Information on Client Side)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RFC-BG (Application Component) Background RFC (bgRFC)
     SQRFC2 (Package) ABAP Development for bgRFC
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BGRFC_CLIENT Client Information for NW bgRFC 20050615
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BGRFC_CLIENT Background RFC - Information on Client Side 20041202
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_QRFC_CLIENT_INBOUND Inbound qRFC - Information on Client Side 20041202
Properties
Class CL_QRFC_CLIENT_INBOUND  
Short Description Inbound qRFC - Information on Client Side    
Super Class CL_BGRFC_CLIENT Client Information for NW bgRFC 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SQRFC2   ABAP Development for bgRFC 
Created 20041202   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BGRFC_CLIENT Background RFC - Information on Client Side 20041202
2 IF_QRFC_CLIENT_INBOUND Inbound qRFC - Information on Client Side 20041202
Friends
Class CL_QRFC_CLIENT_INBOUND has no friend class.
Attributes
Class CL_QRFC_CLIENT_INBOUND has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_FAILED_UNIT Instance method Public Method 20050503
2 GET_FAILED_UNIT_BY_QUEUE Instance method Public Method 20050503
3 GET_QUEUE_STATE Instance method Public Method 20050503
4 GET_UNIT_STATE Instance method Public Method 20050503
5 GET_UNIT_STATE_LOCAL_CONTEXT Static method Private Method Status of Unit (Considering Direct Predecessors) 20050609
6 GET_UNIT_STATE_NO_PRED_UNITS Static method Private Method Gets Status of Unit Without Predecessor Units 20050525
7 RUN_FAILED_UNIT Instance method Public Method 20050503
Events
Class CL_QRFC_CLIENT_INBOUND has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 UNIT_TAB_TYPE Private See coding Table of Unique Unit IDs 20050609 unit_tab_type TYPE SORTED TABLE OF bgrfc_unit_id WITH UNIQUE KEY table_line INITIAL SIZE 16
2 UNIT_TO_CHECK_TAB_TYPE Private See coding Table of Units Still to Be Checked 20050609 unit_to_check_tab_type TYPE SORTED TABLE OF unit_to_check_type WITH NON-UNIQUE KEY is_noop is_deleted INITIAL SIZE 16
3 UNIT_TO_CHECK_TYPE Private See coding Properties of Unit Still to Be Checked 20050609 BEGIN OF unit_to_check_type, is_noop TYPE abap_bool, is_deleted TYPE abap_bool, unit_id TYPE bgrfc_unit_id, pred_cnt TYPE i, END OF unit_to_check_type
Method Signatures

Method DELETE_FAILED_UNIT Signature

Method DELETE_FAILED_UNIT on class CL_QRFC_CLIENT_INBOUND has no parameter.
Method DELETE_FAILED_UNIT on class CL_QRFC_CLIENT_INBOUND has no exception.

Method GET_FAILED_UNIT_BY_QUEUE Signature

Method GET_FAILED_UNIT_BY_QUEUE on class CL_QRFC_CLIENT_INBOUND has no parameter.
Method GET_FAILED_UNIT_BY_QUEUE on class CL_QRFC_CLIENT_INBOUND has no exception.

Method GET_QUEUE_STATE Signature

Method GET_QUEUE_STATE on class CL_QRFC_CLIENT_INBOUND has no parameter.
Method GET_QUEUE_STATE on class CL_QRFC_CLIENT_INBOUND has no exception.

Method GET_UNIT_STATE Signature

Method GET_UNIT_STATE on class CL_QRFC_CLIENT_INBOUND has no parameter.
Method GET_UNIT_STATE on class CL_QRFC_CLIENT_INBOUND has no exception.

Method GET_UNIT_STATE_LOCAL_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CHECKED_UNIT_TAB Call by reference Type reference (TYPE) UNIT_TAB_TYPE Bereits überprüfte Units 20050609
2 Importing CHECK_FOR_LOCKED Value transfer Type reference (TYPE) ABAP_BOOL Test auf Locked? Wenn False: liefert Locked statt Runnable 20050609
3 Importing CLIENT Value transfer Type reference (TYPE) MANDT Mandant 20050609
4 Importing DEST_NAME Call by reference Type reference (TYPE) BGRFC_DEST_NAME_INBOUND Name der Destination im Inbound Fall 20050609
5 Importing PRED_CNT Value transfer Type reference (TYPE) INT4 Vorgängerzähler 20050609
6 Importing UNIT_ID Call by reference Type reference (TYPE) BGRFC_UNIT_ID Id einer Unit im Hintergrund RFC 20050609
7 Exporting UNIT_STATE Value transfer Type reference (TYPE) BGRFC_UNIT_STATE Zustand einer bgRFC Unit 20050609
8 Exporting UNIT_TO_CHECK_TAB Call by reference Type reference (TYPE) UNIT_TO_CHECK_TAB_TYPE Tabelle von noch zu prüfenden Units 20050609

Method GET_UNIT_STATE_LOCAL_CONTEXT on class CL_QRFC_CLIENT_INBOUND has no exception.

Method GET_UNIT_STATE_NO_PRED_UNITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UNIT_ID Call by reference Type reference (TYPE) BGRFC_UNIT_ID Id einer Unit im Hintergrund RFC 20050525
2 Returning UNIT_STATE Value transfer Type reference (TYPE) BGRFC_UNIT_STATE Zustand einer bgRFC Unit 20050525

Method GET_UNIT_STATE_NO_PRED_UNITS on class CL_QRFC_CLIENT_INBOUND has no exception.

Method RUN_FAILED_UNIT Signature

Method RUN_FAILED_UNIT on class CL_QRFC_CLIENT_INBOUND has no parameter.
Method RUN_FAILED_UNIT on class CL_QRFC_CLIENT_INBOUND has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700