2007 Dec 17 6:22 AM
Hi Experts!!
What is abap workflow ? anybody can tell me in details.
Thank in advance.
2007 Dec 17 6:26 AM
Check the links for Workflow
http://www.sap-img.com/workflow/sap-workflow.htm
http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
http://saptechnical.com/Tutorials/Workflow/Workflow.htm
http://www.thespot4sap.com/articles/Invoice_Verification_Automation_Using_SAP_Workflow.asp
http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
ASAP Methodology:
Project Preparation:
The first step in ASAP is Project Preparation. In this step the Functional Consultant will analyse the business process and define the system for SAP and will give the time line for the project. The Manpower required and the budgets are also considered in this step.
Blue Print Preparation:
This is second step in ASAP Methodology. In this step the Project Preparation scenarios are finalised. A out line of the Project is given in this step.
Realisation:
In this step actual development is taken place. The ABAPer is responsible for this step.
Testing:
In this step the development done by the abaper is being tested. This is the area where the Unit Test Document is prepared (i.e. Positive Testing and Negative Testing).
GO live and Support:
This is the final stage where the project is running in the live environment. In this step the bugs if any that are found in the go live procedure are fixed and the project will be considered as support project.
Rewards if useful.
2007 Dec 17 6:26 AM
Check the links for Workflow
http://www.sap-img.com/workflow/sap-workflow.htm
http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
http://saptechnical.com/Tutorials/Workflow/Workflow.htm
http://www.thespot4sap.com/articles/Invoice_Verification_Automation_Using_SAP_Workflow.asp
http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
ASAP Methodology:
Project Preparation:
The first step in ASAP is Project Preparation. In this step the Functional Consultant will analyse the business process and define the system for SAP and will give the time line for the project. The Manpower required and the budgets are also considered in this step.
Blue Print Preparation:
This is second step in ASAP Methodology. In this step the Project Preparation scenarios are finalised. A out line of the Project is given in this step.
Realisation:
In this step actual development is taken place. The ABAPer is responsible for this step.
Testing:
In this step the development done by the abaper is being tested. This is the area where the Unit Test Document is prepared (i.e. Positive Testing and Negative Testing).
GO live and Support:
This is the final stage where the project is running in the live environment. In this step the bugs if any that are found in the go live procedure are fixed and the project will be considered as support project.
Rewards if useful.
2007 Dec 17 6:31 AM
hi,
Workflow is a process of automizing the buisiness process.
it lessens the manual interaction.
t code for creatng workflow is swdd.
t code to create task is pftc_ins.
reward points if useful.
2007 Dec 17 6:41 AM
Hi,
The aim of workflow is to maximize automation.And insert user intervention when ever required.
In workfolw Instance of Business object is used.
USE the TCode SWLD. It is user menu for workflow
Reward points if useful
Murali Krishna
2007 Dec 17 7:33 AM
Hi Anee
Workflow is an automatic business process, means it automates the business process with less manual interaction. It determines the right(Responsible) person at right time. Workflow is integrated with all funcional modules like MM,PP,HR...
Each and every activity in one department can have impact on another department.
Then how come one department knows that is their time to act/interact??? So one will act(at correct time), after getting confirmation from the previous department or previous interactor...Through workflow we can send the next level activity to another department...And also we can send notification to right person...
Reward points if it is helpful
Regards,
Hemaltha.
2007 Dec 18 2:59 AM