cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I've got I little problem maybe easy to solute but I didn't get it rigth yet.

I've got a tableview in Lineselection mode, on Click I like to get my date

fields as inputfields and net to the datefields a icon SAVE.

I fits and works but their is allways a carriage return between my inputfield

and the icon and I don't like this - anybody know how to solute??

Many thanks Matthias

Coding:

GET_COLUMN_DEFINITIONS:

  append initial line to p_column_definitions assigning add( element = endda_save ).

        p_replacement_bee = endda_bee.

      endif.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Matthias,

I've got problem same as you had.

I've some difficulty during the definitions of type of endda, endda_save and endda_bee.

It is correct :

DATA: endda TYPE REF TO cl_htmlb_inputfield.

DATA: endda_save TYPE REF TO cl_htmlb_image.

DATA: endda_bee TYPE REF TO cl_bsp_bee_table.

?

I've tried with theese but it doesn't work.

Many thanks,

Luca

Former Member
0 Likes

Ops,

I forgot the :

CREATE OBJECT endda .

CREATE OBJECT endda_save .

CREATE OBJECT endda_bee.

Now it is all ok.

Only small problem on showhelp dispay (empty popup without any calendar)

Thanks a lot,

Luca