2016 Feb 09 1:05 PM
Hallo,
is there a way to get the sysid in an Adobe interactive forms.
If I use another Interface as in Standard, I can
- implement a new Parameter (but this is not so good, if I want to use the standard-printing Programm)
- implement a new global Variable and fill it per abap coding in the initializing-Routine from the Interface. (I am also not in Standard because I have a new Interface).
I can use a Standardtext. Butt by ervery Systemkopie from Productive to Quality-Managment-System I haven't to forget also to change the Standardtext in the Q-System.....
Does anyone have a great idea....
Perhaps an undocumented function.... 🙂
How does other Freaks handle the Problem that should printed in forms when it is printed not from Pruductive-System?
Thanks
2016 Feb 09 1:23 PM
I don't think there are any other possibilities beside this two that you have mentioned. Why are you so against using new interface?
Cheers
Łukasz
Hallo,
is there a way to get the sysid in an Adobe interactive forms.
If I use another Interface as in Standard, I can
- implement a new Parameter (but this is not so good, if I want to use the standard-printing Programm)
- implement a new global Variable and fill it per abap coding in the initializing-Routine from the Interface. (I am also not in Standard because I have a new Interface).
I can use a Standardtext. Butt by ervery Systemkopie from Productive to Quality-Managment-System I haven't to forget also to change the Standardtext in the Q-System.....
Does anyone have a great idea....
Perhaps an undocumented function.... 🙂
How does other Freaks handle the Problem that should printed in forms when it is printed not from Pruductive-System?
Thanks
2016 Feb 09 1:23 PM
I don't think there are any other possibilities beside this two that you have mentioned. Why are you so against using new interface?
Cheers
Łukasz
2016 Feb 09 1:33 PM
Thank you for the confirmation.... Perhaps another guy has an idea.
I wanted only to save one more object....
But you're right that the second Interface is a variable Option.
2016 Feb 09 2:20 PM
You can create the standard text in Q and transport to P, so no more problems regarding system copy, and no additional interfaces.
Regards,
Paul.
2016 Feb 09 2:33 PM
It should different between Development-System, Quality-System and Pruductive-System.
If I implement an own Interface (with the same Parameters), than I can also implemented Global-Variables and I also can coding different. e.G.:
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |