SAP IF_BADI_DIM_PROXY_METHODS OO Class - Interface for BAdI: BADI_DIM_PROXY_METHODS









IF_BADI_DIM_PROXY_METHODS 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_BADI_DIM_PROXY_METHODS 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_BADI_DIM_PROXY_METHODS 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_BANK_CL_ACCOUNTAssign Bank Clearing Account to Payment Lot positionsPublic
CALL METHOD if_badi_dim_proxy_methods=>ASSIGN_BANK_CL_ACCOUNT...more details

GET_BANK_CL_ACCOUNTGet Bank clearing accountPublic
CALL METHOD if_badi_dim_proxy_methods=>GET_BANK_CL_ACCOUNT...more details

GET_DOC_TYPE_CHRGOFF_RES_WTOFFDocument type and Charge off reason for Write OffPublic
CALL METHOD if_badi_dim_proxy_methods=>GET_DOC_TYPE_CHRGOFF_RES_WTOFF...more details

GET_DOC_TYPE_CLR_RES_CLR_CRDTDoc source key, Doc type and Clr reason for Clear from crediPublic
CALL METHOD if_badi_dim_proxy_methods=>GET_DOC_TYPE_CLR_RES_CLR_CRDT...more details

GET_DOC_TYPE_CLR_RES_REV_CLRDocument type and Clearing reason for Reversal of clearingPublic
CALL METHOD if_badi_dim_proxy_methods=>GET_DOC_TYPE_CLR_RES_REV_CLR...more details

GET_DOC_TYPE_CLR_RES_REV_OIDocument type and Clearing reason for Reversal of open itemsPublic
CALL METHOD if_badi_dim_proxy_methods=>GET_DOC_TYPE_CLR_RES_REV_OI...more details

GET_DOC_TYPE_FOR_RETURNDocument type for returnPublic
CALL METHOD if_badi_dim_proxy_methods=>GET_DOC_TYPE_FOR_RETURN...more details

GET_RETURN_LOT_HOUSE_BANKGet House Bank ID for Return LotPublic
CALL METHOD if_badi_dim_proxy_methods=>GET_RETURN_LOT_HOUSE_BANK...more details

GET_RETURN_REASONGet Return reasonPublic
CALL METHOD if_badi_dim_proxy_methods=>GET_RETURN_REASON...more details

GET_SELECTION_CATG_FOR_RETURNSelection Category for returnPublic
CALL METHOD if_badi_dim_proxy_methods=>GET_SELECTION_CATG_FOR_RETURN...more details

GET_WAIVER_REASONGet Waiver Reason for LoansPublic
CALL METHOD if_badi_dim_proxy_methods=>GET_WAIVER_REASON...more details




Links to Related Class(s)

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