Skip to Content
0
Former Member
Jan 08, 2008 at 09:39 AM

Help with code for Selection Box

22 Views

Hi All,

I have written the below code in the Data Section of the infoset

BEGIN OF IT_TYP-SALE OCCURS 0,

LTEXT TYPE TVKOT-VTEXT,

END OF IT_TYP-SALE.

DATA: IT_RETURN LIKE DDSHRETVAL OCCURS 0 WITH HEADER LINE.

The code works fine, but when the user presses F4 in the box which opens the header displayed is 'Name' which is the header for TVKOT-VTEXT. I would like to know how i can define a custom header Eg: 'Company Name'.

Hope my problem is clear, await assitance.

Vivek