IST_SAMPLE_CREATE_BILLDOC_CF01 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 IST_SAMPLE_CREATE_BILLDOC_CF01 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!
IST_INV_SAMPLE_EXTERN_BILLDOCS CALL FUNCTION 'IST_INV_SAMPLE_EXTERN_BILLDOCS' EXPORTING x_fkkvkp_tab = p_block-fkkvkp_tab x_log_system = p_sel-log_system x_bukrs = p_sel-bukrs x_tax_det_type = p_sel-tax_det_type x_tax_date_type = p_sel-tax_date_type x_simulated = p_sel-simulated x_date_from = p_sel-date_from x_date_to = p_sel-date_to x_num_postrel_items = p_sel-number_postrel_items x_num_info_items = p_sel-number_info_items x_item_simulated = p_sel-item_sim x_add_items = p_sel-add_items x_testrun = p_sel-testrun x_max_random_amount = p_sel-max_random_amount x_max_random_amount_curr = p_sel-max_random_amount_curr IMPORTING y_header_tab = p_block-bapi-header_tab y_item_tab = p_block-bapi-item_tab y_taxitem_tab = p_block-bapi-taxitem_tab y_additem_tab = p_block-bapi-additem_tab EXCEPTIONS OTHERS = 1.
BAPI_ISTBILLDOC_CREATEMULTIPLE CALL FUNCTION 'BAPI_ISTBILLDOC_CREATEMULTIPLE' EXPORTING testrun = p_sel-testrun cfcvalidation = p_sel-cfcvalidation TABLES headers = p_block-bapi-header_tab items = p_block-bapi-item_tab taxitems = p_block-bapi-taxitem_tab additems = p_block-bapi-additem_tab extensionin = p_block-bapi-ext_in_tab extensionout = p_block-bapi-ext_out_tab bapi_billdocnumber = p_block-bapi-new_billdocno_tab return = p_block-bapi-return_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IST_SAMPLE_CREATE_BILLDOC_CF01 - ISTSAMPLECREATEBILLDOCCF01 IST_SAMPLE_CREATE_BILLDOC_AF01 - ISTSAMPLECREATEBILLDOCAF01 IST_SAMPLE_CREATE_BILLDOC - Generate Billing Documents IST_SAMPLE_CREATE_BILLDOC - Generate Billing Documents IST_SAMPLE_CANCEL_BILLDOC_TOP - ISTSAMPLECANCELBILLDOCTOP IST_SAMPLE_CANCEL_BILLDOC_SF01 - ISTSAMPLECANCELBILLDOCSF01