‎2008 Aug 12 7:18 AM
Hi Experts ,
i have a problem regarding include and selection screen.
i have an include program , in which i have defined my selection screen. and this include has been called in many program .
but problem is that i have to maintain selection text and text element for every program .
is there any way ....that i have a single selection text and text element for every program ...in which that include called .
Thanks and Regards
Priyank Dixit
‎2008 Aug 12 7:20 AM
Hi priyank,
1. I also faced the same problem.
The texts are attached to the program name
and not the include, hence the problem.
Not sure, but I don't think there is any direct solution,
other than copy/paste from one program to other.
regards,
amit m.
‎2008 Aug 12 7:36 AM
hi amit ,
there must be a solution ....becacuse when we create a bdc program ....that program includes a "include bdcrecx1" .......which provide the same ....selection text...and text element for every program
THanks
priyank
‎2008 Aug 12 7:42 AM
hi amit ,
there must be a solution ....becacuse when we create a bdc program ....that program includes a "include bdcrecx1" .......which provide the same ....selection text...and text element for every program
THanks
priyank
‎2008 Aug 12 8:04 AM
Hi again,
1. I tried the same thing - include bdcrecx1
and it only provides radiobuttons, parameters and checkboxes.
The labels/text elements are totally empty.
PS: Only after we GOTO--->Text Elements
and again activate them, (by ticking the 'dictionary checkbox or entering some appropriate text);
do they appear properly in the selection screen.
regards,
amit m.
‎2008 Aug 12 7:33 AM
Hi,
You can declare local constants in the include and use them in the selection screen.
i think this will solve your problem.
Regards,
Vamsi
‎2008 Aug 12 7:52 AM
Hi Priyank,
One way is to define data elements / domains for all elements you will be using in your selection screen.
Hence in selection text you can tick checkbox "Dictionary", it will populate corresponding text from dictionary object.
Regards,
Mohaiyuddin