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

Obsolete FM

Former Member
0 Likes
1,492

Hi All,

My Client is going for SAP 6.0 from SAP 4.6. The following are Some Function Modules which are Obsolete.

EX: WS_FILE_DELETE

WS_FILE_COPY

For those Above two FM which FM i have to use.

Thanks in Advance

Sri..

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
1,187

Use methods from CL_GUI_FRONTEND_SERVICES.

1. FILE_DELETE

2. FILE_COPY

Thanks

Manohar

Hi All,

My Client is going for SAP 6.0 from SAP 4.6. The following are Some Function Modules which are Obsolete.

EX: WS_FILE_DELETE

WS_FILE_COPY

For those Above two FM which FM i have to use.

Thanks in Advance

Sri..

5 REPLIES 5
Read only

Former Member
0 Likes
1,187

Hi,

Use CL_GUI_FRONTEND_SERVICES=>FILE_COPY

CL_GUI_FRONTEND_SERVICES=>FILE_DELETE

Best regards,

Prashant

Read only

Former Member
0 Likes
1,187

Hi Krishna,

both FM "WS_FILE_DELETE

WS_FILE_COPY" are outadated , so u better go for "SCMS_FILE_COPY" which is not outdated.

revert back if any issues,

Regards,

Naveen

Read only

Manohar2u
Active Contributor
0 Likes
1,188

Use methods from CL_GUI_FRONTEND_SERVICES.

1. FILE_DELETE

2. FILE_COPY

Thanks

Manohar

Read only

Former Member
0 Likes
1,187

Hi Krishna,

If you aware with the OOPs concept then try to use

CL_GUI_FRONTEND_SERVICES=>FILE_COPY

CL_GUI_FRONTEND_SERVICES=>FILE_DELETE

Else Traditionally you can use function modules,

FILE_COPY , FILE_DELETE

Reward if useful.

Read only

Former Member
0 Likes
1,187

Hi Krishna,

Replacement for

WS_FILE_DELETE is GUI_DELETE_FILE

and for

WS_FILE_COPY is SCMS_FILE_COPY

Rgds,

Prajith