Menu

SAP Function Module SD_COND_STATISTICS_READ

Lesen von Statistiken zu einem Konditionssatz

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

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.