cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC 10 how pass parameters within package list

Former Member
0 Likes
413

Hello gurus,

Within a package list , I have basically 3 tasks following each other.

1. Clear

2.TD load

2. MD load

In each task/package I need to enter manually my parameters .

How is it possible to prompt the parameters only one time at the beginning and then they are only passing from package to package and therefore avoid human mistakes

Thank you very much in advance

EF

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi Emmanuel,

You can create a process chain in BW to link all three together and provide answer prompts for each.

Andy

Former Member
0 Likes

I don't think this is possible with a package link.

If you really need this functionality you will have to do built a custom process chain which executes these packages (using variants program UJD_TEST_PACKAGE). Passing the parameters you could to by inserting a first step (BADI custom logic) which writes your parameters to a custom table, which then again is used when executing the packages with the program(s).

Personally, I would not advice you to do this kind of ABAP development for a small front-end improvement. Unless you have many other cases like that.