<?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 how to preset fields in a transaction BP with default values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-preset-fields-in-a-transaction-bp-with-default-values/m-p/4127807#M987047</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 want to fill few fields in transaction BP with default values.&lt;/P&gt;&lt;P&gt;This should be if there`s a new business partner to insert. &lt;/P&gt;&lt;P&gt;If i can do this depending on the selected role it was the best &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First i thought on SPA/GPA-parameters ... but then i can`t do it in depence on the selected role.&lt;/P&gt;&lt;P&gt;In customizing i can tell only if a field should be displayed or not, for input or not, ... but no values to insert.&lt;/P&gt;&lt;P&gt;Is here anybody with a good idea for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I`ve posted my question first in crm-section but i think here it`s better &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ingo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2008 14:51:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-02T14:51:38Z</dc:date>
    <item>
      <title>how to preset fields in a transaction BP with default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-preset-fields-in-a-transaction-bp-with-default-values/m-p/4127807#M987047</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 want to fill few fields in transaction BP with default values.&lt;/P&gt;&lt;P&gt;This should be if there`s a new business partner to insert. &lt;/P&gt;&lt;P&gt;If i can do this depending on the selected role it was the best &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First i thought on SPA/GPA-parameters ... but then i can`t do it in depence on the selected role.&lt;/P&gt;&lt;P&gt;In customizing i can tell only if a field should be displayed or not, for input or not, ... but no values to insert.&lt;/P&gt;&lt;P&gt;Is here anybody with a good idea for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I`ve posted my question first in crm-section but i think here it`s better &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ingo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 14:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-preset-fields-in-a-transaction-bp-with-default-values/m-p/4127807#M987047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T14:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to preset fields in a transaction BP with default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-preset-fields-in-a-transaction-bp-with-default-values/m-p/4127808#M987048</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;There is one possibility which requires an enhancement of the&lt;/P&gt;&lt;P&gt;BDT event ISDAT and a call to the function module&lt;/P&gt;&lt;P&gt;BUP_BUPA_FIELDVALUES_SET. This means that an ISDAT function module needs to be written (transaction BUS7) which calls the function module BUP_BUPA_FIELDVALUES_SET with the needed values that are to be defaulted. You can read the role value using BUS_PARAMETERS_ISSTA_GET (T_RLTYP).The fields which are possible can be found in the DDIC structure BUSDEFAULT. However this is limited only to the fields inside this structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and warm regards,&lt;/P&gt;&lt;P&gt;Smita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 08:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-preset-fields-in-a-transaction-bp-with-default-values/m-p/4127808#M987048</guid>
      <dc:creator>singhsmi</dc:creator>
      <dc:date>2008-07-03T08:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to preset fields in a transaction BP with default values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-preset-fields-in-a-transaction-bp-with-default-values/m-p/4127809#M987049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smita!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't try it now but it sounds good and you shouldn't wait any longer for the points &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot and best regards,&lt;/P&gt;&lt;P&gt;Ingo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 15:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-preset-fields-in-a-transaction-bp-with-default-values/m-p/4127809#M987049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T15:14:11Z</dc:date>
    </item>
  </channel>
</rss>

