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

tcode SWO1

Former Member
0 Likes
626

Hi all,

I have prepared one screen, in which i take inputs form user,

after that when the user press the save button this info is saved in table and along with it the event should trigger

and the data entered should pass to 2 levels

after the 1st level will aprove the data then only it should pass to 2nd level.


this is the requirement.

please help,i m not getting how to do this.

I hav to do this using tcode SWO3.


thanks ,

nilesh

1 REPLY 1
Read only

Former Member
0 Likes
450

Hi nilesh,

I suppose you are talking similar to a PO approval of 2 level.

So it is a workflow trigger. you can create a WF and Create BO methods to update level and approve.

How to create a BO

SAP Community Network Wiki - Business Intelligence (BusinessObjects) - SAP Business Object Types

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0f157e8-456b-2910-8ea5-c57d92...

An here is how to trigger a workflow after creating it via Table events.

SAPTechnical.COM - Trigger workflow when a record is created in a database table

Regards