ExtensionIn> parameter should betransferred with an initial value.
The BAPI_GETLIST_ADD_SELECTS method in the ISM_AM_ORDER_BAPI BAdI isused to evaluate additional selection criteria.Further information
Additional information is available in the Customer Enhancement Conceptfor BAPIs in the BAPI programming guidelines.
Description
This parameter contains the sales documents that were selected usingthe selection criteria transferred.
Description
This parameter contains the item categories that the sales documentitems selected are to contain.
INCLUDE BAPI_DATAELEMENT
Value range
If this parameter is transferred with an initial value, the systemselects sales document items independently of the item category.
Description
This parameter contains the sales document items that were selectedusing the selection criteria transferred.
Description
This parameter contains the business partner whose sales documents areto be selected.
The system only takes account of business partner assignments at headerand item level during selection.
INCLUDE BAPI_DATAELEMENT
Value range
If this parameter is transferred with an initial value, the systemselects all sales document independently of the business partnersinvolved.
Notes
SAP BP
INCLUDE ISM_BAPI_BPEXT
Business partner number,,,, Business partner number in external system
ADVERTISER,,,,ADVERTISER_EXTERNAL
Description
This parameter contains the business partner roles to be performed bybusiness partners in the sales documents selected.
INCLUDE BAPI_DATAELEMENT
Value range
The system only evaluates this parameter if business partners are alsotransferred in the Partner
> parameter.
If this parameter is transferred with an initial value, the systemselects sales documents for business partners independently of theroles that they perform.
INCLUDE ISM_BAPI_RETURNDescription
This parameter is used to transfer additional selection criteria toselection using view JHVAPU1 in the form of an ABAP WHERE clause
Example
SELECT * FROM JHVAPU1 WHERE
....
AND
'( AVM_HRKNFT = '''I''' OR' "Selection[1]
' AVM_HRKNFT = '''T''' )' "Selection[2]
.
Notes
Additional information on making entries in the parameter is availablein the Logical Requirements unit of the ABAP documentation.