IST_SAMPLE_CREATE_BILLDOC_SF01 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_SF01 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!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'BAPITGB' is_layout = layout TABLES t_outtab = p_result-return_text_tab EXCEPTIONS OTHERS = 0.
FKK_INV_BILLDOC_DISP CALL FUNCTION 'FKK_INV_BILLDOC_DISP' EXPORTING x_repid = sy-repid x_billdoc_tab = billdoc_tab EXCEPTIONS OTHERS = 1.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = applk EXCEPTIONS OTHERS = 0.
FKK_INV_SRCDOCNO_CONV_FR_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_FR_ORIG' EXPORTING i_srcdoccat = cl_fkkinv_co=>doccat_invbill i_doc_invbi = w_billdocno IMPORTING e_srcdocno = w_srcdoc-srcdocno.
FKK_INV_TRIGGER_SELECT CALL FUNCTION 'FKK_INV_TRIGGER_SELECT' EXPORTING i_applk = applk i_srcdoc_tab = srcdoc_tab IMPORTING e_fkkinv_trig_tab = fkkinv_trig_tab.
FKK_INV_DIALOG_CFC_LIST_DISP CALL FUNCTION 'FKK_INV_DIALOG_CFC_LIST_DISP' EXPORTING * i_grid_title = ' ' i_invcfcno_tab = p_result-invcfcno_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_SF01 - ISTSAMPLECREATEBILLDOCSF01 IST_SAMPLE_CREATE_BILLDOC_S03 - ISTSAMPLECREATEBILLDOCS03 IST_SAMPLE_CREATE_BILLDOC_S02 - ISTSAMPLECREATEBILLDOCS02 IST_SAMPLE_CREATE_BILLDOC_S01 - ISTSAMPLECREATEBILLDOCS01 IST_SAMPLE_CREATE_BILLDOC_RF01 - ISTSAMPLECREATEBILLDOCRF01 IST_SAMPLE_CREATE_BILLDOC_IF01 - ISTSAMPLECREATEBILLDOCIF01