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

ECC-BW

abybakk
Explorer
0 Likes
529

Hello,

I have a requirement to execute an abap program in ECC from BW via a process chain.

Could you please tell me if it's possible and how to do it.

The goal is to execute this abap program in ECC before loading data from ECC to BW

Best regards

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
488

You could create

  • An Abap program in BW that execute some RFC FM in source system using same RFC destination than extractor, add the program in the process chain
  • A process chain in the ECC system (yes you can) and trigger it as remote chain from the BW process chain
  • A Workflow in ECC system, and trigger it as remote workflow from the BW process chain
  • A periodic job in ECC that at end send an event to BW system (BP_REMOTE_EVENT_RAISE) the process chain in BW is defined as periodic event
  • etc.

Regards,

Raymond

Read only

abybakk
Explorer
0 Likes
488

Hello Raymond,

Tank you for your helpful answer i Will try to trigger a remote event after a scheduled job in ECC

Best regards