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

Re: How to create a drop down button for a cell in ALV using cl_salv_table

$
0
0

Hi, i try follow this sample(your sample).

 

i get an error in this line:

 

 

data: ls_dropdown like SALV_S_INT4_COLUMN


Within classes and interfaces you can only use "TYPE" to refer to ABAP.

 

i start of this sample:

 

 

http://zevolving.com/2010/01/salv-table-14-editable-checkbox/

 

CLASS lcl_report DEFINITION.

 

*

 

   PUBLIC SECTION.

*

*   Final output table

     TYPES: BEGIN OF ty_bseg,

 

            BELNR TYPE BSEG-BELNR,

            BUZEI TYPE BSEG-BUZEI,

            BSCHL TYPE BSEG-BSCHL,

            DMBTR TYPE BSEG-DMBTR,

            check TYPE flag,

            END   OF ty_bseg.

*

     DATA: t_vbak TYPE STANDARD TABLE OF ty_bseg.

data: ls_dropdown like SALV_S_INT4_COLUMN.

 

 

any advice?

 

 

thanks


Viewing all articles
Browse latest Browse all 8082

Trending Articles



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