CreateFromDataMultiple
You can use this BAPI function module to create partner salesactivities. In order to change the database, the following methods have to be called: - BusPartnerContact.Save
- BapiService.TransactionCommit
The relevant method has been implemented as a class method. The Return
parameter contains the processing log. The log includes all messages (error, warning, information) from the consistency check. Assignment of key fields:
Create with reference to an external reference objectREFOBJECTTYPE Object type of reference object, here "PROXY0001" or subtype REFOBJECTKY
Key of reference object type DOC_NUMBER not relevant REFDOCTYPE not relevant REFRELTYPE Binary relationship type, here 'VORL' The generated object reference can be displayed in the sales activity.
Create with reference to an internal reference object
REFOBJECTTYPE Object type of reference object REFOBJECTKY Key of reference object DOC_NUMBER not relevant REFDOCTYPE Sales activity type of reference object (only ifreference = sales activity) REFRELTYPE Binary relationship type
The generated object reference can be displayed in the sales activity.
Create without reference to a reference objectREFOBJECTTYPE blank REFOBJECTKY blank DOC_NUMBER Handle REFDOCTYPE not relevant
REFRELTYPE blank The fields REFOBJECTTYPE, REFOBJECTKY and DOC_NUMBER are internally identifying for an instance! Further InformationSFA Interface (Specification and Design)
|