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 | 2 No |
Post New Answer View All Answers
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
How to add a column to a table control while using alphanumerical layout editor ?
Have you processed BDCs ?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What is the difference between RETURNING and CHANGING parameters for a method?
What is the length of function code at user-command?
How does the interection between the dynpro and the abap/4 modules takes place?
When will the current screen processing terminates?
When the top-of-page event does get triggered?
How can a lock object be called in the transaction?
What are the advantages of logical databases?
performance tuning concepts
How to call other programs?
Is the basic list deleted when the new list is created?
Explain the advantages of different types of bdc's?