SAP ABAP Class CL_CRM_SD_BILLING_ADAPTER (Post CRM billing documents to SD)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM (Package) Customer Relationship Management (Interfaces SFA Server)
Properties
Class CL_CRM_SD_BILLING_ADAPTER  
Short Description Post CRM billing documents to SD    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM   Customer Relationship Management (Interfaces SFA Server) 
Created 20090211   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CRMBI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CRM_SD_BILLING_ADAPTER has no interface implemented.
Friends
Class CL_CRM_SD_BILLING_ADAPTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FKTYP_ENHANCED_REBATES Constant Private Type reference (TYPE) FKTYP 'C' Billing category 20090408
2 GC_MAX_INVOICES Constant Private Type reference (TYPE) P 99000 Maximum number of documents per package 20090211
3 GR_CURRENT_VBRKCRM Static Attribute Protected Object reference (TYPE REF TO) CRMBI_SDB_VBRKCRM 20090323
4 GV_SAMMG Static Attribute Private Type reference (TYPE) SAMMG Group 20090211
5 GV_USE_COLLRUN Static Attribute Private Type reference (TYPE) FLAG General Flag 20090211
6 SC_OBJTYPE_REBAGR Constant Public Type reference (TYPE) SWO_OBJTYP 'BUS3031' 20090211
7 SO_VGPOS_GENERATOR Static Attribute Private Object reference (TYPE REF TO) LCL_VGPOS_GEN 20090211
8 ST_BOART_AUART Static Attribute Protected See coding 20090211
9 ST_CRITICAL_VAKEY Static Attribute Protected Type reference (TYPE) TY_STRING_TAB 20090311
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_POSTING_STATUS Static method Protected Method Check the successful FI posting and determine the status 20090211
2 CONVERT_BAPIVBRKCRM_TO_SD Static method Public Method Convert the BAPI structures to SD format 20090211
3 CREATE_SD_INVOICES Static method Public Method Create SD Invoices and post them immediately 20090211
4 GET_CURRENT_DOCUMENT Static method Protected Method Get the current document of the whole worklist 20090211
5 GET_REF_FIELDS_KOMV Static method Protected Method 20090211
6 HANDLE_CANCELLATION Static method Protected Method Check whether the document is a cancellation 20090211
7 INITIALIZE_COLLECTIVE_RUN Static method Protected Method Initialize collective run (get new number) 20090211
8 IS_ALREADY_EXISTING Static method Protected Method Check if SD document is already existing for the CRM invoice 20090211
9 IS_CANCELLATION Static method Protected Method Is it a cancellation document? 20090211
10 IS_PARTIAL_CANCELLATION Static method Protected Method Is it a partial cancellation document? 20090401
11 MAP_ACCOUNTING_MANAGER Static method Protected Method Map accounting manager fields 20090211
12 MAP_DOCUMENT_ADDRESS Static method Protected Method Map document addresses 20090211
13 MAP_HEAD_ITEM Static method Protected Method Map head/item of VBRKCRM 20090211
14 MAP_MARKETING_REFERENCES Static method Protected Method Map marketing reference objects 20090211
15 MAP_PRICE_CONDITION Static method Protected Method Map price conditions 20090211
16 MAP_TEXTS Static method Protected Method 20090211
17 REBATE_INTEGRATION Static method Protected Method Integration into Enhanced Rebates 20090514
18 REBATE_INTEGRATION_OLD Static method Protected Method Integration into Enhanced Rebates 20090512
19 REVERT_AMOUNTS Static method Protected Method Convert amounts (positive-->negative) of current document 20090223
20 RI_ADD_CORRECTION_ITEMS Static method Protected Method 20090211
21 RI_CREATE_FILTER Static method Protected Method 20090211
22 RI_GET_AUART Static method Protected Method 20090211
23 RI_GET_CRIT_VAKEY_FIELDS Static method Protected Method 20090311
24 RI_JOIN_VAKEY_WITH_ITEM Static method Protected Method 20090211
25 RI_MERGE_REB_STAT_WITH_CI Static method Protected Method 20090211
26 RI_PRORATION Static method Protected Method 20090514
27 RI_PRORATION_OLD Static method Protected Method 20090512
Events
Class CL_CRM_SD_BILLING_ADAPTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_BOART_AUART Protected See coding 20090211 BEGIN OF TY_BOART_AUART, BOART TYPE BOART, AUART_B1 TYPE AUART_B1, AUART_B2 TYPE AUART_B2, AUART_B3 TYPE AUART_B4, END OF TY_BOART_AUART
2 TY_KOMFKGN_REBVAL Protected See coding 20090225 BEGIN OF TY_KOMFKGN_REBVAL, KOMFKGN_REF TYPE REF TO KOMFKGN, REBVAL TYPE DECFLOAT34, END OF TY_KOMFKGN_REBVAL
3 TY_STRING_TAB Protected See coding 20090311 TY_STRING_TAB TYPE HASHED TABLE OF string WITH UNIQUE KEY TABLE_LINE
4 TY_VAKEY_TAB Protected See coding Variable key 100 bytes 20090211 TY_VAKEY_TAB type STANDARD TABLE OF VAKEY
5 TY_VAL_PER_REBAGR Protected See coding 20090507 begin of ty_val_per_rebagr, knuma TYPE knuma, rebate_val_abs TYPE decfloat34, rebate_val_sca TYPE kwert, scaling_factor TYPE decfloat34, bv_idx_f TYPE i, bv_idx_t TYPE i, end of ty_val_per_rebagr
Method Signatures

Method CHECK_POSTING_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_PROCESSING_STATUS Call by reference Type reference (TYPE) CRMBI_PROCESSING_STATUS 20090211
2 Changing CT_VBFS Call by reference Type reference (TYPE) VBFS_T Error Log for Collective Processing 20090211
3 Importing IT_VBRK Call by reference Type reference (TYPE) VBRKVB_T Table for Structure VBRKVB 20090211

Method CHECK_POSTING_STATUS on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method CONVERT_BAPIVBRKCRM_TO_SD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CLAIM_TYPE Call by reference Type reference (TYPE) CRMBI_SDB_CLAIM_TYPE_T 20090311
2 Changing CT_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN_TAB Table Type KOMFKGN 20090211
3 Changing CT_KOMFKKO Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20090211
4 Changing CT_KOMFKTX Call by reference Type reference (TYPE) KOMFKTX_TAB Table type KOMFKTX 20090211
5 Importing IS_CURR_DOC Call by reference Type reference (TYPE) CRMBI_SDB_UNPACKED_BAPIMTCS 20090211

Method CONVERT_BAPIVBRKCRM_TO_SD on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method CREATE_SD_INVOICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_INPUT Call by reference Type reference (TYPE) CRMBI_SDB_UNPACKED_BAPIMTCS 20090211
2 Changing CT_PROCESSING_STATUS Call by reference Type reference (TYPE) CRMBI_PROCESSING_STATUS_T 20090211
3 Changing CT_VBFS Call by reference Type reference (TYPE) VBFS_T Error Log for Collective Processing 20090211

Method CREATE_SD_INVOICES on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method GET_CURRENT_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_CURR_DOC Call by reference Type reference (TYPE) CRMBI_SDB_UNPACKED_BAPIMTCS 20090211
2 Importing IS_INPUT Call by reference Type reference (TYPE) CRMBI_SDB_UNPACKED_BAPIMTCS 20090211
3 Importing IS_PROC_STATUS Call by reference Type reference (TYPE) CRMBI_PROCESSING_STATUS 20090211

Method GET_CURRENT_DOCUMENT on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method GET_REF_FIELDS_KOMV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RV61A_AWEI1 Call by reference Type reference (TYPE) RV61A-AWEI1 Rate unit (currency, sales unit, or %) 20090211
2 Exporting EV_RV61A_KOEI1 Call by reference Type reference (TYPE) RV61A-KOEI1 Rate unit (currency, sales unit, or %) 20090211
3 Exporting EV_RV61A_STEI1 Call by reference Type reference (TYPE) RV61A-STEI1 Rate unit (currency, sales unit, or %) 20090211
4 Importing IS_KOMV Call by reference Type reference (TYPE) KOMV Pricing Communications-Condition Record 20090211
5 Importing IV_WAERK Call by reference Type reference (TYPE) KOMK-WAERK SD Document Currency 20090211

Method GET_REF_FIELDS_KOMV on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method HANDLE_CANCELLATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_PROCESSING_STATUS Call by reference Type reference (TYPE) CRMBI_PROCESSING_STATUS 20090211
2 Changing CS_VBSK Call by reference Type reference (TYPE) VBSK Collective Processing for a Sales Document Header 20090211
3 Changing CT_RETURN Call by reference Type reference (TYPE) VBFS_T Error Log for Collective Processing 20090211
4 Exporting EV_CANCELLATION_SUCCESSFUL Call by reference Type reference (TYPE) ABAP_BOOL 20090211
5 Importing IS_CURR_DOC Call by reference Type reference (TYPE) CRMBI_SDB_UNPACKED_BAPIMTCS 20090211

Method HANDLE_CANCELLATION on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method INITIALIZE_COLLECTIVE_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_VBSK Call by reference Type reference (TYPE) VBSK Collective Processing for a Sales Document Header 20090211

Method INITIALIZE_COLLECTIVE_RUN on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method IS_ALREADY_EXISTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CURR_DOC Call by reference Type reference (TYPE) CRMBI_SDB_UNPACKED_BAPIMTCS 20090211
2 Returning RV_VALUE Value transfer Type reference (TYPE) FLAG General Flag 20090211

Method IS_ALREADY_EXISTING on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method IS_CANCELLATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CURR_DOC Call by reference Type reference (TYPE) CRMBI_SDB_UNPACKED_BAPIMTCS 20090211
2 Returning RV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20090211

Method IS_CANCELLATION on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method IS_PARTIAL_CANCELLATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CURR_DOC Call by reference Type reference (TYPE) CRMBI_SDB_UNPACKED_BAPIMTCS 20090401
2 Returning RV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20090401

Method IS_PARTIAL_CANCELLATION on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method MAP_ACCOUNTING_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN Billing Interface: Communication Table 20090211
2 Importing IS_VBRKCRM Call by reference Type reference (TYPE) CRMBI_SDB_VBRKCRM 20090211
3 Importing IT_MARKETING Call by reference Type reference (TYPE) CRMBI_SDB_MARKETING_T 20090211

Method MAP_ACCOUNTING_MANAGER on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method MAP_DOCUMENT_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN Billing Interface: Communication Table 20090211
2 Importing IS_VBRKCRM Call by reference Type reference (TYPE) CRMBI_SDB_VBRKCRM 20090211
3 Importing IT_PARTNERS Call by reference Type reference (TYPE) CRMBI_SDB_SDPART_T 20090211

Method MAP_DOCUMENT_ADDRESS on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method MAP_HEAD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN Billing Interface: Communication Table 20090311
2 Changing CT_CLAIM_TYPE Call by reference Type reference (TYPE) CRMBI_SDB_CLAIM_TYPE_T 20090311
3 Importing IS_VBRKCRM Call by reference Type reference (TYPE) CRMBI_SDB_VBRKCRM 20090211
4 Importing IT_MARKETING Call by reference Type reference (TYPE) CRMBI_SDB_MARKETING_T 20090211
5 Importing IT_PARTNERS Call by reference Type reference (TYPE) CRMBI_SDB_SDPART_T 20090211

Method MAP_HEAD_ITEM on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method MAP_MARKETING_REFERENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN Billing Interface: Communication Table 20090211
2 Importing IS_VBRKCRM Call by reference Type reference (TYPE) CRMBI_SDB_VBRKCRM 20090211
3 Importing IT_MARKETING Call by reference Type reference (TYPE) CRMBI_SDB_MARKETING_T 20090211

Method MAP_MARKETING_REFERENCES on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method MAP_PRICE_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SDCOND Call by reference Type reference (TYPE) CRMBI_SDB_SDCOND 20090211
2 Returning RS_KOMV Value transfer Type reference (TYPE) KOMV Pricing Communications-Condition Record 20090211

Method MAP_PRICE_CONDITION on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method MAP_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SDTEHD Call by reference Type reference (TYPE) CRMBI_SDB_SDTEHD_T 20090211
2 Importing IT_SDTEXT Call by reference Type reference (TYPE) CRMBI_SDB_SDTEXT_T 20090211
3 Returning RT_KOMFKTX Value transfer Type reference (TYPE) KOMFKTX_TAB Table type KOMFKTX 20090211

Method MAP_TEXTS on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method REBATE_INTEGRATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN_TAB Table Type KOMFKGN 20090514
2 Changing CT_KOMFKKO Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20090514
3 Changing CT_KOMFKTX Call by reference Type reference (TYPE) KOMFKTX_TAB Table type KOMFKTX 20090514
4 Changing CT_VBFS Call by reference Type reference (TYPE) VBFS_T Error Log for Collective Processing 20090514
5 Importing IS_CURRENT_DOCUMENT Call by reference Type reference (TYPE) CRMBI_SDB_UNPACKED_BAPIMTCS 20090514
# Exception Resumable Description Created on
1 ERROR_OCCURRED 20090514

Method REBATE_INTEGRATION_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN_TAB Table Type KOMFKGN 20090512
2 Changing CT_KOMFKKO Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20090512
3 Changing CT_KOMFKTX Call by reference Type reference (TYPE) KOMFKTX_TAB Table type KOMFKTX 20090512
4 Changing CT_VBFS Call by reference Type reference (TYPE) VBFS_T Error Log for Collective Processing 20090512
5 Importing IS_CURRENT_DOCUMENT Call by reference Type reference (TYPE) CRMBI_SDB_UNPACKED_BAPIMTCS 20090512
# Exception Resumable Description Created on
1 ERROR_OCCURRED 20090512

Method REVERT_AMOUNTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KOMFKKO Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20090223

Method REVERT_AMOUNTS on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method RI_ADD_CORRECTION_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN_TAB Table Type KOMFKGN 20090211
2 Changing CT_KOMFKKO Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20090211
3 Changing CT_KOMFKTX Call by reference Type reference (TYPE) KOMFKTX_TAB Table type KOMFKTX 20090211
4 Exporting ET_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN_TAB Table Type KOMFKGN 20090211
5 Exporting ET_KOMFKKO Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20090211
6 Exporting ET_KOMFKTX Call by reference Type reference (TYPE) KOMFKTX_TAB Table type KOMFKTX 20090211
7 Importing IR_VGPOS_GENERATOR Call by reference Object reference (TYPE REF TO) LCL_VGPOS_GEN 20090211
8 Importing IS_CURRENT_DOCUMENT Call by reference Type reference (TYPE) CRMBI_SDB_UNPACKED_BAPIMTCS 20090211
9 Importing IS_CURRENT_ITEM Call by reference Type reference (TYPE) CRMBI_SDB_VBRKCRM 20090211

Method RI_ADD_CORRECTION_ITEMS on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method RI_CREATE_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILTER_FIELDS Call by reference Type reference (TYPE) SDREBATE_FIELD_T Fieldname/Value 20090211
2 Importing IS_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN Billing Interface: Communication Table 20090211
3 Importing IS_VBRKCRM Call by reference Type reference (TYPE) CRMBI_SDB_VBRKCRM 20090211

Method RI_CREATE_FILTER on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method RI_GET_AUART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BOART Call by reference Type reference (TYPE) BOART Agreement type 20090211
2 Returning RV_AUART Value transfer Type reference (TYPE) AUART Sales Document Type 20090211
# Exception Resumable Description Created on
1 NO_ORDER_TYPE 20090211

Method RI_GET_CRIT_VAKEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CRIT_VAKEY_FIELDS Value transfer Type reference (TYPE) TY_STRING_TAB 20090311

Method RI_GET_CRIT_VAKEY_FIELDS on class CL_CRM_SD_BILLING_ADAPTER has no exception.

Method RI_JOIN_VAKEY_WITH_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN Billing Interface: Communication Table 20090211
2 Importing IS_KOMFKGN_VAKEY Call by reference Type reference (TYPE) KOMFKGN Billing Interface: Communication Table 20090211
3 Importing IV_BOART Call by reference Type reference (TYPE) BOART Agreement type 20090219
# Exception Resumable Description Created on
1 MISMATCH_ERROR 20090213

Method RI_MERGE_REB_STAT_WITH_CI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_BONUS_VALUE Call by reference Type reference (TYPE) SDREBATE_VALUE_FILT_T Open Payment Value of Selected Rebates 20090211
2 Importing IT_AGREEMENTS Call by reference Type reference (TYPE) SDREBATE_AGR_T Agreement Properties (Excerpt? Extract? Summary?) 20090309
3 Importing IT_KOMFKGN_CI Call by reference Type reference (TYPE) KOMFKGN_TAB Table Type KOMFKGN 20090211
4 Importing IT_KOMFKKO_CI Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20090211
# Exception Resumable Description Created on
1 ERROR_OCCURRED 20090310

Method RI_PRORATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN_TAB Table Type KOMFKGN 20090514
2 Changing CT_KOMFKKO Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20090514
3 Changing CT_KOMFKTX Call by reference Type reference (TYPE) KOMFKTX_TAB Table type KOMFKTX 20090514
4 Changing CT_VBFS Call by reference Type reference (TYPE) VBFS_T Error Log for Collective Processing 20090514
5 Importing IS_CURRENT_VBRKCRM Call by reference Type reference (TYPE) CRMBI_SDB_VBRKCRM 20090514
6 Importing IT_AGREEMENTS Call by reference Type reference (TYPE) SDREBATE_AGR_T Agreement Properties (Excerpt? Extract? Summary?) 20090514
7 Importing IT_BONUS_VALUE Call by reference Type reference (TYPE) SDREBATE_VALUE_FILT_T Open Payment Value of Selected Rebates 20090514
8 Importing IT_CONDITIONS Call by reference Type reference (TYPE) COND_KONPDB_T Table Kondpb 20090514
9 Importing IV_SETTLEMENT_VALUE Call by reference Type reference (TYPE) KWERT Condition value 20090514
10 Importing IV_TOTAL_REBATE_VALUE Call by reference Type reference (TYPE) DECFLOAT34 20090514
# Exception Resumable Description Created on
1 ERROR_OCCURRED 20090514

Method RI_PRORATION_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KOMFKGN Call by reference Type reference (TYPE) KOMFKGN_TAB Table Type KOMFKGN 20090512
2 Changing CT_KOMFKKO Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20090512
3 Changing CT_KOMFKTX Call by reference Type reference (TYPE) KOMFKTX_TAB Table type KOMFKTX 20090512
4 Changing CT_VBFS Call by reference Type reference (TYPE) VBFS_T Error Log for Collective Processing 20090512
5 Importing IS_CURRENT_VBRKCRM Call by reference Type reference (TYPE) CRMBI_SDB_VBRKCRM 20090512
6 Importing IT_AGREEMENTS Call by reference Type reference (TYPE) SDREBATE_AGR_T Agreement Properties (Excerpt? Extract? Summary?) 20090512
7 Importing IT_BONUS_VALUE Call by reference Type reference (TYPE) SDREBATE_VALUE_FILT_T Open Payment Value of Selected Rebates 20090512
8 Importing IT_CONDITIONS Call by reference Type reference (TYPE) COND_KONPDB_T Table Kondpb 20090512
9 Importing IV_SETTLEMENT_VALUE Call by reference Type reference (TYPE) DECFLOAT34 20090512
10 Importing IV_TOTAL_REBATE_VALUE Call by reference Type reference (TYPE) DECFLOAT34 20090512
# Exception Resumable Description Created on
1 ERROR_OCCURRED 20090512
History
Last changed by/on SAP  20130531 
SAP Release Created in 605