<?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 issues with subsreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-subsreen/m-p/5569357#M1270503</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 have created a customer subscreen to be included in a Quality notification. The field that I have added is a Purchase Order number. &lt;/P&gt;&lt;P&gt;I want to code the double click event for this field, such that when I double click the PO number it navigates to the Display PO transaction. &lt;/P&gt;&lt;P&gt;As it is a subsreen, I cannot use the user command 'PICK'. I tried capturing the sy-ucomm and entering the following commands: &lt;/P&gt;&lt;P&gt;IF sy-ucomm = 'AZOB'. &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'BES' FIELD viqmel-zzponumber. &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN. &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;However, this gives a problem because there is already a Purchasing Doc field in the notification and it navigates to the wrong PO. &lt;/P&gt;&lt;P&gt;Can anyone give me alternate suggestions to navigate to the customer PO field? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;gokulnath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Gokulchelvan on May 21, 2009 12:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 10:46:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T10:46:48Z</dc:date>
    <item>
      <title>issues with subsreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-subsreen/m-p/5569357#M1270503</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 have created a customer subscreen to be included in a Quality notification. The field that I have added is a Purchase Order number. &lt;/P&gt;&lt;P&gt;I want to code the double click event for this field, such that when I double click the PO number it navigates to the Display PO transaction. &lt;/P&gt;&lt;P&gt;As it is a subsreen, I cannot use the user command 'PICK'. I tried capturing the sy-ucomm and entering the following commands: &lt;/P&gt;&lt;P&gt;IF sy-ucomm = 'AZOB'. &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'BES' FIELD viqmel-zzponumber. &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN. &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;However, this gives a problem because there is already a Purchasing Doc field in the notification and it navigates to the wrong PO. &lt;/P&gt;&lt;P&gt;Can anyone give me alternate suggestions to navigate to the customer PO field? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;gokulnath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Gokulchelvan on May 21, 2009 12:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 10:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-subsreen/m-p/5569357#M1270503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T10:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: issues with subsreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-subsreen/m-p/5569358#M1270504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;transaction me23 ...this will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;safel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 11:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-subsreen/m-p/5569358#M1270504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T11:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: issues with subsreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-subsreen/m-p/5569359#M1270505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gokul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     try using 'GET CURSORFIELD' command to get the value of the cursor field. If&lt;/P&gt;&lt;P&gt;it referr's to the return PO, just display the return PO; otherwise display the original PO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rethish..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 11:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-subsreen/m-p/5569359#M1270505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T11:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: issues with subsreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-subsreen/m-p/5569360#M1270506</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;try this way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;me23n is for change and display that means PO need to valid..then only you can go to inside the transaction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

 IF sy-ucomm = 'AZOB'. 

select single * from ekpo where ebeln = viqmel-zzponumber.
  if sy-subrc = 0.
  SET PARAMETER ID 'BES' FIELD viqmel-zzponumber. 
  CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN. 
 else.
   message 'enter valid PO' type 'E'.
endif.
 ENDIF. 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-subsreen/m-p/5569360#M1270506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: issues with subsreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-subsreen/m-p/5569361#M1270507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi prabudas,&lt;/P&gt;&lt;P&gt;                   thanks for the suggestion, i have solved the issue.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gokul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 08:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-subsreen/m-p/5569361#M1270507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T08:06:26Z</dc:date>
    </item>
  </channel>
</rss>

