Entering content frameFunction documentation Filter Option in the Condition Pointer Analysis Locate the document in its SAP Library structure

Use

The result table, PXT_FILIA_FILTER, has already been created in the FORM routine, FILIA_GROUP_CHECK, and contains all the stores that are relevant to the current condition change. The current condition change can only be sent to those stores that are contained in this table.

You can use this function to reduce results table PXT_FILIA_FILTER using your own filter criteria or to create a completely new result table. If you have a smaller results table, the performance of the change message in POS outbound improves.

Features

The function module interface that contains the function exit is defined as follows:

Name

EXIT_SAPLWPDA_015

Input

Parameters that can be used to change the data

 

PI_PERIODS

Validity period of condition in question

 

PI_KOMG

Structure with condition object keys

 

PI_KONH

Condition header record

 

PI_POINTER

Condition change pointer to be analyzed (optional)

 

PI_WIND

Record to be analyzed from the WIND table (optional)

 

PI_MODE

K: normal condition

W: normal condition but WIND logic

N: free-goods discount condition

Tables

PIT_FILIA

Table of stores from this group

 

PIT_KONDART

Table containing POS-relevant condition types

 

PXT_FILIA_FILTER

Results table containing the relevant stores

 

 

Leaving content frame