SAP ABAP Class CL_SD_TRM_CTY_INTEGRATION (SD integration within TRM)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LOG_TRM_CTY_INTEGRATION Logistic integration within TRM 20100618
Properties
Class CL_SD_TRM_CTY_INTEGRATION  
Short Description SD integration within TRM    
Super Class CL_LOG_TRM_CTY_INTEGRATION Logistic integration within TRM 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package LOG_TRM_INTEGRATION   Log. & TRM Integration 
Created 20100618   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)
Interfaces
Class CL_SD_TRM_CTY_INTEGRATION has no interface implemented.
Friends
Class CL_SD_TRM_CTY_INTEGRATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_KAPPL_SD Constant Private Type reference (TYPE) KAPPL 'V' Application 20100902
2 GS_SLS_DEPENDENT Instance attribute Private Type reference (TYPE) GTYP_S_DEPENDENT Dependent documents exposure has to be updated for 20121112
3 GS_SLS_XHEAD Instance attribute Private Type reference (TYPE) MCVBAKB Reference Structure from MCVBAK for Function Module 20101122
4 GS_SLS_YHEAD Instance attribute Private Type reference (TYPE) MCVBAKB Reference Structure from MCVBAK for Function Module 20101122
5 GS_VBAK Instance attribute Private Type reference (TYPE) VBAK Sales Document: Header Data 20110202
6 GT_SLS_KOMV Instance attribute Private Type reference (TYPE) KOMV_TAB Table type komv 20110504
7 GV_FORECAST_MODE Instance attribute Private Type reference (TYPE) CPET_APPL_FORECAST_MODE Forecast Mode 20130424
8 MS_CTY_COLLECTOR Instance attribute Private Type reference (TYPE) GTYP_S_CTY_COLLECTOR Method for sending exposures to caller programm 20101006
9 MT_REQ_ITEM Instance attribute Public Type reference (TYPE) GTYP_T_REQ_ITEM Requested document items 20101125
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SLS_ITEM_REL Instance method Private Method Check whether item is covered by standard 20110729
2 COLLECT_EXPOSURE Instance method Public Method Add Exposure to GT_EXPOSURE 20110114
3 ENRICH_EXPOSURE_DATA Instance method Private Method Prestep: Enrich Expolsure by Header and Item Data 20110105
4 GET_EXP_ITEM_SLS Instance method Private Method Prepare raw exposure item for predecessor sales item 20101220
5 GET_FORECAST_MODE Instance method Public Method Get Forecast Mode 20130424
6 GET_RE_CONTROL_SETTING Static method Private Method Get raw-exposure control setting 20130205
7 GET_SLS_DOC_ITEM_COMP Instance method Private Method Get Sales Document Item 20110114
8 GET_SLS_DOC_LOADED Instance method Private Method Load Sales Document 20110131
9 PREPARE_DEPENDENT_EXP Instance method Private Method Prepare exposure for dependent sales documents 20121112
10 PREPARE_EXPOSURE_VA Instance method Private Method Prepare raw exposure table (event VA = Sales Processing) 20101015
11 PREPARE_EXPOSURE_VB Instance method Private Method Prepare raw exposure table (event VB = Contract Processing) 20120130
12 PREPARE_EXPOSURE_VB_VA Instance method Private Method Prepare raw exposure for RDPs at call-off 20120305
13 PREPARE_EXPOSURE_VC Instance method Private Method Prepare raw exposure table (event VC = Delivery Processing) 20101015
14 PREPARE_EXPOSURE_VC_INV_SIM Instance method Private Method Prepare raw exposure for delivery by invoice simulation 20110415
15 PREPARE_EXPOSURE_VD Instance method Private Method Prepare raw exposure table (event VD = Invoice Processing) 20110110
16 PREPARE_TABLE_VA Instance method Private Method Prepare incoming tables (event VA = Sales Processing) 20101122
17 PREPARE_TABLE_VB Instance method Private Method Prepare incoming tables (event VB = Contract Processing) 20120131
18 PREPARE_TABLE_VC Instance method Private Method Prepare incoming tables (event VC = Delivery Processing) 20101213
19 REGISTER_CTY_COLLECTOR Instance method Public Method Register method for sending exposures to caller 20101006
20 REGISTER_REQ_ITEMS Instance method Public Method Register method for requested items 20101125
21 SET_FORECAST_MODE Instance method Public Method Set Forecast Mode 20130424
Events
Class CL_SD_TRM_CTY_INTEGRATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTYP_S_CTY_COLLECTOR Public See coding 20101006 BEGIN OF gtyp_s_cty_collector, " Instance of the class. To use in case of instance method cref TYPE REF TO object, " Class name. To use in case of static method cname TYPE seoclsname, " Class method meth TYPE seocpdname, END OF gtyp_s_cty_collector
2 GTYP_S_DEPENDENT Private See coding 20121112 BEGIN OF gtyp_s_dependent, deliv_item TYPE tdt_vbup_key, contr_item TYPE tdt_vbup_key, rdp_item TYPE logtrm_t_rdp_itm_for_exposure, END OF gtyp_s_dependent
3 GTYP_S_REQ_ITEM Public See coding 20101125 BEGIN OF gtyp_s_req_item, vbeln TYPE vbeln_va, posnr TYPE posnr_va, END OF gtyp_s_req_item
4 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 CHECK_SLS_ITEM_REL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STANDARD Call by reference Type reference (TYPE) ABAP_BOOL 20110729
2 Importing IS_VBAK Call by reference Type reference (TYPE) VBAK Sales Document: Header Data 20110729
3 Importing IS_VBAP Call by reference Type reference (TYPE) VBAP Sales Document: Item Data 20110729
4 Importing IS_VBUK Call by reference Type reference (TYPE) VBUK Sales Document: Header Status and Administrative Data 20120202

Method CHECK_SLS_ITEM_REL on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method COLLECT_EXPOSURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_DELETE Call by reference Type reference (TYPE) ABAP_BOOL Delete Entry 20110426
2 Importing IS_EXP Call by reference Type reference (TYPE) LOGTRM_S_RAW_EXPOSURE Raw exposure 20110114

Method COLLECT_EXPOSURE on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method ENRICH_EXPOSURE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_EXP Call by reference Type reference (TYPE) LOGTRM_S_RAW_EXPOSURE Raw exposure 20110209
2 Importing IS_LIKP Call by reference Type reference (TYPE) LIKP SD Document: Delivery Header Data 20110111
3 Importing IS_LIPS Call by reference Type reference (TYPE) LIPS SD document: Delivery: Item data 20110111
4 Importing IS_VBAK Call by reference Type reference (TYPE) VBAK Sales Document: Header Data 20110105
5 Importing IS_VBAP Call by reference Type reference (TYPE) VBAP Sales Document: Item Data 20110105
6 Importing IS_VBUP Call by reference Type reference (TYPE) VBUP Sales Document: Item Status 20110111
7 Importing IV_VBTYP Call by reference Type reference (TYPE) VBTYP SD document category 20110111

Method ENRICH_EXPOSURE_DATA on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method GET_EXP_ITEM_SLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_EXP Call by reference Type reference (TYPE) LOGTRM_S_RAW_EXPOSURE Raw exposure 20110105
2 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20110112
3 Importing IS_KOMK Call by reference Type reference (TYPE) KOMK Communication Header for Pricing 20110202
4 Importing IS_KOMP Call by reference Type reference (TYPE) KOMP Communication Item for Pricing 20110202
5 Importing IS_SLS_BDAT Call by reference Type reference (TYPE) VBKD Sales Document: Business Data 20101220
6 Importing IS_SLS_HEAD Call by reference Type reference (TYPE) VBAK Sales Document: Header Data 20101220
7 Importing IS_SLS_ITEM Call by reference Type reference (TYPE) VBAP Sales Document: Item Data 20101220
8 Importing IT_KOMV Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20110202
9 Importing IT_OBJ_DATA Call by reference Type reference (TYPE) LOGTRM_T_OBJ_DATA Table Type for standard table of ref to data 20110309
10 Importing IT_SCHEDULE Call by reference Type reference (TYPE) LOGTRM_T_SCHEDULE_LINE Schedule Line Data for Raw Exposure Determination 20110818
11 Importing IV_CTRM_QTY Call by reference Type reference (TYPE) LOGTRM_QTY Exposure Quantity 20110105
12 Importing IV_EVENT Call by reference Type reference (TYPE) LOGTRM_EVENT TRM triggering logistic event 20120305
13 Importing IV_EXP_DATE Call by reference Type reference (TYPE) TRCIN_DATE View of EA_FINSERV Data Type FTR_EXPOSURE_DATE 20110118

Method GET_EXP_ITEM_SLS on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method GET_FORECAST_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FORECAST_MODE Value transfer Type reference (TYPE) CPET_APPL_FORECAST_MODE Forecast Mode 20130424

Method GET_FORECAST_MODE on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method GET_RE_CONTROL_SETTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_RE_SETTING Value transfer Type reference (TYPE) L2TC_SETTINGS_VA Raw-Exposure Update for Sales Documents: General Settings 20130222

Method GET_RE_CONTROL_SETTING on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method GET_SLS_DOC_ITEM_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_KOMK Call by reference Type reference (TYPE) KOMK Communication Header for Pricing 20110202
2 Exporting ES_KOMP Call by reference Type reference (TYPE) KOMP Communication Item for Pricing 20110202
3 Exporting ES_VBAK Call by reference Type reference (TYPE) VBAK Sales Document: Header Data 20110729
4 Exporting ES_VBAP Call by reference Type reference (TYPE) VBAP Sales Document: Item Data 20110114
5 Exporting ES_VBKD Call by reference Type reference (TYPE) VBKD Sales Document: Business Data 20110114
6 Exporting ET_KOMV Call by reference Type reference (TYPE) KOMV_TAB Table type komv 20110202
7 Importing IV_POSNR Call by reference Type reference (TYPE) POSNR_VA Sales Document Item 20110114
8 Importing IV_VBELN Call by reference Type reference (TYPE) VBELN_VA Sales Document 20110203

Method GET_SLS_DOC_ITEM_COMP on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method GET_SLS_DOC_LOADED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VBAK Call by reference Type reference (TYPE) VBAK Sales Document: Header Data 20110131
2 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20110131
3 Importing IV_VBELN Call by reference Type reference (TYPE) VBELN_VA Sales Document 20110131

Method GET_SLS_DOC_LOADED on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method PREPARE_DEPENDENT_EXP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20121112

Method PREPARE_DEPENDENT_EXP on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method PREPARE_EXPOSURE_VA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20110112
2 Importing IT_ADD_ITEM_DATA Call by reference Type reference (TYPE) ANY TABLE Table: Additional item data 20101015
3 Importing IT_BUSINESS_DATA Call by reference Type reference (TYPE) ANY TABLE Table: Document business data 20101015
4 Importing IT_CONDITIONS Call by reference Type reference (TYPE) ANY TABLE Table: Condition table 20101015
5 Importing IT_HEADER Call by reference Type reference (TYPE) ANY TABLE Table: header (old/new) 20101015
6 Importing IT_HEADER_STATUS Call by reference Type reference (TYPE) ANY TABLE Table: Document header status 20101015
7 Importing IT_HISTORY Call by reference Type reference (TYPE) ANY TABLE Table: Document flow 20101015
8 Importing IT_ITEM Call by reference Type reference (TYPE) ANY TABLE Table: all items (old/new) 20101015
9 Importing IT_ITEM_STATUS Call by reference Type reference (TYPE) ANY TABLE Table: Document item status 20101015
10 Importing IT_SCHEDULE Call by reference Type reference (TYPE) ANY TABLE Table: all schedule lines (old/new) 20101015

Method PREPARE_EXPOSURE_VA on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method PREPARE_EXPOSURE_VB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20120130
2 Importing IT_ADD_ITEM_DATA Call by reference Type reference (TYPE) ANY TABLE 20120130
3 Importing IT_BUSINESS_DATA Call by reference Type reference (TYPE) ANY TABLE 20120130
4 Importing IT_CONDITIONS Call by reference Type reference (TYPE) ANY TABLE 20120130
5 Importing IT_HEADER Call by reference Type reference (TYPE) ANY TABLE 20120130
6 Importing IT_HEADER_STATUS Call by reference Type reference (TYPE) ANY TABLE 20120130
7 Importing IT_HISTORY Call by reference Type reference (TYPE) ANY TABLE 20120130
8 Importing IT_ITEM Call by reference Type reference (TYPE) ANY TABLE 20120130
9 Importing IT_ITEM_STATUS Call by reference Type reference (TYPE) ANY TABLE 20120130
10 Importing IT_SCHEDULE Call by reference Type reference (TYPE) ANY TABLE 20120130

Method PREPARE_EXPOSURE_VB on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method PREPARE_EXPOSURE_VB_VA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20120305
2 Importing IT_ITEM Call by reference Type reference (TYPE) ANY TABLE Key of contract items 20120511
3 Importing IT_SCHEDULE Call by reference Type reference (TYPE) ANY TABLE Risk Distribution Plan Item for Exposure update 20120511

Method PREPARE_EXPOSURE_VB_VA on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method PREPARE_EXPOSURE_VC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20110112
2 Importing IT_ADD_ITEM_DATA Call by reference Type reference (TYPE) ANY TABLE Table: Additional item data (VBAP) 20101015
3 Importing IT_BUSINESS_DATA Call by reference Type reference (TYPE) ANY TABLE Document business data 20101015
4 Importing IT_CONDITIONS Call by reference Type reference (TYPE) ANY TABLE Table: Condition 20101015
5 Importing IT_HEADER Call by reference Type reference (TYPE) ANY TABLE Table: header (old/new) 20101015
6 Importing IT_HEADER_STATUS Call by reference Type reference (TYPE) ANY TABLE Table: Document header status 20101015
7 Importing IT_HISTORY Call by reference Type reference (TYPE) ANY TABLE Table: Document flow 20101015
8 Importing IT_ITEM Call by reference Type reference (TYPE) ANY TABLE Table: all items (old/new) 20101015
9 Importing IT_ITEM_STATUS Call by reference Type reference (TYPE) ANY TABLE Table: Document item status 20101015
10 Importing IT_SCHEDULE Call by reference Type reference (TYPE) ANY TABLE Table: all schedule lines (old/new) 20101015

Method PREPARE_EXPOSURE_VC on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method PREPARE_EXPOSURE_VC_INV_SIM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20110415
2 Importing IT_ADD_ITEM_DATA Call by reference Type reference (TYPE) ANY TABLE Table of LIPS 20110415
3 Importing IT_BUSINESS_DATA Call by reference Type reference (TYPE) ANY TABLE Table of LIKP 20110415
4 Importing IT_CONDITIONS Call by reference Type reference (TYPE) ANY TABLE Table of KOMV 20110415
5 Importing IT_HEADER Call by reference Type reference (TYPE) ANY TABLE Table of VBRK 20110415
6 Importing IT_ITEM Call by reference Type reference (TYPE) ANY TABLE Table of VBRP 20110415
7 Importing IT_ITEM_STATUS Call by reference Type reference (TYPE) ANY TABLE Table of VBUP 20110415

Method PREPARE_EXPOSURE_VC_INV_SIM on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method PREPARE_EXPOSURE_VD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20110112
2 Importing IT_ADD_ITEM_DATA Call by reference Type reference (TYPE) ANY TABLE Table: Additional item status data 20110111
3 Importing IT_CONDITIONS Call by reference Type reference (TYPE) ANY TABLE Table: Condition table 20110111
4 Importing IT_HEADER Call by reference Type reference (TYPE) ANY TABLE Table: header (old/new) 20110110
5 Importing IT_HEADER_STATUS Call by reference Type reference (TYPE) ANY TABLE Table: Document header status 20110111
6 Importing IT_ITEM Call by reference Type reference (TYPE) ANY TABLE Table: all items (old/new) 20110110
7 Importing IT_ITEM_STATUS Call by reference Type reference (TYPE) ANY TABLE Table: Document item status 20110111

Method PREPARE_EXPOSURE_VD on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method PREPARE_TABLE_VA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SLS_XHEAD Call by reference Type reference (TYPE) MCVBAKB Reference Structure from MCVBAK for Function Module 20101122
2 Exporting ES_SLS_YHEAD Call by reference Type reference (TYPE) MCVBAKB Reference Structure from MCVBAK for Function Module 20101122
3 Exporting ET_SLS_XBDAT Call by reference Type reference (TYPE) VA_MCVBKDB_T Table for Structure MCVBKDB 20101122
4 Exporting ET_SLS_XHIST Call by reference Type reference (TYPE) VA_MCVBFAB_T Table for Structure MCVBFAB 20101122
5 Exporting ET_SLS_XHSTAT Call by reference Type reference (TYPE) VA_MCVBUKB_T Table for Structure MCVBUKB 20101122
6 Exporting ET_SLS_XISTAT Call by reference Type reference (TYPE) VA_MCVBUPB_T Table for Structure MCVBUPB 20101122
7 Exporting ET_SLS_XITADD Call by reference Type reference (TYPE) VA_MCVBAFB_T Table for Structure MCVBAFB 20101122
8 Exporting ET_SLS_XITEM Call by reference Type reference (TYPE) VA_MCVBAPB_T Table for Structure MCVBAPB 20101122
9 Exporting ET_SLS_XMCCOND Call by reference Type reference (TYPE) VA_MCKOMVB_T Table for Structure MCKOMVB 20110202
10 Exporting ET_SLS_XSCHDL Call by reference Type reference (TYPE) VA_MCVBEPB_T Table for Structure MCVBEPB 20101122
11 Exporting ET_SLS_YITEM Call by reference Type reference (TYPE) VA_MCVBAPB_T Table for Structure MCVBAPB 20101122
12 Exporting EV_UPDATE Call by reference Type reference (TYPE) XFLAG Relevant for update 20101122
13 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20110112
14 Importing IT_ADD_ITEM_DATA Call by reference Type reference (TYPE) ANY TABLE Table: Additional item data 20101122
15 Importing IT_BUSINESS_DATA Call by reference Type reference (TYPE) ANY TABLE Table: Document business data 20101122
16 Importing IT_CONDITIONS Call by reference Type reference (TYPE) ANY TABLE Table: Condition table 20101122
17 Importing IT_HEADER Call by reference Type reference (TYPE) ANY TABLE Table: header (old/new) 20101122
18 Importing IT_HEADER_STATUS Call by reference Type reference (TYPE) ANY TABLE Table: Document header status 20101122
19 Importing IT_HISTORY Call by reference Type reference (TYPE) ANY TABLE Table: Document flow 20101122
20 Importing IT_ITEM Call by reference Type reference (TYPE) ANY TABLE Table: all items (old/new) 20101122
21 Importing IT_ITEM_STATUS Call by reference Type reference (TYPE) ANY TABLE Table: Document item status 20101122
22 Importing IT_SCHEDULE Call by reference Type reference (TYPE) ANY TABLE Table: all schedule lines (old/new) 20101122
23 Importing IV_UPDATE_ALL Call by reference Type reference (TYPE) XFLAG Send not relevant Items too 20101122

Method PREPARE_TABLE_VA on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method PREPARE_TABLE_VB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SLS_XHEAD Call by reference Type reference (TYPE) MCVBAKB Reference Structure from MCVBAK for Function Module 20120131
2 Exporting ES_SLS_YHEAD Call by reference Type reference (TYPE) MCVBAKB Reference Structure from MCVBAK for Function Module 20120131
3 Exporting ET_SLS_RDP_ITM Call by reference Type reference (TYPE) LOGTRM_T_RDP_ITM_FOR_EXPOSURE Risk Distribution Plan Item for Exposure update 20120224
4 Exporting ET_SLS_XBDAT Call by reference Type reference (TYPE) VA_MCVBKDB_T Table for Structure MCVBKDB 20120131
5 Exporting ET_SLS_XHIST Call by reference Type reference (TYPE) VA_MCVBFAB_T Table for Structure MCVBFAB 20120131
6 Exporting ET_SLS_XHSTAT Call by reference Type reference (TYPE) VA_MCVBUKB_T Table for Structure MCVBUKB 20120131
7 Exporting ET_SLS_XISTAT Call by reference Type reference (TYPE) VA_MCVBUPB_T Table for Structure MCVBUPB 20120131
8 Exporting ET_SLS_XITADD Call by reference Type reference (TYPE) VA_MCVBAFB_T Table for Structure MCVBAFB 20120131
9 Exporting ET_SLS_XITEM Call by reference Type reference (TYPE) VA_MCVBAPB_T Table for Structure MCVBAPB 20120131
10 Exporting ET_SLS_XMCCOND Call by reference Type reference (TYPE) VA_MCKOMVB_T Table for Structure MCKOMVB 20120131
11 Exporting ET_SLS_YITEM Call by reference Type reference (TYPE) VA_MCVBAPB_T Table for Structure MCVBAPB 20120131
12 Exporting EV_KONV_CHANGED Call by reference Type reference (TYPE) XFLAG New Input Values 20120524
13 Exporting EV_UPDATE Call by reference Type reference (TYPE) XFLAG New Input Values 20120131
14 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20120131
15 Importing IT_ADD_ITEM_DATA Call by reference Type reference (TYPE) ANY TABLE Table: Additional item data 20120131
16 Importing IT_BUSINESS_DATA Call by reference Type reference (TYPE) ANY TABLE Table: Document business data 20120131
17 Importing IT_CONDITIONS Call by reference Type reference (TYPE) ANY TABLE Table: Condition table 20120131
18 Importing IT_HEADER Call by reference Type reference (TYPE) ANY TABLE Table: header (old/new) 20120131
19 Importing IT_HEADER_STATUS Call by reference Type reference (TYPE) ANY TABLE Table: Document header status 20120131
20 Importing IT_HISTORY Call by reference Type reference (TYPE) ANY TABLE Table: Document flow 20120131
21 Importing IT_ITEM Call by reference Type reference (TYPE) ANY TABLE Table: all items (old/new) 20120131
22 Importing IT_ITEM_STATUS Call by reference Type reference (TYPE) ANY TABLE Table: Document item status 20120131
23 Importing IT_SCHEDULE Call by reference Type reference (TYPE) ANY TABLE Table: all schedule lines (old/new) 20120131
24 Importing IV_UPDATE_ALL Call by reference Type reference (TYPE) XFLAG Send not relevant Items too 20120131

Method PREPARE_TABLE_VB on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method PREPARE_TABLE_VC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEL_XCOND Call by reference Type reference (TYPE) VA_MCKOMVB_T Table for Structure MCKOMVB 20101213
2 Exporting ET_DEL_XHEAD Call by reference Type reference (TYPE) VA_MCLIKPB_T Table for Structure MCLIKPB 20101213
3 Exporting ET_DEL_XHIST Call by reference Type reference (TYPE) VBAK_T Table Type for Structure VBAK 20101213
4 Exporting ET_DEL_XHSTAT Call by reference Type reference (TYPE) VA_MCVBUKB_T Table for Structure MCVBUKB 20101213
5 Exporting ET_DEL_XISTAT Call by reference Type reference (TYPE) VA_MCVBUPB_T Table for Structure MCVBUPB 20101213
6 Exporting ET_DEL_XITADD Call by reference Type reference (TYPE) VA_VBAPVB_T Table for structure VBAPVB 20101213
7 Exporting ET_DEL_XITEM Call by reference Type reference (TYPE) VA_MCLIPSB_T Table for Structure MCLIPSB 20101213
8 Exporting ET_DEL_XSCHDL Call by reference Type reference (TYPE) VA_MCVBELB_T Table for Structure MCVBELB 20101213
9 Exporting ET_DEL_YCOND Call by reference Type reference (TYPE) VA_MCKOMVB_T Table for Structure MCKOMVB 20101213
10 Exporting ET_DEL_YHEAD Call by reference Type reference (TYPE) VA_MCLIKPB_T Table for Structure MCLIKPB 20101213
11 Exporting ET_DEL_YHSTAT Call by reference Type reference (TYPE) VA_MCVBUKB_T Table for Structure MCVBUKB 20101213
12 Exporting ET_DEL_YISTAT Call by reference Type reference (TYPE) VA_MCVBUPB_T Table for Structure MCVBUPB 20101213
13 Exporting ET_DEL_YITEM Call by reference Type reference (TYPE) VA_MCLIPSB_T Table for Structure MCLIPSB 20101213
14 Exporting ET_DEL_YSCHDL Call by reference Type reference (TYPE) VA_MCVBELB_T Table for Structure MCVBELB 20101213
15 Importing IS_CONTROL Call by reference Type reference (TYPE) MCCONTROL LIS Updating: Control Parameters 20110112
16 Importing IT_ADD_ITEM_DATA Call by reference Type reference (TYPE) ANY TABLE 20101213
17 Importing IT_BUSINESS_DATA Call by reference Type reference (TYPE) ANY TABLE 20101213
18 Importing IT_CONDITIONS Call by reference Type reference (TYPE) ANY TABLE 20101213
19 Importing IT_HEADER Call by reference Type reference (TYPE) ANY TABLE 20101213
20 Importing IT_HEADER_STATUS Call by reference Type reference (TYPE) ANY TABLE 20101213
21 Importing IT_HISTORY Call by reference Type reference (TYPE) ANY TABLE 20101213
22 Importing IT_ITEM Call by reference Type reference (TYPE) ANY TABLE 20101213
23 Importing IT_ITEM_STATUS Call by reference Type reference (TYPE) ANY TABLE 20101213
24 Importing IT_SCHEDULE Call by reference Type reference (TYPE) ANY TABLE 20101213
25 Importing IV_UPDATE_ALL Call by reference Type reference (TYPE) XFLAG New Input Values 20101213

Method PREPARE_TABLE_VC on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method REGISTER_CTY_COLLECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CTY_COLLECTOR Call by reference Type reference (TYPE) GTYP_S_CTY_COLLECTOR 20101006

Method REGISTER_CTY_COLLECTOR on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method REGISTER_REQ_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REQ_ITEM Call by reference Type reference (TYPE) GTYP_T_REQ_ITEM 20101125

Method REGISTER_REQ_ITEMS on class CL_SD_TRM_CTY_INTEGRATION has no exception.

Method SET_FORECAST_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORECAST_MODE Call by reference Type reference (TYPE) CPET_APPL_FORECAST_MODE Forecast Mode 20130424

Method SET_FORECAST_MODE on class CL_SD_TRM_CTY_INTEGRATION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 606