Menu

SAP Function Module SD_COND_STATISTICS_READ

Lesen von Statistiken zu einem Konditionssatz

The Function Module SD_COND_STATISTICS_READ (Lesen von Statistiken zu einem Konditionssatz) is a standard Function Module in SAP ERP and is part of the function group V15E within the package VKO1.

Technical Information

Function Module SD_COND_STATISTICS_READ
Short Text Lesen von Statistiken zu einem Konditionssatz
Function Group V15E
Package VKO1
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BUFFER_READ LIKE 'X' 'X' to display if buffer data, ' ' otherwise
CONDITION_ITEM LIKE KONP-KOPOS Serial number of condition (-> KONP-KOPOS)
CONDITION_NUMBER LIKE KONP-KNUMH Number condition record (-> KONP-KNUMH)
S060_NOT_READ LIKE 'X' Flag whether S060 is not to be read
S071_NOT_READ LIKE ' ' Flag whether S071 is not to be read
SALES_ORDER LIKE S071-AUNR1 ' ' Sales document (-> S071-AUNR1)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
KAWRT_S060 LIKE S060-KAWRT_K Cumulative condition base value from billing document
KAWRT_SUM LIKE S071-KAWRT Total of the condition base values
KSTBS_S060 LIKE S060-KSTBS Cumulative scale base value from billing document
KWERT_S060 LIKE S060-KWERT_K Cumulative condition value from billing document
KWERT_SUM LIKE S071-KWERT Total of the condition values
NMB_OF_SALES_ORDERS LIKE No. of different sales documents in selection
SALES_ORDER_EXISTS LIKE 'X', if SALES_ORDER appears in selection

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.