Menu

SAP Function Module BAPI_TRADINGCONTRACT_GET_LIST

Trading Contract: Determine Document Information

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module BAPI_TRADINGCONTRACT_GET_LIST (Trading Contract: Determine Document Information) is a standard Function Module in SAP ERP and is part of the function group 2124 within the package WB2B.

Technical Information

Function Module BAPI_TRADINGCONTRACT_GET_LIST
Short Text Trading Contract: Determine Document Information
Function Group 2124
Package WB2B
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MAXLINES LIKE BAPIACGL-MAX_LINES '500' Maximum No. of Hits

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
BUSINESSDATAOUT LIKE BAPITCBUSO Communication Structure: Trading Contract Business Data
BUSPARTYOUT LIKE BAPITCPARTYO Communication Structure: Trading Contract Partner
CUSTOMERRANGE LIKE BAPI_RANGESKUNNR BAPI Selection Structure: Customer
DISCHANELRANGE LIKE BAPI_RANGESVTWEG BAPI Selection Structure: Distribution Channel
DIVISIONRANGE LIKE BAPI_RANGESSPART BAPI Selection Structure: Division
DOCUMENTNUMBERRANGE LIKE BAPITCDOCRAN BAPI Selection Structure: Document Numbers of Ag. Business
EXTENSIONOUT LIKE BAPIPAREX Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT
HEADDATAOUT LIKE BAPITCHEADO Communication Structure: Trading Contract Header Data:
HEADTEXTOUT LIKE BAPITCHEADCTEXT Trading Contract: Header Text in case of Change
ITEMDATAOUT LIKE BAPITCITEMO Communication Structure: Trading Contract Item
ITEMTEXTOUT LIKE BAPITCITEMCTEXT Trading Contract: Item Texts in Case of Change
MATERIALRANGE LIKE BAPI_RANGESMATNR BAPI Selection Structure: Material Number
MATLGROUPRANGE LIKE BAPI1068T4 Range Table for Material Group
PLANTRANGE LIKE BAPIPLANT Ranges Table for Organizational Unit Plant
PURCHORGRANGE LIKE BAPI_RANGESEKORG BAPI Selection Structure: Purchasing Organization
PURGROUPRANGE LIKE BAPI_RANGESEKGRP BAPI Selection Structure: Purchasing Group
RETURN LIKE BAPIRET2 Return parameter
SALESORGRANGE LIKE BAPI_RANGESVKORG BAPI Selection Structure: Sales Organization
SCHEDULEDATAOUT LIKE BAPITCSHLO Communication Structure: Trading Contract Sched. Line Data
STATUSRANGE LIKE BAPI_BTBSTARANGE Trading Contract:Range Structure for Trading Contract Status
VENDORRANGE LIKE BAPI_RANGESLIFNR BAPI Selection Structure: Vendor

Exceptions

This function module does not define any Exceptions.