cancel
Showing results for 
Search instead for 
Did you mean: 

Close request status of BCS cube from process chain

Former Member
0 Kudos

Hi all,

I am loading data from a BCS transactional cube to an OpenHub target using a DTP.

The DTP only picks up requests in closed status: green.

I would like to close the current open request, used for adding transactions done by users, from a process chain and then run the DTP from a second variant.

Does anybody know an ABAP program for this that I could call from the ABPA process chain variant?

Best regards,

Arjen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is a standard FM to do this: RSAPO_CLOSE REQUEST.

Include this FM in a program and schedule the program to run in a process chain eberytime before you load data from this cube.

Ravi Thothadri

Answers (2)

Answers (2)

Former Member
0 Kudos

You may wish to check this for more insights.

https://forums.sdn.sap.com/click.jspa?searchID=4672416&messageID=2969363

Hope it Helps

Chetan

@CP..

Former Member
0 Kudos

OK thanks, I think it is this FM: RSAPO_CLOSE_TRANS_REQUEST.

This works well. Thanks for pointing me in the right direction.

Arjen

Former Member
0 Kudos

Check Note 1030185 - Closing RDA requests using process chain, see if it helps.