Application Development and Automation 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: 
Read only

No customizing order using SOBJ

Former Member
0 Likes
655

Hi Experts ; )

Does anyone know if i can remove, in a trx, the customizing order the system ask for ?

For example: Trx SR10 (City creation) when we save the city data a transaction order is asked. What we need it to remove this procedure. I've heard that we can achieve it using SOBJ but I don't know how to do it. Does anyone do it somethin alike before ?

Tyvm

1 REPLY 1
Read only

Former Member
0 Likes
548

If the Transaction calls a View/Table maintenance dialog, then one way to achieve this is to do the following:

1) Goto -> Txn:SE54 -> Give the name of the table/view.

2) Select the radio button "Generated Objects" -> Change/create tab.

3) In the next screen change the "Dialog Transport Details" by selecting the "no,or user, recording routine".

4) Click on create tab again, this will give another pop-up asking a reason for change select the option that is to do with "Transports" and press enter.

5) Now if you check your view/table via Txn:SM30 or directly and make changes no request pop-ups will appear.