<?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 Function Group Getting Mixed Up. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-getting-mixed-up/m-p/7432451#M1550619</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;There's this issue on BAPI_FIXEDASSET_CHANGE regarding authority checks. I am required to remove the authority check on the cost center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the series of calls:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
BAPI_FIXEDASSET_CHANGE
...
CALL FUNCTION 'ASSET_MASTERRECORD_MAINTENANCE'
...
PERFORM screen_performing
...
PERFORM berecht_allg_prufen
...
PERFORM berecht_kostl
[authority check to be removed]
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modifying the said function modules/subroutines is not possible as they are SAP Standard. So, what I did was to copy the entire function groups 1022 (group for BAPI) and AIST (group for asset maintenance). Then modified it. When I tested it, I encountered some error.. "account allocation....". I checked the program and found out that the original function group AIST (main program SAPLAIST) is getting mixed up with the copy ZRFI_AIST (main program SAPLZRFI_AIST). One example is when the subscreen 99 is called, the subscreen 99 of SAPLAIST is called and not that of SAPLZRFI_AIST. I was wondering, why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first finding is that both function groups share some include programs. Is this it? Another is that, maybe there's some sort of configuration for the screens that made the program messed up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Nov 2010 08:18:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-25T08:18:49Z</dc:date>
    <item>
      <title>Function Group Getting Mixed Up.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-getting-mixed-up/m-p/7432451#M1550619</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;There's this issue on BAPI_FIXEDASSET_CHANGE regarding authority checks. I am required to remove the authority check on the cost center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the series of calls:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
BAPI_FIXEDASSET_CHANGE
...
CALL FUNCTION 'ASSET_MASTERRECORD_MAINTENANCE'
...
PERFORM screen_performing
...
PERFORM berecht_allg_prufen
...
PERFORM berecht_kostl
[authority check to be removed]
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modifying the said function modules/subroutines is not possible as they are SAP Standard. So, what I did was to copy the entire function groups 1022 (group for BAPI) and AIST (group for asset maintenance). Then modified it. When I tested it, I encountered some error.. "account allocation....". I checked the program and found out that the original function group AIST (main program SAPLAIST) is getting mixed up with the copy ZRFI_AIST (main program SAPLZRFI_AIST). One example is when the subscreen 99 is called, the subscreen 99 of SAPLAIST is called and not that of SAPLZRFI_AIST. I was wondering, why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first finding is that both function groups share some include programs. Is this it? Another is that, maybe there's some sort of configuration for the screens that made the program messed up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 08:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-getting-mixed-up/m-p/7432451#M1550619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T08:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function Group Getting Mixed Up.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-getting-mixed-up/m-p/7432452#M1550620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you cleary undestand that to do, take a key for object and modify it. Copying sap function group is not a good idea, it too complex. After all you can remove modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pave Martynov on Nov 25, 2010 9:35 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 08:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-getting-mixed-up/m-p/7432452#M1550620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T08:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function Group Getting Mixed Up.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-getting-mixed-up/m-p/7432453#M1550621</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;If you are using ECC6.0 then try to check the Enhancement options..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can implement Implicit Enhancement or change an Enhancement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Else it is better to ask for Access key to modify if it is really important, otherwise SAP does not guarantees the further support for the Development if they are Opened by Access Key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks n Regards&lt;/P&gt;&lt;P&gt;Pushkar Joshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 08:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-getting-mixed-up/m-p/7432453#M1550621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T08:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function Group Getting Mixed Up.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-getting-mixed-up/m-p/7432454#M1550622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a reason why SAP built an authorisation check, don't you agree?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And is there any reason why it's not possible to adjust authorisations for users so they do pass the check? And thus avoiding you from deliberately deactivating the authorisation check...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 09:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-getting-mixed-up/m-p/7432454#M1550622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T09:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function Group Getting Mixed Up.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-getting-mixed-up/m-p/7432455#M1550623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is weird, I think my account got deleted. (This is my thread and after a day I couldn't login, so i re-registered)&lt;/P&gt;&lt;P&gt;Anyways,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what we questioned. Unfortunately, users are not willing to provide authorizations. They wanted to just remove the auth check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also suggested the enhancements as what &lt;SPAN __jive_macro_name="user" id="3484087"&gt;&lt;/SPAN&gt; said. The functional team didn't like the suggestion so now I am back to square one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 23:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-getting-mixed-up/m-p/7432455#M1550623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T23:13:32Z</dc:date>
    </item>
  </channel>
</rss>

