<?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: Query on ABAP profile parameter attributes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655519#M1866700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT&amp;nbsp; ZGUITEST.&lt;/P&gt;&lt;P&gt;PARAMETER: PNAM(20) TYPE C.&lt;/P&gt;&lt;P&gt;DATA: CVAL TYPE I.&lt;/P&gt;&lt;P&gt;CALL 'C_SAPGPARAM'&lt;BR /&gt;&amp;nbsp; id 'NAME'&amp;nbsp; field PNAM&lt;BR /&gt;&amp;nbsp; id 'VALUE' field CVAL.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;WRITE CVAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i doing something wrong here. The CVAL returns 0 whereas I have 60 for rdisp/btctime when i see in RZ11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 07:16:02 GMT</pubDate>
    <dc:creator>former_member699182</dc:creator>
    <dc:date>2014-10-29T07:16:02Z</dc:date>
    <item>
      <title>Query on ABAP profile parameter attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655513#M1866694</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;I would like to check in my ABAP report program if the Current value field of the Display Profile Parameter Attributes under RZ11 is 0 or not.&lt;/P&gt;&lt;P&gt;I googled and found about the table TPFYPROPTY which has the profile parameters.&lt;/P&gt;&lt;P&gt;But under what name is the current value field in?&lt;/P&gt;&lt;P&gt;Also, would like to know if i can use a select query to read directly from the table.&lt;/P&gt;&lt;P&gt;I am a newbie to ABAP development.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 05:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655513#M1866694</guid>
      <dc:creator>former_member699182</dc:creator>
      <dc:date>2014-10-29T05:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ABAP profile parameter attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655514#M1866695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Gita!&lt;/P&gt;&lt;P&gt;You can use FM 'RSAN_SYSTEM_PARAMETER_READ' to read system profile parameters (while testing it in SE37, don't forget to switch on checkbox uppercase/lowercase letters).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 05:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655514#M1866695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T05:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ABAP profile parameter attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655515#M1866696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikolay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. But what would be the field i_name and field e_value that I should pass to C_SAPGPARAM? I would like to retrieve the Current Value field only. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655515#M1866696</guid>
      <dc:creator>former_member699182</dc:creator>
      <dc:date>2014-10-29T06:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ABAP profile parameter attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655516#M1866697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Gita!&lt;/P&gt;&lt;P&gt;I_NAME is your profile parameter name, E_VALUE will be returned with current value of the parameter you need.&lt;/P&gt;&lt;P&gt;You haven't specified what exactly parameter you need, you can view all of them in report RSPARAM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655516#M1866697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T06:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ABAP profile parameter attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655517#M1866698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. Its clear now. I wanted it for rdisp/btctime.&lt;/P&gt;&lt;P&gt;Just curious, are the attributes available in a table and can i use a select query to read it directly from the table instead of calling a FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655517#M1866698</guid>
      <dc:creator>former_member699182</dc:creator>
      <dc:date>2014-10-29T06:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ABAP profile parameter attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655518#M1866699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome!&lt;/P&gt;&lt;P&gt;If I remember right, changed values of profile parameters are stored in text files somewhere around /usr/sap/&amp;lt;SID&amp;gt;/SYS/profile/ on application server. So, low-level function is used to fetch them. And the table you mentioned seems to have only descriptions of parameters, min/max values of them and so on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655518#M1866699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T06:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ABAP profile parameter attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655519#M1866700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT&amp;nbsp; ZGUITEST.&lt;/P&gt;&lt;P&gt;PARAMETER: PNAM(20) TYPE C.&lt;/P&gt;&lt;P&gt;DATA: CVAL TYPE I.&lt;/P&gt;&lt;P&gt;CALL 'C_SAPGPARAM'&lt;BR /&gt;&amp;nbsp; id 'NAME'&amp;nbsp; field PNAM&lt;BR /&gt;&amp;nbsp; id 'VALUE' field CVAL.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;WRITE CVAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i doing something wrong here. The CVAL returns 0 whereas I have 60 for rdisp/btctime when i see in RZ11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 07:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655519#M1866700</guid>
      <dc:creator>former_member699182</dc:creator>
      <dc:date>2014-10-29T07:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ABAP profile parameter attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655520#M1866701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;I wouldn't advise you to do a straight call to C_SAPGPARAM. There is an above-mentioned wrapper for you :&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt; DATA lv_name&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;spfpflpar&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;parname&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;lv_value &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;spfpflpar&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;pvalue&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt; lv_name &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'rdisp/btctime'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'RSAN_SYSTEM_PARAMETER_READ'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lv_name&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_value&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lv_value&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; read_error &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &amp;lt;&amp;gt; &lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;* Implement suitable error handling here&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;It works fine for me.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 07:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655520#M1866701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T07:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Query on ABAP profile parameter attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655521#M1866702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the helpful answer.&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 07:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-abap-profile-parameter-attributes/m-p/10655521#M1866702</guid>
      <dc:creator>former_member699182</dc:creator>
      <dc:date>2014-10-29T07:50:01Z</dc:date>
    </item>
  </channel>
</rss>

