cancel
Showing results for 
Search instead for 
Did you mean: 

How to make BW process chain visible in BPC

former_member250987
Participant
0 Kudos

Hi Experts,

1.How to make a BW process chain visible in BPC model , to create a data manager package using it?

2.Is there a way we can pass prompt value from the data manger package created in above step to BW process chain created in RSPC.

or

I have seen a process chain in the BPC data manager organize package to create a data manger package for calling process chain.

Is there a way to pass both process chain name and prompt to call BW process chain created in the backend.

Thanks

Siva

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Yes, there is a standard chain to run BW chain:

/CPMB/TRIGGER_BW_CHAIN

With the script to provide chain name:

PROMPT(TEXT,%CHAINID%,"Input BW process chain name",)
TASK(/CPMB/EXECUTE_BW_CHAIN,CHAIN_ID,%CHAINID%)

But no way to pass variables...

chandrakanthk01
Explorer
0 Kudos

Could you give us an example for process chain syntax above please, Vadim?

former_member186338
Active Contributor
0 Kudos
chandrakanthk01

Sorry, but I am not responding in the old posts.

Please ask a new question and mention me.