SAP ABAP Data Element SHP_VL10_LIST_TYPE (Type of delivery list (index data or document data))
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       VL (Package) WS-SHP: General Processing for Shipping
Basic Data
Data Element SHP_VL10_LIST_TYPE
Short Description Type of delivery list (index data or document data)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SHP_VL10_LIST_TYPE    
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 ListType 
Medium 15 ListType 
Long 20 ListType 
Heading  
Documentation

Definition

The delivery list type defines the range of data that can be read-in, displayed and processed.

An index list (fast display) processes the delivery list index data. This data generally gives you an overview of which documents are due for delivery. The amount of data is reduced to a few fields of the document and accesses are significantly optimized for performance. For delivery of an index list, we recommend a delivery creation profile that disregards item criteria, resulting in the delivery of all items of the documents found. The item quantity that resulted from the document's planned quantities at the time the items were created (or changed) will be used for delivery.

A document list displays document items due for delivery, which can be used to reference materials and quantities. The system can propose the quantity that is to be delivered, which the user can change by manually processing the delivery list. For this list type, the system must read both the index data and the document data, resulting in longer access times.

Implementation details for programming user exits:

In hierarchically-sequential views of the delivery list, this type controls the ABAP data type of the two internal tables that contain header and item lines in the list (it_head, ct_head, it_item, ct_item). For index lists, the data type is shp_vl10_indx and for document lists, it is shp_vl10_item.

History
Last changed by/on SAP  19990421 
SAP Release Created in