Wednesday 13 April 2016

BADI: Add Item Custom Fields Tab in VL01N,VL02N,VL03N ( Delivery )

BADI : LE_SHP_TAB_CUST_ITEM
Table  : LIPS
Append Structure Demo:

LIPS:
BADI Implementation:

T-Code : SE18
Select the menu Enhancement Implementation->Create 

Double click the method and start writing code like below.
        method if_ex_le_shp_tab_cust_item~activate_tab_page.

             ef_caption text-000.                                                     "Tab Description
            ef_program 'SAPLZSDVL01_ITEM'."                    "Program Name
            ef_position 4.                                                                "Tab Position                             
           ef_dynpro  '9000'.                                                        " Sub Screen Number
           cs_v50agl_cust 'X'.

        endmethod.


Result:








No comments:

Post a Comment