Menu

SAP Function Module MM_ARRANG_COND_GROUP_READ

Ermitteln der Konditionsartengruppe (Handelsaktion)

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module MM_ARRANG_COND_GROUP_READ (Ermitteln der Konditionsartengruppe (Handelsaktion)) is a standard Function Module in SAP ERP and is part of the function group WNA1 within the package WBON.

Technical Information

Function Module MM_ARRANG_COND_GROUP_READ
Short Text Ermitteln der Konditionsartengruppe (Handelsaktion)
Function Group WNA1
Package WBON
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
APPLICATION LIKE T180-KAPPL Application
COND_GROUP_NUMBER LIKE T6B2-KOBOG Condition type groups: key
I_ABTYP_GENERAL TYPE C SPACE Arrangement category for treatment of arrangement
I_AKTION TYPE C SPACE Retail promotions active
I_BOART LIKE T6B1-BOART Arrangement type for determinatio of condition type groups
I_T6B1_READ TYPE C SPACE Read arrangement table
PRICE_ONLY TYPE C SPACE Return prices only
PROMOTION_CHECK TYPE C SPACE Check existence of retail promotion number
PROMOTION_NUMBER LIKE KONA-AKTNR Retail promotion number

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_T6B1 LIKE T6B1 Table of arrangement types
E_T6B1T LIKE T6B1T Text table for arrangement type
E_T6B2 LIKE T6B2 Table for condition type group
E_T6B2T LIKE T6B2T Text table for condition type group

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_T6B2F LIKE T6B2F Table with the condition types/tables
T_T6B2FI TYPE WBON_COND_GROUP_TYPS_TAB Table with condition types/tables/descriptions

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INVALID_BOART Invalid arrangement type
INVALID_COND_CLASS Wrong condition class
INVALID_KOBOG Invalid condition type group
KOBOG_NOT_EXIST Condition type group does not exist
MISSING_BOART Do not pass on arrangement type
NO_COND_GROUP_NUMBER Do not pass on any condition type group
TABLE_NOT_VALID Condition table for condition type not found