SAP IF_UG_R3_SERVICES OO Class - FIN Master Data: Services for mySAP ERP Access









IF_UG_R3_SERVICES 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_UG_R3_SERVICES 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_UG_R3_SERVICES 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
CONVERT_OUTPUTOutput ConversionPublic
CALL METHOD if_ug_r3_services=>CONVERT_OUTPUT...more details

GET_ATTRIBUTE_DEFINITIONPrivate
CALL METHOD if_ug_r3_services=>GET_ATTRIBUTE_DEFINITION...more details

GET_DSFIELD_STATICGet DataSource Field (possible only after registration!)Public
CALL METHOD if_ug_r3_services=>GET_DSFIELD_STATIC...more details

GET_DSFIELD_TO_FIELDNAMEGet DataSource Field for a Field NamePublic
CALL METHOD if_ug_r3_services=>GET_DSFIELD_TO_FIELDNAME...more details

GET_DSOURCE_PROPReads properties for DataSourcesPublic
CALL METHOD if_ug_r3_services=>GET_DSOURCE_PROP...more details

GET_FIELDNAME_STATICGet Field Name (possible only after registration!)Public
CALL METHOD if_ug_r3_services=>GET_FIELDNAME_STATIC...more details

GET_FIELDNAME_TO_DATASOURCEGet Field Name for a DataSourcePublic
CALL METHOD if_ug_r3_services=>GET_FIELDNAME_TO_DATASOURCE...more details

GET_FIELDNAME_TO_DSFIELDGet Field Name for a DataSource FieldPublic
CALL METHOD if_ug_r3_services=>GET_FIELDNAME_TO_DSFIELD...more details

GET_FPROPReads DS Field PropertiesPublic
CALL METHOD if_ug_r3_services=>GET_FPROP...more details

GET_FPROP_ALLPrivate
CALL METHOD if_ug_r3_services=>GET_FPROP_ALL...more details

GET_INSTANCEGet InstancePublic
CALL METHOD if_ug_r3_services=>GET_INSTANCE...more details

GET_TEXTSGets Texts for DataSourcePublic
CALL METHOD if_ug_r3_services=>GET_TEXTS...more details

GET_TIMESTAMPSGets Time Stamp for DataSourcesPublic
CALL METHOD if_ug_r3_services=>GET_TIMESTAMPS...more details

IS_DUMMYCheck if field name is a dummy fieldPublic
CALL METHOD if_ug_r3_services=>IS_DUMMY...more details

SHOW_F1_HELPDisplay F1 helpPublic
CALL METHOD if_ug_r3_services=>SHOW_F1_HELP...more details



IF_UG_R3_SERVICES 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
D_NO_PLUGINInstance Attribute'X': no PlugIn -> no DS usableLIKE
UG_FLG
Public
GC_DSFUNCTION_ATTRConstantDS Function Attributes (Master Data)'A'LIKE
UG_DSFUNCTION
Public
GC_DSFUNCTION_HRYConstantDS Function Hierarchy'H'LIKE
UG_DSFUNCTION
Public
GC_DSFUNCTION_TXTConstantDS Function Texts'T'LIKE
UG_DSFUNCTION
Public
GC_DUMMY_PREFIXInstance AttributeLIKE
Private


Links to Related Class(s)

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