cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice verification notification..

former_member203117
Active Participant
0 Kudos

Dear team,

I have 2 questions and they as follows.

1) How do I implement a workflow to notify through an email an invoice verification. Is there any standard workflow or business object I can use to suffice my requirement and if there are business objects please do tell me userexits/badis/methods from where i should trigger the workflow event.

2) If i create a subtype(ZBUS1001) of a standard business object say BUS1001 and I delegate the subtype in SWO6. I see that if use the subtype ZBUS1001 in a task I'm able to see the new methods but if I use BUS1001 I'm not able to see the methods of the subtype. I understand that BUS1001 is like the super type and my subtype (ZBUS1001) has inherited all it's methods. So in my task I should be using ZBUS1001 to call my custom methods, is this correct? Because I have seen few standard BO where if i double click on the method it takes me to a subtype BO of the standard BO.

Any help will be deeply appreciated.

Regards,

Tushar.

Accepted Solutions (1)

Accepted Solutions (1)

afsar_ashraf
Participant
0 Kudos

Hi,

1. If you just need a notification,refer to the standard workflow WS53800006. If the requirement is to have a workflow for Incoming invoice verification complete process, starting from scanning the documents to approval & processing you can search for VIM tool delivered by SAP

2.You should use the supertype BUS1001 in the task,if you have delegated properly you should be able to see the methods defined in the subtype

former_member203117
Active Participant
0 Kudos

Dear Afsar,

If possible can you also tell me the process to create a subtype and the exact steps to delegate. I have followed the steps that I have read over internet to create a subtype ofa standard BO and delegate the same in SWO6. I created a subtype for BUS2105 but I dont see the custom steps/events when I use BUS2105 but when I use ZBUS2105, I see all the methods.

Please can you guide me on this. Do I need to use the username in SWO6 when I delegate etc.

Any help would be deeply appreciated.

Regards,

Tushar..

former_member185167
Active Contributor
0 Kudos

Hello,

I don't know SWO6. It can all be done in SWO1.

1. Go to transaction SWO1

2. Enter the name of the object you want to create a subtype of (eg ZBUS1001)

3. Click on the "Create Subtype" button (F9)

4. In the Pop-up window that appears, fill in (for example):

   Supertype     BUS1001

   Object type   ZBUS1001

   Object name   ZBUS1001

etc

5. Next screen is "Change Object Type" for ZBUS1001 where you will

   see that it has inherited key fields, attributes etc from the supertype.

   You can now add whatever you need, eg new attributes.

 

After this subtype has been created you can delegate the supertype to it by:

1. Go to transaction SWO1

2. Settings > Delegate > System-wide

3. Click on Display/Change button

4. Click on "New entries" button

Object type         BUS1001

Person responsible

Delegation type     ZBUS1001

"I dont see the custom steps/events when I use BUS2105"

In SWO1 you won't, but in other places (e.g. when defining a method for a task) you will.

If you test BUS2105 in SWO1 you will see the new methods.

Once ZBUS1001 has been delegated to BUS1001 you won't be using ZBUS1001 anywhere.

regards

Rick Bakker

hanabi technology

Answers (0)