‎2008 May 29 7:32 AM
hi,
In Tcode SWO1 there is an object say BUS2012 for purchase order and it is having different events like change,release,cancel,reject.But it is not having "Create".
So what i did is copied BUS2012 into make it as ZBUS2012.I added an event called "Create".But how does it really work?What i actully need to do in event "Create" to get the functionality of "Creation of Purchase Order".I need to use this object in Workflows for creation of Purchase Order.
Thanks and Regards,
Gaurav
‎2008 May 29 8:05 AM
hi Gaurav....
i recently did this thing, so i think i can help on this.
i would suggest you to create a method called create. then in the method creation box that appears, in the abap tab, select transaction and put in me21n in the text box. after this save it , select the mothod and go to Edit> Change release status> Object Type> to implemented....
now come out to swo1 main screen and choose Settings> delegate
by doing this, ur new BO is ready for use with a new method....
i hope ths helps... do reward if it does.
‎2008 May 29 8:34 AM
Hi prem,
thanks for the answer, I did so and found these errors :
1.When i added this method "create",and then Generate then got an error saying method is not implemented.
2,When delegate and new entries -> when F4 on delegation type one message says
Object type 'ZBUS2012' has no subtypes
pls help
Regards,
Gaurav
‎2008 May 29 8:39 AM
hi prem,
i want to send one mail on vreation of PO thru Workflows.This is my requirement.I think now i have got the my actual requirement which is i want an "create" event in ZBUS2012 which is still missing.
Regards,
Gaurav
‎2008 Jun 02 2:37 PM