This field has similar functionality like ICON but instead of better looking icons, you can choose to display old-style ASCII symbols from type-pool SYM. Like in an example of ICON you have to setup the ...
... RRENT_SCREEN'.
field-symbols: <current_screen> type sydb0_screen.
assign (current_screen) to <current_screen>.
if sy-subrc eq 0 and i_button between 1&n ...
The ALV Grid hides inside itself possibility to use ASCII symbols. All you need to do is to mark the one of fields in field-catalog as symbol and then use constants defined in TYPE-POOL SYM in order to ...
... for that. You cannot tell "Because I want you to do it", you must explain what are the reasons to it, for example: "use field-symbols whenever it's possible as this is better for performance" ...
...
field-symbols: <gt_popup_outtab> type standard table. 2) Then you need to create GUI status with Cancel and Enter Buttons 3) You may also want to create a title for the popup ...
...
data: m_object type toav0-object_id.
field-symbols: <toavo> type toav0.
check i_purchase_requisition is not initial and i_purchase_order is not initial. ...
... calling MB51 from our class and if yes then it will copy results of MB51 to memory and leave the program. it_list type any table Implementation: method export_list_to_memory.
field-symbols: <list> type any, ...
... there.
Importing: IT_API_CHAR TYPE TT_API_CHAR -> Table type for structure api_char_tab Implementation: method clear_initial_line_api_vari.
field-symbols: <ws> type any table. ...