<?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: screen exit for FD32 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050164#M968154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi priya im assuming u already created a screen and all u want to knw is how to populate the entered value in some standard table (what standard table u want to populate??????).....  pick any user exit and by using field-symbols det the required internal table which has the newly created z fields..... for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;f_idoc&amp;gt; like edid[] .&lt;/P&gt;&lt;P&gt;assign ('(SAPLVEDA)idoc_data[]')  to  &amp;lt;f_idoc&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 20:27:40 GMT</pubDate>
    <dc:creator>former_member1007904</dc:creator>
    <dc:date>2008-07-07T20:27:40Z</dc:date>
    <item>
      <title>screen exit for FD32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050159#M968149</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 need add few fields in transaction FD32.&lt;/P&gt;&lt;P&gt;I have been debugging this tcode for past two days and could not find any menu exits or screen exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this BADI  CUSTOMER_ADD_DATA_CS in some of the posts but this works for tcodes fd01/fd02/fd03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another BADI ADDRESS_SUBSCREEN is being hit in FD32. But doesnt know how to implement this. If anyone has any suggestions , please let me know , its very urgent .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 21:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050159#M968149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T21:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit for FD32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050160#M968150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain your requirement ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 22:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050160#M968150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T22:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit for FD32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050161#M968151</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 Enhancement &lt;/P&gt;&lt;P&gt;RFDRRANZ User exits: Accounts Receivable Information System &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BADI Available &lt;/P&gt;&lt;P&gt;FI_DUZI_ROUND_CML Rounding in Accordance with Contract Conditions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 22:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050161#M968151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T22:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit for FD32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050162#M968152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to add new fields (custom fields ) in FD32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be a separate tab , when clicked on the tab will take use new screen where I can have my custom, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else if there is any subscreen that SAP has provided I can add my fields there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need an exit to add my fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 15:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050162#M968152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T15:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit for FD32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050163#M968153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFDRRANZ is just a function exit,the other BADI also does not serve the purpose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 15:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050163#M968153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T15:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit for FD32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050164#M968154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi priya im assuming u already created a screen and all u want to knw is how to populate the entered value in some standard table (what standard table u want to populate??????).....  pick any user exit and by using field-symbols det the required internal table which has the newly created z fields..... for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;f_idoc&amp;gt; like edid[] .&lt;/P&gt;&lt;P&gt;assign ('(SAPLVEDA)idoc_data[]')  to  &amp;lt;f_idoc&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 20:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050164#M968154</guid>
      <dc:creator>former_member1007904</dc:creator>
      <dc:date>2008-07-07T20:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: screen exit for FD32</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050165#M968155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same requirement that you have had and i can't find and exit or badi for do that work.&lt;/P&gt;&lt;P&gt;Did you find a solution for your requirement?&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;Best Regards,&lt;/P&gt;&lt;P&gt;Pedro Sousa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 00:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-fd32/m-p/4050165#M968155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-24T00:56:06Z</dc:date>
    </item>
  </channel>
</rss>

