<?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 Problem with Field exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-exits/m-p/1848962#M359883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a problem, in MM01/MM02(Basic data1) there is field called Prod.hierarchy(dataelement is prodh_d), for this data element how to create and change Field Exits and how to assign to MM01/MM02 Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code part i have to write is &lt;/P&gt;&lt;P&gt;1. To validate MARA-PRDHA field length (field exit can handle this). the field length should be 18 char. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Copy the value of MARA-PRDHA to MVKE-PRODH (the code of the field exit above, you can do field-symbol technique to transfer value from mara-prhda to mvke-prodh). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz. do the needfull information with all the steps with codeASAP.&lt;/P&gt;&lt;P&gt;I am using Ecc 6.0 Version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2007 05:38:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-25T05:38:31Z</dc:date>
    <item>
      <title>Problem with Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-exits/m-p/1848962#M359883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a problem, in MM01/MM02(Basic data1) there is field called Prod.hierarchy(dataelement is prodh_d), for this data element how to create and change Field Exits and how to assign to MM01/MM02 Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code part i have to write is &lt;/P&gt;&lt;P&gt;1. To validate MARA-PRDHA field length (field exit can handle this). the field length should be 18 char. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Copy the value of MARA-PRDHA to MVKE-PRODH (the code of the field exit above, you can do field-symbol technique to transfer value from mara-prhda to mvke-prodh). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz. do the needfull information with all the steps with codeASAP.&lt;/P&gt;&lt;P&gt;I am using Ecc 6.0 Version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 05:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-exits/m-p/1848962#M359883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T05:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-exits/m-p/1848963#M359884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a user exit execute report RSMODPRF with out parameters and create the FM to the field you need, and active it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But before doing that, check if there is a user exit or badi implementation availavle, it will be a better solution.&lt;/P&gt;&lt;P&gt;Check for instance, the following:&lt;/P&gt;&lt;P&gt;USER EXIT&lt;/P&gt;&lt;P&gt;MGA00001                                Material Master (Industry): Checks and Enhancements&lt;/P&gt;&lt;P&gt;MGA00002                                Material Master (Industry): Number Assignment&lt;/P&gt;&lt;P&gt;MGA00003                                Material Master (Industry and Retail): Number Display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Business Add-in&lt;/P&gt;&lt;P&gt;BADI_EAN_SYSTEMATIC                     BAdI for Internal Control of EAN Logic&lt;/P&gt;&lt;P&gt;WRF_DISCONT_PARAMS_I                    BAdI: Parameters in Fashion Discontinuation&lt;/P&gt;&lt;P&gt;WRF_DISCONT_FACT_E                      BAdI: Follow-Up Actions in Discontinuation&lt;/P&gt;&lt;P&gt;WRF_DISCONT_CHECKS_I                    BAdI: Scope of Check in Material Reorganization&lt;/P&gt;&lt;P&gt;MG_MASS_NEWSEG                          User-Specific Fields &amp;amp; Segments in Mass Maintenance&lt;/P&gt;&lt;P&gt;MATGRP_SKU_UPD                          BAdI for Article Hierarchy Connection&lt;/P&gt;&lt;P&gt;CDT_CHECK_MATERIAL                      Checks for Existence of a Material in a CDT&lt;/P&gt;&lt;P&gt;BADI_MM_MATNR                           Modification-Free Archiving Enhancement of MM_MATNR&lt;/P&gt;&lt;P&gt;BADI_MAT_F_SPEC_SEL                     BAdI for Material Special Field Selection&lt;/P&gt;&lt;P&gt;BADI_MATNR_CHECK_PVS                    Check Material for Use in iPPE&lt;/P&gt;&lt;P&gt;BADI_MATERIAL_REF                       Addition of customer-defined default data for material&lt;/P&gt;&lt;P&gt;BADI_MATERIAL_OD                        Integration of New Objects in Material or Article Master&lt;/P&gt;&lt;P&gt;BADI_MATERIAL_CHECK                     Enhanced Checks for Material Master Tables&lt;/P&gt;&lt;P&gt;BADI_GTIN_VARIANT                       User Exit for Customer-Specific GTIN Variant Check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 05:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-exits/m-p/1848963#M359884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T05:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-exits/m-p/1848964#M359885</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 to use Field exits. if u know about that plz. reply with sample coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 06:05:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-field-exits/m-p/1848964#M359885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T06:05:01Z</dc:date>
    </item>
  </channel>
</rss>

