Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Declaring Parameters

Former Member
0 Likes
898

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
881

HI ,

you can maintain the values in selection texts.

goto-textelements--selection text

Edited by: A kumar on Aug 21, 2008 11:03 AM

8 REPLIES 8
Read only

Former Member
0 Likes
881

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

Read only

0 Likes
881

Hi Kumar,

How do I get different description for a same field KSCHL.?

Regards,

Mahi.

Read only

0 Likes
881

You can go for Selection texts

Read only

0 Likes
881

Hi,

More detail Please.

Thanks.

Read only

0 Likes
881

go to selection text dnt use data dictonary u will write your own selection text there

Read only

0 Likes
881

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.

Read only

Former Member
0 Likes
882

HI ,

you can maintain the values in selection texts.

goto-textelements--selection text

Edited by: A kumar on Aug 21, 2008 11:03 AM

Read only

Former Member
0 Likes
881

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.