<?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: default value for field in custom tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163226#M1978258</link>
    <description>&lt;P&gt;haha we all got "minus one" .....awesome! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2020 13:28:08 GMT</pubDate>
    <dc:creator>ChrisSolomon</dc:creator>
    <dc:date>2020-05-15T13:28:08Z</dc:date>
    <item>
      <title>default value for field in custom tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163217#M1978249</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I have a custom T code and it contains a field GJAHR-COSP(Fiscal year) whose default value is set to 2019 now i want to change the default value to 2020,experts could you please guide me for this.&lt;/P&gt;
  &lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 17:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163217#M1978249</guid>
      <dc:creator>anjalikushwah</dc:creator>
      <dc:date>2020-05-14T17:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: default value for field in custom tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163218#M1978250</link>
      <description>&lt;P&gt;I am guessing you actually mean the VARIANT. Can you explain more? The T-code has nothing to do with a field 
value....it just says WHICH program to run.....unless you also define a 
VARIANT....and in that, you can define "default" field values.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 17:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163218#M1978250</guid>
      <dc:creator>ChrisSolomon</dc:creator>
      <dc:date>2020-05-14T17:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: default value for field in custom tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163219#M1978251</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;anjalikushwah&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;If it is not set in variant, as  &lt;SPAN class="mention-scrubbed"&gt;christopher.solomon&lt;/SPAN&gt; suggested, then it might be set directly in the executed report. You would need to check the source code of the report then. &lt;/P&gt;&lt;P&gt;Most probably it's set somewhere in the SELECTION-SCREEN definition - at the point, where the field is defined. But it could also be set in INITIALIZATION or AT SELECTION-SCREEN events.&lt;/P&gt;&lt;P&gt;regards,&lt;BR /&gt;Mateusz&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 18:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163219#M1978251</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2020-05-14T18:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: default value for field in custom tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163220#M1978252</link>
      <description>&lt;P&gt;Dear Anjali,&lt;/P&gt;&lt;P&gt;If it is a parameter field you could do as below in INITIALIZATON section.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;INITIALIZATION.
p_gjahr = sy-datum+0(4).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 20:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163220#M1978252</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-05-14T20:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: default value for field in custom tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163221#M1978253</link>
      <description>&lt;P&gt;You say it's a custom T code (Transaction code) so a custom program I guess, so a program that people around here don't know at all. How do you think we can help? Only you have access to this program. First answer your own question: how is this "default value" set to 2019? (and you will probably get the answer)&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 22:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163221#M1978253</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-05-14T22:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: default value for field in custom tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163222#M1978254</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;anjalikushwah&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;As  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; rightly said it is custom, we would have no idea how it would be defaulted. Probably if you could find how the value is being defaulted to 2019 you yourself would find the solution.&lt;/P&gt;&lt;P&gt;If you still don't understand the code logic on how it is filled, you may ask our guidance with the exact code so that we can guide.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 04:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163222#M1978254</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-05-15T04:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: default value for field in custom tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163223#M1978255</link>
      <description>&lt;P&gt;Hi  Experts ,&lt;/P&gt;&lt;P&gt;Thank you for answering my query,&lt;/P&gt;&lt;P&gt;Here i want to mention that t code is customized but the program that is running  for this tcode is GP3JJMT84YR5YI5BP4U0VR4TWQU100,and i tried to find the variant for this but couldn't find any variant for this particular tcode in shd0.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 09:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163223#M1978255</guid>
      <dc:creator>anjalikushwah</dc:creator>
      <dc:date>2020-05-15T09:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: default value for field in custom tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163224#M1978256</link>
      <description>&lt;P&gt;Thank u &lt;SPAN class="mention-scrubbed"&gt;christopher.solomon&lt;/SPAN&gt; for your response&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 12:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163224#M1978256</guid>
      <dc:creator>anjalikushwah</dc:creator>
      <dc:date>2020-05-15T12:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: default value for field in custom tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163225#M1978257</link>
      <description>&lt;P&gt;Thank u Venkat for your response&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 12:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163225#M1978257</guid>
      <dc:creator>anjalikushwah</dc:creator>
      <dc:date>2020-05-15T12:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: default value for field in custom tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163226#M1978258</link>
      <description>&lt;P&gt;haha we all got "minus one" .....awesome! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 13:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163226#M1978258</guid>
      <dc:creator>ChrisSolomon</dc:creator>
      <dc:date>2020-05-15T13:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: default value for field in custom tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163227#M1978259</link>
      <description>&lt;P&gt;sorry i am new user ,i don't know why u got -1.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 16:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-field-in-custom-tcode/m-p/12163227#M1978259</guid>
      <dc:creator>anjalikushwah</dc:creator>
      <dc:date>2020-05-15T16:39:07Z</dc:date>
    </item>
  </channel>
</rss>

