SAP IF_FOBJ_CONSTANTS OO Class - Constants for the FIN Object









IF_FOBJ_CONSTANTS 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_FOBJ_CONSTANTS 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_FOBJ_CONSTANTS 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



IF_FOBJ_CONSTANTS 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
BTAPOITMREFConstantTemporary! Reference to Purchase Order Item'FIN_BTAPOITMREF'LIKE
FINB_MD_FIELDNAME
Public
BTAPOREFConstantTemporary! Reference to Purchase Order'FIN_BTAPOREF'LIKE
FINB_MD_FIELDNAME
Public
EVENT_BEFORE_SAVEConstantEvent Name'BEFORE_SAVE'LIKE
FOBJ_EVENT
Public
EVENT_CLOSEConstantClosing Event'CLOSE'LIKE
FOBJ_EVENT
Public
EVENT_CREATE_EXPLConstantEvent-Specific Creation'CREATE_EXPL'LIKE
FOBJ_EVENT
Public
EVENT_CREATE_IMPLConstantEvent-Specific Creation (on the fly)'CREATE_IMPL'LIKE
FOBJ_EVENT
Public
EVENT_DELETEConstantDelete Event'DELETE'LIKE
FOBJ_EVENT
Public
EVENT_READConstantEvent Read from Database'READ'LIKE
FOBJ_EVENT
Public
GRISTLDATEConstantGR/IR Clearing Date'FIN_GRISTLDATE'LIKE
FINB_MD_FIELDNAME
Public
HIERARCHY_LEVELConstantHierarchy Level'FOBJ_HIER_LEVEL'LIKE
FINB_MD_FIELDNAME
Public
HIGHER_LEV_INST_IDConstantHigher-Level Object'FOBJ_HIGH_LEV_ID'LIKE
FINB_MD_FIELDNAME
Public
INSTANCE_IDConstantTechnical Key of a FIN Object'FOBJ_OBJECT_ID'LIKE
FINB_MD_FIELDNAME
Public
INSTANCE_ID_OConstantTechnical Key of Original FIN Object'FOBJ_OBJECT_ID_O'LIKE
FINB_MD_FIELDNAME
Public
INSTANCE_ID_PConstantTechnichal Key of Partner FIN Object'FOBJ_OBJECT_ID_P'LIKE
FINB_MD_FIELDNAME
Public
OBJECTConstantBusiness Key of an Object'FOBJ_OBJECT'LIKE
FINB_MD_FIELDNAME
Public
OBJECT_OConstantBusiness Key of Source Object'FOBJ_OBJECT_O'LIKE
FINB_MD_FIELDNAME
Public
OBJECT_PConstantBusiness Key of Partner Object'FOBJ_OBJECT_P'LIKE
FINB_MD_FIELDNAME
Public
PROC_STATUS_POST_IPConstantPostings in process or processed with errors'2'LIKE
FOBJ_PROC_STATUS_OF_POSTINGS
Public
PROC_STATUS_POST_NEWConstantUnprocessed postings exist'1'LIKE
FOBJ_PROC_STATUS_OF_POSTINGS
Public
TOP_LEV_INST_IDConstantHighest Object in a Hierarchy'FOBJ_TOP_LEV_ID'LIKE
FINB_MD_FIELDNAME
Public
TYPE_NAMEConstantName of a FIN Object Type'FOBJ_TYPE_NAME'LIKE
FINB_MD_FIELDNAME
Public
TYPE_NAME_OConstantName of Original FIN Object Type'FOBJ_TYPE_NAME_O'LIKE
FINB_MD_FIELDNAME
Public
TYPE_NAME_PConstantName of Partner FIN Object Type'FOBJ_TYPE_NAME_P'LIKE
FINB_MD_FIELDNAME
Public


Links to Related Class(s)

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