Return messages>
INCLUDE BAPI_RETDescription
This parameter contains the SD document header data.
You can find information on the meaning of the individual parameterfields in the appropriate data element documentation in the ABAPdictionary.
Description
The SD document number (parameter SALESDOCUMENT) has to be transferredas import parameter.
Description
If you have defined customer fields in the tables VBAK, VBAP, VBEP andESLL, you can read the data in these fields using this parameter.
Further information
You can find further information in note 143580.
Description
This parameter contains the item output data for the sales order.
Description
This table contains the partner data such as sold-to party and ship-toparty.
Description
This parameter contains the schedule line data.
You can find information on the meaning of the individual parameterfields in the appropriate data element documentation in the ABAPdictionary.
Description
This table contains the services and service outlines of the order.
You can define a line as an outline line using the field OUTL_IND.
Youc an assign a service line to an outline line using fields PCKG_NO(service line) and SUBPCKG_NO (outline line).
The hierarchy of the outline is represneted by fields LINE_NO andHI_LINE_NO. Field HI_LINE_NO links to field LINE_NO of the superioroutline.
You can find further information on the meaning of the individualparameters in the appropriate data element documentation in the ABAPdictionary.
Description
This parameter contains the condition data for the service lines.
Description
The table contains the long text for the service line:
- text type LTXT for the long text in field TEXT_ID
- the actual text lines in field TEXT_LINE
The package number (PCKG_NO) forms the link to the service line forwhich the text is to be read.Description
The return code for the function module is returned in this structure.
Structure>
TYPE Message type: S Success, E Error, W Warning, I Information
CODE Message code
MESSAGE Message text
LOG_NO Application log: log number
LOG_MSG_NO Application log: sequence number of messageValue range
If no error occurs, the return parameter is initial (blank). Otherwisethe appropriate error messages with short text are displayed.