<?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: not able to work with export parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-work-with-export-parameter/m-p/4822400#M1128487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonalika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether it is sufficient to just have one export parameter of your customer number depends on your own requirement, ie, what you are going to do when reusing the same eCATT for XD01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards, Qian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2008 17:52:34 GMT</pubDate>
    <dc:creator>qianchen</dc:creator>
    <dc:date>2008-11-20T17:52:34Z</dc:date>
    <item>
      <title>not able to work with export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-work-with-export-parameter/m-p/4822397#M1128484</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;I am new to eCATT. I work on SAP R/3 v 4.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am creating eCATT for customer master. want to maintain "customer" as my export parameter. i am working in TCD mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please suggest what needs to be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;sonalika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 05:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-work-with-export-parameter/m-p/4822397#M1128484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T05:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: not able to work with export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-work-with-export-parameter/m-p/4822398#M1128485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sonalika&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that as soon as you have saved the new customer master data the transaction will send a success message (in the status bar) containing the new customer number. Here you can extract the customer number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is an example for transaction SU01 showing how it works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MESSAGE ( MSG_1 ).
  TCD ( SU01 , SU01_1 ).
ENDMESSAGE ( E_MSG_1 ).

* &amp;amp;TFILL contains total number of collected messages
* =&amp;gt; last message (i.e. index = &amp;amp;TFILL) contains success message
LOG ( &amp;amp;TFILL ).

" ED_UNAME: defined as EXPORTING parameter of script
ed_uname = E_MSG_1[&amp;amp;TFILL]-MSGV1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I did not define any conditions in the MESSAGE interface but just used it to collect all messages sent within the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 06:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-work-with-export-parameter/m-p/4822398#M1128485</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-11-20T06:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: not able to work with export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-work-with-export-parameter/m-p/4822399#M1128486</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;Thanks. I am using only  - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ( MSG_1 ).&lt;/P&gt;&lt;P&gt;TCD ( XD01 , XD01_3 ).&lt;/P&gt;&lt;P&gt;ENDMESSAGE ( E_MSG_1 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will it be sufficient to export "customer number" as a parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;sonalika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 07:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-work-with-export-parameter/m-p/4822399#M1128486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T07:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: not able to work with export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-work-with-export-parameter/m-p/4822400#M1128487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonalika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether it is sufficient to just have one export parameter of your customer number depends on your own requirement, ie, what you are going to do when reusing the same eCATT for XD01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards, Qian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 17:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-work-with-export-parameter/m-p/4822400#M1128487</guid>
      <dc:creator>qianchen</dc:creator>
      <dc:date>2008-11-20T17:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: not able to work with export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-work-with-export-parameter/m-p/4822401#M1128488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case 2 messages can be captured in the End Message block , one is "Customer XYZ is created" or "Customer XYZ already exists". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since Customer number is what you need then you have to expect mode E two messages in the in Message block and then parametrize the field MSGV1 or MSGV2 based on in which variable the Customer XYZ appears with your Export parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Export parameter can be used outside the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 18:25:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-able-to-work-with-export-parameter/m-p/4822401#M1128488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T18:25:49Z</dc:date>
    </item>
  </channel>
</rss>

