cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing Transport Naming convention with the help of BAdIs (Urgent)

Former Member
0 Kudos

Hi Gurus,

We need to implement Transport Naming convention in our landscape.

Transport request should follow the following naming conventions and to enable this we have to enable some necessary BAdIs?

Scenario would be like this....!

Customization

LC-<Track>-<Description> (Non Transportable Request)

<Module>-<Track>-<Configuration Type>-<Change No>-<Description of the Customisation.>

ABAP Developments

AB-<Track>-<Configuration Type>-<Development No>-<Description of the Development>

OSS Notes

BC-<Track>-OSS#<OSS Note No>-<Version>-<Patch Number>-<Process Team>-<Note Description>

Authorization

BA-<Track>-<Version>-<Authorisation Description>

Details :

Track : 01 u2013 Hot fixing, 02 u2013 Implementation, 03 u2013 BIW / EP, 04 u2013 Support

Module : SAP Module (FI, CO, MM, SD, PP, etc..)

Configuration Type : I u2013 Initial Configuration, R u2013 Change due to TPR or Additional Functionality

Change No / Development No : Unique no to trance the base documentation

Please suggest .....................!

Which are the necessary BAdIs needs to be enabled and what other configuration needs to be done.

If anybody has any document please provide.

Thanks in advance..............!!!

Regards,

Jai Sach

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

SPRO --> SAP NetWeaver --> Application Server -->

System administration --> Change & Transport domain

--> BADI -->Business Add-In when Editing Requests

IF_EX_CTS_REQUEST_CHECK~CHECK_BEFORE_CREATION

Happy Tony

Former Member
0 Kudos

Hi Jai,

Please mail to SAP to get the solution.

Regards,

Anil

Former Member
0 Kudos

Hello Jai,

This can be achived by Field Exit. Create Field Exit for TRORDERTXT and in the Function module you can implement your requirement.