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

Scheduling a BOR or Function module!

Former Member
0 Likes
335

HI,

I have created a Function module ''Z_RETINT01". For that FM I have created a BOR 'Y_RETINT01'. The Bapi for this FM is 'Y_RETINTERFACE'. Now client want to make it background scheduling.

Which one i should schedule- The function module or the BAPI or the BOR.

regards

sandeep

2 REPLIES 2
Read only

Former Member
0 Likes
311

Hi Sandeep,

Its not possible to schedule either of them. so call bapi in a report which in turn can be scheduled.

Reward helpful answers!!!!

Younus

Read only

0 Likes
311

How to call a BAPI in Program.or i need to call the function module in a program.