Entering content frame

Procedure documentation  Working with the SAP DB Development Hierarchy Locate the document in its SAP Library structure

If you want to modify files, use the icp.pl tool to copy them from the SAPDB_ORG directory to the SAPDB_DEV directory in the development hierarchy.

Example

The SAPDB_ORG directory is located und the following path: C:\SAPDB\SAPDB_ORG

The SAPDB_DEV directory is located under the following path: C:\SAPDB\SAPDB_DEV

In this case, the environment variable $VMAKE_PATH must contain the following entry:

VMAKE_PATH= C:\SAPDB\SAPDB_DEV,C:\SAPDB\SAPDB_ORG

In a MAKE operation, SAPDB_DEV would now be searched for a module or description file. VMAKE only searches the next level if it cannot find the file here.

If a path in the VMAKE_PATH does not end with two slashes, it is also searched for current object files in the wrk directory. The files are copied if they match the current development status. The relevant module files do not need to be translated.

You can use the idiff.pl tool to compare the modified and original module or description files.

The iview.pl tool enables you to display a module or description file.

 

 

 

 

Leaving content frame