DATA : lr_cust TYPE REF TO cl_gui_custom_container, lr_list_tree TYPE REF TO cl_gui_list_tree, lt_flight TYPE TABLE OF scarr, ls_flight TYPE scarr, lt_node TYPE treev_ntab, ls_node TYPE LINE OF treev_ntab, lt_item TYPE TABLE OF mtreeitm, ls_item TYPE mtreeitm . START-OF-SELECTION. CALL SCREEN 0001. *&———————————————————————* *& Module STATUS_0001 OUTPUT *&———————————————————————* MODULE status_0001 OUTPUT. SET PF-STATUS ‘LIST_STATUS’. ENDMODULE. ” STATUS_0001 OUTPUT *&———————————————————————* *& Module GET_DATA OUTPUT *&———————————————————————* MODULE get_data OUTPUT. IF lt_flight IS INITIAL. SELECT * FROM scarr INTO TABLE lt_flight. ENDIF. ENDMODULE. ” GET_DATA OUTPUT
Category: Uncategorized
ALV TOP OF PAGE? LEFT/MIDDLE/RIGHT
Step1. Here is the ALV report with code details to vertically split the top of page section of the lav header. Step2. Here is
Dynamic creation of UI element and Context attribute in Web Dynpro 2
Post Details- This post shows how to create a context attribute and node dynamically. After that creating UI elements like Label, Input Field, Button
Dynamic creation of UI element and Context attribute in Web Dynpro
In this post UI elements like a Label and an input field is created dynamically and the input field is bound a context attribute created
Dynamic creation of UI element in Web Dynpro
In this post UI elements like a Label and an input field is created dynamically and the input field is bound a context attribute
Enhancement of Web Dynpro
We can do enhancement of standard web dynpro component of the component controller or window controller or View Controller. This allows us to create