Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugger find a REF data type.

former_member192022
Participant
0 Likes
406

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
383

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

1 REPLY 1
Read only

Former Member
0 Likes
384

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