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

Calling Module pogram from portal via BAPI

Former Member
0 Likes
613

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

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
566

you have to call it via call transaction XYZ

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
567

you have to call it via call transaction XYZ

Read only

0 Likes
566

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

Read only

0 Likes
566

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