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

OPEN PROPOSALS

Former Member
0 Likes
1,111

HELLO ALL,

I NEED TO GET THE OPEN PROPOSALS THAT ARE REQUESTED TO BE MOVED TO PRODUCTION AND I ALSO WANT TO GET THE STATUS OF TRANSPORT REQUESTS IN QUALITY ? COULD ANY BODY CAN GUIDE US HOW TO PROCEED? THANKS IN ADVANCE

HELLO ALL,

I NEED TO GET THE OPEN PROPOSALS THAT ARE REQUESTED TO BE MOVED TO PRODUCTION AND I ALSO WANT TO GET THE STATUS OF TRANSPORT REQUESTS IN QUALITY ? COULD ANY BODY CAN GUIDE US HOW TO PROCEED? THANKS IN ADVANCE

7 REPLIES 7
Read only

Former Member
0 Likes
971

Hi Vijay,

You can check the requests in SE09 & SE10. Also, There are lots of checkboxes in se09 & se10 to see the status of requests.

And if you want to check the status of requests after it has been moved then go to logs.

Rg,

Vikas Madaan

Read only

Former Member
0 Likes
971

Hi,

Check the transaction SE07. "STATUS OF TRANSPORT REQUESTS

Regards

vijay

Read only

Former Member
0 Likes
971

Hi Vijayanand,

By 'Open Proposals' do you mean transport requests? If yes, you can go to SE09 and view all requests open for a user. Enter * if you want to view open requests for all users.

To see the status of import in the Quality system, use transaction SE01.

Hope this helps.

Sudha

Read only

Former Member
0 Likes
971

Hi ,

U can get it in table e070 and e07t.

SELECT atrkorr atrstatus b~as4text

INTO TABLE i_transports

FROM e070 AS a

INNER JOIN e07t AS b ON atrkorr = btrkorr

WHERE a~trkorr LIKE v_sysid

AND a~trfunction IN ('K', 'W', 'T', 'C', 'O', 'E').

It will all the transport nos in the quality.

With Regards,

Ranganathan.

Read only

0 Likes
971

Check table CTWFPROPOS and field editing status.This will give you what is required.

Reward appropriate points if it helps.

Regards,

Ankur Bhandari

Read only

0 Likes
971

This tables can help you more .

CTWFACTLOG Transport Proposal: Action Log

CTWFNUMBER Transport Proposal: Number Assignment

CTWFPROPOS Transport Proposal: Header

CTWFREQUST Transport Proposal: Requests for Import

CTWFTARGET Transport Proposal: Target Systems/Target

Read only

Former Member
0 Likes
971

Hi all,

I need the information regarding the status of the transport request on the transported system.

For example.

I have developed a object on Development system say DEV (source system)

and transported to Quality system say QUL (Target system).

Now I will run a progrm in the DEV(Source) system so that i need to know the status of that transported requests in the QUL(Target system).

Where this information will be updated in the source system which are transported.