Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8451

Drop down list box doubt

$
0
0

Hi Frds,

 

 

I have created a Drop down list  in module pool screen

 

 

i have wrote these codes on pbo screen and selected list box with key in screen

 

My screen field name is GS_TRANS-NAT_OF_DISPATCH...

 

Drop down not triggereing pls hel me

 

 

 

DATA: param TYPE vrm_id,

         values     TYPE vrm_values,

         value LIKE LINE OF values.

  

   CLEAR : values[].

param = 'GS_TRANS-NAT_OF_DISPATCH'.

   value-key = '1'.

   value-text = 'NB: Standard PO'.

   APPEND value TO values.

 

  value-key = '2'.

   value-text = 'UB: Depot to Depot STO'.

   APPEND value TO values.

 

 

   CALL FUNCTION 'VRM_SET_VALUES'

     EXPORTING

       id     = param

       values = values.


Viewing all articles
Browse latest Browse all 8451

Trending Articles



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