‎2006 Sep 04 10:34 AM
Hi Folks,
I'm working on one requirement where I wanted to make documentation mandatory for every transport request before they release. Some how I have figured out that I need to implement BADI for this, which is there under SPRO -> SAP Netweaver -> SAP Web Application Server -> System administrator -> Change & Transport system -> Business Add-In in change * transport system area -> Business Add-In for defining template for the Task documentation.
Also I have created the document template using SE61. Now I wanted to call this document template in BADI just specified above so that the template will appear under documentation tab of transport request.
Regards,
Amey
‎2006 Sep 04 8:54 PM
Hello Amey
The interface method GET_TEMPLATE_OBJECT returns the name of your template to the CTS process. Thus, it should be sufficient to set
template = <name of your template>within the method.
Regards
Uwe