<?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: Webdynpro FM call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405929#M1047168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lekha,&lt;/P&gt;&lt;P&gt; Thank you for your response.If possible can you please tell the configuration steps which are needed to be done in the R3 end (the linking of FM with the portal).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2008 04:39:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-28T04:39:40Z</dc:date>
    <item>
      <title>Webdynpro FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405927#M1047166</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;We have a requirement where in  we are required to display the employee bonus details in portal.The standard configuration does not meet this requirement ,hence we  have configured the portal by adding a new column to display employee bonus.The custom Function module which we had created is working perfectly in R3.Can somebody detail the steps involved in linking the FM with portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :- The FM which we have created is normal FM and not Remote FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 13:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405927#M1047166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Webdynpro FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405928#M1047167</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;If we want to access the FM outside then it should be a Remote Enabled one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To call this FM from the POrtal wither we have to  go for the Webdynpro for Java or ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to design the compoenent using the above (WDJ or WDfor ABAP) and call the FM as a service call then design the layout with UI elements and try to bind them to this Node of FM we can get the values being displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to call the Execute MEthos ie generated automatically by the WD framwork and use the same in the Component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the sample applcaition in either WD for Java or ABAP forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if there are any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 16:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405928#M1047167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T16:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Webdynpro FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405929#M1047168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lekha,&lt;/P&gt;&lt;P&gt; Thank you for your response.If possible can you please tell the configuration steps which are needed to be done in the R3 end (the linking of FM with the portal).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 04:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405929#M1047168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T04:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Webdynpro FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405930#M1047169</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;As you have created the FM as Normal I think we cant call it from Portal. First try to make it as an RFC enabled. &lt;/P&gt;&lt;P&gt;Go to the SE37 tcode -&amp;gt;  Attributes Tab-&amp;gt; Check the radiobutton as Remote enabled-&amp;gt; in the Import, Export,Tables paramteres where ever you have gibven the parameters make them as Pass by value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this try to activate your FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you are using WD for ABAP or Java. So that I can help you to proceed further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 04:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405930#M1047169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T04:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Webdynpro FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405931#M1047170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;  The issue is resolved partially.I was declaring the import &amp;amp; export paramaters using 'TYPE' ,i just replaced that keyword with 'LIKE', now the execution flow from portal started going through the FM.Now can you please tell me what values will be passed from the portal on to the FM.By the way its a java webdynpro.The following is the paramater strucuture of the FM.&lt;/P&gt;&lt;P&gt;IMPORT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COLNAME	LIKE	TWPC_COL-COLNAME&lt;/P&gt;&lt;P&gt;KEY_DATE	LIKE	OBJEC-BEGDA&lt;/P&gt;&lt;P&gt;BEGDA	LIKE	OBJEC-BEGDA&lt;/P&gt;&lt;P&gt;ENDDA	LIKE	OBJEC-ENDDA&lt;/P&gt;&lt;P&gt;LANGU	LIKE	SY-LANGU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT &lt;/P&gt;&lt;P&gt;COLTYPE	LIKE	HRWPC_S_COLTYPE-COLTYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;KEY_OBJECTS	LIKE	HRWPC_S_KEYOBJEC&lt;/P&gt;&lt;P&gt;KEY_STRUCTURE	LIKE	HRWPC_S_KEYSTRUC&lt;/P&gt;&lt;P&gt;COLUMN_CONTENT	LIKE	HRWPC_S_KEYCOLCONT&lt;/P&gt;&lt;P&gt;SORT_COLUMN_CONTENT	LIKE	HRWPC_S_SORTCOLCONT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me among the above paramaters where i can get the pernr , begda &amp;amp; endda so that i can fetch infotype values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 05:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405931#M1047170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T05:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Webdynpro FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405932#M1047171</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;&lt;/P&gt;&lt;P&gt;These are related to the HR (Human Resources)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the BENDA(start date) ENDDA(Enddate) in the infotypes PA0002 check the tables&lt;/P&gt;&lt;P&gt;in SE11(ABAP tcode for tables)-&amp;gt; give under the DB table name as PA* here we can find the list of the tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before executing it on the WD for Java pls run them in SAP ABAP. &lt;/P&gt;&lt;P&gt;YOu can run hte FM you have created in SE37 tcode-&amp;gt;&lt;/P&gt;&lt;P&gt;Here press F8 button for run-&amp;gt;&lt;/P&gt;&lt;P&gt;In the Import paramtreres section you need to pass the values-&amp;gt;&lt;/P&gt;&lt;P&gt;Wihout givng any value try to run and chek th errors it is throiwing and let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exacltyy the requirement, What details of HR you need to get so that I can help you out with the tables list for which you are looking for .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the Table for Additional Paymnets Infotype where bonus will be shown-&lt;/P&gt;&lt;P&gt;PA0015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the import paramters check the entires in the respective tables list for each one-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TWPC_COL -&amp;gt; Provide the column name&lt;/P&gt;&lt;P&gt;OBJEC is strcuture-&amp;gt; BEGDA(Start date) for an employee record&lt;/P&gt;&lt;P&gt;ENDDA(End date)&lt;/P&gt;&lt;P&gt;LANGU is a Language (English - EN)&lt;/P&gt;&lt;P&gt;Key_type - is a Object type ie Otype&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that based on the Input values you respcctive tables are being filled like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 06:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405932#M1047171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T06:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Webdynpro FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405933#M1047172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;  I am well aware of Function module processing.However i dont have a clue about the runtime values been passed from the portal end.Our requirement is to add an extra column in an existing standard portal application.We have the function module (Say 'B') which picks the required data and the inputs it needs are pernr,begda &amp;amp; endda . In the previous post i have provided the paramater structure of the FM  (Say 'A')which was linked to the portal.( The FM B is called within the FM A ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All i need to know is in which of the above paramaters can i find Pernr, begda &amp;amp; endda. Are you aware of Key date field &amp;amp; key_object structure &amp;amp; its significance shown in the above post? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :- I referred certain standard FMs (HRWPC_CB_APPRAISAL for instance) for creating the FM A.But i am not aware of the significance of the import parameters.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 06:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405933#M1047172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T06:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Webdynpro FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405934#M1047173</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;we will get the data from the table PA0002 (Personal data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this table for the entires and pass to them accordingly -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pernr (Personnel number )&lt;/P&gt;&lt;P&gt;begda (start date and aslo pass the same as the Key date field)&lt;/P&gt;&lt;P&gt;endda (End date)&lt;/P&gt;&lt;P&gt;Langu- EN for English&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this Colname (check the entries in TWPC_COL table)-&amp;gt; i think we can pass the COLNAME as AP_DATE or AP_NAME or CP_APPRAISAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the Employee details for which you are doing the appraisals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As your Functional consultant regarding this COLNAME.&lt;/P&gt;&lt;P&gt;Ask for the test data instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try passinf the Todays date as the Key date.&lt;/P&gt;&lt;P&gt;One more thing you need to expliecilty do use the repsective Enqueue and DeQueue FM for the Appraisal (check in SE37 for these)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 06:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405934#M1047173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T06:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Webdynpro FM call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405935#M1047174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lekha,&lt;/P&gt;&lt;P&gt;Thanks a lot for all your inputs.Finally i figured a way out.Key date is the effective date for employee actions.The KEY_OBJECTS strucuture contains OBJID field which can be taken as pernr.I am not updating any values in the infotypes so i guess i wont have to en 'q' or de 'q' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 07:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webdynpro-fm-call/m-p/4405935#M1047174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T07:07:57Z</dc:date>
    </item>
  </channel>
</rss>

