SAP ABAP Data Element /TDAG/CPE_IMPPOSTPROCESS (Postprocessing)
Hierarchy
TDAGBCA (Software Component) TechniData Basic Components
   EHS (Application Component) Environment, Health and Safety
     /TDAG/CP (Package) Compliance for products
Basic Data
Data Element /TDAG/CPE_IMPPOSTPROCESS
Short Description Postprocessing  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
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 Postproc. 
Medium 15 Postprocessing 
Long 20 Postprocessing 
Heading 30 Postprocessing 
Documentation

Definition

Specifies a post-process function module that is executed after the map and save function module.

Use

Possible uses:

  • Data files can be stored on the application server
  • Data files can be moved on the application server
  • Data can be modified in the database

You must use the following interface for the function module:

*"----------------------------------------------------------------------

*" IMPORTING

*" REFERENCE(I_FILENAME) TYPE /TDAG/CPE_FILENAME OPTIONAL

*" REFERENCE(I_IMPTYP) TYPE /TDAG/CPE_IMPTYP

*" TABLES

*" IT_LINES1000 STRUCTURE /TDAG/CPS_IMPFILE1000 OPTIONAL

*" IT_LINES STRUCTURE /TDAG/CPS_IMPFILE OPTIONAL

*" XT_IM_DATA STRUCTURE /TDAG/CPS_IMPDATA

*" XT_IM_COMP STRUCTURE /TDAG/CPS_IMPCOMP

*" XT_IM_OBJECTS STRUCTURE /TDAG/CPS_IMPOBJ

*" ET_ERROR STRUCTURE /TDAG/CPS_IMERROR OPTIONAL

*"---------------------------------------------------------------------

I_FILENAME = path and data file

I_IMPTYP = incoming template

IT_LINES1000 = Lines of a data file, without preprocessing (1000 signs)

IT_LINES = Lines of a data file, with preprocessing (segment/data)

XT_IM_DATA = data table (table/ field / value)

XT_IM_COMP = component table (ID, father ID, mean value, unit)

XT_IM_OBJECTS = object table (ID, identifier 1, identifier 2 ..)

ET_ERROR = error table

History
Last changed by/on SAP  20141109 
SAP Release Created in 0207B0406C