ABAP OO Class Methods

SET_PARTNER_REFERENCE SAP Method - Set Partner Reference







Below is documentation, parameters and attributes of ABAP Method SET_PARTNER_REFERENCE within SAP class IWCI_BBP_IV_IMS_PARTNER. There is also a number of example ABAP code snipts to help you implement this method.

This method is available within SAP systems depending on your version and release level and you can view further information by entering the class name IWCI_BBP_IV_IMS_PARTNER into relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in. Also check out the contributions below to view or add related hints, tips, example screen shots and any other information.


SAP Class method belongs too

IWCI_BBP_IV_IMS_PARTNER

Method Name

SET_PARTNER_REFERENCE

Method Type

Instance Method:   This is an Instance Method so needs to be instantiated first before you can access any of the methods. I.e. you need to create a local variable of TYPE ref to the class.







Exceptions:



Example ABAP coding


DATA: lo_PARTNER TYPE REF TO IWCI_BBP_IV_IMS_PARTNER .
CALL METHOD lo_PARTNER->SET_PARTNER_REFERENCE( ).