<?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: CUSTOMER_ADD_DATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684251#M1291910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hamza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ever you have been successful in resolving this issue, could you please provide me wiht your help?&lt;/P&gt;&lt;P&gt;i am getting the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;devi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2009 14:50:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-22T14:50:00Z</dc:date>
    <item>
      <title>CUSTOMER_ADD_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684250#M1291909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added a specific screen to FD01 by using the BADI CUSTOMER_ADD_DATA.&lt;/P&gt;&lt;P&gt;This specific screen contain fields which are in a specific Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i save FD01, the standard normaly display message error of a obligatory field which are in standard Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want when i save, the FD01 display message error of obligatory field wich are in my specific screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this i used a method CHECK_ALL_DATA in a BADI  CUSTOMER_ADD_DATA. And when i save in the transaction the message error is played but the screen To Be Navigated To don't work evenif i put in CHECK_ALL_DATA :&lt;/P&gt;&lt;P&gt;    e_dynnr = Number of Dynnpro&lt;/P&gt;&lt;P&gt;    e_scrgr = Name of Bouton&lt;/P&gt;&lt;P&gt;    e_fcode = Code of  Tab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 09:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684250#M1291909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T09:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_ADD_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684251#M1291910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hamza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ever you have been successful in resolving this issue, could you please provide me wiht your help?&lt;/P&gt;&lt;P&gt;i am getting the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;devi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 14:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684251#M1291910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_ADD_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684252#M1291911</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;The screen navigation can be achieved by implementing the BADI CUSTOMER_ADD_DATA_CS.&lt;/P&gt;&lt;P&gt;This BADI is filter dependent and assign the custom screen group created while implemting the BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inorder to determine the screen for the tab created make use of method GET_TAXI_SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can validate this against the screen group using parameter FLT_VAL and against function code using parameter I_TAXI_FCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign the screen name using parameter E_SCREEN and any further validation can be done by assigning a custom program to the screen using paramter E_PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please revert for any further clarifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 15:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684252#M1291911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T15:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_ADD_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684253#M1291912</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 for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your explication is for displaying the specific screen when the user click to the specific button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how to navigate from a standard screen to another screen specific when i have error in a specific screen while i save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 11:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684253#M1291912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T11:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_ADD_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684254#M1291913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem, any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 15:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684254#M1291913</guid>
      <dc:creator>former_member1065874</dc:creator>
      <dc:date>2014-10-10T15:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOMER_ADD_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684255#M1291914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES resolved !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BADI CUSTOMER_ADD_DATA~CHECK_ALL_DATA Gives us the ability to display a message on a screen of our choice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exemple :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_dynnr = &lt;SPAN class="L0S33"&gt;'0301'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_msgid = 'Z2'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_msgno = '174'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_msgv1 = 'text1'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_msgv2 = 'text2'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 17:05:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-add-data/m-p/5684255#M1291914</guid>
      <dc:creator>former_member1065874</dc:creator>
      <dc:date>2014-10-10T17:05:51Z</dc:date>
    </item>
  </channel>
</rss>

