Menu

SAP Function Module BAPI_CREDITREQUES_PROXY_CREATE

Proxy BAPI for Credit Memo Upload in SFA Context: Create

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_CREDITREQUES_PROXY_CREATE (Proxy BAPI for Credit Memo Upload in SFA Context: Create) is a standard Function Module in SAP ERP and is part of the function group CRMA within the package CRM.

Technical Information

Function Module BAPI_CREDITREQUES_PROXY_CREATE
Short Text Proxy BAPI for Credit Memo Upload in SFA Context: Create
Function Group CRMA
Package CRM
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_BEHAVE_WHEN_ERROR LIKE BAPIFLAG-BAPIFLAG 'R' Error Handling
I_BINARY_RELATIONSHIPTYPE LIKE BRELTYP-RELTYPE Binary Relationship type (private)
I_DESTIN LIKE CRM_PARA-RFCSERVER RFC Destination of SFA Server
I_INT_NUMBER_ASSIGNMENT LIKE BAPIFLAG-BAPIFLAG 'X' Internal Item Number Assignment
I_LOGIC_SWITCH LIKE BAPISDLS Internal Control Parameter
I_SALESDOCUMENT LIKE BAPIVBELN-VBELN Sales Document Number
I_SALES_HEADER_IN LIKE BAPISDHD1 Order Header
I_SALES_HEADER_INX LIKE BAPISDHD1X Sales Order Check List
I_SENDER LIKE BDI_LOGSYS Logical System - Sender
I_SFA_REL LIKE CRM_PARA-SERVER_REL R/3 Release of SFA Server
I_TESTRUN LIKE BAPIFLAG-BAPIFLAG Test Run
I_UPLOAD_ID LIKE BAPICRMDH2-REF_ID Upload Flag

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_SALESDOCUMENT_EX LIKE BAPIVBELN-VBELN Number of Generated Document
E_STATUS LIKE CRM_PARA-UPLOADSTAT Return Status of BAPI

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
RETURN LIKE BAPIRET2 Return Messages
TI_EXTENSIONIN LIKE BAPIPAREX Customer Enhancment Import
TI_SALES_CCARD LIKE BAPICCARD Credit Card Data
TI_SALES_CFGS_BLOB LIKE BAPICUBLB Configuration: BLOB Internal Data (SCE)
TI_SALES_CFGS_INST LIKE BAPICUINS Configuration: Instances
TI_SALES_CFGS_PART_OF LIKE BAPICUPRT Configuration: Part-of Specifications
TI_SALES_CFGS_REF LIKE BAPICUCFG Configuration: Reference Data
TI_SALES_CFGS_VALUE LIKE BAPICUVAL Configuration: Characteristic Values
TI_SALES_CONDITIONS_IN LIKE BAPICOND Conditions
TI_SALES_ITEMS_IN LIKE BAPISDITM Item Data
TI_SALES_ITEMS_INX LIKE BAPISDITMX Checkbox Item Data
TI_SALES_PARTNERS LIKE BAPIPARNR Document Partner
TI_SALES_SCHEDULES_IN LIKE BAPISCHDL Schedule Line Data
TI_SALES_SCHEDULES_INX LIKE BAPISCHDLX Checkbox Schedule Line Data
TI_SALES_TEXT LIKE BAPISDTEXT Texts
TI_SFA_KEYS LIKE BAPICRMSFK Assignment of BAPI Structure to Tables
TO_SALES_KEYS LIKE BAPISDKEY Output Table of Reference Keys

Exceptions

This function module does not define any Exceptions.