SAP ABAP Class CL_RSB_DBTAB_3RD (Open Hub Destination: DB Table)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSB (Package) Business Information Warehouse: Data Marts
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSB_DBTAB Open Hub Destination: DB Table 20030808
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSB_READ_API Interface for Read API 20090202
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSB_DBTAB_IF Open Hub Destination: DB Table Interface 20061016
Properties
Class CL_RSB_DBTAB_3RD  
Short Description Open Hub Destination: DB Table    
Super Class CL_RSB_DBTAB Open Hub Destination: DB Table 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSBO    
Program status     
Category 0   
Package RSB   Business Information Warehouse: Data Marts 
Created 20030808   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSB_READ_API Interface for Read API 20090202
Friends
Class CL_RSB_DBTAB_3RD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_LINES_SUM Instance attribute Public Type reference (TYPE) SYTABIX Number of Data Records in Tab 20031014
2 O_OWN_NOTIFY Instance attribute Protected Type reference (TYPE) RS_BOOL Separate Notify Variant of Subclass 20061016
3 O_T_VARIABLES Instance attribute Protected Type reference (TYPE) RSBO_T_VARIABLES Parameter table 20030902
4 P_IS_SAVED Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20031113
5 P_T_IOBJ_FIX Instance attribute Private Type reference (TYPE) TY_T_IOBJ_FIX 20120229
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030902
2 CONVERT_EXT_2_INT Instance method Private Method External to Internal Format 20030903
3 CONVERT_INT_2_EXT Instance method Private Method Internal into External Format 20030903
4 DEL_STATUS Instance method Private Method Delete a Status from Table RSBREQUID3RD 20031022
5 FILL_RETURN Static method Private Method Write the Message to the Return Parameters 20030827
6 GET_ACT_REQUID Instance method Public Method Returns Last Request 20060105
7 GET_NUM_OF_P Static method Public Method Delivers Number of Data Package for a Request 20040129
8 GET_REQUESTS Static method Public Method Delivers All Requests from Table RSBREQUID3RD 20040129
9 GET_STATUS Static method Public Method Reads Status of Request from Table RSBREQUID3RD 20030905
10 MAINTAIN_PARAMETERS Static method Public Method Maintain 3rd Party Parameter 20031015
11 SET_STATUS Static method Public Method Sets Status of Requests in the Table RSBREQUID3RD 20030827
Events
Class CL_RSB_DBTAB_3RD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_IOBJ_FIX Private See coding 20120229 BEGIN OF ty_s_iobj_fix, iobjnm TYPE rsiobjnm, fixcuky TYPE rsfixcuky, END OF ty_s_iobj_fix
2 TY_T_IOBJ_FIX Private See coding 20120229 ty_t_iobj_fix TYPE HASHED TABLE OF ty_s_iobj_fix WITH UNIQUE KEY iobjnm
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEST Call by reference Type reference (TYPE) RSOHDEST 20030902
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20030902
3 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSB_DEST_VERS 20030902
4 Importing I_S_VDEST Call by reference Type reference (TYPE) RSBO_S_VDEST 20030902
5 Importing I_T_FIELD Call by reference Type reference (TYPE) RSBGUI_T_FIELDS Felder Open Hub Destination 20050913
6 Importing I_T_FIELD_TEXT Call by reference Type reference (TYPE) RSBGUI_T_FIELD_TEXT Texte der Felder der Open Hub Destination 20050930
# Exception Resumable Description Created on
1 INPUT_INVALID 20030902

Method CONVERT_EXT_2_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DESTVAR Call by reference Type reference (TYPE) RSBO_T_DESTVAR 20030904

Method CONVERT_EXT_2_INT on class CL_RSB_DBTAB_3RD has no exception.

Method CONVERT_INT_2_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_VDEST Call by reference Type reference (TYPE) RSBO_S_VDEST 20030903

Method CONVERT_INT_2_EXT on class CL_RSB_DBTAB_3RD has no exception.

Method DEL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUESTID Call by reference Type reference (TYPE) RSBREQUIDOUT 20031022

Method DEL_STATUS on class CL_RSB_DBTAB_3RD has no exception.

Method FILL_RETURN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_RETURN Value transfer Type reference (TYPE) BAPIRET2 20030827

Method FILL_RETURN on class CL_RSB_DBTAB_3RD has no exception.

Method GET_ACT_REQUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_REQUID Call by reference Type reference (TYPE) RSREQUIDOUT Request-ID im Zielobjekt einer InfoSpoke 20060105
2 Exporting E_STATUS Call by reference Type reference (TYPE) RSBSTAT3RD Status einer 3rd party Open Hub Destination 20060105

Method GET_ACT_REQUID on class CL_RSB_DBTAB_3RD has no exception.

Method GET_NUM_OF_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_OHD Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20051104
2 Importing I_REQUESTID Call by reference Type reference (TYPE) RSBREQUIDOUT Request im Zielobjekt einer InfoSpoke 20040129
3 Returning R_NUM_OF_P Value transfer Type reference (TYPE) I Anzahl der Packete 20040129

Method GET_NUM_OF_P on class CL_RSB_DBTAB_3RD has no exception.

Method GET_REQUESTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OHDEST Call by reference Type reference (TYPE) RSOHDEST Open Hub Destination 20040129
2 Importing I_STATUS Call by reference Type reference (TYPE) RSBSTAT3RD Status einer 3rd party Open Hub Destination 20040129
3 Returning R_T_REQUESTS Value transfer Type reference (TYPE) RSB_T_REQUEST Request-IDs 20040129

Method GET_REQUESTS on class CL_RSB_DBTAB_3RD has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RETURN Value transfer Type reference (TYPE) BAPIRET2 20030905
2 Exporting E_SET Value transfer Type reference (TYPE) C 20030905
3 Exporting E_STATUS Value transfer Type reference (TYPE) RSBSTAT3RD 20030905
4 Importing I_NEW_OHD Value transfer Type reference (TYPE) RS_BOOL Boolean 20081105
5 Importing I_OHDEST Value transfer Type reference (TYPE) RSOHDEST Open Hub Destination 20040308
6 Importing I_REQUESTID Value transfer Type reference (TYPE) RSBREQUIDOUT 20030905

Method GET_STATUS on class CL_RSB_DBTAB_3RD has no exception.

Method MAINTAIN_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_DEST Call by reference Object reference (TYPE REF TO) CL_RSB_DEST 20031015

Method MAINTAIN_PARAMETERS on class CL_RSB_DBTAB_3RD has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OHDEST Call by reference Type reference (TYPE) RSOHDEST Open Hub Destination 20040129
2 Importing I_REQUESTID Call by reference Type reference (TYPE) RSBREQUIDOUT 20030827
3 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSB_LOG Open Hub: Log zum Request 20060105
4 Importing I_STATUS Call by reference Type reference (TYPE) RSBSTAT3RD 20030827
5 Returning R_RETURN Value transfer Type reference (TYPE) BAPIRET2 20030827

Method SET_STATUS on class CL_RSB_DBTAB_3RD has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 400