2010 Nov 10 8:03 AM
I have a following issue here:
Currently I have following approval setting : I have approval request in SAP Inbox , if I approve or reject particular request. it will in turn call one Module pool program , which after processing return some value.
Same function as mentioned above I want to implement for Portal , In portal when I select approve or reject button ,portal will cal the Module pool program and perform the same processing as in SAP system.
1) Can we directly call the Module pool program? If yes then how.
2)Can we write a BAPI and that BAPI inturn call the Module pool program?
Please provide us another solution if possible.
Thanks & Regards
Sandeep Kumar Singh
2010 Nov 10 8:13 AM
2010 Nov 10 8:13 AM
2010 Nov 10 8:44 AM
Hi Keshav,
Thanks for Reply. So I need to use call transaction in BAPI or in portal.
Can we use SUBMIT program.
Thanks & Regards
Sandeep
2010 Nov 10 9:02 AM
Hi,
As per my experience, It is not possible to call transaction in the workflow from EP UWL. You need to develop a web dynpro screen and use same in the workflow instead of call transaction.
Thanks and Regards,
Chandra