Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

se71 /: summing...

Former Member
0 Likes
904

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

9 REPLIES 9
Read only

Former Member
0 Likes
870

This message was moderated.

Read only

0 Likes
870

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?

Read only

0 Likes
870

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.

Read only

0 Likes
870

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.

Read only

0 Likes
869

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

Read only

0 Likes
869

Hi,

The type of the variables which are used in the summing must be of same type.

And static break-point. should work , otherwise try activate debugging.

also check this thread.

Regards and Best wishes.

Read only

0 Likes
869

Hi,

I`ve acitate the debugger in se71. Now I get the message "text command SUMMING is not defined".

Any idea?

Read only

0 Likes
869

Refer the link:

[SAP Script Commands|http://help.sap.com/saphelp_40b/helpdata/en/d1/80318f454211d189710000e8322d00/content.htm]

Read only

0 Likes
869

HI,

Please paste your summing code here.

Regards and Best wishes.