‎2006 May 03 12:42 PM
hi,
i have created an bdc, i want to trigger the bdc if an vendor is created(xk03).
pls can any one suggest me.
‎2006 May 03 1:01 PM
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
‎2006 May 03 1:35 PM
HI
GOOD
USE THE PROGRAM RSBDCSUB TO SCHEDULE THE BDC.
THANKS
MRUTYUN
‎2006 May 03 1:41 PM
hi,
Try using <b>RSBDCSUB</b> program for scheduling the jobs..
Regards,
Santosh
‎2006 May 03 1:44 PM
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.