<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic display PO with status according a return code. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-po-with-status-according-a-return-code/m-p/12630950#M2013344</link>
    <description>&lt;P&gt;hi Community&lt;BR /&gt;This week i have a challenge and hope find some help here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
  &lt;P&gt;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).&lt;/P&gt;
  &lt;P&gt;I have the environments (IMG 1).&lt;/P&gt;
  &lt;P&gt;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).&lt;/P&gt;
  &lt;P&gt;I have to do all this under certain conditions:&lt;/P&gt;
  &lt;P&gt;- Without SE11, nor SE37 , nor RFC destination.&lt;/P&gt;
  &lt;P&gt;- Use the TCEDELI, TCERELE, TCETARG, TCETARGHDR tables to store the OT route in an internal table.&lt;/P&gt;
  &lt;P&gt;- 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.&lt;/P&gt;
  &lt;P&gt;THANK YOU IN ADVANCE FOR YOUR HELP, I AM A BEGINNER SO IF YOU CAN ANSWER CLEARLY.&lt;BR /&gt;Remain available if questions.&lt;BR /&gt;Cordially&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2075497-sans-titre.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 09:37:00 GMT</pubDate>
    <dc:creator>former_member810309</dc:creator>
    <dc:date>2022-07-15T09:37:00Z</dc:date>
    <item>
      <title>display PO with status according a return code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-po-with-status-according-a-return-code/m-p/12630950#M2013344</link>
      <description>&lt;P&gt;hi Community&lt;BR /&gt;This week i have a challenge and hope find some help here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
  &lt;P&gt;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).&lt;/P&gt;
  &lt;P&gt;I have the environments (IMG 1).&lt;/P&gt;
  &lt;P&gt;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).&lt;/P&gt;
  &lt;P&gt;I have to do all this under certain conditions:&lt;/P&gt;
  &lt;P&gt;- Without SE11, nor SE37 , nor RFC destination.&lt;/P&gt;
  &lt;P&gt;- Use the TCEDELI, TCERELE, TCETARG, TCETARGHDR tables to store the OT route in an internal table.&lt;/P&gt;
  &lt;P&gt;- 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.&lt;/P&gt;
  &lt;P&gt;THANK YOU IN ADVANCE FOR YOUR HELP, I AM A BEGINNER SO IF YOU CAN ANSWER CLEARLY.&lt;BR /&gt;Remain available if questions.&lt;BR /&gt;Cordially&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2075497-sans-titre.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 09:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-po-with-status-according-a-return-code/m-p/12630950#M2013344</guid>
      <dc:creator>former_member810309</dc:creator>
      <dc:date>2022-07-15T09:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: display PO with status according a return code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-po-with-status-according-a-return-code/m-p/12630951#M2013345</link>
      <description>&lt;P&gt;Why do you speak about Purchase order and display Transport Request ? &lt;/P&gt;&lt;P&gt;This has been asked, and developped several time. &lt;/P&gt;&lt;P&gt;When I requested in a previous company, we used RFC request on table e07...  to check if transport has been successfully imported&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 11:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-po-with-status-according-a-return-code/m-p/12630951#M2013345</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-07-15T11:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: display PO with status according a return code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-po-with-status-according-a-return-code/m-p/12630952#M2013346</link>
      <description>&lt;P&gt;No doubt that image 3 is a program to display transport orders (A.K.A. transport requests), not purchase orders.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 17:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-po-with-status-according-a-return-code/m-p/12630952#M2013346</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-07-15T17:04:33Z</dc:date>
    </item>
  </channel>
</rss>

