In select-options,how to make high as madatory.....?if we use
obligatory we'll get the low as madatory by default?
Answer Posted / sarita dudam
Select-options : vbeln for vbrk-vbeln.
AT SELECTION-SCREEN.
Read table vbeln with key high = space.
if sy-subrc is initial.
message 'high cant be empty' TYPE 'S' display like 'E'.
endif.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can end-of-selection be used?
What are the aggregate objects in the dictionary? : abap data dictionary
5) How to rereive text elements in SF and script?
What is table pool?
What are critical issues you have faced in your project
Define database layer? : abap data dictionary
What are the uses of interactive reporting?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
Explain the Importance of pa20? : abap hr
The max number of calling modes stacked at one time is?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What are the system table used in abap?
What is read line in abap?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
Explain the difference between tables and structures?