SAP IF_BGRFC_CONF_INB_DEST_READER OO Class - Interface for querying inbound destinations









IF_BGRFC_CONF_INB_DEST_READER 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 IF_BGRFC_CONF_INB_DEST_READER including details of:

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



Method list of IF_BGRFC_CONF_INB_DEST_READER 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
CHECKPrivate
CALL METHOD if_bgrfc_conf_inb_dest_reader=>CHECK...more details

CHECK_SERVER_GROUPCheck Server GroupPublic
CALL METHOD if_bgrfc_conf_inb_dest_reader=>CHECK_SERVER_GROUP...more details

CLEAN_UPPrivate
CALL METHOD if_bgrfc_conf_inb_dest_reader=>CLEAN_UP...more details

GETReturns the destination objectPublic
CALL METHOD if_bgrfc_conf_inb_dest_reader=>GET...more details

GET_ALLReturns all destination objectsPublic
CALL METHOD if_bgrfc_conf_inb_dest_reader=>GET_ALL...more details

GET_DEST_FOR_QUEUE_PREFIXReturns destination name for a queue prefixPublic
CALL METHOD if_bgrfc_conf_inb_dest_reader=>GET_DEST_FOR_QUEUE_PREFIX...more details

LOCKPrivate
CALL METHOD if_bgrfc_conf_inb_dest_reader=>LOCK...more details

NEWFactory Method for New DestinationPublic
CALL METHOD if_bgrfc_conf_inb_dest_reader=>NEW...more details

SAVEPrivate
CALL METHOD if_bgrfc_conf_inb_dest_reader=>SAVE...more details

UNLOCKPrivate
CALL METHOD if_bgrfc_conf_inb_dest_reader=>UNLOCK...more details



IF_BGRFC_CONF_INB_DEST_READER 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
CO_MSG_NO_CLASSIC_QRFC_EXISTConstantMessage number: Classic qRFC LUWs exist for queue396LIKE
SYMSGNO
Public
CO_MSG_NO_DEST_EXISTSConstantMessage number: Inbound destination exists538LIKE
SYMSGNO
Public
CO_MSG_NO_DEST_INVALIDConstantMessage number: Destination contains invalid characters539LIKE
SYMSGNO
Public
CO_MSG_NO_ERROR_SERVER_GROUPSConstantMessage number: Error when querying server groups324LIKE
SYMSGNO
Public
CO_MSG_NO_INB_DELET_AUTHConstantMessage number: No authorization to delete inbound dest.526LIKE
SYMSGNO
Public
CO_MSG_NO_INB_DEST_AUTHConstantMessage number: No authorization to maintain inbound dest.512LIKE
SYMSGNO
Public
CO_MSG_NO_INB_DEST_EMPTYConstantMessage number: Destination name empty317LIKE
SYMSGNO
Public
CO_MSG_NO_INB_DEST_NOT_EXISTConstantMessage number: Inbound destination does not exist537LIKE
SYMSGNO
Public
CO_MSG_NO_INVALID_INB_DEST_ENTConstantMessage number: Invalid inbound destination entry536LIKE
SYMSGNO
Public
CO_MSG_NO_QUEUEPR_INVALIDConstantMessage number: Queue prefix invalid397LIKE
SYMSGNO
Public
CO_MSG_NO_QUEUEPR_NOT_PRESENTConstantMessage number: Queue prefix does not exist398LIKE
SYMSGNO
Public
CO_MSG_NO_QUEUE_NOT_EMPTYConstantMessage number: Queues not empty394LIKE
SYMSGNO
Public
CO_MSG_NO_QUEUE_PREF_PRESConstantMessage number: Queue prefix already exists318LIKE
SYMSGNO
Public
CO_MSG_NO_SERVER_GROUP_MAINTConstantMessage number: Server group not maintained351LIKE
SYMSGNO
Public
CO_MSG_NO_UNITS_EXISTConstantMessage number: Units exist for inbound destination395LIKE
SYMSGNO
Public
IS_CHANGEDInstance AttributeLIKE
Private
IS_LOCKEDInstance AttributeLIKE
Private


Links to Related Class(s)

IF_BGRFC...
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!