SAP TD_RFAC_INCLUDE OO Class - Stub









TD_RFAC_INCLUDE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class TD_RFAC_INCLUDE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_RIS_INCLUDE

Method list of TD_RFAC_INCLUDE SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_RANGEPrivate
CALL METHOD td_rfac_include=>ADD_RANGE...more details

ADD_SYNTAX_ERRORPublic
CALL METHOD td_rfac_include=>ADD_SYNTAX_ERROR...more details

CHANGE_SOURCEPublic
CALL METHOD td_rfac_include=>CHANGE_SOURCE...more details

CLONEPrivate
CALL METHOD td_rfac_include=>CLONE...more details

CREATEPublic
CALL METHOD td_rfac_include=>CREATE...more details

CREATE_FROM_REAL_INCLUDEPublic
CALL METHOD td_rfac_include=>CREATE_FROM_REAL_INCLUDE...more details

GET_TRANSPORT_REQUESTPrivate
CALL METHOD td_rfac_include=>GET_TRANSPORT_REQUEST...more details

HAS_SOURCE_CHANGEDPrivate
CALL METHOD td_rfac_include=>HAS_SOURCE_CHANGED...more details

IS_LOCKED_BYPublic
CALL METHOD td_rfac_include=>IS_LOCKED_BY...more details

LOCKPublic
CALL METHOD td_rfac_include=>LOCK...more details

PUT_TO_FOREIGN_WORKLISTPublic
CALL METHOD td_rfac_include=>PUT_TO_FOREIGN_WORKLIST...more details

READ_SOURCEPrivate
CALL METHOD td_rfac_include=>READ_SOURCE...more details

SAVE_SOURCEPrivate
CALL METHOD td_rfac_include=>SAVE_SOURCE...more details

SET_FUNCTION_MODULE_NAMEPublic
CALL METHOD td_rfac_include=>SET_FUNCTION_MODULE_NAME...more details

SET_INACTIVEPublic
CALL METHOD td_rfac_include=>SET_INACTIVE...more details

SET_IS_FUNCTION_MODULEPublic
CALL METHOD td_rfac_include=>SET_IS_FUNCTION_MODULE...more details

SET_LOCK_HANDLEPublic
CALL METHOD td_rfac_include=>SET_LOCK_HANDLE...more details

SET_MAIN_PROGRAMPublic
CALL METHOD td_rfac_include=>SET_MAIN_PROGRAM...more details

SET_MAIN_TYPEPublic
CALL METHOD td_rfac_include=>SET_MAIN_TYPE...more details

SET_RANGESPrivate
CALL METHOD td_rfac_include=>SET_RANGES...more details

SET_SOURCEPrivate
CALL METHOD td_rfac_include=>SET_SOURCE...more details

SET_TRANSPORT_REQUESTPublic
CALL METHOD td_rfac_include=>SET_TRANSPORT_REQUEST...more details

SET_VERSIONPublic
CALL METHOD td_rfac_include=>SET_VERSION...more details

UNLOCKPublic
CALL METHOD td_rfac_include=>UNLOCK...more details



TD_RFAC_INCLUDE attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
DISPLAY_NAME_OF_MAIN_PROGRAMInstance AttributeLIKE
Private
FUNCTION_MODULE_NAMEInstance AttributeLIKE
Private
HAS_SYNTAX_ERRORSInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Private
IS_ACTIVEInstance AttributeABAP_TRUELIKE
ABAP_BOOL
Private
IS_CS_INCLUDEInstance AttributeLIKE
Private
IS_FUNCTION_MODULEInstance AttributeLIKE
Private
IS_IN_FOREIGN_WORKLISTInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Private
IS_IP_INCLUDEInstance AttributeLIKE
Private
IS_LOCKEDInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Private
IS_MULTIUSEDInstance AttributeLIKE
Private
LOCKING_USERInstance AttributeLIKE
SYUNAME
Private
LOCK_HANDLEInstance AttributeLIKE
Public
MAIN_PROGRAMInstance AttributeLIKE
Public
MAIN_TYPEInstance AttributeLIKE
Public
NAMEInstance AttributeLIKE
Private
NUMBER_OF_LOCK_CALLSInstance Attribute0LIKE
I
Public
NUMBER_OF_SAVE_CALLSInstance Attribute0LIKE
I
Public
NUMBER_OF_UNLOCK_CALLSInstance Attribute0LIKE
I
Public
RAISE_EXCEPTION_IN_SAVE_SOURCEInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Public
RANGESInstance AttributeLIKE
Private
REAL_INCLUDEInstance AttributeLIKE
IF_RIS_INCLUDE
Private
SOURCEInstance AttributeLIKE
Private
SOURCE_CHANGEDInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Private
TRANSPORT_REQUESTInstance AttributeLIKE
STRING
Private
VERSIONInstance AttributeLIKE
Private




TD_RFAC_INCLUDE types

TAB -
TS_RANGE -
TT_RANGES -

Links to Related Class(s)

TD_RFAC_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!