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

Selection screen - For

Former Member
0 Likes
374

Hi,

This is probably very easy but I am new to ABAP and cannot find a solution for the following problem:

In the selection screen I have defined two fields:

SELECT-OPTIONS: bukrs FOR skb1-bukrs,

ktopl FOR ska1-ktopl.

However after executing program in the selection field

- the first field appears as

"BUKRS" (ie name of the parameter)

- and the second field appears as

"Chart of Accounts" (ie short text of the ska1-ktopl field).

How can I make Bukrs also to appear as the short text of the skb1-bukrs field (ie Company code)?

Thanks in advance,

Jan

Edited by: Jan Lukasek on May 13, 2009 4:45 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
343

Goto -> Text elements -> selection texts.

Type in any descriptive text you wish next to the select option id.

1 REPLY 1
Read only

Former Member
0 Likes
344

Goto -> Text elements -> selection texts.

Type in any descriptive text you wish next to the select option id.