<?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 How to define Export parameter as Import parameter in next test script. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-export-parameter-as-import-parameter-in-next-test-script/m-p/6329537#M1395889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have defined Purchase order no. as export parameter in ME21N transaction test script.&lt;/P&gt;&lt;P&gt;Test configuration for ME21N transaction executed succesfully and the Purchase order No. appeared in the last message &lt;/P&gt;&lt;P&gt;is the export parameter for next test script i.e. MIGO transaction.&lt;/P&gt;&lt;P&gt;However I am unable to define this export parameter as Import parameter in next test script for MIGO transaction.&lt;/P&gt;&lt;P&gt;Please suggest me the method to define the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2009 13:38:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-23T13:38:29Z</dc:date>
    <item>
      <title>How to define Export parameter as Import parameter in next test script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-export-parameter-as-import-parameter-in-next-test-script/m-p/6329537#M1395889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have defined Purchase order no. as export parameter in ME21N transaction test script.&lt;/P&gt;&lt;P&gt;Test configuration for ME21N transaction executed succesfully and the Purchase order No. appeared in the last message &lt;/P&gt;&lt;P&gt;is the export parameter for next test script i.e. MIGO transaction.&lt;/P&gt;&lt;P&gt;However I am unable to define this export parameter as Import parameter in next test script for MIGO transaction.&lt;/P&gt;&lt;P&gt;Please suggest me the method to define the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 13:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-export-parameter-as-import-parameter-in-next-test-script/m-p/6329537#M1395889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T13:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Export parameter as Import parameter in next test script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-export-parameter-as-import-parameter-in-next-test-script/m-p/6329538#M1395890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are using MESSAGE and ENDMESSAGE blocks to capture the aplication mesages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now once we have these blocks, take the names of the interfaces being generated for checking the Message rules (for MESSAGE block) and application messages during runtime (for ENDMESSAGE ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mostly by default the name MSG_1 and E_MSG_1 is given by eCATT. Each message is stored in various parts like Message index, message type, message V1, V2, V3, V4. any of these V1-V4 will contain your purchase order. Yiou can check in the eCATT log once you run it by expanding all the tree nodes of eCATT log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to these using eCATT operators or loop to scrape out the desired value as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LV_PURCHASE_ORDER = E_MSG_1[1]-MSGV1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 09:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-export-parameter-as-import-parameter-in-next-test-script/m-p/6329538#M1395890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T09:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Export parameter as Import parameter in next test script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-export-parameter-as-import-parameter-in-next-test-script/m-p/6329539#M1395891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikas ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand .. you have a ME21N eCATT script and a MIGo script ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create an integrated script ... and refer the above scripts (using REF command) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is here that you create the link between one script to another ... by creating parameters at the integrated script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 09:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-export-parameter-as-import-parameter-in-next-test-script/m-p/6329539#M1395891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T09:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Export parameter as Import parameter in next test script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-export-parameter-as-import-parameter-in-next-test-script/m-p/6329540#M1395892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create super script which is nothing but having the both the steps (Po creation &amp;amp; MIGO ) in this eCatt script. This can be achieved by using the REF command as ex. below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Create PO&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;REF ( Z_CREATE_PO , Z_CREATE_PO_1 ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Create MIGO&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;REF ( Z_CREATE_MIGO , Z_CREATE_MIGO_1 ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Z_Create_PO is the actual eCatt script that you recorded to create the PO. Z_CREATE_QUOTE_1 is the interface created by SAP. Similarly you have use the REF command to call the MIGO script inside this super script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To pass the export parameter from PO step to MIGO, double click the Z_CREATE_PO_1and define the export variable for PO number. And do the same on the interface for MIGO step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the instructions if you need in this help document posted by another user in this forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID0134775250DB00634934533836311611End?blog=/pub/wlg/3497" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID0134775250DB00634934533836311611End?blog=/pub/wlg/3497&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note : Cut &amp;amp; paste the entire link above to view the document.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 17:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-export-parameter-as-import-parameter-in-next-test-script/m-p/6329540#M1395892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T17:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Export parameter as Import parameter in next test script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-export-parameter-as-import-parameter-in-next-test-script/m-p/6329541#M1395893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its better yor refer to site:&lt;/P&gt;&lt;P&gt;saptechnical &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the ecatt,You can see the Creation and as well Export and ImportParameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will Solve your all query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 07:13:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-export-parameter-as-import-parameter-in-next-test-script/m-p/6329541#M1395893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T07:13:17Z</dc:date>
    </item>
  </channel>
</rss>

