SAP ABAP Interface /DSD/IF_EMSE_VC_BADI (Interface for BAdI: /DSD/EMSE_VC_BADI)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LE-DSD (Application Component) Direct Store Delivery
     /DSD/EMSE (Package) Direct Store Delivery: Add-on Development for FBS SAP DSD
Properties
Interface /DSD/IF_EMSE_VC_BADI  
Short Description Interface for BAdI: /DSD/EMSE_VC_BADI    
General Data
Package /DSD/EMSE   Direct Store Delivery: Add-on Development for FBS SAP DSD 
Created 20130425   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /DSD/IF_EMSE_VC_BADI has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /DSD/IF_EMSE_GENERIC_BADI Common Interface for BAdI 20130826
2 IF_BADI_INTERFACE Tag Interface for BAdIs 20130826
Friends
Interface /DSD/IF_EMSE_VC_BADI has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_TYPE_DATA Instance attribute Public Attribute reference (LIKE) 20130826
2 GC_TYPE_OBJECT Instance attribute Public Attribute reference (LIKE) 20130826
Methods
# Method Level Visibility Method type Description Created on
1 BEFORE_MASS_SAVE Instance method Public Method Before Save of Visit Plans or Visit Lists in Mass Generation 20130826
2 EXECUTE Instance method Public Method 20130826
3 GET_REFERENCE Instance method Public Method 20130826
4 GET_REFERENCE_LIST Instance method Public Method 20130826
5 GET_STRING_VALUE Instance method Public Method 20130826
6 INITIALIZE Instance method Public Method 20130826
7 SELECT_SALES_AREA Instance method Public Method Determine Sales Area of Customer for Visit Sched./List 20130826
8 SET_REFERENCE Instance method Public Method 20130826
9 SET_REFERENCE_LIST Instance method Public Method 20130826
10 SET_STRING_VALUE Instance method Public Method 20130826
11 VC_B_CHECK_DL_STAT Instance method Public Method Check download/processing status of a shipment/VL 20130826
12 VC_CHECK_CUSTOMER Instance method Public Method Check customer 20130826
13 VC_MAINT2CHECK_VL_UPDATE Instance method Public Method Check, if visit list is changeable 20130826
Events
Interface /DSD/IF_EMSE_VC_BADI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_BINDING Public Attribute reference (LIKE) 20130826
2 TS_VL_CHECKED Public See coding 20130826 BEGIN OF TS_VL_CHECKED , vlid TYPE /dsd/vc_vlid, continue TYPE xfeld, END OF TS_VL_CHECKED
3 TT_BINDING Public Attribute reference (LIKE) 20130826
4 TT_VL_CHECKED Public See coding 20130826 TT_VL_CHECKED TYPE STANDARD TABLE OF TS_VL_CHECKED WITH DEFAULT KEY
Method Signatures

Method BEFORE_MASS_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_GEN_DATFR Call by reference Type reference (TYPE) DATUM Date 20130826
2 Importing IP_GEN_DATTO Call by reference Type reference (TYPE) DATUM Date 20130826
3 Importing IP_TEST Call by reference Type reference (TYPE) XFELD Checkbox 20130826
4 Changing IP_T_VLH Call by reference Type reference (TYPE) /DSD/VC_VLH_TY Visit List - Header Data 20130826
5 Changing IP_T_VLP Call by reference Type reference (TYPE) /DSD/VC_VLP_TY Visit List - Item Data 20130826

Method BEFORE_MASS_SAVE on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method EXECUTE Signature

Method EXECUTE on Interface /DSD/IF_EMSE_VC_BADI has no parameter.
Method EXECUTE on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method GET_REFERENCE Signature

Method GET_REFERENCE on Interface /DSD/IF_EMSE_VC_BADI has no parameter.
Method GET_REFERENCE on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method GET_REFERENCE_LIST Signature

Method GET_REFERENCE_LIST on Interface /DSD/IF_EMSE_VC_BADI has no parameter.
Method GET_REFERENCE_LIST on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method GET_STRING_VALUE Signature

Method GET_STRING_VALUE on Interface /DSD/IF_EMSE_VC_BADI has no parameter.
Method GET_STRING_VALUE on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method INITIALIZE Signature

Method INITIALIZE on Interface /DSD/IF_EMSE_VC_BADI has no parameter.
Method INITIALIZE on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method SELECT_SALES_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CP_S_VL Call by reference Type reference (TYPE) /DSD/VC_VL_TREE Tree Display: Visit List 20130826
2 Changing CP_S_VP Call by reference Type reference (TYPE) /DSD/VC_VP_TREE Tree Display, Visit Schedule 20130826
3 Exporting EV_SKIP_CUST_BADI Call by reference Type reference (TYPE) BOOLEAN Avoid customer BAdI call 20130826
4 Importing IP_INITIALIZE Call by reference Type reference (TYPE) BOOLEAN SPACE Initialize Org.Data 20130826
5 Importing IP_MODE Call by reference Type reference (TYPE) C MAINT or VIEW Mode 20130826
6 Importing IP_T_VC_KNVV Call by reference Type reference (TYPE) /DSD/VC_IT_KNVV Excerpt from KNVV 20130826
7 Importing IP_VCCODE Call by reference Type reference (TYPE) C Work on VS or VL 20130826

Method SELECT_SALES_AREA on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method SET_REFERENCE Signature

Method SET_REFERENCE on Interface /DSD/IF_EMSE_VC_BADI has no parameter.
Method SET_REFERENCE on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method SET_REFERENCE_LIST Signature

Method SET_REFERENCE_LIST on Interface /DSD/IF_EMSE_VC_BADI has no parameter.
Method SET_REFERENCE_LIST on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method SET_STRING_VALUE Signature

Method SET_STRING_VALUE on Interface /DSD/IF_EMSE_VC_BADI has no parameter.
Method SET_STRING_VALUE on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method VC_B_CHECK_DL_STAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_CONTINUE_FLAG Call by reference Type reference (TYPE) C Continue = X 20130826
2 Exporting EP_LEAVE Call by reference Type reference (TYPE) STRING 20130826
3 Exporting EP_NAST Call by reference Type reference (TYPE) NAST Message Status 20130826
4 Exporting EP_RETURN_STATUS Call by reference Type reference (TYPE) /DSD/VC_DL_STAT DSD: Output Control Download Status 20130826
5 Importing IP_DOC_NR Call by reference Type reference (TYPE) /DSD/VC_VLH-VLID Visit List 20130826
6 Importing IP_KAPPL Call by reference Type reference (TYPE) NAST-KAPPL Application for message conditions 20130826
7 Importing IP_POP_UP_MESSAGE Call by reference Type reference (TYPE) C 'X' Nachrichtenpopup ja/nein 20130826
8 Importing IP_UPDKZ Call by reference Type reference (TYPE) C Update mode indicator 20130826

Method VC_B_CHECK_DL_STAT on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method VC_CHECK_CUSTOMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_VL_DOCS Call by reference Type reference (TYPE) /DSD/VC_IT_VLDOCS Visit List, Reference Documents 20130826
2 Changing CT_VL_TREE Call by reference Type reference (TYPE) /DSD/VC_VL_IT_TREE Tree Display, Visit List 20130826
3 Changing CT_VP_RULE Call by reference Type reference (TYPE) /DSD/VC_IT_VPRULES Visit Schedule Rules 20130826
4 Changing CT_VP_TREE Call by reference Type reference (TYPE) /DSD/VC_VP_IT_TREE Tree Display, Visit Schedule 20130826
5 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20130826
6 Exporting EV_LEAVE Call by reference Type reference (TYPE) STRING Indicator 'Leave FM' 20130826
7 Importing IF_MSGID Call by reference Type reference (TYPE) SYMSGID '/DSD/VC_MESSAGE' Message Class 20130826
8 Importing IF_MSGNO Call by reference Type reference (TYPE) SYMSGNO Einzelne Nachrichtennummer 20130826
9 Importing IF_VCOBJECT Call by reference Type reference (TYPE) /DSD/VC_VCOBJECT Code zum Besuchsplan oder zur Besuchsliste 20130826
10 Importing IS_VL_DOCS Call by reference Type reference (TYPE) /DSD/VC_VL_DOC Reference Documents, Visit List 20130826
11 Importing IS_VL_TREE Call by reference Type reference (TYPE) /DSD/VC_VL_TREE Selektierte Zeile in der Besuchsliste 20130826
12 Importing IS_VP_RULE Call by reference Type reference (TYPE) /DSD/VC_VP_RULES Visit Schedule Rules 20130826
13 Importing IS_VP_TREE Call by reference Type reference (TYPE) /DSD/VC_VP_TREE Selektierte Zeile im Besuchsplan 20130826
14 Importing IT_MSGNO Call by reference Type reference (TYPE) /DSD/VC_MSGNO_T Tabelle für Nachrichtennummern 20130826

Method VC_CHECK_CUSTOMER on Interface /DSD/IF_EMSE_VC_BADI has no exception.

Method VC_MAINT2CHECK_VL_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_VL_CHECKED Call by reference Type reference (TYPE) /DSD/IF_EMSE_VC_BADI=>TT_VL_CHECKED Checked Visit Lists 20130826
2 Exporting EP_UPDATE_CONTINUE Call by reference Type reference (TYPE) XFELD Update is confirmed 20130826
3 Importing IS_VL_TREE Call by reference Type reference (TYPE) /DSD/VC_VL_TREE Tree Display: Visit List 20130826
# Exception Resumable Description Created on
1 ERROR Visit List is not changeable concerning an error 20130826
2 NO_UPDATE Visit List is not changeable 20130826
History
Last changed by/on SAP  20131127 
SAP Release Created in