<?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: ddic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538423#M245491</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;CALL BY VALUE: in this case a local copy of the parameter is created for called function and changes make in the variable are local in function they will not change the actual variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL BY REFERENCE: The address of actual variable is passed to called function and changes made in function will change the actual variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL BY VALUE AND RESULT: Local copy will be made for the variable and at the end of called function the changed value will be written back to original variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET/GET PARAMETER: used to write and read memory in SAP MEMORY AREA. sap memory is global area which can be shared between different session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;HRA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2006 06:28:07 GMT</pubDate>
    <dc:creator>dani_mn</dc:creator>
    <dc:date>2006-08-10T06:28:07Z</dc:date>
    <item>
      <title>ddic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538422#M245490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)In locking there is one type of lock called exclusive   but not cumilative.wht do u mean by tht.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)THERE are different ways to call a subroutine.Below are some of the ways.CAll By VALUE ,CALL BY REFERENCE AND CALL BY VALUE AND RESULT.Wht do u actually mean by this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Wht do u mean by set parameter id and get parameter id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyoone explain this with a good example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 06:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538422#M245490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T06:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: ddic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538423#M245491</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;CALL BY VALUE: in this case a local copy of the parameter is created for called function and changes make in the variable are local in function they will not change the actual variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL BY REFERENCE: The address of actual variable is passed to called function and changes made in function will change the actual variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL BY VALUE AND RESULT: Local copy will be made for the variable and at the end of called function the changed value will be written back to original variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET/GET PARAMETER: used to write and read memory in SAP MEMORY AREA. sap memory is global area which can be shared between different session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;HRA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 06:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538423#M245491</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-08-10T06:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: ddic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538424#M245492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addressing your 3rd que&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set parameter is storing the value for the screen field in a variable (parameter id).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get parameter is used to retrieve the value from the variable (parameter id) to the screen field during runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perfect example would be .. as soon as you execute some t-code you ll find some fields populated automatically.. this cox of get parameter from your previous usage of the same t-code or related screenfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it answers ur que..&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Karthick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 06:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538424#M245492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T06:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: ddic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538425#M245493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;go through this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/db975c35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/db975c35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kiran kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 06:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538425#M245493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T06:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: ddic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538426#M245494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q1 :&lt;/P&gt;&lt;P&gt; Exclusive locks can be requested several times from the same transaction and are processed successively. In contrast, exclusive but not cumulative locks can be called only once from the same transaction. Each further lock request will be rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Your rest of the questions has been answered above .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Shounak M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 06:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538426#M245494</guid>
      <dc:creator>former_member628175</dc:creator>
      <dc:date>2006-08-10T06:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: ddic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538427#M245495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP Provide three type of Lock objects.  &lt;/P&gt;&lt;P&gt;- Read Lock(Shared Locked) protects read access to an object. The read lock allows other  transactions read access but not write access to the locked area of  the table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Write Lock(exclusive lock) protects write access to an object. The write lock allows other  transactions neither read nor write access to the locked area of the  table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Enhanced write lock (exclusive lock without cumulating) &lt;/P&gt;&lt;P&gt;works like a write lock except that the enhanced write lock also  protects from further accesses from the same transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 06:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538427#M245495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T06:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: ddic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538428#M245496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclusive but not cumulative lock&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclusive locks can be requested by the same transaction more than once and handled successively, but an exclusive but not cumulative lock can only be requested once by a given transaction. All other lock requests are rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID &amp;lt;pid&amp;gt; FIELD &amp;lt;f&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement saves the contents of field &amp;lt;f&amp;gt; under the ID &amp;lt;pid&amp;gt; in the SAP memory. The code &amp;lt;pid&amp;gt; can be up to 20 characters long. If there was already a value stored under &amp;lt;pid&amp;gt;, this statement overwrites it. If the ID &amp;lt;pid&amp;gt; does not exist, double-click &amp;lt;pid&amp;gt; in the ABAP Editor to create a new parameter object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To read an SPA/GPA parameter, use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID &amp;lt;pid&amp;gt; FIELD &amp;lt;f&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement fills the value stored under the ID &amp;lt;pid&amp;gt; into the variable &amp;lt;f&amp;gt;. If the system does not find a value for &amp;lt;pid&amp;gt; in the SAP memory, it sets SY-SUBRC to 4, otherwise to 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To fill the initial screen of a program using SPA/GPA parameters, you normally only need the SET PARAMETER statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The relevant fields must each be linked to an SPA/GPA parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXample&lt;/P&gt;&lt;P&gt;REPORT BOOKINGS NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES SBOOK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE: 'Select a booking',&lt;/P&gt;&lt;P&gt;       / '----&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;&lt;P&gt;'.&lt;/P&gt;&lt;P&gt;  SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET SBOOK.&lt;/P&gt;&lt;P&gt;  WRITE: SBOOK-CARRID, SBOOK-CONNID,&lt;/P&gt;&lt;P&gt;         SBOOK-FLDATE, SBOOK-BOOKID.&lt;/P&gt;&lt;P&gt;  HIDE:  SBOOK-CARRID, SBOOK-CONNID,&lt;/P&gt;&lt;P&gt;         SBOOK-FLDATE, SBOOK-BOOKID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  SET PARAMETER ID: 'CAR' FIELD SBOOK-CARRID,&lt;/P&gt;&lt;P&gt;                    'CON' FIELD SBOOK-CONNID,&lt;/P&gt;&lt;P&gt;                    'DAY' FIELD SBOOK-FLDATE,&lt;/P&gt;&lt;P&gt;                    'BOK' FIELD SBOOK-BOOKID.&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'BOOK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/content.htm&lt;/A&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;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 06:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ddic/m-p/1538428#M245496</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-08-10T06:54:44Z</dc:date>
    </item>
  </channel>
</rss>

