‎2008 Aug 21 9:55 AM
Hi Every one,
I have a following requirment
I have to display all the below as parameters
Header discount condition type KSCHL as a Parameter
Manual price condition type KSCHL as a Parameter
Item discount condition type KSCHL as a Parameter
VAT condition type KSCHL as a Parameter
Please help me out.
Regards,
Mahi.
‎2008 Aug 21 10:02 AM
HI ,
you can maintain the values in selection texts.
goto-textelements--selection text
Edited by: A kumar on Aug 21, 2008 11:03 AM
‎2008 Aug 21 9:57 AM
Hi ,
parameters : p1 type kschl,
p2 type kschl,
p3 type kschl,
p4 type kschl.
Edited by: A kumar on Aug 21, 2008 10:58 AM
‎2008 Aug 21 10:00 AM
Hi Kumar,
How do I get different description for a same field KSCHL.?
Regards,
Mahi.
‎2008 Aug 21 10:01 AM
‎2008 Aug 21 10:02 AM
‎2008 Aug 21 10:02 AM
go to selection text dnt use data dictonary u will write your own selection text there
‎2008 Aug 21 10:04 AM
In the menu bar, follow this path,
Go to -> Text elements -> Selection Texts. There you will find a list of the parameters that you have declared and a text field by them. Just fill in the description there.
‎2008 Aug 21 10:02 AM
HI ,
you can maintain the values in selection texts.
goto-textelements--selection text
Edited by: A kumar on Aug 21, 2008 11:03 AM
‎2008 Aug 21 10:11 AM
hi,
First in your report declare these parameters like this,
parameters : p1 type kschl,
p2 type kschl,
p3 type kschl,
p4 type kschl.
after saving and activating , click on 'Go To' >> 'Text elements' >> 'Selection texts'
now specify the text for your parameters which you want to display in the selection screen adjoining these parameters.
Let say for P1 you can write, 'Header discount condition'. Save it and activate it. Hope it will solve your issue.