<?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: Object Type HLPF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-type-hlpf/m-p/2625015#M603117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating Business Logic Callable Objects &lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;You use the Business Logic callable object type to make process flow decisions based on dynamic expressions. They can be defined for output parameters and result states and are evaluated at runtime depending on the actual values of the input parameters. This is possible without any coding or use of an external rule engine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To construct dynamic expressions, you can use a built-in expression editor that provides predefined operators and functions, as well as a validation tool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following categories are available:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Text functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Numeric functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Date functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Time functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Conditional functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Scientific functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Operators&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;You have the appropriate rights to work with Guided Procedures (GP) design time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, see Portal Roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Procedure&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      Open the gallery and from the contextual panel choose Create Callable Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      From the Type list, select Process Control  ® Business Logic and enter the required basic data as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter&lt;/P&gt;&lt;P&gt; Description&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt; Enter a name for the new object.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt; Provide a short and meaningful description.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Original Language&lt;/P&gt;&lt;P&gt; Choose the language in which the translatable texts of the callable object definition are created.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Folder&lt;/P&gt;&lt;P&gt; Select a destination folder in the gallery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can either use an existing folder, or create a new one.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3.      Choose Next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Define Object screen appears. You can see a short description of the object characteristics and purpose. Continue by choosing Next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       4.      On the Define Input screen, choose Insert New&amp;#133; to create input parameters. You can define an arbitrary set of input parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5.      Once you have created the parameters you need, choose Next to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       6.      On the Define Output screen, choose Insert New&amp;#133; to add output parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have an arbitrary number of output parameters on the root level. However, you cannot create parameters of type Structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       7.      Choose Next to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       8.      On the Set Configuration screen, enter expressions for the output parameters defined previously:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            a.      Select an output parameter from the list and choose  (Browse).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            b.      If you are familiar with expression syntax, enter an expression in the text area on the left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            c.      If you are not sure about the syntax, use the predefined functions from the list on the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a list of some frequently used functions, see Frequently-Used Dynamic Expressions in the SAP Visual Composer Documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            d.      To insert a function into the text area, expand a node and select the relevant entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of these functions provides a quick info text description with syntax rules and examples. To view this information, point at the specific entry in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            e.      To test the expression, choose Validate.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                              f.      Once you have defined the expression, choose Apply to save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       9.      If you want to define result states for the callable object, choose the Add option under Result States.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   10.      Enter a name for the new result state and choose Add State.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The state appears in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   11.      Repeat steps 9 through 10 to define an arbitrary number of result states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   12.      To define expressions for the result states you have created, select a result state from the list and follow the procedure in step 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result state expressions should evaluate to Boolean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   13.      Choose Next and Finish and Open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Result&lt;/P&gt;&lt;P&gt;You can test the callable object in GP design time or include it in a process to test it in runtime. If you insert it in an action, you should be able to see all result states that you have defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;You can create a callable object that calculates the monthly payments to redeem a certain credit amount based on a specified interest rate and time period. It approves the credit request if the monthly payment does not exceed half the monthly income of the person and outputs the amount of the payment. Otherwise, it rejects the credit request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This callable object has the following characteristics:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter Type&lt;/P&gt;&lt;P&gt; Name&lt;/P&gt;&lt;P&gt; Type&lt;/P&gt;&lt;P&gt; Dynamic Expression (uses the technical names of the input parameters)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Input &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; First Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Income (monthly) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Credit amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Period (years)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interest rate (percent)&lt;/P&gt;&lt;P&gt; String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Output &lt;/P&gt;&lt;P&gt; Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthly Payment&lt;/P&gt;&lt;P&gt; String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double&lt;/P&gt;&lt;P&gt; CAPITAL(@FirstName)&amp;amp; &amp;#146; &amp;#146;&amp;amp; CAPITAL(@LastName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUND(@credit* POW((1+@interest/100), @period) /(12&lt;STRONG&gt;@period)&lt;/STRONG&gt;100)/100 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Result states&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(all result states evaluate to Boolean)&lt;/P&gt;&lt;P&gt; Approved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; @credit* POW((1+@interest/100), @period) /(12*@period)&amp;lt;(@income/2)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Rejected&lt;/P&gt;&lt;P&gt; @credit* POW((1+@interest/100), @period) /(12*@period)&amp;gt;=(@income/2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2007 12:47:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-01T12:47:26Z</dc:date>
    <item>
      <title>Object Type HLPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-type-hlpf/m-p/2625013#M603115</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;What is Object Type HLPF in SAP.....?&lt;/P&gt;&lt;P&gt;Thanks In Advance,&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 12:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-type-hlpf/m-p/2625013#M603115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T12:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Object Type HLPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-type-hlpf/m-p/2625014#M603116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;HLPF object Type is LINK DS(data Structure)/SCREEN FIELD&lt;/P&gt;&lt;P&gt;see the f4 Help of OBJECT field in SE16 of TADIR table&lt;/P&gt;&lt;P&gt;see the Doc&lt;/P&gt;&lt;P&gt;An object is uniquely identified by its program ID (PGMID), object type and object name.&lt;/P&gt;&lt;P&gt;The SAP System differentiates between complete objects and their component subobjects.&lt;/P&gt;&lt;P&gt;Complete objects usually have an object directory entry, and can include subobjects that can be transported separately. Complete objects are indicated by the PGMID R3TR.&lt;/P&gt;&lt;P&gt;Subobjects do not have their own object directory entry. Subobjects have the PGMID LIMU.&lt;/P&gt;&lt;P&gt;The complete object R3TR PROG includes the following subobjects, among others:&lt;/P&gt;&lt;P&gt;LIMU REPS&lt;/P&gt;&lt;P&gt;LIMU REPT&lt;/P&gt;&lt;P&gt;LIMU DYNP&lt;/P&gt;&lt;P&gt;Use the F4 Help to display examples of types of complete objects and subobjects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 12:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-type-hlpf/m-p/2625014#M603116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T12:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Object Type HLPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-type-hlpf/m-p/2625015#M603117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating Business Logic Callable Objects &lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;You use the Business Logic callable object type to make process flow decisions based on dynamic expressions. They can be defined for output parameters and result states and are evaluated at runtime depending on the actual values of the input parameters. This is possible without any coding or use of an external rule engine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To construct dynamic expressions, you can use a built-in expression editor that provides predefined operators and functions, as well as a validation tool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following categories are available:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Text functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Numeric functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Date functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Time functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Conditional functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Scientific functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Operators&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;You have the appropriate rights to work with Guided Procedures (GP) design time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, see Portal Roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Procedure&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      Open the gallery and from the contextual panel choose Create Callable Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      From the Type list, select Process Control  ® Business Logic and enter the required basic data as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter&lt;/P&gt;&lt;P&gt; Description&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt; Enter a name for the new object.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt; Provide a short and meaningful description.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Original Language&lt;/P&gt;&lt;P&gt; Choose the language in which the translatable texts of the callable object definition are created.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Folder&lt;/P&gt;&lt;P&gt; Select a destination folder in the gallery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can either use an existing folder, or create a new one.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3.      Choose Next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Define Object screen appears. You can see a short description of the object characteristics and purpose. Continue by choosing Next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       4.      On the Define Input screen, choose Insert New&amp;#133; to create input parameters. You can define an arbitrary set of input parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5.      Once you have created the parameters you need, choose Next to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       6.      On the Define Output screen, choose Insert New&amp;#133; to add output parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have an arbitrary number of output parameters on the root level. However, you cannot create parameters of type Structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       7.      Choose Next to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       8.      On the Set Configuration screen, enter expressions for the output parameters defined previously:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            a.      Select an output parameter from the list and choose  (Browse).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            b.      If you are familiar with expression syntax, enter an expression in the text area on the left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            c.      If you are not sure about the syntax, use the predefined functions from the list on the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a list of some frequently used functions, see Frequently-Used Dynamic Expressions in the SAP Visual Composer Documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            d.      To insert a function into the text area, expand a node and select the relevant entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of these functions provides a quick info text description with syntax rules and examples. To view this information, point at the specific entry in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            e.      To test the expression, choose Validate.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                              f.      Once you have defined the expression, choose Apply to save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       9.      If you want to define result states for the callable object, choose the Add option under Result States.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   10.      Enter a name for the new result state and choose Add State.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The state appears in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   11.      Repeat steps 9 through 10 to define an arbitrary number of result states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   12.      To define expressions for the result states you have created, select a result state from the list and follow the procedure in step 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result state expressions should evaluate to Boolean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   13.      Choose Next and Finish and Open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Result&lt;/P&gt;&lt;P&gt;You can test the callable object in GP design time or include it in a process to test it in runtime. If you insert it in an action, you should be able to see all result states that you have defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;You can create a callable object that calculates the monthly payments to redeem a certain credit amount based on a specified interest rate and time period. It approves the credit request if the monthly payment does not exceed half the monthly income of the person and outputs the amount of the payment. Otherwise, it rejects the credit request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This callable object has the following characteristics:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter Type&lt;/P&gt;&lt;P&gt; Name&lt;/P&gt;&lt;P&gt; Type&lt;/P&gt;&lt;P&gt; Dynamic Expression (uses the technical names of the input parameters)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Input &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; First Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Income (monthly) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Credit amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Period (years)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interest rate (percent)&lt;/P&gt;&lt;P&gt; String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Output &lt;/P&gt;&lt;P&gt; Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthly Payment&lt;/P&gt;&lt;P&gt; String&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double&lt;/P&gt;&lt;P&gt; CAPITAL(@FirstName)&amp;amp; &amp;#146; &amp;#146;&amp;amp; CAPITAL(@LastName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUND(@credit* POW((1+@interest/100), @period) /(12&lt;STRONG&gt;@period)&lt;/STRONG&gt;100)/100 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Result states&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(all result states evaluate to Boolean)&lt;/P&gt;&lt;P&gt; Approved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; @credit* POW((1+@interest/100), @period) /(12*@period)&amp;lt;(@income/2)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Rejected&lt;/P&gt;&lt;P&gt; @credit* POW((1+@interest/100), @period) /(12*@period)&amp;gt;=(@income/2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 12:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-type-hlpf/m-p/2625015#M603117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T12:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Object Type HLPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-type-hlpf/m-p/2625016#M603118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anji,&lt;/P&gt;&lt;P&gt;Very Usefull info...But it has raised lots of other questions..&lt;/P&gt;&lt;P&gt;Like, Would you pls tell me whether Object Type HLPF is Complete object or componenet subobject..?&lt;/P&gt;&lt;P&gt;   As I understand , it is Complete object type because PGID of this object is R3TR. Correct me if I am Wrong..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 15:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-type-hlpf/m-p/2625016#M603118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T15:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Object Type HLPF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-type-hlpf/m-p/2625017#M603119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do anybody have answer of this question...pls ...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 09:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-type-hlpf/m-p/2625017#M603119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T09:27:08Z</dc:date>
    </item>
  </channel>
</rss>

