BOSPS_TRANSFERRED_DATA_LIST is a standard Executable ABAP Report 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 BOSPS_TRANSFERRED_DATA_LIST 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.
Selection Text: PPOSNR = Item number
Selection Text: PVARIANT = Selection variant
Selection Text: PVBELN = Document number
Title: Transferred Costs to Project
Text Symbol: 001 = Sales Document
Text Symbol: 005 = Initializing information...
Text Symbol: 006 = Selection variant
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SD_VBAK_SELECT CALL FUNCTION 'SD_VBAK_SELECT' EXPORTING i_document_number = pvbeln-low IMPORTING e_vbak = vbak EXCEPTIONS document_not_found = 1 OTHERS = 2.
SD_VBAP_SELECT CALL FUNCTION 'SD_VBAP_SELECT' EXPORTING i_document_number = pvbeln-low i_item_number = pposnr-low IMPORTING e_vbap = vbap EXCEPTIONS item_not_found = 1 OTHERS = 2.
SD_VBKD_SELECT CALL FUNCTION 'SD_VBKD_SELECT' EXPORTING i_document_number = pvbeln-low i_item_number = pposnr-low IMPORTING e_vbkd = vbkd EXCEPTIONS entry_not_found = 1 OTHERS = 2.
BOSPS_MISSING_LINKS_GET CALL FUNCTION 'BOSPS_MISSING_LINKS_GET' EXPORTING i_vbeln = pvbeln-low i_posnr = pposnr-low i_vbtyp = vbtyp_auftr TABLES table_of_links = new_table_of_links[] lt_prps = new_lt_prps[] service_package = new_service_package[] bos_data = new_bos_data[] ps_component = new_ps_component[] bos_component = new_bos_component[] EXCEPTIONS ecp_error = 01 not_found = 02 missing_input = 03 OTHERS = 04.
CKEK_TYPPS_GET_ICON CALL FUNCTION 'CKEK_TYPPS_GET_ICON' EXPORTING i_typps = detail-bos_kis1-typps i_strat = detail-bos_kis1-strat * I_ERZKA = ' ' * I_KZROH = i_ukaln = detail-bos_kis1-ukaln i_fehlkz = detail-bos_kis1-fehlkz * I_UFIELD_MODE = IMPORTING e_icon = iicon..
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_prog text = text-005 EXCEPTIONS OTHERS = 1.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = grepid i_structure_name = 'BOSPS_REPORTING' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = lt_fldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_interface_check = ' ' i_callback_program = grepid 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 = list_events[] * it_event_exit = i_tabname_header = 'MASTER' i_tabname_item = 'DETAIL' * 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 = master t_outtab_item = detail * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BOSPS_TRANSFERRED_DATA_LIST - Transferred Costs to Project BOSPS_TRANSFERRED_DATA_LIST - Transferred Costs to Project BOSPS_TRANSFER - Cost Transfer to Project: Online Processing BOSPS_TRANSFER - Cost Transfer to Project: Online Processing BOSPS_REVENUE_REPORT1 - Cost Transfer to Project: Report of Revenue Projections BOSPS_REVENUE_REPORT1 - Cost Transfer to Project: Report of Revenue Projections