Quantcast
Channel: SCN : Document List - ABAP Development
Viewing all articles
Browse latest Browse all 935

Create Custom TAB in ML81N (Entry Sheet) Line

$
0
0

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


Viewing all articles
Browse latest Browse all 935

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>