‎2008 Mar 21 1:16 PM
CREATE DATA <ls_dropdown_listbox>-data
TYPE STANDARD TABLE OF crmt_bsp_status_dropdown.
If I don't know the <ls_dropdown_listbox>-data's data type(can't find the "create data..." ),
How find the data type by Debugger?
In Debugger
<LS_DROPDOWN_LISTBOX>-DATA
Technical Type is
REF TO \TYPE=%_T00004S00000468O0000043808
not crmt_bsp_status_dropdown.
How find crmt_bsp_status_dropdown in debugger?
‎2008 Mar 21 1:20 PM
Hi
U're creating a dynamic internal table structurated as crmt_bsp_status_dropdown, so u should check the type of that structure, in this way u'll be able to know the type.
So check how crmt_bsp_status_dropdown is defined.
Max
‎2008 Mar 21 1:20 PM
Hi
U're creating a dynamic internal table structurated as crmt_bsp_status_dropdown, so u should check the type of that structure, in this way u'll be able to know the type.
So check how crmt_bsp_status_dropdown is defined.
Max