The Function Module BAPI_PURORD_PROXY_UPLOAD (Proxy BAPI for Uploading Purchase Orders) is a standard Function Module in SAP ERP and is part of the function group CRM_LEASING_PO within the package CRM_LEASING_PI.
Function Module | BAPI_PURORD_PROXY_UPLOAD |
Short Text | Proxy BAPI for Uploading Purchase Orders |
Function Group | CRM_LEASING_PO |
Package | CRM_LEASING_PI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_DESTIN | LIKE | CRM_PARA-RFCSERVER | RFC destination server system | |
IM_PURORD_HEADER | LIKE | BAPIMEPOHEADER | Purchase Order Header Data | |
IM_PURORD_HEADER_X | LIKE | BAPIMEPOHEADERX | Purchase Order Header Data (Change Toolbar) | |
IM_TESTRUN | LIKE | BAPIFLAG-BAPIFLAG | Single-Character Indicator | |
IM_UPLOAD_ID | LIKE | BAPICRMDH2-REF_ID | Unique reference number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_BAPICRMDH2 | LIKE | BAPICRMDH2 | BAPI Structure for Downloading Header Data |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXT_RETURN | LIKE | BAPIRET2 | Return parameter | |
IMT_PURORD_ITEMS | LIKE | BAPIMEPOITEM | Purchase order item | |
IMT_PURORD_ITEMS_X | LIKE | BAPIMEPOITEMX | Purchase Order Item Data (Change Toolbar) |
This function module does not define any Exceptions.