Quantcast
Channel: SCN: Message List - Data Warehousing
Viewing all articles
Browse latest Browse all 3366

Re: How to run bw process chain with dialog parameter

$
0
0

Hello,

 

Try with ABAP program . Read the file and run the process chain through function module.

 

Function module to run the process chain:

 

CALL FUNCTION 'RSPC_CHAIN_START_SYNCHRONOUS'

      EXPORTING

        i_chain = p_chain

      IMPORTING

        e_logid = e_logid

      EXCEPTIONS

        failed  = 1.


Hopefully  it will works for you.

Saleem.


Viewing all articles
Browse latest Browse all 3366

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>