SAP IF_EX_SRS_GR_FIELD OO Class - BAdI Interface IF_EX_SRS_GR_FIELD









IF_EX_SRS_GR_FIELD 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_EX_SRS_GR_FIELD 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_EX_SRS_GR_FIELD 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
CHECK_INPUT_GR_HEADValidation of Entries for Header Goods Receipt/MovementPublic
CALL METHOD if_ex_srs_gr_field=>CHECK_INPUT_GR_HEAD...more details

CHECK_INPUT_GR_ITEMValidation of Items for Goods Receipt/MovementPublic
CALL METHOD if_ex_srs_gr_field=>CHECK_INPUT_GR_ITEM...more details

CHECK_START_GM_DOC_CANCEL_DLGValidation of Header Data and Items Before ReversalPublic
CALL METHOD if_ex_srs_gr_field=>CHECK_START_GM_DOC_CANCEL_DLG...more details

CHECK_START_GM_DOC_EDIT_DLGValidation of Header Data and Items Before Main DialogPublic
CALL METHOD if_ex_srs_gr_field=>CHECK_START_GM_DOC_EDIT_DLG...more details

FIELD_ATTR_SET_GR_HEADSet Field Attributes for Header Data Goods Receipt/MovementPublic
CALL METHOD if_ex_srs_gr_field=>FIELD_ATTR_SET_GR_HEAD...more details

FIELD_ATTR_SET_GR_ITEMSet Field Attributes for Items Goods Receipt/MovementPublic
CALL METHOD if_ex_srs_gr_field=>FIELD_ATTR_SET_GR_ITEM...more details

NEW_FIELD_GR_HEADDefine New Fields for Header Data Goods Receipt/MovementPublic
CALL METHOD if_ex_srs_gr_field=>NEW_FIELD_GR_HEAD...more details

NEW_FIELD_GR_ITEMDefine New Fields for Items Goods Receipt/MovementPublic
CALL METHOD if_ex_srs_gr_field=>NEW_FIELD_GR_ITEM...more details

PROCESSING_BEFORE_POSTINGEnrichment of Material Document Data Before UpdatePublic
CALL METHOD if_ex_srs_gr_field=>PROCESSING_BEFORE_POSTING...more details

PROCESS_BEFORE_CREATE_GMEnrich Material Document Data Before Calling BAPIPublic
CALL METHOD if_ex_srs_gr_field=>PROCESS_BEFORE_CREATE_GM...more details

READ_INPUT_GR_HEADReceipt of Entry for Header Goods Receipt/MovementPublic
CALL METHOD if_ex_srs_gr_field=>READ_INPUT_GR_HEAD...more details

READ_INPUT_GR_ITEMReceipt of Ebtry for Items Goods Receipt/MovementPublic
CALL METHOD if_ex_srs_gr_field=>READ_INPUT_GR_ITEM...more details




Links to Related Class(s)

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