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

Process chain and Abap

Former Member
0 Likes
521

I have an ABAP Report which does following:

1. Create Selection via parameters - in table lt_sel.

2. Delete CUBE

3. Own implemantation using lt_sel and fill cube.

4. Compress Cube.

Now point 2. and 4. should work in a process chain.

How can i deliver the Abap parameters from 1 to 3 (own implementation class)???

I have an ABAP Report which does following:

1. Create Selection via parameters - in table lt_sel.

2. Delete CUBE

3. Own implemantation using lt_sel and fill cube.

4. Compress Cube.

Now point 2. and 4. should work in a process chain.

How can i deliver the Abap parameters from 1 to 3 (own implementation class)???

3 REPLIES 3
Read only

Former Member
0 Likes
499

I think you should raise this question in BI Forum.

Regards,

Satish

Read only

0 Likes
499

I thought the problem is for ABAP experts who know to work on process chains.

The question is, how to deliver the Parameters?

Read only

matt
Active Contributor
0 Likes
499

You question is not clear enough for me. I need more detail. For example, what are your selecting? Data that goes into a cube, or a selection of cube names? What do you mean by "own implementation"?

How to deliver what parameters to what? What are the process types in your process chain? Are you asking how to develop your own process chain type?

etc, etc,

matt