ADBOSF18 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 ADBOSF18 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_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_interface_check = ' ' i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = g_usercommand is_layout = list_layout it_fieldcat = gt_fldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' i_save = g_save is_variant = g_variant it_events = gt_events[] * it_event_exit = i_tabname_header = 'SERVICE_TAB' i_tabname_item = 'SCSRV_TAB' * i_structure_name_header = 'ML_ESLL' * i_structure_name_item = 'DETAILS_LIST' is_keyinfo = gs_keyinfo * IS_PRINT = * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = service_tab t_outtab_item = scsrv_tab * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .
CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' EXPORTING input = wbs_element IMPORTING output = wbs_element.
BAPI_QUOTATION_CHANGEBOS CALL FUNCTION 'BAPI_QUOTATION_CHANGEBOS' EXPORTING salesdocument = pvbeln-low quotationheaderin = quotation_header_in quotationheaderinx = quotation_header_inx logicswitch = logicswitch TABLES return = i_bapiret2 quotationitemsin = quotation_items1 quotationitemsinx = quotationitemsinx quotationservices = quotation_service quotationservicesx = quotationservicesx quotationservicescond = quotation_services_cond quotationservicescondx = quotationservicescondx.
BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
CONVERSION_EXIT_ABPSP_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSP_OUTPUT' EXPORTING input = wbs_element IMPORTING output = wbs_element.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.