<?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: Tracing Master Data Display? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140840#M746451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look for suitable user exits in the programs behind, where you can capture if the master data was displayed and you can save it to a Z... table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2007 15:59:30 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2007-12-12T15:59:30Z</dc:date>
    <item>
      <title>Tracing Master Data Display?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140839#M746450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have some suggestions on how to capture a trace showing, for example, what specific Business Partner a user was displaying within the t-code BP? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, but not limited to, creating a custom Audit Class for SM19?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked at Security Audit Log, where I realize we can't capture a trace in that detail. I have also looked at tables CDHDR and CDPOS, which capture change documents (not display only requests). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestions are greatly appreciated. Points will be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 15:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140839#M746450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T15:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing Master Data Display?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140840#M746451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look for suitable user exits in the programs behind, where you can capture if the master data was displayed and you can save it to a Z... table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 15:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140840#M746451</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-12-12T15:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing Master Data Display?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140841#M746452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, good suggestion. Do you have any insight into how I would locate the code that is running behind the Audit Class during the trace (so I can debug/look for exits)?  I am exploring the code behind SM19, but I doubt this is what is being executed while the actual trace is running. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 16:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140841#M746452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T16:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing Master Data Display?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140842#M746453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay, I checked, but there is no exit in transaction BP, however there are four BADIs:&lt;/P&gt;&lt;P&gt;BUPR_FILTER_RELSHP_2&lt;/P&gt;&lt;P&gt;BUPA_INITIAL_SCREEN &lt;/P&gt;&lt;P&gt;BUPR_ENQUEUE_TEST   &lt;/P&gt;&lt;P&gt;BUPR_RELSHP_OVR_EXT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check if you can use any of them (to capture username and BP number during display).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other option would be to copy the program behind transaction BP and modify it slighty, so it would also save the required data to Z... table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 17:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140842#M746453</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-12-12T17:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing Master Data Display?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140843#M746454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I got you. I didn't realize that you meant to go straight for transaction BP. I instead thought you meant to look for exits in the trace code (which is executed from SM20).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All right, your suggestion could be a good option.  Let me see if anyone can help solve this problem at a global level (from a trace standpoint), then I will reward points accordingly. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 17:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140843#M746454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T17:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing Master Data Display?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140844#M746455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BP, you should use business data toolset - BDT to do any enhancement. Try searching the form with 'BDT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start exploring form BUPT areamenu to enhance further, see BUS7 and events XCHNG etc... or refer to the link below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/f5/8f543af77b4429e10000000a11402f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/f5/8f543af77b4429e10000000a11402f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 17:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140844#M746455</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2007-12-12T17:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing Master Data Display?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140845#M746456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Manohar.  I actually already have some enhancements made with BDT, but the code is executed only when the user clicks on the new tab (or if I put a new field on an existing screen). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying that I should create a new BDT View (assigning a new PAI function to it), then attach that View to the main BP screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 17:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140845#M746456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T17:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing Master Data Display?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140846#M746457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Disregard the last comment, as I realized that I just needed to add my function to the event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used a combination of your suggestions, BDT with Z table as a log.  Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 21:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-master-data-display/m-p/3140846#M746457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T21:17:29Z</dc:date>
    </item>
  </channel>
</rss>

