SAP ABAP Data Element WSTI_STATUS (Communication Status of a PDC Transaction)
Hierarchy
EA-RETAIL (Software Component) SAP Enterprise Extension Retail
   LO-SRS (Application Component) SAP Retail Store
     WOST (Package) SAP Retail Store: Internet Application Components
Basic Data
Data Element WSTI_STATUS
Short Description Communication Status of a PDC Transaction  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type WSTI_STATUS    
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 Status 
Medium 18 Status PDC Trans. 
Long 20 Status PDC Transact. 
Heading 18 Status PDC Trans. 
Documentation

Definition

The system determines the communication status of the PDC transaction in different ways, depending on whether the PDC transaction is based on an outbound IDoc or an inbound IDoc. The status can have three different values.

Sending a physical inventory document to the PDC device (outbound IDoc):

  • 'O' - open, not yet sent
    The IDoc has been created but not sent yet. In this case, the output mode was set to "collect IDocs" in the outbound parameter of the store concerned.
  • ' ' (blank) - no errors
    The physical inventory document was sent using the IDoc interface without errors.
  • 'E' - errors
    An error occurred in the communication layer when sending the outbound IDoc (for example, the outbound parameter is missing).

For an inbound IDoc, the status can have the following values:

  • 'O' - open, not yet processed
    The inbound IDoc has been created in the system but inbound processing has not yet been started. In this case, the option "Trigger by background program" was selected in the inbound parameter for the store concerned, under "Processing by function module".
  • ' ' (blank) - no errors
    The inbound IDoc was posted in the communication layer without errors.
  • 'E' - errors
    Errors occurred in the communication layer for the inbound IDoc (for example: the inbound parameter is missing).

Note

Errors that occurred during processing by the application are displayed in a different status field.

History
Last changed by/on SAP  20020125 
SAP Release Created in 110