FV64A323 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter FV64A323 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.
INCLUDE J_1BTXI1.
INCLUDE J_1BTXI1.
No SAP DATABASE tables are accessed within this REPORT code!
J_1B_SDKON0_SINGLE_READ CALL FUNCTION 'J_1B_SDKON0_SINGLE_READ' EXPORTING iv_kalsm = komk-kalsm iv_kschl = xkomv-kschl IMPORTING ev_speccon = lv_speccon.
J_1BREAD_PLANT_DATA call function 'J_1BREAD_PLANT_DATA' exporting plant = j_1bplant importing branch_data = j_1bbdata exceptions others = 1.
J_1B_SD_TAX_CODE_EXEMPT CALL FUNCTION 'J_1B_SD_TAX_CODE_EXEMPT' EXPORTING iv_txsdc = komp-j_1btxsdc IMPORTING ev_active = lv_active.
J_1BREAD_PLANT_DATA CALL FUNCTION 'J_1BREAD_PLANT_DATA' EXPORTING plant = j_1bplant IMPORTING branch_data = j_1bbdata EXCEPTIONS OTHERS = 1.
J_1B_ROUNDING_SCALE_GET CALL FUNCTION 'J_1B_ROUNDING_SCALE_GET' EXPORTING iv_tax_base = tax_base iv_nfdec = j_1bbdata-nfdec IMPORTING ev_scale = lv_scale ev_factor = lv_factor.
J_1B_SCALE_SET CALL FUNCTION 'J_1B_SCALE_SET' EXPORTING iv_scale = lv_scale.
J_1B_SCALE_SET CALL FUNCTION 'J_1B_SCALE_SET' EXPORTING iv_scale = lv_scale.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FV64A323 - SD Credit Data: Read Open Order, Delivery and Billing Values FV64A322 - SD Credit Data: Read Open Order, Delivery and Billing Values FV64A321 - documentation and ABAP source code FV64A320 - SD Credit Data: Read Open Order, Delivery and Billing Values FV64A316 - documentation and ABAP source code FV64A315 - documentation and ABAP source code