2006 Jul 17 3:17 PM
hi to all,
can i write select-option like this to redude the charecters in output screen
S_vkbur FOR VBAK-vkbur(2) the length of vkbur is 4 but iam taking 2 only can write the select-option as mentioned above.
Thanks&Regards
Kranthi Revuri.
hi to all,
can i write select-option like this to redude the charecters in output screen
S_vkbur FOR VBAK-vkbur(2) the length of vkbur is 4 but iam taking 2 only can write the select-option as mentioned above.
Thanks&Regards
Kranthi Revuri.
2006 Jul 17 3:19 PM
Hello,
Instead u can declare like this
data: vkbur(2) type c.
select-options: S_vkbur for vkbur.
If useful rewadr points.
Vasanth
Message was edited by: Vasanth M
2006 Jul 17 3:20 PM
2006 Jul 17 3:30 PM
Hello Kranthi,
You can reduce the number of characters in the output screen like this..
Select-options s_vkbur for vbak-vkbur visible length 2.
REWARD IF HELPS.
Thanks,
krishna
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |