SAP IF_RECA_CAD_PROVIDER OO Class - CAD Provider: Interface









IF_RECA_CAD_PROVIDER 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_RECA_CAD_PROVIDER 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_RECA_CAD_PROVIDER 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
ASSIGN_LEGENDSet Marking Types for LegendPublic
CALL METHOD if_reca_cad_provider=>ASSIGN_LEGEND...more details

CLEAR_LEGENDResetting the LegendPublic
CALL METHOD if_reca_cad_provider=>CLEAR_LEGEND...more details

CLEAR_OBJECT_QUICKINFODelete Quick Info of an ObjectPublic
CALL METHOD if_reca_cad_provider=>CLEAR_OBJECT_QUICKINFO...more details

CLEAR_OBJECT_TEXTDelete Texts of an ObjectPublic
CALL METHOD if_reca_cad_provider=>CLEAR_OBJECT_TEXT...more details

CLEAR_PLANDeletion of Graphic - Remove All MarkingsPublic
CALL METHOD if_reca_cad_provider=>CLEAR_PLAN...more details

DISPLAY_LEGENDShow/Hide LegendPublic
CALL METHOD if_reca_cad_provider=>DISPLAY_LEGEND...more details

DISPLAY_OBJECTDisplay of Object (or Its Plan) in GraphicPublic
CALL METHOD if_reca_cad_provider=>DISPLAY_OBJECT...more details

FLUSHFinal Request to DrawPublic
CALL METHOD if_reca_cad_provider=>FLUSH...more details

FREECancelling of Instance (Buffer Released)Public
CALL METHOD if_reca_cad_provider=>FREE...more details

GET_DISPLAYED_OBJECTSGets All Displayed Objects of GraphicPublic
CALL METHOD if_reca_cad_provider=>GET_DISPLAYED_OBJECTS...more details

GET_KEYDATEReturns the Key DatePublic
CALL METHOD if_reca_cad_provider=>GET_KEYDATE...more details

GET_SELECTED_OBJECTSGets Object Currently Selected in GraphicPublic
CALL METHOD if_reca_cad_provider=>GET_SELECTED_OBJECTS...more details

GET_VISIBLE_OBJECTSGets the RE-FX Objects That Were Entered in the GraphicPublic
CALL METHOD if_reca_cad_provider=>GET_VISIBLE_OBJECTS...more details

INITInitialization of Graphic with the ContainerPublic
CALL METHOD if_reca_cad_provider=>INIT...more details

MARK_ALL_OBJECTSMarking of All Objects (in the Display)Public
CALL METHOD if_reca_cad_provider=>MARK_ALL_OBJECTS...more details

MARK_OBJECTMarking of an Object (in the Display)Public
CALL METHOD if_reca_cad_provider=>MARK_OBJECT...more details

RAISE_SAP_METADATATrigger SAP_METADATAPublic
CALL METHOD if_reca_cad_provider=>RAISE_SAP_METADATA...more details

REFRESHReset of Complete Graphic (Plans, Objects, ...)Public
CALL METHOD if_reca_cad_provider=>REFRESH...more details

SELECT_OBJECTSelection of Object for Follow-On ProcessingPublic
CALL METHOD if_reca_cad_provider=>SELECT_OBJECT...more details

SET_KEYDATESetting of Key DatePublic
CALL METHOD if_reca_cad_provider=>SET_KEYDATE...more details

SET_OBJECT_QUICKINFOSet Quick Info for an ObjectPublic
CALL METHOD if_reca_cad_provider=>SET_OBJECT_QUICKINFO...more details

SET_OBJECT_TEXTAdd Text for ObjectPublic
CALL METHOD if_reca_cad_provider=>SET_OBJECT_TEXT...more details

UNMARK_OBJECTReset Marking of ObjectPublic
CALL METHOD if_reca_cad_provider=>UNMARK_OBJECT...more details

UNSELECT_OBJECTRemove Selection of ObjectPublic
CALL METHOD if_reca_cad_provider=>UNSELECT_OBJECT...more details



IF_RECA_CAD_PROVIDER 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
MC_FCODE_PREFIXConstantPrefix for SAP Function Codes'SAP_REGI_'LIKE
STRING
Public
MD_CALLCONTEXTInstance AttributeContext of ApplicationLIKE
RECACALLCONTEXT
Public
MD_KEYDATEInstance AttributeKey DateLIKE
RECAKEYDATE
Public
MD_MARKTYPE_ERRORInstance AttributeMarking Type: IncorrectLIKE
RECAGIMARKTYPE
Public
MD_MARKTYPE_HIGHLIGHTInstance AttributeMarking Type: Highlighted (General)LIKE
RECAGIMARKTYPE
Public
MD_MARKTYPE_NEGATIVEInstance AttributeMarking Type: NegativeLIKE
RECAGIMARKTYPE
Public
MD_MARKTYPE_NEUTRALInstance AttributeMarking Type: NeutralLIKE
RECAGIMARKTYPE
Public
MD_MARKTYPE_POSITIVEInstance AttributeMarking Type: PositiveLIKE
RECAGIMARKTYPE
Public
MD_MARKTYPE_SELECTEDInstance AttributeMarking Type: Selected for ProcessingLIKE
RECAGIMARKTYPE
Public
MD_MARKTYPE_WARNINGInstance AttributeMarking Type: WarningLIKE
RECAGIMARKTYPE
Public
MO_PARENT_CONTAINERInstance AttributeContainer for GraphicLIKE
CL_GUI_CONTAINER
Public


Events of Class IF_RECA_CAD_PROVIDER

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 EXPOTING... CONTEXT_MENU - Context Menu Was Triggered in Graphic
CONTEXT_MENU_SELECTED - Entry Was Selected in Context Menu of Graphic
DOUBLE_CLICK - Double-Click on an Object in the Graphic
KEYDATE_CHANGED - Key Date Changed
QUICKINFO - Quick Info on an Object
SAP_METADATA - Metadata Information
SINGLE_CLICK - Single Click on Object in Graphic

Links to Related Class(s)

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