Fonction SAP BAPI_DISPUTE_CREATE - FSCM-DM: Create Dispute Case

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
AMOUNTS_DELTA BAPI_DISPUTE_AMOUNTS u 80 X FSCM-DM: BAPI - Amounts
CASE_GUID_CREATE BAPI_DISPUTE_SPLIT-CASE_GUID C 32 FSCM-DM: GUID (Internal Key of Dispute Case)
CASE_TYPE BAPI_DISPUTE_SPLIT-CASE_TYPE C 4 FSCM-DM: Case Type
NOTE_PROPERTIES BAPI_DISPUTE_NOTE_PROPERTIES u 6 X FSCM-DM: Properties for Notes for Dispute Case
TESTRUN BAPI_DISPUTE_FLAGS-TESTRUN C 1 X Switch to Simulation Session for Write BAPIs
UPDATE_TASK BAPI_DISPUTE_FLAGS-UPDATE_TASK C 1 'X' X FSCM-DM: Update Indicator

Paramètre Reférence Type Long. Description
CASE_GUID BAPI_DISPUTE_SPLIT-CASE_GUID C 32 FSCM-DM: GUID (Internal Key of Dispute Case)
RETURN BAPIRET2 u 548 Return Parameter

Paramètre Reférence Long. Facultatif Description
ATTRIBUTES BAPI_DISPUTE_ATTRIBUTE 163 X FSCM-DM: Attribute Value
FILECLASSIFICATION BAPI_DISPUTE_FILECLASS 13 X FSCM-DM: Classification for Attachment to Dispute
FILECONTENT BAPI_DISPUTE_FILECONTENT 648 X FSCM-DM: File content for Dispute Attachment
NOTES BAPI_DISPUTE_NOTE 134 X Text Lines for Notes for Dispute Case
OBJECTS BAPI_DISPUTE_OBJECT 110 X FSCM-DM: Objects

Functionality
This method is used to create dispute cases.

Description
Technical key (GUID) of the dispute case created.

Description
This structure contains the messages from the method call.

Description
This structure contains the amounts for the dispute case to be created.

Description
Technical key (GUID) of the dispute case to be created.

Description
Case type of the dispute case to be created.

Description
This structure contains properties (note category and language) of thenote.

Description
Indicator for simulation mode. If the indicator is set, there is nochange to the database.

Description
Indicator for the update. If the indicator is set, the dispute case iscreated in the update, otherwise the update is direct.

Default
UPDATE_TASK = 'X'

Description
This table contains the attributes of the dispute case. ATTR_IDcontains the name of the attribute, ATTR_VALUE the value.

Description
This table contains the classifications of the documents that areinserted in the record of the dispute case. A classification is definedfor every document that is transferred using the FILECONTENT parameter.
FILE_ID - sequential number of the document (same number as inFILECONTENT)
NEW_CLASS - classification of the document

Description
The fields of this structure are filled either from the application SAPBiller Direct or when creating the dispute case using the ESR service inorder to attach files to dispute cases. Their meanings are:
FILE_ID Sequential number
CONTENT_LINE Line for binary document content
COMP_ID Name of attachment
MIMETYPE Type of document
COMP_SIZE size of document in bytes

Description
This table contains the note for the dispute case to be created. Thenote is in the form of a SAPScript text.

Description
This table contains the BOR objects that are added to the record of thedispute case. OLD_CLASS must be empty on creation.