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

Transport request

Former Member
0 Likes
466

Hi All,

In my Code, On SAVE I need to modify the entry in the table and have to update the entry in the transport request.

In Table for example

A

B

C

consider three entries are there...

When someone try to change the A entry value, then it has to show the popup for transport request.

They can use the existing TRasport request or they can create a new one.

For this I am using 'TR_OBJECT_CHECK' and 'TR_OBJECT_INSERT'..

When when User B tries to edit the same row, then it should not popup a window to choose the transpoirt request.It should create a task under the same trapsort request.

Like when we try to edit the class, then it shows that a task will be created...

Thanks & regards,

Sumithra

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on Jul 16, 2010 1:09 PM

3 REPLIES 3
Read only

Former Member
0 Likes
419

Thats happening may be because someone has already made some change and had locked it under his transport and thats why it says a task will be created.

Incase you want to create a new Transport...first unlock this object from the older transport and then make the change and try saving it.

Hope it helps.

Thanks!!

Mk

Read only

Former Member
0 Likes
419

just create a maintenance view for that table... solves your prolem..

and one more thing... one object cannot be locked in two TRs at the same time.

Read only

Former Member
0 Likes
419

I think, the waiy I asked my question is not easy to understand.....

one entry in the table is locked by one user A by doing some modification in some cloumns.

If UserB , modify the same entry then it should come under the transport request where the User A is stored.

It has to create a Task.

I am not asking why it is creating a task. I want to create a task uder the same transport request.

Thru' codingwhoever edit the particular entry, it should come under the same Transport request.