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.The
The
SAPDB_DEV directory is located under the following path: C:\SAPDB\SAPDB_DEVIn 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.