2010 Sep 24 8:16 AM
Can we create a BADI definition and Implement in the Standard Program ? If yes how ? Explain how to implement methods ,find import/export parameter,how to enhance the screen ?
Can we create a BADI definition and Implement in the Standard Program ? If yes how ? Explain how to implement methods ,find import/export parameter,how to enhance the screen ?
2010 Sep 26 7:58 PM
Hi
Yes, you are able to create a badi definition, but it will be necessary chage the standard code in order to create the
entry point for the BADI execution.
You can use transaction SE18, SE19 or SE20 to create these badi definitions and implementations
Kind regards
2010 Sep 28 7:26 AM
Hi
how to create entry point in standard program for the BADIs.
Thanks
Raghu
2010 Sep 28 11:22 AM
documentation on calling badis can be found at...
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/eb/3e7cf1940e11d295df0000e82de14a/frameset.htm
regards,
Kiran A.
2010 Sep 27 5:35 AM
Hi Raghunandan,
BADI are use to enhance the functionality of standard program.
BADI are similar to Uer-Exit with few differences like BADI are object oriented and you can have multiple implementation.
Tcode: SE18-> For BADI Definition.
SE19-> For BADI Implementation.
In SE18, you can find different methods in Interface tab and all the parameters you can use to customize to your req.
In SE19, you can create your implementation and pass all the parameters(as required) and Activate it.
Hope this info useful to you.
Regards,
Ankit.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |