<?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: How to check background transaction code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-check-background-transaction-code/m-p/9221339#M1717465</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;Does the business have a process document which the users follow? If they have been trained and are using SAP they probably know the tcodes they use (probably as favourites) as long as they have switched on the trechnical names on their menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCDCOUPLES can be used but the users should already know what they need - anything else called without an auth check won't (probably!) be in their roles unless added for another process so you wouldn't be asking to remove if that was the case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like FBL1N calling FB02 wouldn't be obvious to a user&amp;nbsp; that FB02 is required but the roles will have it included if they use FBL1N to list documents and then maintain them and that's the area needing review I think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS Checking the program for called tcodes can help&lt;/P&gt;&lt;P&gt;PPS Checking the usage reports for the area you are remediating can help too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2012 14:44:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-20T14:44:05Z</dc:date>
    <item>
      <title>How to check background transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-check-background-transaction-code/m-p/9221337#M1717463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;We have some SOD conflicts for some users and they have cofnirmed to reomve some t-codes, however they would like to know if transaction mentioned for deletion are background transaction or not. &lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;Can you please tell me, how to check this in SAP?&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;Thanks in advance. &lt;/P&gt;&lt;P dir="ltr"&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;Regards, &lt;/P&gt;&lt;P dir="ltr"&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;Rakesh Lahoti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 07:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-check-background-transaction-code/m-p/9221337#M1717463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-20T07:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to check background transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-check-background-transaction-code/m-p/9221338#M1717464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand what you mean by background transaction. But a transaction can call a transaction using call function in it's code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;To illustrate:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you execute a X transaction, it may lead you to a screen and then when you click on a data - it may take you to display the data fields (which is a Y transaction). Then X is calling Y transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such transactions calling/getting-called pairs can be found in TCDCOUPLES table.&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;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 12:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-check-background-transaction-code/m-p/9221338#M1717464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-20T12:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to check background transaction code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-check-background-transaction-code/m-p/9221339#M1717465</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;Does the business have a process document which the users follow? If they have been trained and are using SAP they probably know the tcodes they use (probably as favourites) as long as they have switched on the trechnical names on their menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCDCOUPLES can be used but the users should already know what they need - anything else called without an auth check won't (probably!) be in their roles unless added for another process so you wouldn't be asking to remove if that was the case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like FBL1N calling FB02 wouldn't be obvious to a user&amp;nbsp; that FB02 is required but the roles will have it included if they use FBL1N to list documents and then maintain them and that's the area needing review I think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS Checking the program for called tcodes can help&lt;/P&gt;&lt;P&gt;PPS Checking the usage reports for the area you are remediating can help too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 14:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-check-background-transaction-code/m-p/9221339#M1717465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-20T14:44:05Z</dc:date>
    </item>
  </channel>
</rss>

