FV62A558 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Copy Scale Base Formula From Assigned Contract That Counts Towards Discount This scale base formula copies the scale base from a structure of the
If you would like to execute this report or see the full code listing simply enter FV62A558 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISM_COA_CONDITIONS_KSTBS_STRUC call function 'ISM_COA_CONDITIONS_KSTBS_STRUC' exporting pv_kofrs = xkomv-kofrs pv_kolnr = xkomv-kolnr importing pr_komp5 = lr_komp5 changing ps_komp = komp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.