Hi all,
Below is my scenario. :
1) I am putting in a approval process for Transfer, sale and scrapping of an asset.
We are using tcode AR01 where the user creates Worklists and process the above actions through this tcode.
Now in this tcode once the user selects a asset and hits the 'Cretae WL' button, a pop-up ( in the form of table control) is provided with 4 options : 'Retirement with Revenue, Retirement without revenue , intercompany Transfer and Change asset w/o dialog (bulk change).'
When the user selects 1 of these , a pop-up is then provided to capture details like 'Posting date, document date..etc..'.
2) Now in this std progm they are using the FM SWZ_AI_CREATE wherein the Business object is hard coded as AM_AI to trigger the workflow and passing all the above fields as Contianer elements. But the problem is that these elements are not mentioned as parameters or anythign in AM_AI.
I need these elements in my worklfow so i have customized the BO AM_AI to ZAM_AI and delegated it. These elments are not being passed to the workflow.
Pls help!!