<?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 Text Field Under Basic Tab in MIRO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-text-field-under-basic-tab-in-miro/m-p/5764453#M1305451</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;in badi MRM_HEADER_DEFAULT BADI you could do something &lt;/P&gt;&lt;P&gt;via field-symbols e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF I_RBKPV-SGTXT IS INITIAL.

  CONSTANTS: c_sgtxt(21) TYPE c VALUE '(SAPLFDCB)INVFO-SGTXT'.
  FIELD-SYMBOLS: &amp;lt;fs_sgtxt&amp;gt; TYPE ANY.
  ASSIGN (c_sgtxt) TO &amp;lt;fs_sgtxt&amp;gt;.
  &amp;lt;fs_sgtxt&amp;gt; = 'YOURDEFAULTVALUE'.    

ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2009 06:58:29 GMT</pubDate>
    <dc:creator>former_member182371</dc:creator>
    <dc:date>2009-07-03T06:58:29Z</dc:date>
    <item>
      <title>Default value for Text Field Under Basic Tab in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-text-field-under-basic-tab-in-miro/m-p/5764452#M1305450</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;I need to have a default value for text field under basic data tab in MIRO T CODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found MRM_HEADER_DEFAULT BADI but again it doesnot  have  Text field as exporting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Its ok if i get a hard coded default value which would display the moment i enter MIRO&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;2) It is also ok if enter date fields and hit enter to get the Text FIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had checked lot of BADI but there no methods with Text Exporting as parameters in their signatures&lt;/P&gt;&lt;P&gt;Can anyone tell me how to go about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Venki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 14:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-text-field-under-basic-tab-in-miro/m-p/5764452#M1305450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-02T14:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Default value for Text Field Under Basic Tab in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-text-field-under-basic-tab-in-miro/m-p/5764453#M1305451</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;in badi MRM_HEADER_DEFAULT BADI you could do something &lt;/P&gt;&lt;P&gt;via field-symbols e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF I_RBKPV-SGTXT IS INITIAL.

  CONSTANTS: c_sgtxt(21) TYPE c VALUE '(SAPLFDCB)INVFO-SGTXT'.
  FIELD-SYMBOLS: &amp;lt;fs_sgtxt&amp;gt; TYPE ANY.
  ASSIGN (c_sgtxt) TO &amp;lt;fs_sgtxt&amp;gt;.
  &amp;lt;fs_sgtxt&amp;gt; = 'YOURDEFAULTVALUE'.    

ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 06:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/default-value-for-text-field-under-basic-tab-in-miro/m-p/5764453#M1305451</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2009-07-03T06:58:29Z</dc:date>
    </item>
  </channel>
</rss>

