Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

find system commands program

Former Member
0 Likes
544

hi guys,

We are planning to do migration first in 46C from HP unix to Solaris OS.

So we need to find out what are the ABAP programs working in HP system will be

affected by this Migration.

Could you please list up things which i have to consider while

analysing the ABAP programs.

Appreciate your reply in advance.

Thanks.

Ambi.

3 REPLIES 3
Read only

Former Member
0 Likes
486

ABAP programs will work on all supported platforms, because they are not native, but rather interpreted by the SAP kernel, which should work the same on all supported platforms.

You have to keep an eye on custom ABAP programs, that use OS commands or have access to files, becauses the path to these commands and file may change...

Read only

Clemenss
Active Contributor
0 Likes
486

Hi,

Mike is right.

If the migration includes changes in the file and directory structure, all logical path and file names (transaction FILE) must be checked and adapted accordingly.

User (YZ) programs may have hard-coded file and path names that must be checked. Run report RPR_ABAP_SOURCE_SCAN for Y, Z, SAPY* and SAPZ* (SAP+Z* will find SAPMZ* module pools SAPLZ* function pools) and search string OPEN DATASET.

Regards,

Clemens

Read only

Former Member
0 Likes
486

hey guys,

Thanks for all your replies..

waiting for some more answer for this question.

Appreciate your replies..

Thanks.

Message was edited by:

ckjapan ambi