Functionality You use this module to create or change a document for a characteristicvalue. This module is similar to function module RSOD_CREATE_DOC_META>. The only difference lies in how you specifydocument properties. This is explained below:Specific parameters (selection) for documents for master data: The characteristic value must be specified consistently for thecharacteristic name (I_CHANM) and the characteristic value (I_CHAVL). Ifa characteristic has a reference, the document is created/changed forthe reference characteristic. In parameter I_CHAVL, the correct internalvalue of the characteristic has to be left-justified when it istransferred. Examples:
- For compound characteristics, the characteristic value must be
transferred in concatenated form. For example, 10010000001000 for thecost center (10 digits) 1000 in controlling area 1001 (4 digits).
- If the characteristic is 10 digits long plus the ALPHA conversion exit,
external value 1234 has to be written left-aligned as 0000001234 infield I_CHAVL.
- If the characteristic is a characteristic of type NUMC3 like the time
characteristic posting period (0FISCPER3), external value 4 has to beleft-aligned (004) when it is transferred.
- You can also use the parameter I_DOC_TYPE to specify the > of the
document.
|