Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8894

Make a parameter a table type.

$
0
0

Hi All,

 

I am new to webdynpro and I am facing a issue by passing the values from a internal table to a parameter.

How do I go about making the parameter a type that can read the data from my internal table.

 

My code of the internal table is:

DATA: t_item_no TYPE TABLE OF crmd_orderadm_i,
                wa_ex_item_no LIKE LINE OF t_item_no.
          IF msg_info IS NOT INITIAL.
            MOVE ls_et_orderadm_i-number_int TO wa_ex_item_no-number_int .
            APPEND wa_ex_item_no TO t_item_no.
          ENDIF.


   ex_item_no = t_item_no.


 

I need to pass the values from T_ITEM_NO to EX_ITEM_NO.

 

How can I go about that?

 

Any help is much appreciated.

Best regards,

Elena


Viewing all articles
Browse latest Browse all 8894

Trending Articles



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