<?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 Re: ISU_S_WORKLIST_INSTALL iNPUT  exceptions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-s-worklist-install-input-exceptions/m-p/12041596#M1968029</link>
    <description>&lt;P&gt;Thank you for your answer.&lt;BR /&gt;But The function module ISU_S_WORKLIST_INSTALL_&lt;STRONG&gt;PROVIDE &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is providing me with informations about the first shotscreen ( transaction EG33).&lt;BR /&gt;Still not found the inputs of the transaction EG34 (shotscreen 2) &lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 31 Aug 2019 23:54:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-08-31T23:54:57Z</dc:date>
    <item>
      <title>ISU_S_WORKLIST_INSTALL iNPUT  exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-s-worklist-install-input-exceptions/m-p/12041594#M1968027</link>
      <description>&lt;P&gt;hELLO &lt;BR /&gt;i want to use the function module ISU_S_WORKLIST_INSTALL but i dont know what are all the inputs and the structures that must be filled &lt;BR /&gt;i tried to debug the standard transaction EG31 but didnt get the result.&lt;BR /&gt;here are the inputs that i must put &lt;BR /&gt;Could someone help me where to fill them in th function module cause im confused.&lt;/P&gt;
  &lt;P&gt;the fields on red are those that i must fill in the standard &lt;/P&gt;
  &lt;P&gt;thank you&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1724140-question-sap.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1724141-question-e.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 21:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-s-worklist-install-input-exceptions/m-p/12041594#M1968027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-08-30T21:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_S_WORKLIST_INSTALL iNPUT  exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-s-worklist-install-input-exceptions/m-p/12041595#M1968028</link>
      <description>&lt;P&gt;As for BAPIs, the simplest way to know which data to fill is to have an existing "object" with the right data, use the corresponding API to &lt;STRONG&gt;read&lt;/STRONG&gt; this object, change the object key to a non-existing object, and call the API to create this object, with the same data.&lt;/P&gt;&lt;P&gt;I mean, in your case:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Ask someone to create some data in transaction EG31, or to indicate which object can be used as a reference.&lt;/LI&gt;&lt;LI&gt;To read the values of the object created, call the function module ISU_S_WORKLIST_INSTALL_&lt;STRONG&gt;PROVIDE&lt;/STRONG&gt; (the only thing you need to pass is the object key, it should not be very difficult)&lt;/LI&gt;&lt;LI&gt;Look at the parameters returned, and pass them to ISU_S_WORKLIST_INSTALL&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sat, 31 Aug 2019 09:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-s-worklist-install-input-exceptions/m-p/12041595#M1968028</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-08-31T09:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_S_WORKLIST_INSTALL iNPUT  exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-s-worklist-install-input-exceptions/m-p/12041596#M1968029</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;BR /&gt;But The function module ISU_S_WORKLIST_INSTALL_&lt;STRONG&gt;PROVIDE &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is providing me with informations about the first shotscreen ( transaction EG33).&lt;BR /&gt;Still not found the inputs of the transaction EG34 (shotscreen 2) &lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2019 23:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-s-worklist-install-input-exceptions/m-p/12041596#M1968029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-08-31T23:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_S_WORKLIST_INSTALL iNPUT  exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-s-worklist-install-input-exceptions/m-p/12041597#M1968030</link>
      <description>&lt;P&gt;Did you explore systematically the whole complex structure returned? An automatic way (to avoid human errors) is to output the complex structure of the parameter "Y_AUTO" to an XML string (CALL TRANSFORMATION id SOURCE data = y_auto RESULT XML string), display the XML and use Ctrl+F.&lt;/P&gt;&lt;P&gt;NB: I'm not familiar with SAP ISU at all. I assume that the data you are looking for is processed via ISU_S_WORKLIST_INSTALL* function modules as you said, but I don't even know if it's true or not.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 06:46:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-s-worklist-install-input-exceptions/m-p/12041597#M1968030</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-09-01T06:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: ISU_S_WORKLIST_INSTALL iNPUT  exceptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/isu-s-worklist-install-input-exceptions/m-p/12041598#M1968031</link>
      <description>&lt;P&gt;thnk you for your answer &lt;BR /&gt;the function module helped me &lt;BR /&gt;and after debugging and debugging i found the error it was on the inputs &lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 22:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/isu-s-worklist-install-input-exceptions/m-p/12041598#M1968031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-09-05T22:30:13Z</dc:date>
    </item>
  </channel>
</rss>

