cancel
Showing results for 
Search instead for 
Did you mean: 

TMS Customization

Former Member
0 Kudos

Hi Basis experts,

I have a doubt related to TMS.

Before releasing a TR, we want to check whether the program in the objects contains any hard coded BREAK-POINTS.

If there are BREAK-POINTS in the code, the user should not be able to release the TR.

Can we do any customizing or settings for this scenario??

Regards,

Khushboo Sahu

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi Khushboo,

You may use program RS_ABAP_SOURCE_SCAN and then use keyword "BREAK-POINT" .

It will list all the programs with above keyword.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

Thank You for your reply.

Can you please tell me if we can automate this for a transport request ?

When a user is releasing the TR, this check should be performed automatically and if there are any hard coded BREAK-POINTS, then the TR release should not be allowed.

Thanks & Regards,

Khushboo

former_member188883
Active Contributor
0 Kudos

Hi Khushboo,

I am not sure whether automatic checks can be performed while releasing the TR.

You may seek help from an ABAPER and look-out for any exits available in the system to suit your requirement.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi,

You can automate this but you have to have a custom tcode to release the TR then.

Develop a custom program which scans the objects first and then release the TR.

Regards,

Nick Loy

Former Member
0 Kudos

Thank you so much Deepak and Nick for giving your precious time.

I really appreciate the help provided.

I have also found a solution to this.

By implementing Code Inspector checks during the release of a transport request or a transport task we can perform this scenario.

We will try and test if this works for us.

Thanks & Regards,

Khushboo Sahu

Answers (0)