BADI : LE_SHP_TAB_CUST_HEAD
Table : LIKP
Add filed in LIKP Table:
BADI Implementation:
Select the menu Enhancement Implementation->Create
Enter the enhancement name and press enter
Double click the method and start writing code like below.
method if_ex_le_shp_tab_cust_head~activate_tab_page.
ef_caption = text-100. "Container Details "Tab Description
ef_position = 5. "Tab Display Position
ef_program = 'ZDPL_CUS_TAB_DELIVERY'. "Program Name
ef_dynpro = '9000'. "SubScreen Number
cs_v50agl_cust = 'X'.
endmethod.
ef_caption = text-100. "Container Details "Tab Description
ef_position = 5. "Tab Display Position
ef_program = 'ZDPL_CUS_TAB_DELIVERY'. "Program Name
ef_dynpro = '9000'. "SubScreen Number
cs_v50agl_cust = 'X'.
endmethod.
Sub screen Details:
Result:
No comments:
Post a Comment