SAP Reports / Programs | Financials | Business Accounting | Inventory Accounting(FIN-BAC-INV) SAP FIN

UA_INV_PROCESS_SELECTION SAP ABAP INCLUDE - UAINVPROCESSSELECTION







UA_INV_PROCESS_SELECTION 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 UA_INV_PROCESS_SELECTION 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 UA_INV_PROCESS_SELECTION. "Basic submit
SUBMIT UA_INV_PROCESS_SELECTION AND RETURN. "Return to original report after report execution complete
SUBMIT UA_INV_PROCESS_SELECTION 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 UA_INV_PROCESS_SELECTION

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:

UA_INV_PROCESS_ONLINE CALL FUNCTION 'UA_INV_PROCESS_ONLINE' EXPORTING id_acc_databasis = id_acc_databasis id_appl_closing = id_application it_acc_system = it_acc_system id_testrun = id_testrun id_dialog = id_dialog is_help_flags = is_help_flags id_detailed_list = id_detailed_list id_basic_list = id_basic_list id_save_list = id_save_list id_no_packaging = id_no_packaging id_parallel = id_parallel id_servergroup = id_server id_number_obj_per_packet = id_number_obj_per_packet id_layout = id_layout id_program = id_program it_sel = lt_sel it_sel_tabs = lt_sel_tabs it_persel = lt_persel it_charsel = lt_charsel it_id = lt_object it_typename = lt_type_name_c id_schedman_key = ls_key IMPORTING ed_schedman_ext_bl = ls_schedman_ext_bl ed_schedman_ext_dl = ls_schedman_ext_dl et_schedman_spool = lt_schedman_spool ed_log_handle = ld_log_handle.

OBJ2_PROCESSING_LOG_DISPLAY_EX * CALL FUNCTION 'OBJ2_PROCESSING_LOG_DISPLAY_EX' * EXPORTING * ls_val = ls_schedman_ext_bl-val.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_32 = ld_selid.

UA_INV_CHECK_FISCYEARVAR * CALL FUNCTION 'UA_INV_CHECK_FISCYEARVAR' * EXPORTING * id_databasis = fobjacdb * id_acc_system = g_accsys * it_company_sel = lt_company_sel * IMPORTING * ed_fiscyearvar = gd_fiscyearvar * EXCEPTIONS * no_common_fiscyearvar = 1.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING no_dialog = l_no_dialog mode = sy-callr report = gc_report IMPORTING out_archive_parameters = user_arc_params out_parameters = user_print_params valid = l_valid EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 OTHERS = 4.

BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING stdt_dialog = 'Y' stdt_input = start_job stdt_opcode = btc_edit_startdate IMPORTING stdt_output = start_job EXCEPTIONS OTHERS = 28.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = jobname IMPORTING jobcount = jobcount EXCEPTIONS OTHERS = 1.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING * AT_OPMODE = ' ' at_opmode_periodic = start_job-periodic calendar_id = start_job-calendarid event_id = start_job-eventid event_param = start_job-eventparm event_periodic = start_job-periodic jobcount = jobcount jobname = jobname laststrtdt = start_job-laststrtdt laststrttm = start_job-laststrttm prddays = start_job-prddays prdhours = start_job-prdhours prdmins = start_job-prdmins prdmonths = start_job-prdmonths prdweeks = start_job-prdweeks predjob_checkstat = start_job-checkstat pred_jobcount = start_job-predjobcnt pred_jobname = start_job-predjob sdlstrtdt = start_job-sdlstrtdt sdlstrttm = start_job-sdlstrttm startdate_restriction = start_job-prdbehav strtimmed = startimmediate * TARGETSYSTEM = ' ' start_on_workday_not_before = start_job-notbefore start_on_workday_nr = start_job-wdayno workday_count_direction = start_job-wdaycdir *** IMPORTING *** job_was_released = job_released EXCEPTIONS OTHERS = 8.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = ld_fullpath TABLES data_tab = lt_object_list EXCEPTIONS OTHERS = 1.



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 UA_INV_PROCESS_SELECTION or its description.