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

display PO with status according a return code.

former_member810309
Participant
1,108

hi Community
This week i have a challenge and hope find some help here 🙂

I wrote a program to display the list of transport orders (IMG 3) and I would like to add dynamic columns that display for each environment its import date if Released or its creation date if not released (IMG 5).

I have the environments (IMG 1).

Also display colors for each environment which represent the status of the transport orders according to the return code: (0: green , 4: orange , 8 or others: Red ) (add columns IMG 4).

I have to do all this under certain conditions:

- Without SE11, nor SE37 , nor RFC destination.

- Use the TCEDELI, TCERELE, TCETARG, TCETARGHDR tables to store the OT route in an internal table.

- Use the 2 module functions " TRINT_READ_REQUEST_HEADER " , " TR_READ_GLOBAL_INFO_OF_REQUEST " to supply each column associated with environment. Associate a color with each return code of a work order.

THANK YOU IN ADVANCE FOR YOUR HELP, I AM A BEGINNER SO IF YOU CAN ANSWER CLEARLY.
Remain available if questions.
Cordially

hi Community
This week i have a challenge and hope find some help here 🙂

I wrote a program to display the list of transport orders (IMG 3) and I would like to add dynamic columns that display for each environment its import date if Released or its creation date if not released (IMG 5).

I have the environments (IMG 1).

Also display colors for each environment which represent the status of the transport orders according to the return code: (0: green , 4: orange , 8 or others: Red ) (add columns IMG 4).

I have to do all this under certain conditions:

- Without SE11, nor SE37 , nor RFC destination.

- Use the TCEDELI, TCERELE, TCETARG, TCETARGHDR tables to store the OT route in an internal table.

- Use the 2 module functions " TRINT_READ_REQUEST_HEADER " , " TR_READ_GLOBAL_INFO_OF_REQUEST " to supply each column associated with environment. Associate a color with each return code of a work order.

THANK YOU IN ADVANCE FOR YOUR HELP, I AM A BEGINNER SO IF YOU CAN ANSWER CLEARLY.
Remain available if questions.
Cordially

2 REPLIES 2
Read only

FredericGirod
Active Contributor
1,013

Why do you speak about Purchase order and display Transport Request ?

This has been asked, and developped several time.

When I requested in a previous company, we used RFC request on table e07... to check if transport has been successfully imported

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,013

No doubt that image 3 is a program to display transport orders (A.K.A. transport requests), not purchase orders.