‎2009 May 13 3:45 PM
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
‎2009 May 13 3:51 PM
Goto -> Text elements -> selection texts.
Type in any descriptive text you wish next to the select option id.
‎2009 May 13 3:51 PM
Goto -> Text elements -> selection texts.
Type in any descriptive text you wish next to the select option id.