on ‎2015 Jul 16 7:54 AM
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
Request clarification before answering.
Hi Emmanuel,
You can create a process chain in BW to link all three together and provide answer prompts for each.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.