SAP ABAP Function Module CRM_LEAS_BILL_GET_R3_BUPA (Determination of R/3 partners for SD Billing)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-LAM-BF (Application Component) Basic Functions
     CRM_LEAS_BILL_IF (Package) CRM Leasing: Billing Interface to R/3
Basic Data
Function Module CRM_LEAS_BILL_GET_R3_BUPA Determination of R/3 partners for SD Billing  
Function Group CRM_LEAS_BILL_TOOLS   Central Modules for Transfer to R/3  
Program Name SAPLCRM_LEAS_BILL_TOOLS    
INCLUDE Name LCRM_LEAS_BILL_TOOLSU21    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EV_BP_SOLD_TO_GUID TYPE BU_PARTNER_GUID Sold_to partner (GUID)
Exporting EV_BP_SOLD_TO_CRM TYPE CRMT_PARTNER_NO Sold_to partner (CRM customer no)
Exporting EV_BP_SOLD_TO_R3 TYPE KUNAG Sold_to partner (R/3 customer no)
Exporting EV_BP_SHIP_TO_GUID TYPE BU_PARTNER_GUID Ship_to partner (GUID)
Exporting EV_BP_SHIP_TO_CRM TYPE CRMT_PARTNER_NO Ship_to partner (CRM customer no)
Exporting EV_BP_SHIP_TO_R3 TYPE KUNWE Ship_to partner (R/3 customer no)
Exporting EV_BP_BILL_TO_GUID TYPE BU_PARTNER_GUID Bill_to partner (GUID)
Exporting EV_BP_BILL_TO_CRM TYPE CRMT_PARTNER_NO Bill_to partner (CRM customer no)
Exporting EV_BP_BILL_TO_R3 TYPE KUNRE Bill_to partner (R/3 customer no)
Exporting EV_BP_PAYER_GUID TYPE BU_PARTNER_GUID Payer (GUID)
Exporting EV_BP_PAYER_CRM TYPE CRMT_PARTNER_NO Payer (CRM customer no)
Exporting EV_BP_PAYER_R3 TYPE KUNRG Payer (R/3 customer no)
Importing IV_ITEM_GUID TYPE CRMT_OBJECT_GUID Item GUID
Importing IV_BP_SOLD_TO_CRM TYPE CRMT_PARTNER_NO Number of sold_to partner
Importing IV_FLAG_SHIP_TO TYPE CRMT_BOOLEAN ' ' Ship_to partner = sold_to partner ?
Importing IV_FLAG_BILL_TO TYPE CRMT_BOOLEAN ' ' Bill_to partner = sold_to partner ?
Importing IV_FLAG_PAYER TYPE CRMT_BOOLEAN ' ' Payer = sold_to partner ?
Exception CRM_SOLD_TO_ERROR TYPE Not able to read sold_to partner for given item guid
Exception R3_SOLD_TO_ERROR TYPE Not able to determine r/3 customer number
Exception CRM_SHIP_TO_ERROR TYPE Not able to read ship_to partner for given item guid
Exception R3_SHIP_TO_ERROR TYPE Not able to determine r/3 customer number
Exception CRM_BILL_TO_ERROR TYPE Not able to read bill_to partner for given item guid
Exception R3_BILL_TO_ERROR TYPE Not able to determine r/3 customer number
Exception CRM_PAYER_ERROR TYPE Not able to read payer for given item guid
Exception R3_PAYER_ERROR TYPE Not able to determine r/3 customer number
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20030110 
SAP Release Created in 301