SAP Classes

Share |

REMOB_BROKER_RFC_SERVICES SAP Class - Service Class for RFC function module


REMOB_BROKER_RFC_SERVICES is a standard SAP class available within R/3 SAP systems depending on your version and release level. Below is the standard documentation available for this class interface. You can view this information and more if you enter the class name REMOB_BROKER_RFC_SERVICES into the relevant SAP transaction such as SE24 or SE80.

Contribute (Add Comment)
Within the comments section below there is also an opportunity for you to add useful hints, tips and information specific to this SAP object. This means that you and other users will be able to find these details quickly by simply searching on the object name REMOB_BROKER_RFC_SERVICES or its description.


Class Methods
In some respects Class methods are similar to function modules in that they are a coding block that performs certain ABAP functionality. Methods can be referenced using the following syntax: CALL METHOD REMOB_BROKER_RFC_SERVICES=>methodname EXPORTING/IMPORTING...

CONVERT_SR_NEIGHBORHOOD - Convert Neighborhood for Search Request
GET_BP_ROLES_OBLIGATORY - Gets all required BP roles
GET_BP_ROLES_OBLIGATORY_OF - Gets all required BP roles
GET_IMAGE - Get image
GET_MOBILE_COND_MEAS_TYPE - Get customized condition type
GET_MOBILE_OCCUPANCY - Get RO Occupancy
GET_MOBILE_PARTNER - Get business partner
GET_MOBILE_RO - Get RO detail
GET_OFFER_STATUS - Get Offer Status Description
GET_RO_STATUS - Get RO status
CONVERT_SR_CHARACT - Convert Fixtures/Fittings Characteristic for Search Request
CONVERT_SR_BUSINESS_ENTITY - Convert Business Entity for Search Request
SET_NUR_PERSISTER - Persister New Usage Record


Class Attributes
Class attributes can be referenced using the following syntax REMOB_BROKER_RFC_SERVICES=><attribute name>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

MT_COND_MEAS_TYPE - Table of REFX_MB_T_COND
GO_SEARCH_REQUEST - RE Search Request (VIORRR)
GC_STATUS_RESERVED - RO Status: Reserved
GC_STATUS_OCCUPIED - RO Status: Occupied
GC_STATUS_AVAILABLE - RO Status: Available
GC_OF_STATUS_EXPIRED - Individual status of an object (short form)
GC_OF_STATUS_CONTRACT_CREATED - Individual status of an object (short form)
GC_IMAGE_TYPE_OV - Image Type: Overview
GC_IMAGE_TYPE_GA - Image Type: Gallery
GC_IMAGE_TYPE_FL - Image Type: Floor Plan
GC_CLASSTYPE_BO - Class Type: BO


Class Events
Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT <event name> EXPOTING...




comments powered by Disqus