SAP ABAP Data Element HB_SELECT_MODE (Select Networks with Unscheduled Confirmations)
Hierarchy
ECC-DIMP (Software Component) DIMP
   LO (Application Component) Logistics - General
     DI_HBS (Package) Real Estate Sales and Configuration Mngmt. (Home Building)
Basic Data
Data Element HB_SELECT_MODE
Short Description Select Networks with Unscheduled Confirmations  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Mode 
Medium 15 Selection mode 
Long 29 Selection mode for scheduling 
Heading 29 Selection mode for scheduling 
Documentation

Definition

Schedule networks that have not been rescheduled since last activity confirmations.

USE

This represents an optional performance enhancement. If this option is selected, only those networks currently stored in the table HBS_NETWORKS will be scheduled. This table is filled by means of placing the function HB_NETWORK_TO_BE_SCHEDULED in the user exit: CONFPS05 as follows:

CALL FUNCTION 'HB_NETWORK_TO_BE_SCHEDULED'

TABLES

        T_CAUFVD = CAUFVD_TAB.

Once this user exit is activated and this function module is added, then every time a confirmation is made on a network activity, the network number is stored in the table HBS_NETWORKS. Thus, only those networks that have had work confirmed will be processed. The standard Project System selection screen is also available to manually add additional networks that require rescheduling.

Note: If full scheduling is run in update mode (not test mode) with the database options selected, then the table HBS_NETWORKS will be refreshed. This is to ensure that only networks that have been changed since the last scheduling run are actually rescheduled.

History
Last changed by/on SAP  20050301 
SAP Release Created in 46C2