Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

SAP TDMS 4.0: Extract Data to Files Functionality

Introduction: In TDMS 4.0 there is a functionality of Data extract through files. In this functionality the files are getting created for the data in the sender system in activity ‘Export Data to Files’ activity. There are 2 paths where the files are getting stored:

1) Logical Path: A logical path maps a logical, or virtual, directory name to an actual directory name on the server. For example, you might map the logical directory name “dgn” to the physical directory c:/data/dgn. If you use the logical name in a URL likehttp://<yourserver>/dgn/test.dgn, the server will return a representation of c:/data/dgn/test.dgn.

2) Physical Path: Physical path is a path that is actually present in the hard disk.

By Default the Logical Path name in SAP TDMS is DMIS_DEX_ROOT and the physical path that is mapped to the logical path DMIS_DEX_ROOT is DIR_TRANS.

In case you do not want to store the archived files that are creating by the SAP TDMS in the DIR_TRANS location, you would be able change the physical path by using the below steps:

1) Go to Transaction FILE

2) Go to Position and find logical path DMIS_DEX_ROOT

3) Select the logical path DMIS_DEX_ROOT and double click on button ‘Assignment of Physical Paths to Logical Path’.

4) Double click on the operating system like Unix or Windows NT.

Change the path using the display/change button.

If suppose the files are in location: C:\Users\Rahul\Desktop\DEX then the physical path value should be : C:\Users\Rahul\Desktop\DEX\<FILENAME>

How to check the operating system:

In menu bar Go to System->Status->Operating System.


Restart ability of the Export Data to Files activity:

Suppose the ‘Export Data to Files’ activity got aborted due to the lack of the space available in the maintained physical path and now you would like to change the path in between and you would like to create the rest of the files in the different location. Please follow the below steps to re-execute it:

  • Change the Path by above mentioned steps, now the sub-activities that is in error needs to be re-executed again.
  • Please implement Note 1930794 if the system is on TDMS 4.0 SP04 OR SP05 and restart the ‘Export Data to Files activity.
2 Comments