<?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: Set default values for mandatory fields in tcode XD01 by using PARAMETER ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780600#M1464443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanth,&lt;/P&gt;&lt;P&gt;See , when you want the value to be populated directly when you open the transaction individuallly you need to create transaction variant in SHD0&lt;/P&gt;&lt;P&gt;if you want to populate the values in XD01, when it is a called tcode from another ztcode or program then you need to follow the steps provided by one of the colleague in the same thread&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;S.Janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Mar 2010 07:24:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-30T07:24:19Z</dc:date>
    <item>
      <title>Set default values for mandatory fields in tcode XD01 by using PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780596#M1464439</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 need to fill the mandatory fields for transaction code XD01 by using the parameter id.&lt;/P&gt;&lt;P&gt;I am new to this area can any one tell me the steps which i need to follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jayanth16 on Mar 30, 2010 9:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780596#M1464439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T07:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set default values for mandatory fields in tcode XD01 by using PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780597#M1464440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET PARAMETER ID 'DCN' FIELD rs_selfield-value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'DCN'  : Parameter ID &amp;amp; rs_selfield-value : Value which you want to input.&lt;/P&gt;&lt;P&gt;U will get parameter id when u put cursor on that field and press F1 , in technical description u will find parameter id&lt;/P&gt;&lt;P&gt;or in data element in t-code 'SE11'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'XD01' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ankesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ankesh Jindal on Mar 30, 2010 9:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780597#M1464440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T07:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set default values for mandatory fields in tcode XD01 by using PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780598#M1464441</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;When i open XD01 mandatory fields are filled with default values.&lt;/P&gt;&lt;P&gt;For this whether i need to write a program or something else can do and achecive it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780598#M1464441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T07:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set default values for mandatory fields in tcode XD01 by using PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780599#M1464442</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;you can write the BDC for the following and pass the value to mandatory fields.&lt;/P&gt;&lt;P&gt;and then use the call transaction statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780599#M1464442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T07:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set default values for mandatory fields in tcode XD01 by using PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780600#M1464443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanth,&lt;/P&gt;&lt;P&gt;See , when you want the value to be populated directly when you open the transaction individuallly you need to create transaction variant in SHD0&lt;/P&gt;&lt;P&gt;if you want to populate the values in XD01, when it is a called tcode from another ztcode or program then you need to follow the steps provided by one of the colleague in the same thread&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;S.Janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780600#M1464443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T07:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set default values for mandatory fields in tcode XD01 by using PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780601#M1464444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in that case use submit program like below :-&lt;/P&gt;&lt;P&gt;in the selection table enter that default select-option name and in their low and high enter space and append &lt;/P&gt;&lt;P&gt;those value in seltab and call that seltab in SUBMIT statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: seltab TYPE TABLE OF rsparams,&lt;/P&gt;&lt;P&gt;        seltab_wa LIKE LINE OF seltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      seltab_wa-selname = 'CREDAT'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         seltab_wa-sign    = 'I'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         seltab_wa-option  = 'EQ'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         seltab_wa-low  = space.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         seltab_wa-high  = space.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         APPEND seltab_wa TO seltab.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         CLEAR seltab_wa.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         seltab_wa-selname = 'DOCNUM'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         seltab_wa-sign    = 'I'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         seltab_wa-option  = 'EQ'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         seltab_wa-low  = rs_selfield-value.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         APPEND seltab_wa TO seltab.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         CLEAR seltab_wa.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         SUBMIT rseidoc2 WITH SELECTION-TABLE seltab.&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;         via selection-screeN .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780601#M1464444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T07:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set default values for mandatory fields in tcode XD01 by using PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780602#M1464445</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 am not calling the transaction code from any Zprogram or any Ztcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i open the Tcode it has to populate with default values in mandatory fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way other than creating transaction variant ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-default-values-for-mandatory-fields-in-tcode-xd01-by-using-parameter-id/m-p/6780602#M1464445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T07:28:52Z</dc:date>
    </item>
  </channel>
</rss>

