SAP ABAP Class CL_LOG_TRM_INT_UTILITIES (Provides utility methods)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-INT-TRM (Application Component) Treasury and Risk Management Integration
     LOG_TRM_INTEGRATION (Package) Log. & TRM Integration
Properties
Class CL_LOG_TRM_INT_UTILITIES  
Short Description Provides utility methods    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package LOG_TRM_INTEGRATION   Log. & TRM Integration 
Created 20100902   SAP 
Last change 20140121   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 CL_LOG_TRM_CTY_INTEGRATION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_LOG_TRM_INT_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_SD_TRM_CTY_INTEGRATION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 MRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_LOG_TRM_INT_UTILITIES has no interface implemented.
Friends
Class CL_LOG_TRM_INT_UTILITIES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_TRANSFER_REL Static Attribute Private Type reference (TYPE) LOGTRM_S_RELEVANCY Log to TRM Relevancy 20110302
2 MT_SLS_EXPOSURE Static Attribute Private Type reference (TYPE) LOGTRM_T_RAW_EXPOSURE Raw Exposure Type 20101006
3 MT_TCHW1 Static Attribute Private Type reference (TYPE) TT_TCHW1 table type for Batch-Specific Units of Measure (Proportion/P 20110324
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BALLOG_FROM_SY Static method Public Method Add message from SY fields into Appl Log TRM TRCIN_LOG 20131107
2 CALCULATE_PRICE_SLS Static method Public Method Calculate price of sales document item 20121109
3 CALC_AMOUNT_IN_COND_CURR Static method Public Method Calculate condition amount in condition currency 20101215
4 CHANGE_KOMV_BATCH_FACTORS Static method Public Method change kumza, kumne based upon current batch values 20101208
5 COLLECT_EXPOSURES Static method Public Method Collects exposures into buffer 20101006
6 CPF_CALCULATE_EXPOSURE Static method Private Method Calculates raw exposure from CPF task 20130205
7 DERIVE_COMMODITY_ID_FROM_CHAR Static method Public Method 20120410
8 DET_PCTRITM_TRM_RISK_RELEVANCE Static method Public Method Determines Treasury Risk Relevance for MM contract items 20120402
9 DET_POITEM_TRM_RISK_RELEVANCE Static method Public Method Determines Treasury Risk Relevance for PO items 20100902
10 DET_SLINES_FOR_EXPOSURE Static method Public Method Schedule lines partitioning for Raw Exposure Determination 20130222
11 DET_SLSITEM_TRM_RISK_RELEVANCE Static method Public Method Determines Treasury Risk Relevance for Sales Doc. items 20100917
12 ENHANCE_KOMV Static method Public Method enhance stunb stun2 in komv based upon calculation schema 20110221
13 EXPOSURE_ITEM_ADJUSTMENTS Static method Public Method Adjust exposure item quantity based on adjustment conditions 20120823
14 EXP_ORIGIN_DOCUMENT_DISPLAY Static method Public Method Display origin document of TRM Data 20110119
15 FETCH_SLS_RELEVANCIES Static method Public Method Get left TRM relevancies for transfer 20101004
16 GET_ADJUSTMENT_FACTOR Static method Public Method Get adjustment factor based upon adjustment condition type 20101209
17 GET_PRICE_REL_QUOT_IND Static method Public Method Get Indicator for pricing-relevant Quotations 20130516
18 GET_SLS_BATCH_WHERE_USED Static method Public Method Get where used list for batches in sales documents 20110218
19 PROCESS_EXPOSURE_TERM_PRCFIX Static method Public Method Adapt exposure when CPE term has a price fixation option 20130513
20 READ_L2TC_IM_RELEVANT Static method Public Method Inventory Exposures: Relevance 20120215
21 READ_SLS_TRM_DATA Static method Private Method Reads sales data required for TRM integration 20101004
22 READ_TCHW1 Static method Public Method Reads for Batch-Specific UoM Reference UoM 20110324
23 SAVE_BALLOG Static method Public Method Save Application Log 20131107
24 SELECT_SLS_TRM_DATA Static method Public Method Selects Sales Data required for TRM integration 20101001
25 SEND_EXPOSURE_UPDATE Static method Public Method Send asynchronous raw exposure update 20131030
26 SEND_SLS_TRM_DATA Static method Public Method Send Treasury Risk Relevance for Sales Doc. items 20101006
27 SPLIT_TERM_QUOTGRP Static method Public Method Split CPE TERM into multiple Terms based upon Quot. Group 20110419
28 UPDATE_TRM_IV_STATUS Static method Public Method Updates Raw Eposure Invoice status based upon IV 20101206
Events
Class CL_LOG_TRM_INT_UTILITIES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTYP_S_CTY_COLLECTOR Public Type reference (TYPE) CL_SD_TRM_CTY_INTEGRATION=>GTYP_S_CTY_COLLECTOR 20101006
2 GTYP_S_LIPS_VBAP Public See coding 20110223 BEGIN OF gtyp_s_lips_vbap, vbeln TYPE vbeln_vl, posnr TYPE posnr_vl, vgbel TYPE vgbel, vgpos TYPE vgpos, END OF gtyp_s_lips_vbap
3 GTYP_S_REQ_ITEM Public Type reference (TYPE) CL_SD_TRM_CTY_INTEGRATION=>GTYP_S_REQ_ITEM 20101126
4 GTYP_S_SLS_SEL_RESULT Public See coding 20101006 BEGIN OF gtyp_s_sls_sel_result, vbak TYPE SORTED TABLE OF vbak WITH UNIQUE KEY vbeln, vbuk TYPE SORTED TABLE OF vbuk WITH UNIQUE KEY vbeln, vbap TYPE SORTED TABLE OF vbap WITH UNIQUE KEY vbeln posnr, vbup TYPE SORTED TABLE OF vbup WITH UNIQUE KEY vbeln posnr, vbkd TYPE SORTED TABLE OF vbkd WITH UNIQUE KEY vbeln posnr, vbpa TYPE SORTED TABLE OF vbpa WITH UNIQUE KEY vbeln posnr parvw, vbep TYPE SORTED TABLE OF vbep WITH UNIQUE KEY vbeln posnr etenr edatu, komv TYPE SORTED TABLE OF komv WITH UNIQUE KEY knumv kposn stunr zaehk, END OF gtyp_s_sls_sel_result
5 GTYP_T_LIPS_VBAP Public See coding 20110223 gtyp_t_lips_vbap TYPE STANDARD TABLE OF gtyp_s_lips_vbap
6 GTYP_T_REQ_ITEM Public See coding 20101126 gtyp_t_req_item TYPE SORTED TABLE OF gtyp_s_req_item WITH UNIQUE KEY vbeln posnr
Method Signatures

Method ADD_BALLOG_FROM_SY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOGHANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131107
2 Importing IV_LOGHANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131107

Method ADD_BALLOG_FROM_SY on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method CALCULATE_PRICE_SLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CT_KOMV Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20121109
2 Importing IS_KOMK Call by reference Type reference (TYPE) KOMK Communication Header for Pricing 20121109
3 Importing IS_KOMP Call by reference Type reference (TYPE) KOMP Communication Item for Pricing 20121109

Method CALCULATE_PRICE_SLS on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method CALC_AMOUNT_IN_COND_CURR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AMOUNT Call by reference Type reference (TYPE) TRCIN_AMOUNT Condition value 20101215
2 Importing IS_KOMV Call by reference Type reference (TYPE) KOMV Pricing Communications-Condition Record 20101215

Method CALC_AMOUNT_IN_COND_CURR on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method CHANGE_KOMV_BATCH_FACTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KOMV Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20101208
2 Importing IS_EKBE Call by reference Type reference (TYPE) EKBE History per Purchasing Document 20101208
3 Importing IS_EKPO Call by reference Type reference (TYPE) EKPO Purchasing Document Item 20101208

Method CHANGE_KOMV_BATCH_FACTORS on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method COLLECT_EXPOSURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXPOSURE Call by reference Type reference (TYPE) LOGTRM_T_RAW_EXPOSURE Raw Exposure Table Type 20101006

Method COLLECT_EXPOSURES on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method CPF_CALCULATE_EXPOSURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RISK_AMOUNT Call by reference Type reference (TYPE) TRCIN_AMOUNT View of EA_FINSERV Data Element FTR_EXPOSURE_AMOUNT 20130208
2 Exporting EV_RISK_FACTOR Call by reference Type reference (TYPE) F Adjustment Factor for Raw Exposure 20130208
3 Exporting EV_RISK_QUANTITY Call by reference Type reference (TYPE) TRCIN_QUANTITY View of EA_FINSERV Data Element FTR_QUAN 20130205
4 Importing IS_DOCUMENT Call by reference Type reference (TYPE) CPET_ERP_DOCUMENT_COM CPE in ERP: Communication Structure with Document Fields 20130503
5 Importing IT_KOMV Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20130503
6 Importing IT_OBJ_DATA Call by reference Type reference (TYPE) LOGTRM_T_OBJ_DATA Table Type for standard table of ref to data 20130503
7 Importing IV_CPF_GUID Call by reference Type reference (TYPE) CPF_GUID CPF document guid 20130205
8 Importing IV_CTRM_QUANTITY Call by reference Type reference (TYPE) LOGTRM_QTY Open Item Exposure Quantity 20130215
9 Importing IV_DOC_ITEM_NO Call by reference Type reference (TYPE) LOGTRM_ITEMNO Logistic Document Item Number 20130503
10 Importing IV_DOC_NO Call by reference Type reference (TYPE) LOGTRM_DOCNO Logistic Document Number 20130503
11 Importing IV_ETENR Call by reference Type reference (TYPE) ETENR Delivery Schedule Line Number 20130503
12 Importing IV_ITEM_QUANTITY Call by reference Type reference (TYPE) LOGTRM_QTY Item Exposure Quantity 20130215
13 Importing IV_KNUMV Call by reference Type reference (TYPE) KNUMV Number of the document condition 20130503
14 Importing IV_KPOSN Call by reference Type reference (TYPE) KPOSN Condition item number 20130503
15 Importing IV_KSCHL Call by reference Type reference (TYPE) KSCHA Condition type 20130503
16 Importing IV_RISKCURRENCY Call by reference Type reference (TYPE) TRCIN_CURRENCY View of EA_FINSERV Data Element FTR_EXPOSURE_CURR 20130208
17 Importing IV_RISKUOM Call by reference Type reference (TYPE) TRCIN_UNIT View of EA_FINSERV Data Element TPM_CTY_UOM 20130205
18 Importing IV_STUNR Call by reference Type reference (TYPE) STUNR Step number 20130503
19 Importing IV_ZAEHK Call by reference Type reference (TYPE) DZAEHK Condition counter 20130503

Method CPF_CALCULATE_EXPOSURE on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method DERIVE_COMMODITY_ID_FROM_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_COMMODITY_ID Value transfer Type reference (TYPE) TRCO_COMM_ID Commodity ID 20120410
2 Importing I_ATINN Call by reference Type reference (TYPE) ATINN Internal characteristic 20120410

Method DERIVE_COMMODITY_ID_FROM_CHAR on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method DET_PCTRITM_TRM_RISK_RELEVANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EKPO_KEY Call by reference Type reference (TYPE) MMPUR_T_PURDOC_ITEM_KEY Table Type for Key Fields of a Purchasing Document Item 20120402
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20120402
3 Importing IT_EKKO Call by reference Type reference (TYPE) EKKO_TTY Table Type for Purchasing Document Headers 20120402
4 Importing IT_EKPO Call by reference Type reference (TYPE) EKPO_TTY Table Types for Purchasing Document Items 20120402

Method DET_PCTRITM_TRM_RISK_RELEVANCE on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method DET_POITEM_TRM_RISK_RELEVANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EKPO_KEY Call by reference Type reference (TYPE) MMPUR_T_PURDOC_ITEM_KEY Table Type for Key Fields of a Purchasing Document Item 20100902
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110408
3 Importing IT_EKET Call by reference Type reference (TYPE) EKET_TT Table Type: Scheduling Agreement Schedule Lines 20100902
4 Importing IT_EKKO Call by reference Type reference (TYPE) EKKO_TTY Table Type for Purchasing Document Headers 20100902
5 Importing IT_EKPO Call by reference Type reference (TYPE) EKPO_TTY Table Types for Purchasing Document Items 20100902
6 Importing IT_KOMV Call by reference Type reference (TYPE) KOMV_T Table Type for Structure KOMV 20100902

Method DET_POITEM_TRM_RISK_RELEVANCE on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method DET_SLINES_FOR_EXPOSURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SLINES_COMBINED Call by reference Type reference (TYPE) LOGTRM_T_SCHEDULE_LINE Schedule Line Data for Raw Exposure Determination 20130222
2 Exporting ET_SLINES_OPENCONF Call by reference Type reference (TYPE) LOGTRM_T_SCHEDULE_LINE Schedule Line Data for Raw Exposure Determination 20130222
3 Exporting ET_SLINES_ORDERED Call by reference Type reference (TYPE) LOGTRM_T_SCHEDULE_LINE Schedule Line Data for Raw Exposure Determination 20130222
4 Exporting ET_SLINES_UNCONF Call by reference Type reference (TYPE) LOGTRM_T_SCHEDULE_LINE Schedule Line Data for Raw Exposure Determination 20130222
5 Importing IT_SLINES Call by reference Type reference (TYPE) ANY TABLE Schedule Line Data with 'OLFMNG' 20130222
6 Importing IV_OPEN_ITM_QTY Call by reference Type reference (TYPE) MC_OAUME Open orders quantity in base unit of measure 20130222
7 Importing IV_OPEN_SLINE_QTY Call by reference Type reference (TYPE) MC_OEIME Open order credit quantity (schedule lines) 20130222

Method DET_SLINES_FOR_EXPOSURE on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method DET_SLSITEM_TRM_RISK_RELEVANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LOGTRM_RELEVANCY Call by reference Type reference (TYPE) LOGTRM_T_RELEVANCY Log to TRM Relevancy 20110209
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110209
3 Importing IS_SLS_DATA Call by reference Type reference (TYPE) GTYP_S_SLS_SEL_RESULT 20101004

Method DET_SLSITEM_TRM_RISK_RELEVANCE on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method ENHANCE_KOMV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KOMV Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20110221
2 Importing IV_KALSM Call by reference Type reference (TYPE) KALSM_D Procedure (Pricing, Output Control, Acct. Det., Costing,...) 20110221
3 Importing IV_KAPPL Call by reference Type reference (TYPE) KAPPL Application 20110221

Method ENHANCE_KOMV on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method EXPOSURE_ITEM_ADJUSTMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_EXPOSURE_ITEM Call by reference Type reference (TYPE) TRCIN_NOTIFICATION_ITEM Treasury Exposure Notification Item 20120823
2 Changing CV_SPLIT_COUNT Call by reference Type reference (TYPE) LOGTRM_SPLIT_COUNT Raw Exposure Split Counter 20130118
3 Exporting ET_EXPOSURE_ITEMS Call by reference Type reference (TYPE) TRCIN_T_NOTIFICATION_ITEMS Table Type of Treasury Notification Items 20120823
4 Importing IS_ADJUST_COND_TYPES Call by reference Type reference (TYPE) L2TS_CONDICOMM Condition type - Commodity ID Mapping 20120828
5 Importing IS_DETERMINE_EXPOSURE Call by reference Type reference (TYPE) LOGTRM_S_DETERMINE_EXPOSURE Raw exposure determination for logistic documents 20121015
6 Importing IS_DOCUMENT Call by reference Type reference (TYPE) CPET_ERP_DOCUMENT_COM CPE in ERP: Communication Structure with Document Fields 20130503
7 Importing IS_KOMV Call by reference Type reference (TYPE) KOMV Pricing Communications-Condition Record 20120823
8 Importing IT_KOMV Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20120823
9 Importing IT_OBJ_DATA Call by reference Type reference (TYPE) LOGTRM_T_OBJ_DATA Table Type for standard table of ref to data 20130503
10 Importing IV_CHANGE_MODE Call by reference Type reference (TYPE) TRCIN_CHG_MODE Viiew of EA_FINSERV Data Element FTR_CHG_MODE 20130305
11 Importing IV_CTRM_QUANTITY Call by reference Type reference (TYPE) LOGTRM_QTY Open Item Exposure Quantity 20130215
12 Importing IV_DOC_ITEM_NO Call by reference Type reference (TYPE) LOGTRM_ITEMNO Logistic Document Item Number 20130503
13 Importing IV_DOC_NO Call by reference Type reference (TYPE) LOGTRM_DOCNO Logistic Document Number 20130503
14 Importing IV_ETENR Call by reference Type reference (TYPE) ETENR Delivery Schedule Line Number 20130503
15 Importing IV_EXPOSURE_AMOUNT Call by reference Type reference (TYPE) TRCIN_AMOUNT Exposure amount from the commodity condition 20120828
16 Importing IV_EXPOSURE_QUANTITY Call by reference Type reference (TYPE) TRCIN_QUANTITY Exposure quantity from commodity condition 20120828
17 Importing IV_EXP_QTY_ROOT Call by reference Type reference (TYPE) CPET_RISKQUANTITY CPE Term - Quantity for Risk Calculation 20131022
18 Importing IV_EXTENSION_USAGE Call by reference Type reference (TYPE) CPET_EXTENSION_USAGE CPE Extension Usage 20131022
19 Importing IV_FORMSTATUS Call by reference Type reference (TYPE) CPET_FORMSTATUS CPE Formula - Status of Evaluation 20130527
20 Importing IV_ITEM_QUANTITY Call by reference Type reference (TYPE) LOGTRM_QTY Item Exposure Quantity 20130215
21 Importing IV_RISKCURRENCY Call by reference Type reference (TYPE) TRCIN_CURRENCY View of EA_FINSERV Data Element FTR_EXPOSURE_CURR 20130208
22 Importing IV_RISKUOM Call by reference Type reference (TYPE) TRCIN_UNIT View of EA_FINSERV Data Element TPM_CTY_UOM 20130204

Method EXPOSURE_ITEM_ADJUSTMENTS on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method EXP_ORIGIN_DOCUMENT_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110119
2 Importing IV_DOC_NO_EXT Call by reference Type reference (TYPE) TRCIN_EXTERNAL_ID_L View of SAP_FINSERV data element FTR_EXTERNAL_DOC_NUMBER 20110119
3 Importing IV_EXP_ORIGIN Call by reference Type reference (TYPE) TRCIN_ORIGIN View of EA_FINSERV Data Element FTR_EXPOSURE_ORIGIN 20110119

Method EXP_ORIGIN_DOCUMENT_DISPLAY on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method FETCH_SLS_RELEVANCIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_TRANSFER_RELEVANCY Value transfer Type reference (TYPE) LOGTRM_S_RELEVANCY Log to TRM Relevancy 20110302

Method FETCH_SLS_RELEVANCIES on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method GET_ADJUSTMENT_FACTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DENOMINATOR Call by reference Type reference (TYPE) LOGTRM_DEC11 Denominator for conversion to base units of measure 20101209
2 Exporting EV_FACTOR_EXISTS Call by reference Type reference (TYPE) XFELD Adjustment factor exists = 'X' 20130507
3 Exporting EV_NUMERATOR Call by reference Type reference (TYPE) LOGTRM_DEC11 Numerator for Conversion to Base Units of Measure 20101209
4 Importing IT_KOMV Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20101209
5 Importing IV_ADJUST_COND_TYPE Call by reference Type reference (TYPE) KSCHL Condition Type 20101209
6 Importing IV_COND_TYPE Call by reference Type reference (TYPE) KSCHL Condition Type 20101209

Method GET_ADJUSTMENT_FACTOR on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method GET_PRICE_REL_QUOT_IND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) KAPPL Application 20130516
2 Importing IV_COND_TYPE Call by reference Type reference (TYPE) KSCHL Condition Type 20130516
3 Returning RV_PRICE_REL_QUOT Value transfer Type reference (TYPE) LOGTRM_PRICE_REL_QUOT Consider pricing-relevant quotations 20130516

Method GET_PRICE_REL_QUOT_IND on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method GET_SLS_BATCH_WHERE_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DELI Call by reference Type reference (TYPE) TDT_VBELN_POSNR Deliveries 20110218
2 Exporting ET_SORD Call by reference Type reference (TYPE) TDT_VBELN_POSNR Sales orders 20110218
3 Importing IT_CHVW Call by reference Type reference (TYPE) TT_CHVW Table Type for CHVW 20110223
4 Importing IV_CHARG Call by reference Type reference (TYPE) CHARG_D Batch Number 20110218
5 Importing IV_MATNR Call by reference Type reference (TYPE) MATNR Material Number 20110218
6 Importing IV_WERKS Call by reference Type reference (TYPE) WERKS_D Plant 20110218

Method GET_SLS_BATCH_WHERE_USED on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method PROCESS_EXPOSURE_TERM_PRCFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_EXPOSURE_ITEM Call by reference Type reference (TYPE) TRCIN_NOTIFICATION_ITEM Treasury Exposure Notification Item 20130513
2 Changing CT_EXPOSURE_ITEMS Call by reference Type reference (TYPE) TRCIN_T_NOTIFICATION_ITEMS Table Type of Treasury Notification Items 20130513
3 Changing CV_SPLIT_COUNT Call by reference Type reference (TYPE) LOGTRM_SPLIT_COUNT Raw Exposure Split Counter 20130513
4 Exporting ES_PRCFIX_EXP_ITEM Call by reference Type reference (TYPE) TRCIN_NOTIFICATION_ITEM Treasury Exposure Notification Item 20130513
5 Importing IS_CPE_EXTENSION Call by reference Type reference (TYPE) CPET_EXTENSION_COM CPE - Communication Structure for Extension Data 20130513
6 Importing IS_CPE_ROOT_TERM Call by reference Type reference (TYPE) CPET_ERP_CPEDOC_TERM_OUT CPE in ERP: Term Details of Doc. Formula Result 20130517
7 Importing IS_CPE_TERM Call by reference Type reference (TYPE) CPET_ERP_CPEDOC_TERM_OUT CPE in ERP: Term Details of Doc. Formula Result 20130513
8 Importing IS_REMAINDER_TERM Call by reference Type reference (TYPE) CPET_ERP_CPEDOC_TERM_OUT CPE in ERP: Term Details of Doc. Formula Result 20130513

Method PROCESS_EXPOSURE_TERM_PRCFIX on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method READ_L2TC_IM_RELEVANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BATCH_SPEC_IND Call by reference Type reference (TYPE) FLAG General Flag 20120215
2 Exporting EV_PLANT_SPEC_IND Call by reference Type reference (TYPE) FLAG General Flag 20120215
3 Exporting EV_RELEVANT Call by reference Type reference (TYPE) FLAG General Flag 20120215
4 Importing IV_COMMODITY_ID Call by reference Type reference (TYPE) TRCO_COMM_ID Commodity ID 20120215

Method READ_L2TC_IM_RELEVANT on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method READ_SLS_TRM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KOMV Call by reference Type reference (TYPE) KOMV_T Table Type for Structure KOMV 20101004
2 Exporting ET_VBEP Call by reference Type reference (TYPE) VBEP_TAB Sales Document: Schedule Line Data 20101004
3 Exporting ET_VBKD Call by reference Type reference (TYPE) VBKD_T Table Type of VBKD 20101004
4 Exporting ET_VBPA Call by reference Type reference (TYPE) TDT_VBPA Table Type for Partner Information 20101004
5 Exporting ET_VBUK Call by reference Type reference (TYPE) TDT_VBUK Table Type for Structure VBUK 20101004
6 Exporting ET_VBUP Call by reference Type reference (TYPE) VBUP_T Table Type VBUP 20101004
7 Importing IT_VBAK Call by reference Type reference (TYPE) VBAK_T Table Type for Structure VBAK 20101004
8 Importing IT_VBAP Call by reference Type reference (TYPE) VBAP_T Table Type for Structure VBAP 20101004

Method READ_SLS_TRM_DATA on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method READ_TCHW1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REFME Call by reference Type reference (TYPE) REFME_WS Reference unit of measure for proportion unit/product unit 20110324
2 Importing IV_MEINH Call by reference Type reference (TYPE) LRMEI_WS Batch-specific matl unit of measure (proportion/prod. unit) 20110324

Method READ_TCHW1 on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method SAVE_BALLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGHANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131107

Method SAVE_BALLOG on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method SELECT_SLS_TRM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SLS_SEL_RESULT Call by reference Type reference (TYPE) GTYP_S_SLS_SEL_RESULT 20101210
2 Exporting ET_VBELN Call by reference Type reference (TYPE) TDT_VBELN Table of Sales Documents 20101210
3 Exporting ET_VBELN_POSNR Call by reference Type reference (TYPE) TDT_SW_VBAP_KEY Table Type for Structure TDS_SW_VBAP_KEY 20101210
4 Importing IS_SELCRIT Call by reference Type reference (TYPE) TDS_SW_SELCRIT Selection Criteria for Document Search Wrapper Class 20101001
5 Importing IT_SEL_VBAK Call by reference Type reference (TYPE) TDT_SW_SEL_CONDITION Table Type for Structure TDS_SW_SEL_CONDITION 20101210
6 Importing IT_SEL_VBAP Call by reference Type reference (TYPE) TDT_SW_SEL_CONDITION Table Type for Structure TDS_SW_SEL_CONDITION 20101210
7 Importing IV_BASIC_DATA_ONLY Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101210

Method SELECT_SLS_TRM_DATA on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method SEND_EXPOSURE_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131030
2 Importing IT_PO Call by reference Type reference (TYPE) MMPUR_T_PURDOC_ITEM_KEY Table Type for Key Fields of a Purchasing Document Item 20131030

Method SEND_EXPOSURE_UPDATE on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method SEND_SLS_TRM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXPOSURE Call by reference Type reference (TYPE) LOGTRM_T_RAW_EXPOSURE Raw Exposure Table Type 20101006
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_TAB Error Messages 20101006
3 Importing IO_TRM_HANDLE Call by reference Object reference (TYPE REF TO) CL_SD_TRM_CTY_INTEGRATION SD integration within TRM 20101020
4 Importing IS_SLS_DATA Call by reference Type reference (TYPE) GTYP_S_SLS_SEL_RESULT Selected data 20101006
5 Importing IT_RELEVANCY Call by reference Type reference (TYPE) LOGTRM_T_RELEVANCY Log to TRM Relevancy 20101006
6 Importing IV_REPROCESS Call by reference Type reference (TYPE) ABAP_BOOL 'X' = Reprocess sales documents 20101006
7 Importing IV_SIMULATE Call by reference Type reference (TYPE) ABAP_BOOL Simulation mode 20101006

Method SEND_SLS_TRM_DATA on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method SPLIT_TERM_QUOTGRP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_CPE_TERM Call by reference Type reference (TYPE) CPET_ERP_CPEDOC_TERM_OUT CPE in ERP: Term Details of Doc. Formula Result 20110419
2 Exporting ET_CPE_TERMS Call by reference Type reference (TYPE) CPET_ERP_CPEDOC_TERM_OUT_TAB CPE in ERP: Table Type for CPET_ERP_FORMDOC_QUOT_OUT 20110419

Method SPLIT_TERM_QUOTGRP on class CL_LOG_TRM_INT_UTILITIES has no exception.

Method UPDATE_TRM_IV_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RBKP Call by reference Type reference (TYPE) RBKP Document Header: Invoice Receipt 20101206
2 Importing IT_MRMRSEG Call by reference Type reference (TYPE) MRM_TAB_MRMRSEG 20101206

Method UPDATE_TRM_IV_STATUS on class CL_LOG_TRM_INT_UTILITIES has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 606