Steps to create BADI and Enhancement:
- Go to transaction SE18 and give a BADI name ( like ZBADI_TEST for your reference).
- Every BADI should be there in an enhancement spot. You can either use the existing one or create a new one. It is just a folder.
- After creating a BADI you can set It for single or multiple use (check flag). Define it as per requirement.
- Create an interface for the BADI which will have all your methods and parameters.
- Save the BADI and go to transaction SE19
- Here you create enhancement implementation. Give a name ( as per naming convention) and then give the BADI name which you have given before.
- Save the enhancement implementation and then create an implementation for the interface of the BADI. Do the coding here.
This gives you the entire detail of how to create all the above.
If any questions Please Write Good luck.
Comments
Post a Comment