<?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 Making prctr mandatory using exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795107#M1880350</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;Which customer exit shall i use to make profit center field mandatory&lt;/P&gt;&lt;P&gt;in coro transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used screen variants to make profit center mandatory&lt;/P&gt;&lt;P&gt;but it is mandatory only if we navigate to the assignment tab in coro transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Tanveer ahmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 06:38:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-08T06:38:53Z</dc:date>
    <item>
      <title>Making prctr mandatory using exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795107#M1880350</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;Which customer exit shall i use to make profit center field mandatory&lt;/P&gt;&lt;P&gt;in coro transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used screen variants to make profit center mandatory&lt;/P&gt;&lt;P&gt;but it is mandatory only if we navigate to the assignment tab in coro transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Tanveer ahmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 06:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795107#M1880350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-08T06:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Making prctr mandatory using exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795108#M1880351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try modification. Change the screen 5140 (SAPLCOKO) from "possible" to "required". See the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/603404" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Best of luck.&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 11:43:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795108#M1880351</guid>
      <dc:creator>former_member543959</dc:creator>
      <dc:date>2014-12-08T11:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Making prctr mandatory using exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795109#M1880352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at module executed in PAI, the module " header_check_user_exit" call the exit EXIT_SAPLCOKO1_004 (enhancement PPCO0018 "Check for changes to production order header") could you try to insert your check there.&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>Mon, 08 Dec 2014 12:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795109#M1880352</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-12-08T12:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Making prctr mandatory using exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795110#M1880353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanveer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check with your functional this can be made mandatory by configuration.&lt;/P&gt;&lt;P&gt;If still you are not getting any solution you can go for either of below options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make the field mandatory by using screen variant.&lt;/P&gt;&lt;P&gt;2.Using field exits(create field exit on data element).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please &amp;lt;removed by moderator&amp;gt; if helpful...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Manish Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 12:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795110#M1880353</guid>
      <dc:creator>shadab_maldar</dc:creator>
      <dc:date>2014-12-08T12:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Making prctr mandatory using exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795111#M1880354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shadab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functional people said by configuration it is possible , but the drawback is &lt;/P&gt;&lt;P&gt;if we make changes through configuration then it is getting reflected to 20 &lt;/P&gt;&lt;P&gt;scenarios which are not required by them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.I have tried screen variant, the problem with screen variant was that , if &lt;/P&gt;&lt;P&gt;we navigate to that screen only then the screen is displaying the field prctr&lt;/P&gt;&lt;P&gt;mandatory or else if we save it directly it is getting saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I haven't tried field exits , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Tanveer ahmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 13:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795111#M1880354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-08T13:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Making prctr mandatory using exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795112#M1880355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanveer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prior creating field exits ask your basis team to set the parameter &lt;SPAN style="color: #333333; font-size: 12px;"&gt; "abap/fieldexit"&amp;nbsp; to YES in RZ10 and than&lt;/SPAN&gt; follow the below steps.&lt;/P&gt;&lt;P&gt;1.goto T-cod CMOD.&lt;/P&gt;&lt;P&gt;2.than in command field of transaction CMOD type PRFB and press enter, It will take you to field exits for data element.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/603472" width="450" /&gt;&lt;/P&gt;&lt;P&gt;3.In menu Bar field Exit-&amp;gt;Create-&amp;gt;Give Data element name-&amp;gt;It will take you to create FM-&amp;gt;Create it and write the error message when ''PRCTR'' is initial.&lt;/P&gt;&lt;P&gt;4.Activate everything.&lt;/P&gt;&lt;P&gt;5.Check the result(It will trigger wherever this data element is used).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: you can make this field mandatory for particular program and screen also.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/603548" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;lt;Asking for points removed - please don't do this.&amp;gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Gareth Ryan - Asking for points is against the RoE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 13:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-prctr-mandatory-using-exits/m-p/10795112#M1880355</guid>
      <dc:creator>shadab_maldar</dc:creator>
      <dc:date>2014-12-08T13:23:50Z</dc:date>
    </item>
  </channel>
</rss>

