‎2010 Apr 20 9:14 AM
Hi together,
following the SAP online docu you can use "/: summing ..into..." to display sum in your form.
The docu also says that you also have to make certain declaration "in an ABAP program".
- ...in which ABAP program do I have to do that?
- ... how do I have to do that. (...since you can not declare a variable as a table)
I know, there are several threads showing another way as to how to work with sums.
But I want to actualize it the way I described.
Thanks for any help
‎2010 Apr 20 9:19 AM
‎2010 Apr 20 10:32 AM
Hi,
Thanks so far.
I´ve just followed thread #988948.
/: DEFINE &TOT_PRICE&
/: SUMMING &KOMVD-KWERT& INTO &TOT_PRICE&
But I still receive no sum.
By the way...Is there any chance to set a break-point in se71?
‎2010 Apr 20 10:35 AM
HI,
Summing should be the first statement in the window.
You can write manually BREAK-POINT in the code or se71->utilities->activate debugger.
Regards and Best wishes.
‎2010 Apr 20 10:38 AM
Hi,
To debug SAP-script in SE71,
1. Give the name of SAP script on se71
2. Goto main menu (On same scrren). Follow the path: Utilites(M) -> Activate Debugger
3. Now the debugger is activated, noe just follow your steps to take test or print or preview to debug further.
Regrads,
Lokesh.
‎2010 Apr 20 10:53 AM
Hi,
That also does not work.
I put the statement at first position - there is still no output
I wrote a /: BREAK-POINT in SE71 - the processing does not stop
Hard to believe but true
‎2010 Apr 20 11:04 AM
‎2010 Apr 20 11:27 AM
Hi,
I`ve acitate the debugger in se71. Now I get the message "text command SUMMING is not defined".
Any idea?
‎2010 Apr 20 11:30 AM
Refer the link:
[SAP Script Commands|http://help.sap.com/saphelp_40b/helpdata/en/d1/80318f454211d189710000e8322d00/content.htm]
‎2010 Apr 20 11:30 AM
HI,
Please paste your summing code here.
Regards and Best wishes.