SAP ABAP Data Element TDV_DATA_TRANSPORT (Data Transport)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-SLS (Application Component) Sales
     ERP_SALES_LORD (Package) ERP Sales Lean Order
Basic Data
Data Element TDV_DATA_TRANSPORT
Short Description Data Transport  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DOM_LORD_DATA_TRANSPORT    
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 Transport 
Medium 15 Data Transport 
Long 20 Data Transport 
Heading 20 Data Transport 
Documentation

Definition

This indicator determines how data changes made to the current field are transported to sales backend processing via the LORD API.

Use

  • If you choose Transport data changes automatically, data changes to this field are always transported automatically to sales backend processing.

    In most cases, you can use this option to carry out the field transport.

  • If you choose Transport data changes via BAdI implementation, data changes to the field are not transported automatically to sales backend processing. Instead you must implement BADI_LORD_DO_PAI, method ADD_SUPPLY_LIST to control the field transport using appropriate program code.

    Select this option if there are specific situations in which you do not want the changes to the field to be transported.
    You should select this setting if you do not want the field transport to take place in certain cases.
    If you choose this option but do not implement the BAdI accordingly, your data changes are not transported to sales backend processing.

Dependencies

Example

Note

None of these settings triggers a check of the actual content of the data change. You can implement this type of check using the BADI_LORD_DO_PAI BAdI, method FILL_SUPPLY_LIST.

History
Last changed by/on SAP  20100310 
SAP Release Created in 605