Fonction SAP BAPI_BPCONTACT_REMOVEFROM_ASGN - BAPI Partner Sales Activity RemoveFromAssigned

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
ROLETYPE_AB BAPI_VBKA_OBJREF_CR-ROLETYPE_AB C 1 Semantics Role Type of Instantiated Object
SALESACTIVITY VBKA-VBELN C 10 SD Document No. of a Sales Activity in Sales Support
SENDER BAPI_SENDER u 10 Logical System of Sender

Paramètre Reférence Long. Facultatif Description
OBJECT_LIST BAPIOBJID 100 Objects to be Linked
RETURN BAPIRET2 548 X Return Parameter

Functionality
This BAPI function module is used to delete relationships of businessobjects with the type "Assigned". This method can be used to removeobject references from a partner sales activity.
The data base change will only be initiated by the methodBapiService.TransactionCommit .
The relevant method has been implemented as a class mehtod. The returnparameter contains the processing log. It contains all messages (error,warning, information) from the consistency check.

Notes

,,The update is encapsulated in a PERFORM ... ON COMMIT.