Application Development 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: 

ABAP Adaption while migrating from Windows to Unix

Former Member
0 Kudos

Dear All,

I am working on a project where SAP system has been migrating from Windows to Unix os. Because of this all ABAP which are using Files, Operating system command has to be adapted as well.

How can I get such a list of ABAP objects which will be affected by this migration.

Example I can look for Dataset command, External OS Commands and so on..

Please advice if there is a straight forward way to get such a list?

Your prompt response would be higly appreciated.

Thanks in Advance

Hemendra

3 REPLIES 3

Former Member
0 Kudos

Hi,

Go to SE38, type this program name

RPR_ABAP_SOURCE_SCAN and execute

0 Kudos

Hi Luis,

Thanks for your reposnse.

Well I know about this program.

Let me ask you differently, what all strings I need to search for, in order to get all possible values which needs to be replaced during migration?

Thanks in Advance.

Hemendra

0 Kudos

Hi,

Sorry for the late, try this traditional words/names:

For files:

OPEN DATASET

GUI_UPLOAD - WS_UPLOAD

GUI_DOWNLOAD - WS_DOWNLOAD

SAP_DATA_CONVERT_WRITE_FILE

FILE_READ_AND_CONVERT_SAP_DATA

SAP_CONVERT_TO*

CONVERT_SAP

TO_SAP

SAP_TO

For SO Calls:

FTP_*

CALL 'SYSTEM' ID 'COMMAND' ...

SXPG_*

Hope this help

Regards