<?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: Regarding SAP Script Layout set Debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061495#M92006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;b&amp;gt;Changing values will not appear in Debugger,But they will appear in Output&amp;lt;/b&amp;gt;. But this is not abap Program Debugging,This is Script Layout Program debugging..
There is no way linked to Driver Program in this debugging, nd more over SUMMING can be Done,But this will be used for getting Total Price, Total weight...
if that is the case then..
/E   E1                                             
/:   SUMMING &amp;amp;ITAB-NETWR&amp;amp; INTO &amp;amp;V_TOTAL&amp;amp;            
/E   E2                                             
*    &amp;amp;ITAB-VBELN&amp;amp; ,, &amp;amp;ITAB-POSNR&amp;amp; ,, &amp;amp;ITAB-NETWR&amp;amp;   
/E   E3                                             
*                                V_TOTAL &amp;amp;V_TOTAL&amp;amp;  
/:   BOX FRAME 10 TW                                
/:   NEW-PAGE PAGE2                                 
*    This is page 2 ...                                                                                
But I don't think there is another possibility.
But you can Use Performs and calculate values....
That is the solution you can use....
and let me tell you clearly that above debugging hint will not show you the changed values in debugging, But the changes will be visible in the Output definitely test it and let me know..&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2005 13:16:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-02T13:16:26Z</dc:date>
    <item>
      <title>Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061479#M91990</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; I have a clarification regaring &amp;lt;b&amp;gt;SAP Script Layout set&amp;lt;/b&amp;gt; &amp;lt;b&amp;gt;Debugging&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In SAP Script Debugging mode can we change the values of certain fields (or) variables in layout set [Not in Print program].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to change the values of fields in layout set itself not in print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can anybody tell me how can we achieve this as fields &amp;amp; variable values in layout set while debugging are showing as disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If any one has solution please post it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 09:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061479#M91990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T09:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061480#M91991</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; go to se71 , enter your script name and go to utilites-&amp;gt;active debugger.now run your print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 09:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061480#M91991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T09:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061481#M91992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boss,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please read my quetion once more.&lt;/P&gt;&lt;P&gt; I am not talking about how to go for debugging but when you go into DEbug mode in layout set how can we change the values of internal table field (or) variables which we tend to display. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 09:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061481#M91992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T09:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061482#M91993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debuggin you want to see, you just click on the fields or variables of layout.&lt;/P&gt;&lt;P&gt;or there you can enter the variable and press enter&lt;/P&gt;&lt;P&gt;you will get values..&lt;/P&gt;&lt;P&gt;&amp;amp;VAR&amp;amp; is not required, just use VAR you can see values inside it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in normal debugging how you can see, here also do same thing.&lt;/P&gt;&lt;P&gt;there is editor you can find in debug, write the variables and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 09:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061482#M91993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T09:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061483#M91994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the normal debug how you can change , here also you can change in the editor by writing the variable or field name and say enter.&lt;/P&gt;&lt;P&gt;don't use &amp;lt;b&amp;gt;&amp;amp;var&amp;amp;&amp;lt;/b&amp;gt; use &amp;lt;b&amp;gt;var&amp;lt;/b&amp;gt; to the content of var and change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 09:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061483#M91994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T09:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061484#M91995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rayeez,&lt;/P&gt;&lt;P&gt;When you are debugging,If you want to change the internal table values , in the debug screen select tables,&lt;/P&gt;&lt;P&gt;and then give your required intenal table name then it will display the populated values for that table , select the required values what you want to change then at the bottom you will find change push button with pencil syboml, when you press then on this push button the record which you selected will come into edit mode, give your values and then just press enter , the old value will updated with your new value.The same will apply to the fields also , but in the debug screen you need to select fields which is the default screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Reward Points If It Helps You.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 09:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061484#M91995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T09:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061485#M91996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It's not question of getting values, what i want to know is can we change those values in Layout set[SE71] itself as we can do in print program[SE38] - changing values in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope u got my question now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 09:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061485#M91996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T09:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061486#M91997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can do changes in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 10:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061486#M91997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T10:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061487#M91998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change in Layout debugging the values which are printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 10:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061487#M91998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T10:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061488#M91999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in debug mode then i had given internal table field as &amp;lt;b&amp;gt;I_TAB1-LIFNR&amp;lt;/b&amp;gt; in screen and pressed enter and i got value as &amp;lt;b&amp;gt;39854&amp;lt;/b&amp;gt; before it but it is in disabled mode i will not be able to edit it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tell me how can i edit the value &amp;lt;b&amp;gt;39854&amp;lt;/b&amp;gt; here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 10:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061488#M91999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T10:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061489#M92000</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;Anybody has solution for above issue!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 10:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061489#M92000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T10:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061490#M92001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry ,I try to find some other solution but it is the same as normal abap debugging, if you Debug the script&lt;/P&gt;&lt;P&gt;In EDIT you have ABAP Debugging Option.&lt;/P&gt;&lt;P&gt;That will take you to the ABAP program..&lt;/P&gt;&lt;P&gt;From there you can modify, that is nothing But our normal debugging..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 10:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061490#M92001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T10:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061491#M92002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; So it's not possible in layout[SE71] itself, we have to go back to SE38 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ok thanks anyway for your effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In future if you come to know solution where we can directly change values in SE71[Layout set] itself please post it.&lt;/P&gt;&lt;P&gt; (Or) you can mail at &amp;lt;b&amp;gt;asrk78@yahoo.com&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 10:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061491#M92002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T10:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061492#M92003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Man I got a solution for You , if you want to change the values in script layout then what you need to do is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Activate Script Debugger&lt;/P&gt;&lt;P&gt;2.Once Debugging Starts Go to &amp;lt;b&amp;gt;EDIT&amp;lt;/b&amp;gt; menu You Have &amp;lt;b&amp;gt;BreakPoint&amp;lt;/b&amp;gt; Option, select the row where you need to change the value set the Break point.&lt;/P&gt;&lt;P&gt;Now Press F8,it will stop at line where you kept break point.&lt;/P&gt;&lt;P&gt;3.Now go to &amp;lt;b&amp;gt;EDIT&amp;lt;/b&amp;gt; again  Now click on ABAP debugging.&lt;/P&gt;&lt;P&gt;after that it will call the Below FM&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'GET_TEXTSYMBOL'                       
       exporting  line            = &amp;lt;sc_line&amp;gt;          
                  start_offset    = 0                  
                  language        = tx_catalog-tdspras 
       importing  value           = ft_string          
                  value_length    = ft_string_len      
                  &amp;lt;b&amp;gt;value_raw       = value_raw&amp;lt;/b&amp;gt;          
                  sum             = sum                
   &amp;lt;b&amp;gt;               name            = name&amp;lt;/b&amp;gt;               
                  continue_offset = pos.               
                                                &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Value_RAW&amp;lt;/b&amp;gt; will HOLD the value of the variable&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Name&amp;lt;/b&amp;gt; is the variable name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear &lt;/P&gt;&lt;P&gt;please reward for helpful answeers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 10:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061492#M92003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T10:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061493#M92004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It is ok. But i think still it is going to SE38.&lt;/P&gt;&lt;P&gt; So, still we cannot change in layout itself.&lt;/P&gt;&lt;P&gt; Anyway thanks for you effort on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I will award some points to you for your efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;One Question:&amp;lt;/b&amp;gt; Can we do calculations in Layout set[SE71] not going to SE38. like adding one internal table field to other field in layout itself not going to print program calculate and come back &amp;amp; print, not this way direct calculation in layout set itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 11:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061493#M92004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T11:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061494#M92005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt; &amp;lt;b&amp;gt;ft_string          
 value_raw                        
 name&amp;lt;/b&amp;gt;  &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;function module will give these values ,&lt;/P&gt;&lt;P&gt;after the function call change the values. that will reflect in script output.   &lt;/P&gt;&lt;P&gt;ft_string will hold value of variable&lt;/P&gt;&lt;P&gt;vlaue also will hold the value of variable&lt;/P&gt;&lt;P&gt;name is the variable name.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 11:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061494#M92005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T11:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP Script Layout set Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061495#M92006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;b&amp;gt;Changing values will not appear in Debugger,But they will appear in Output&amp;lt;/b&amp;gt;. But this is not abap Program Debugging,This is Script Layout Program debugging..
There is no way linked to Driver Program in this debugging, nd more over SUMMING can be Done,But this will be used for getting Total Price, Total weight...
if that is the case then..
/E   E1                                             
/:   SUMMING &amp;amp;ITAB-NETWR&amp;amp; INTO &amp;amp;V_TOTAL&amp;amp;            
/E   E2                                             
*    &amp;amp;ITAB-VBELN&amp;amp; ,, &amp;amp;ITAB-POSNR&amp;amp; ,, &amp;amp;ITAB-NETWR&amp;amp;   
/E   E3                                             
*                                V_TOTAL &amp;amp;V_TOTAL&amp;amp;  
/:   BOX FRAME 10 TW                                
/:   NEW-PAGE PAGE2                                 
*    This is page 2 ...                                                                                
But I don't think there is another possibility.
But you can Use Performs and calculate values....
That is the solution you can use....
and let me tell you clearly that above debugging hint will not show you the changed values in debugging, But the changes will be visible in the Output definitely test it and let me know..&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2005 13:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-layout-set-debugging/m-p/1061495#M92006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-02T13:16:26Z</dc:date>
    </item>
  </channel>
</rss>

