- BAPI_CASE_ADDELEMENTS - to get detailed information on how to fill the
parameters to add elements.Description
Case GUID of created case.
Description
Value for the case GUID for a new case. If this is not set, the GUID isgenerated automatically.
Description
The case type for a new case.
Description
Path pattern ID to be inserted into a new case.
Description
Flag. If set and an error occurs while data is being changed in a case,the method continues from the next component (attributes, notes,record). If the flag is not set, an error message is returned and thechanges are not saved.
Description
Table with names and values of the case attributes to be set.
Description
Text of the notes that are to be added to a case.
Description
Text IDs of the notes to be added to a case.
Description
Table ELEMENT_ATTRIBUTES contains the attributes of the elements to beinserted in a case record. This table could contain some, all or none ofthe entries for each inserted element.
Description
The table ELEMENT_IDENTIFICATION contains the SPS IDs and SP POIDs ofthe objects to be inserted.
The SPS ID parameter must be entered for each element. It is definedusing the key value for the field NAME = '%SPS_ID%'. All othername-value pairs for the element with the same ELEM_NO contain the SPPOID parameters of the element.
Description
Table ELEMENT_INSERTION contains the following columns:
- ELEM_NO: The number of an element, provides the bounding between the
element info in all input tables;
- ANCHOR: the anchor of the position in the record where the element is to
be inserted;
- DESCRIPTION: Description of the element, optional;
- MODEL_ID: The model id of the position in the record where the element
is to be inserted.
This table must contain an entry for each element from the tableELEMENT_IDENTIFICATION. Only one of the columns ANCHOR and MODEL ID mustbe filled for each element. If the model ID is set, then the anchor isnot taken into account.Description
Table ELEMENT_RELATIONS contains the relations between the elements andthe case. This table could contain some, all or none of the relationsfor each inserted element.
Description
Result of the BAPI call.
In contrast to the standard, the entry in the field ROW does notidentify the row number of the data record containing the value witherrors.
Rather, ROW identifies the sequence number of the element to be insertedfor which the error occurred. This is transferred in the field ELEM_NOof the table parameters ELEMENT_IDENTIFICATION, ELEMENT_INSERTION orELEMENT_PROPERTIES.