Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

avoid customizing TR while updating data of SAP standard view

Former Member
0 Kudos

Hi all,

I am preparing TC for view V_T093C_01. View is SAP view and Requirement is to avoid customizing TR while updating data. Please suggest how we shall do that.

Thanks,

Krishna.

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

Hi Krishna,

There is an attribute stored in the table/view maintenance dialogs, which say if there's a standard or custom transport routine to transport. By indicating a custom one, but without defining it, the system won't ask any transport request.

But I don't advise you to change it because:

- Changing this field is considered as a modification of the standard.

- why is it important that the system does not ask for a transport request? It is harmless!

Or is it that you want to allow changing it in production, in that case I would give another answer (by defining the "current settings")

Sandra

3 REPLIES 3

Sandra_Rossi
Active Contributor
0 Kudos

Hi Krishna,

There is an attribute stored in the table/view maintenance dialogs, which say if there's a standard or custom transport routine to transport. By indicating a custom one, but without defining it, the system won't ask any transport request.

But I don't advise you to change it because:

- Changing this field is considered as a modification of the standard.

- why is it important that the system does not ask for a transport request? It is harmless!

Or is it that you want to allow changing it in production, in that case I would give another answer (by defining the "current settings")

Sandra

0 Kudos

Thanks for reply Sandra.

Can you please get me the path of the settting.

Thanks

Krishna.

0 Kudos

Hi Krishna,

As I said: "There is an attribute stored in the table/view maintenance dialogs, which say if there's a standard or custom transport routine to transport. By indicating a custom one, but without defining it, the system won't ask any transport request."

Did you check?

Sandra