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 for bdc

Former Member
0 Likes
573

hi,

i have created an bdc, i want to trigger the bdc if an vendor is created(xk03).

pls can any one suggest me.

4 REPLIES 4
Read only

Former Member
0 Likes
532

Hi

I'm not sure for this but you have to use SAP events. You can define these events using transaction SM62.

This event will be used to execute your BDC program in a job based on this event.

Whenever a vendor is created, this event will be triggered which then runs the job for running your BDC program.

For more information on using SAP events, click the following link and look into topics under heading ‘Using events to trigger job starts’:

http://help.sap.com/saphelp_erp2005/helpdata/en/fa/096e44543b11d1898e0000e8322d00/frameset.htm

Regards

Ashish Jain

Read only

Former Member
0 Likes
532

HI

GOOD

USE THE PROGRAM RSBDCSUB TO SCHEDULE THE BDC.

THANKS

MRUTYUN

Read only

0 Likes
532

hi,

Try using <b>RSBDCSUB</b> program for scheduling the jobs..

Regards,

Santosh

Read only

Former Member
0 Likes
532

Hi guys,

Am a fresher in ABAP but i have a solution for this. Please let me know if it works.

Write a background program which will keep track of the number of records in vendor master LFA1 using the sy-dbcnt.

If the count increases then call transaction the required data.

Experts let me know if it works. Its just an idea.

Also tell me why it doesnt work.

Amit.