Creation of Additional Tab in ML81N Line Item
Step 1: Use CMOD and create a Project .
Step 2: Click on “Enhancement Assignment” and add SRVDET
Step 3: Click on “Components”
Step 4: Double Click on Table CI_ESLLDB and add your custom fields
Step 5: Double click on “Screen Exit” 0299, open its “Layout” and add the custom fields.
Step 6: Use Function Exit “EXIT_SAPLMLSP_040” to process PBO part. Write the code in INCLUDE ZXMLUU23
TABLES: esll.
CLEAR: esll-zlory,esll-zexn1.
MOVE i_esll-zlory TO esll-zlory. MOVE i_esll-zexn1 TO esll-zexn1.
Step 7: Use Function Exit “EXIT_SAPLMLSP_041” to process PAI part. Write the code in INCLUDE ZXMLUU26
MOVE esll-zlory TO e_eslldb-zlory. MOVE esll-zexn1 TO e_eslldb-zexn1.
Step 8: Open ML81N and click on Line no 10 to check your output.
Thanks
D.Satpathy