SCREEN EXIT -ADD CUSTOM FIELD IN PURCHASE ORDER HEADER TABLE -HERE WE GONNA USE ME22N T-CODE TO ADD FIELD -I HAVE ALREADY ADDED TWO FIELDS, FOR THIS TUTORIAL I AM GOING TO ADD ONE MORE FIELD -FIRST WE NEED TO FIND CORRECT EXIT TO ADD FIELD -THIS MM06E005 ENHANCEMENT IS USED TO ADD CUSTOM FIELD -BUT IN MY SYSTEM THIS ENHANCEMENT ALREADY USED IN LO020 PROJECT -SO WE NEED TO MAKE CHANGES IN THAT PROJECT ONLY -OR YOU CAN CREATE A NEW PROJECT -GO TO ENHANCEMENT ASSIGNMENT -ENTER THE ENHANCEMENT -GO TO COMPONENTS -NOW GO TO INCLUDE TABLES -DOUBLE CLICK ON CI_EKPODB -YOU NEED TO ADD FIELD HERE -ONCE YOU ADD FIELD SAVE IT AND ACTIVATE IT -IT WILL TAKE TIME TO MAKE CHANGES -NOW GO TO SCREEN EXIT AND DOUBLE CLICK ON SAPMM06E (0111) -GO TO LAYOUT -CLICK ON DICTIONARY/PROGRAM FIELDS BUTTON -ENTER FIELD NAME OR CLICK ON GET FROM DICTIONARY BUTTON -NOTE DOWN THE NAME OF TEXTBOX -SAVE AND ACTIVATE IT -NOW GO TO FUNCTION EXIT -DOUBLE CLICK ON EXIT_SAPMM06E_016 -NOW DOUBLE CLICK ON INCLUDE ZXM06U41 -ADD FOLLOWING CODE -EKPO_CI-ZPINNO = I_CI_EKPO-ZPINNO. -NOW DOUBLE CLICK ON EXIT_SAPMM06E_018 -DOUBLE CLICK ON INCLUDE ZXM06U40 -ADD FOLLOWING CODE -E_CI_EKPO-ZPINNO = EKPO_CI-ZPINNO -SAVE AND ACTIVATE IT -RUN THE T-CODE AND USE EXISTING PO THATS ALL NOW YOU CAN CHECK IT IN EKPO TABLE WITH THAT PO NUMBER THANK YOU IF YOU LIKE PLEASE SUBSCRIBE
For Online or Classroom Training ,contact us at info@jhsoftech.com Mandatory Session for all SAP Professionals & SAP Aspirants. SAP Interview Preparation: ht
Adding Fields to Transaction FBL1N , FBL3N & FBL5n
User Exit Customer Exit Function Exit SE37 SMOD CMOD MODSAP MODACT MRP Run User Exit Sace Doc. Prepare
ALV USING OOPS CONCEPT -HERE I AM GOING TO USE EKPO TABLE -WE NEED TO DEFINE -STRUCTURE -INTERNAL TABLE -WORK AREA -FIELD CATALOG (HERE WE GONNA USE lvc_s
In this video we can see, how to create a sap module pool program with sub screen , dynamic sub screen and also select option in module pool.
SAP Transport Request Over view || Transport Request
Visit my site! More tutorials at www.mendozalearninghub.com
Debugging, /H, Flow of events in SAP ABAP reporting, Debugging a pop-up windows
ABAP How to Implement a Customer Exit - Screen Exit ( user exit ) Implement a Customer Exit - Screen Exit in abap User exit in abap How to implement a user exi
Here i can share the video how to use Select query...
For Administrators: find out how to add custom fields to objects in the solution and then add those fields to reports.
@Credit - Goutham Reddy For More Video Tutorials Visit : http://www.VNRgroups.com Another Channel : http://youtube.com/VNRgroups Facebook Page : http://www.fac
SAP ABAP - Steps to Find User Exits Watch more Videos at https://www.tutorialspoint.com/videotutorials/index.htm Lecture By: Mr. Sanjo Thomas, Tutorials Point I
SAP ABAP : How to Find and Implement New BAdI Screen Exits in sap ? Как применить новый бади ? Как применить New BAdI в сап? Как внедрить New BAdI in SAP ERP?
MODULE POOL PROGRAMMING -HERE I AM GOING TO CREATE SIMPLE CALCULATOR APPLICATION -GO TO SE80 -SELECT PROGRAM FROM DROP-DOWN LIST -ENTER ANY NAME FOR PROGRAM
This tutorial explains the Definition and Implementation of Classic BADI.
CREATING CUSTOM SCREEN IN HEADER LEVEL OF DELIVERY VL01N TRANCTION.
DISPLAY SUBTOTAL IN ABAP ALV GRID TO CALCULATE SUBTOTAL WE BUILD SORT CATALOG AND SET THE FIELD SUBTOT OF SORT CATALOG TO X I AM GOING TO MAKE CHANGES IN THE