Can any explain how to create and execute badi? If possible with example.
Explain how ADObe forms differ from smart forms?
Adobe forms: Adobe forms is online interactive form we can edit the out put list as well as we can display the out put as PDF format. But smartform not at all possible.
Regards,
R.Sankaran
How to find badi in standard program?
Go to class CL_EXITHANDLER in SE24Enter method GET_INSTANCEPut a breakpoint in this methodRun your standard transaction - control will stop at all BAdis called within the flow since this method is use...
Steps to create a BADi:
1. Go to SE18 and give the BADI definition : Create appropriate methods,parameters.
2. Go to Se19 for implemnting the BADi methods defined in SE18 and activate the BADI.
3. When the transaction associated with BADI is called,the method is triggered.