Object for pre-calculation Answered
Hi,
It would be nice to have object for pre-calculation.
Now, with a large quotation you have to right-click on every position, choose calculation, do some more clicks before you have a calculation.
This takes a lot of time.
Regards, John
Comments
3 comments
Hi,
in most of sap documents we incuded the sbo_all.src file.
In this we declared the global function "createcalcuationline"
you can call this for every line
in variable "ll_calcrow" you must define, which line you want to calculate
beas calculate this line and insert the price in field 38.14
if you set the variable "il_calcprice" to 1 then beas save this in 38.37
if the variable have an other value as 0 or 1, then you can define this self. The price is available in variable <lc_price>
Example:
item.38.row.<ll_calcrow>.col.37.value=<value> <lc_price,tosbonum>
Example calc all lines
Hi Martin,
Thanks.
From what Version is this available?
Hi,
i think, since beas 9.2 PL 0
regards
Please sign in to leave a comment.