<?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: dynamic actions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-actions/m-p/1911907#M379563</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;Check the reply i have given in HCM forum in the link below,&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="324935"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Looks like the same problem that i had. If you are unable to solve it give your subroutine code (if possible) and may be someone can find out any possible solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prasath N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2007 04:47:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-21T04:47:25Z</dc:date>
    <item>
      <title>dynamic actions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-actions/m-p/1911904#M379560</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;In our project, a subtype in infotype 0019 is created which is named U10. The requirement is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The moment we choose the subtype U10 in infotype 0019, the date of task or termn field should get automatically filled up with a precalculated date. This precalculated date is 10 years from the date of joining. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a subroutine to calculate this date named Ztenyrs. The precalculated date gets stored in the variable RP50D-DATE1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we have to write a dynamic action so that whenever infotype 19 is opened with subtype U10, the precalculated date ( RP50D-DATE1 ) should automatically get populated in the TERMN  or date of task field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what to write in dynamic actions regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 07:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-actions/m-p/1911904#M379560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T07:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic actions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-actions/m-p/1911905#M379561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For dynamic action you have to make entries in view V_T885Z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: to know about the field details, press F1 on the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filds: INFTY : INFOTYPE (EX. 0000)&lt;/P&gt;&lt;P&gt;       OPERA: (EX. 04 - at the time of creation)&lt;/P&gt;&lt;P&gt;       KENNZ : (EX. F - Call subroutine)&lt;/P&gt;&lt;P&gt;       VINFO:  (Ex. sub_confir_letter(YHR_CONFIRMATION_LETTER)) (Subroutine name (Subroutine pool name))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 07:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-actions/m-p/1911905#M379561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T07:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic actions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-actions/m-p/1911906#M379562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know and understand how and where to write these dynamic actions. But I am not able to get the precalculated date. maybe you can correct it. Heres what I write in dynamic actions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0019	Termn	06	1	P	p0019-tmart='U10'&lt;/P&gt;&lt;P&gt;0019		04	2	F	ZHR_TENYRS(ZHR_TENYRS)&lt;/P&gt;&lt;P&gt;0019		04	3	I	MOD,0019,WT&lt;/P&gt;&lt;P&gt;0019		04	4	W	P0019-TERMN=RP50D-DATE1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 07:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-actions/m-p/1911906#M379562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T07:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic actions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-actions/m-p/1911907#M379563</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;Check the reply i have given in HCM forum in the link below,&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="324935"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Looks like the same problem that i had. If you are unable to solve it give your subroutine code (if possible) and may be someone can find out any possible solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prasath N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 04:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-actions/m-p/1911907#M379563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T04:47:25Z</dc:date>
    </item>
  </channel>
</rss>

