2008 Nov 21 12:23 PM
Hi all.
I created a Language Field with List box and i need to update default value Ducth to it.
after the screen processing i will change the Field value to another language English.
As after the PAI it will go to PBO, then the changes to the Language are not ignored and the same default value is showing ducth,
How to maintain the Cahnge value into List box.
Regards,
Madhavi
Hi all.
I created a Language Field with List box and i need to update default value Ducth to it.
after the screen processing i will change the Field value to another language English.
As after the PAI it will go to PBO, then the changes to the Language are not ignored and the same default value is showing ducth,
How to maintain the Cahnge value into List box.
Regards,
Madhavi
2008 Nov 21 2:28 PM
Hi,
Where fo you assing your default value, in PBO? If so move it to INITAILIZATION.
PARAMETERS listbox TYPE t002-spras AS LISTBOX VISIBLE LENGTH 10.
INITIALIZATION.
listbox = 'NL'.
or simply define your listbox with default value
PARAMETERS listbox TYPE t002-spras AS LISTBOX VISIBLE LENGTH 10 DEFAULT 'NL'.
Now all changes in listbox are visible in PAI.
Regards
Marcin
2008 Nov 24 6:55 AM
hi,
Store default value into variable of listbox and use INITIALIZE event to store the value.
2008 Nov 26 2:29 AM
hi,
i think you can use default key word and assign a value to the parameter at run time in the INITIALIZATION EVENT.
2008 Dec 03 6:45 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |