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: 

How to run a interface on dialy basis

Former Member
0 Kudos

Hi All,

I want to know how to run a interface on dialy basis?Wht is the procedure, i m confused whether to use SM37 or is there any other way.

Thanks in Advance.

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Hi Abdul,

Use SM36 transaction to create a background job.

In that, you can set the frequency of the job to daily.

If your interface has a selection screen, you must define a variant also.

Regards,

Ravi

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

Hi Abdul,

Use SM36 transaction to create a background job.

In that, you can set the frequency of the job to daily.

If your interface has a selection screen, you must define a variant also.

Regards,

Ravi

0 Kudos

why variant is required

0 Kudos

Variant is required if your selection screen is having any required input fields.

If your interface program does not contain any selection screen then no need to create variant.

0 Kudos

Ok thanx alot