SAPscripts How to calculate
Totals and Subtotals
I have some doubs in BDC and SMART FORMS. I want to change the material number using the transaction code MM02 through BDC. In scripts and smartforms how to calculate totals and subtotals? To calculate totals and sub totals in sap scripts you have to use subroutines. Say if you have to add the unit price (KOMVD-KBERT) then in the main window whereever tat value is picked write this routine /: DEFINE ?TOT_PRICE?
Then write the variable where ever you want it to be printed (mostly it will be in footer window) Then create subroutine pool program and you have to write the code. FORM F_GET_PRICE tables int_cond structure itcsy
statics value1 type kbert.
value1 = value1 + value. Read outt_cond table index 1.
ENDFORM. I have given a rough outline, please be aware of the variable conversions as Int_cond-value and outt_cond-value are characters. SAPscripts Tips by: Raj
Fast Links:
SAP Books
SAP Scripts Tips
Best regards,
All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|