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

Custom Idoc

Former Member
0 Likes
609

Hi ,

I want to trigger a custom IDOC when ever material or article is created .

please let me know how to do this

Edited by: ramesh gubba on Feb 2, 2010 10:05 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
570

Hi,

There are various of doing this. Creat a custom business object/ class which contains a method for creation/triggering of idocs. Create a standard task which is linked to event 'CREATED' (Material created) of BUS1001. Link this standard task to custom business object/class method.

So in short summary is , when ever a material is created , event 'Created' will trigger which in turns calls the standard task you created. This standard call will in turn call the method which contains the ABAP code for triggering idocs.

Regards,

Rajneesh

Hi ,

I want to trigger a custom IDOC when ever material or article is created .

please let me know how to do this

Edited by: ramesh gubba on Feb 2, 2010 10:05 AM

3 REPLIES 3
Read only

Former Member
0 Likes
571

Hi,

There are various of doing this. Creat a custom business object/ class which contains a method for creation/triggering of idocs. Create a standard task which is linked to event 'CREATED' (Material created) of BUS1001. Link this standard task to custom business object/class method.

So in short summary is , when ever a material is created , event 'Created' will trigger which in turns calls the standard task you created. This standard call will in turn call the method which contains the ABAP code for triggering idocs.

Regards,

Rajneesh

Read only

0 Likes
570

Hi ,

your reply i uselful . my object is BUS1001001 Retail article .

Could you pls let me know how to create standard task for the event created

Read only

former_member404244
Active Contributor
0 Likes
570

Hi,

please search in SCN related to change documents with idocs..you will get the information.

Regards,

Nagaraj