cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP PAPM - Excecution ABAP function Module by remote function Adapter

former_member688443
Discoverer
0 Likes
1,561

Hi Gurus

I need to excecute an ABAP function module from PAPM SP08, more specific a BW Process Chain (Executing FM RSPC_API_CHAIN_START).

If any body have way for to configurate.

I try to do this way and not work:

1 - I Create a Model table a Model View with the parameters that ABAP MF need.In this case I_CHAIN = BW Process Chain name, I_SYNCHRONOUS = X

2 - Create PAPM function remote function Adapter, the type adapter is External function.

Destination RFC: I put the BW system that have the BW process chain. In this case is the same PAPM system

Function Name : RSPC_API_CHAIN_START

3 - In option Input Function (Input (*,0), assign the View that have relation with model table with parameters.

4 - Active and excecute.

Not Excecute the process chain.

Regards,

Juan Diego,

Accepted Solutions (0)

Answers (2)

Answers (2)

elma_zhong
Associate
Associate
0 Likes

Hi Juan,

May I ask if you have got this issue fixed?

Thanks a lot.

Best Regards,

Elma

former_member688443
Discoverer
0 Likes

Hi Elma

I Couldn´t fix it, I do a workarround, Creating a workbook in AFO and with a button call the process chain with planning function.

I hope its help you.

Best Regards,

former_member700990
Discoverer
0 Likes

Hi Juan Diego,

when using RFA type External Function the selected function module must fulfil the signature requirements displayed in Rules Tab->Template field. See also:

https://help.sap.com/viewer/56471df1959f4cfd9e3bf7a6d2d5be42/3.9/en-US/a95f96cc2b4d4d268ebc4494d933d...

Regards,

Harald

elma_zhong
Associate
Associate
0 Likes

Hi Harald,

May I ask if you have such example so that we can refer to it.

Thanks a lot.

Best Regards,

Elma