<?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: Access T-Code Va02 from T-Code VKM1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980930#M950897</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;Thank you for taking time to help me on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an option in VKM1 in the menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment -&amp;gt; Document Info -&amp;gt; Document Flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This brings the sales order in display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are choosing this solution as opposed to double click to see the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Leela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2008 20:11:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-24T20:11:16Z</dc:date>
    <item>
      <title>Access T-Code Va02 from T-Code VKM1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980925#M950892</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;When releasing credit holds using T-Code: VKM1, the system by default calls transaction VA02 (change sales order). We don't want FI users to change sales orders and hence want to restrict this to display only or if possible call t-code VA03 instead of VA02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on how to accomplish this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 20:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980925#M950892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T20:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Access T-Code Va02 from T-Code VKM1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980926#M950893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If VKM1 uses VA02 then you may be able to skip the S_TCODE check on VA02 - you can do this with tx SE97 (more info here: &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will skip the check on VA02 from the calling transaction and user will be able to run VKM1 but not enter VK02 into the fast entry tx box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how you get on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 20:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980926#M950893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T20:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Access T-Code Va02 from T-Code VKM1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980927#M950894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option may be to use tcode VKM4 (I believe) - after selecting the list of orders, the next screen allows you ro release credit holds. There is no check for tcode VA02. &lt;/P&gt;&lt;P&gt;If these are only FI users, you can just allow tcode VA03 access in the role, VKM1 will still work but orders will be selected in display mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 12:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980927#M950894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T12:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Access T-Code Va02 from T-Code VKM1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980928#M950895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how its working currently. We restricted the users not to access VA02. But the users have to open another session to see the details of the sales order. So, we are now trying to get them to VA03 or VA02 in display mode so they can navigate directly from VKM1 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 14:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980928#M950895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T14:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Access T-Code Va02 from T-Code VKM1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980929#M950896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK I think it you you want to use VKM1, then leave tcode VA02 in the role and change the activity to 03 on the auth objects:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_VBAK_AAT&lt;/P&gt;&lt;P&gt;V_VBAK_VKO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 15:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980929#M950896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T15:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Access T-Code Va02 from T-Code VKM1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980930#M950897</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;Thank you for taking time to help me on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an option in VKM1 in the menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment -&amp;gt; Document Info -&amp;gt; Document Flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This brings the sales order in display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are choosing this solution as opposed to double click to see the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Leela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 20:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-t-code-va02-from-t-code-vkm1/m-p/3980930#M950897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T20:11:16Z</dc:date>
    </item>
  </channel>
</rss>

