cancel
Showing results for 
Search instead for 
Did you mean: 

Maintain a drop down as sales order item text

Former Member
0 Kudos

Hi,

I need to add another text type to sales order item text,. However instead of entering text isnt it possible to have a drop down where users can select a text?

Any ideas?

Thanks

Keshi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In case you are having 1 line Item per order, then you can also get the drop down menu function available to you by maintaining the text at the <b>"Order Reason"..</b> and from there ask your Abaper to pick that in output, in case you want that to.

Reward Points if it helps,

Regards,

N

former_member183879
Active Contributor
0 Kudos

It is not possible to select a text using drop down menu. You only can add a text type and populate the text during transaction.

Alternatively you can do the following.

Create some text elements and maintain texts for them. say 5 texts.

Now create a text type in normal text determination.

Using some user exits, you can automatically decide based on your requirement the text element from where the text has to be populated for this text type.

This should work fine for you.

Reward if this helps you