<?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: sub screen not found in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732842#M1772429</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;You should use the method CHECK_ALL_DATA, I suppose you have implemented the BADI CUSTOMER_ADD_DATA to manage your view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 17:51:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-17T17:51:26Z</dc:date>
    <item>
      <title>sub screen not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732841#M1772428</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 create a sub screen in customer master using SPRO navigating like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;SPRO -&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt; Logistics – General -&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt; Business Partner -&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt; Customers -&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt; Control -&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt; Adoption of Customer’s own Master Data fields -&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt; Prepare Modification -&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt; Free enhancement of Customer Master Record. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Created a sub screen and few fields in it. Created append structure for knvv. Everything was working fine until my functional asked me for an error message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;In the sub screen few fields are mandatory, i have validated that using chain-end chain and its working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Mandatory field validation is only working when we go into that screen. For example if we save the data without going to the screen, the system was accepting it with no values for that mandatory fields in the sub screen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;For this, in the customer exit &lt;/SPAN&gt;&lt;BR /&gt;EXIT_SAPMF02D_001 - Customers: User Exit for Checks prior to Saving, written the code to raise the error messgae, its working with constraints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In standard SAP, when there is mandatory field different tab or screen, system navigates to that area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i call that sub screen, i am getting run time error, screen not found. Because the screen is different package and user exit is in different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 17:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732841#M1772428</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2013-09-17T17:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: sub screen not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732842#M1772429</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;You should use the method CHECK_ALL_DATA, I suppose you have implemented the BADI CUSTOMER_ADD_DATA to manage your view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 17:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732842#M1772429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-17T17:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: sub screen not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732843#M1772430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you are correct, i have an implementation for that BADI, but didnt used that method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shall i use the commands, leave scree or call screen in that BADI? becuase i want to show the error message in the sub screen. Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 18:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732843#M1772430</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2013-09-17T18:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: sub screen not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732844#M1772431</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've never used that method too, but I've seen it returns the error message and the ok_code for tabstrip, so I suppose it allows to manage what you need to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- To show the error and then to go to your tabstrip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732844#M1772431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T08:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: sub screen not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732845#M1772432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neeraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though the method has screen number, screen group, function code of the tab to which it has to navigate to, it is not working for my custom developed screen number 9000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the subroutine determine_target_screen (in include MF02D_ADD_ON_FD0), it is clearing the field E_TARGET_DYNNR. So, I updated my screen number in E_TARGET_DYNNR using implicit enhancement at the end of the subroutine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the subroutine navigate_to_affected_screen ( include MF02D_ADD_ON_FN0) again using implicit enhancement at the beginning of subroutine , I have written one case statement for my screen and copied the same code which is there for screen 4000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is navigating to my custom screen and displaying the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Poornima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732845#M1772432</guid>
      <dc:creator>former_member201364</dc:creator>
      <dc:date>2013-09-18T08:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: sub screen not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732846#M1772433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used this method, and yes you have to return the screen number with screen group and related function code. (Look also at the SAP standard implementation of this BAdi, even if not active in your system either via SE19 or using where-used of interface IF_EX_CUSTOMER_ADD_DATA in classes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732846#M1772433</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-09-18T08:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: sub screen not found</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732847#M1772434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functional is now OK without traversing to the sub screen, I will do the require changes when they come back. Thanks for your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neeraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 12:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen-not-found/m-p/9732847#M1772434</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2013-09-25T12:40:09Z</dc:date>
    </item>
  </channel>
</rss>

