Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: Updating Screen field values

$
0
0

Hi

 

p_otddt-low = sy-datum......so that means  p_otddt is a SELECT-OPTION and so it's a range (i.e an internal table)

 

You need to fill all fields of the select-options not only the field LOW and append the record:

 

 

     if gs_req_cust-eordr is not initial and p_otddt is initial.

           p_otddt-low = sy-datum.

 

          p_otddt-sign = 'I'.

          p_otddt-option = 'EQ'.

           p_otddt-low = sy-datum.

            append p_otddt.

           message e005(DUMMY_MESSAGE_CLASS) display like w.

           endif.

 

Max



Viewing all articles
Browse latest Browse all 10425

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>