<?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: T.code to set the default values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-set-the-default-values/m-p/3856128#M926936</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;Using the concept of transaction variants, you can set some default values, hide screen fields, make mandatory fields on standard screens/transactions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a transaction variant for ME54N using the transction SHD0 and default the values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later make the transaction variant as a standard transaction variant so that whenever you call ME54N, the standard transaction varaiant is called...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info on transction variants, Go to SHD0 and click on Application help button on tool bar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 07:26:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-16T07:26:49Z</dc:date>
    <item>
      <title>T.code to set the default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-set-the-default-values/m-p/3856127#M926935</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;I want to set  default values for some fields in [ME54N]. &lt;/P&gt;&lt;P&gt;I think there is a t.code to do so(wat is that). Or do i need to write a code for that. Suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 07:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-set-the-default-values/m-p/3856127#M926935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T07:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: T.code to set the default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-set-the-default-values/m-p/3856128#M926936</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;Using the concept of transaction variants, you can set some default values, hide screen fields, make mandatory fields on standard screens/transactions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a transaction variant for ME54N using the transction SHD0 and default the values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later make the transaction variant as a standard transaction variant so that whenever you call ME54N, the standard transaction varaiant is called...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info on transction variants, Go to SHD0 and click on Application help button on tool bar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 07:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-set-the-default-values/m-p/3856128#M926936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T07:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: T.code to set the default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-set-the-default-values/m-p/3856129#M926937</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;Make use of Transaction variants for your Requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction Variants is used to make fields Mandatory, Hidden or Display. Also applicable to screens and tabstrips. &lt;/P&gt;&lt;P&gt;You can hide unwanted screens and fields in any of the standard SAP programs without changing any of the standard programs. Additional features such as making the variant as default on the standard SAP transaction code is only available as of 4.6x. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SHD0 - Create a variant for the required transaction by changing the layout through hiding fields and screens.&lt;/P&gt;&lt;P&gt;Transaction SE93 - Create a variant transaction (e.g. for VA02 = ZVA02). &lt;/P&gt;&lt;P&gt;Next allocate the transaction variant to this variant transaction.&lt;/P&gt;&lt;P&gt;In 4.6c, you can default your transaction variant as the standard variant. (SHD0 - Edit -&amp;gt; Activate/Deactivate as standard variant)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Read the application help provided in SHD0 trxn&lt;/STRONG&gt; That will guide you to resolve your reqquirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use this link....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/groups/technical-functional/sap-dev/se93transaction-code-to-call-abap-program-with-specific-variant-503532" target="test_blank"&gt;http://sap.ittoolbox.com/groups/technical-functional/sap-dev/se93transaction-code-to-call-abap-program-with-specific-variant-503532&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 07:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-set-the-default-values/m-p/3856129#M926937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T07:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: T.code to set the default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-set-the-default-values/m-p/3856130#M926938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj N Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for UR suggession.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Buy my requirement is:&lt;/P&gt;&lt;P&gt;When purchase requisitions (PR) are released via &amp;#147;individual release&amp;#148; (ME54N) a popup shows up asking user to select release organisation from SAP user. This popup is filled with user ID of current user by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to carry out release properly default &lt;STRONG&gt;user ID must be&lt;/STRONG&gt; &lt;STRONG&gt;replaced with user ID of the requisitioner that has created the&lt;/STRONG&gt; &lt;STRONG&gt;PR&lt;/STRONG&gt; which is to be released. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this wat should i do. Wat are the necessary steps to be taken. Suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 12:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-to-set-the-default-values/m-p/3856130#M926938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T12:46:35Z</dc:date>
    </item>
  </channel>
</rss>

