<?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 Click a execute button using SY-UCOMM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582716#M1273104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used CALL TRANSACTION 'CJ8G' in my report. When I execute it, the screen comes up. How do I code to automatically click the execute button in that screen (CJ8G) ? I've been stuck with this for quite sometime now.&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;Regards,&lt;/P&gt;&lt;P&gt;Dikshitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 14:45:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T14:45:15Z</dc:date>
    <item>
      <title>Click a execute button using SY-UCOMM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582716#M1273104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used CALL TRANSACTION 'CJ8G' in my report. When I execute it, the screen comes up. How do I code to automatically click the execute button in that screen (CJ8G) ? I've been stuck with this for quite sometime now.&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;Regards,&lt;/P&gt;&lt;P&gt;Dikshitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 14:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582716#M1273104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T14:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Click a execute button using SY-UCOMM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582717#M1273105</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;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;tcode&amp;gt;AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;Before calling this statement you need to set the parameter using the SET PARAMETER ID &amp;lt;ID&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 14:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582717#M1273105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T14:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Click a execute button using SY-UCOMM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582718#M1273106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the transaction 'CJ8G' controlling area is the input field which is mandatory, so for this field&lt;/P&gt;&lt;P&gt;you find the Parameter ID , then call the transaction by skipping the first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the below example:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SET Parameter ID 'KOK'.   " KOK is the Paramter ID for controlling area field.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION CJ8G AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish Suri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 05:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582718#M1273106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T05:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Click a execute button using SY-UCOMM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582719#M1273107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've done the SET PARAMETER for all the mandatory fields in CJ8G. When I execute the program its taking me to the screen with all the values in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how do I execute CJ8G from my program after filling all the values in the respective fields.&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;Regards,&lt;/P&gt;&lt;P&gt;Dikshitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 06:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582719#M1273107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T06:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Click a execute button using SY-UCOMM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582720#M1273108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this way....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Record the transcation which u want to execute &amp;amp; fill the BDCDATA structure &amp;amp; pass it while calling the transcation. Refer below code .        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: BDCDATA TYPE TABLE OF BDCDATA.
        DATA: WA_BDCDATA TYPE BDCDATA.
        DATA: TEMP(12) TYPE C. 

       WA_BDCDATA-PROGRAM  = 'ZQMPNK_FLASH_REP_ENT_NEW'.
        WA_BDCDATA-DYNPRO   = '0050'.
        WA_BDCDATA-DYNBEGIN = 'X'.
        APPEND WA_BDCDATA TO BDCDATA.

        CLEAR WA_BDCDATA.
        WA_BDCDATA-FNAM     = 'GRREJ'.
        WA_BDCDATA-FVAL     = 'X'.
        APPEND WA_BDCDATA TO BDCDATA.

        CLEAR WA_BDCDATA.
        WA_BDCDATA-PROGRAM  = 'ZQMPNK_FLASH_REP_ENT_NEW'.
        WA_BDCDATA-DYNPRO   = '0100'.
        WA_BDCDATA-DYNBEGIN = 'X'.
        APPEND WA_BDCDATA TO BDCDATA.

        EXPORT TEMP FROM NEW_INSPLOT-PRUEFLOS TO MEMORY ID 'LOT'.

        CALL TRANSACTION 'ZQM_01_NEW' USING BDCDATA MODE 'E'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 07:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582720#M1273108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T07:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Click a execute button using SY-UCOMM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582721#M1273109</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;select the excute button also while doing the Recordiing and populate all the fields which are mandatory. &lt;/P&gt;&lt;P&gt;Then the transction will excute automatically..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards..&lt;/P&gt;&lt;P&gt;gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 07:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/click-a-execute-button-using-sy-ucomm/m-p/5582721#M1273109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T07:02:55Z</dc:date>
    </item>
  </channel>
</rss>

