SAP Reports / Programs

IST_SAMPLE_CREATE_BILLDOC_CF01 SAP ABAP INCLUDE - ISTSAMPLECREATEBILLDOCCF01







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT IST_SAMPLE_CREATE_BILLDOC_CF01. "Basic submit
SUBMIT IST_SAMPLE_CREATE_BILLDOC_CF01 AND RETURN. "Return to original report after report execution complete
SUBMIT IST_SAMPLE_CREATE_BILLDOC_CF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT IST_SAMPLE_CREATE_BILLDOC_CF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IST_SAMPLE_CREATE_BILLDOC_CF01 or its description.