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

call program from function

Former Member
0 Likes
808

Hallow I build a function in se37 ,and in the function I wont to delete file from server now I have a program

in se 80 that can do that (YHR_DELETE_FILE_FROM_SERVER)the program have just one parameters (the path of the file I wont to delete )

How I can call to this program in my function.

regards

did some one now about function that can delete file from server?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
786

Antonio,

U can directly call that program in the Function Module.

Regards,

Sujatha.

6 REPLIES 6
Read only

Former Member
0 Likes
786

hi

use include statement

praveen

Read only

Former Member
0 Likes
787

Antonio,

U can directly call that program in the Function Module.

Regards,

Sujatha.

Read only

0 Likes
786

hi Reddy

o.k. but how i do that?

regards

Read only

0 Likes
786

Use SUBMIT statement to call a report.

Read only

Former Member
0 Likes
786

Hi,

try this:

DELETE DATASET dset.

Martin

Read only

Former Member
0 Likes
786

Hi antonio,

1.in se 80 that can do that (YHR_DELETE_FILE_FROM_SERVER)t

2. use like this in your FM

<b>SUBMIT YHR_DELETE_FILE_FROM_SERVER

WITH

parameter1 = myfilename.</b>

regards,

amit m.