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 difference between the exits created in M.M and S&D?
What is payroll driver
What are the system fields?
What is table attribute? : abap data dictionary
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
What is an update type with reference to a match code id?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
Explain sap abap 3-tier architecture?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What are the techniques involved in using sap supplied programs?
What are smart forms?
What are internal tables? : abap hr
Why do we use logical blocks in abap program?
Explain buffering concept usage?