SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFIDCN_ODN_ADJUSTMENT_FSC_F01 SAP ABAP INCLUDE - Include RFIDCN_ODN_ADJUSTMENT_FSC_F01







RFIDCN_ODN_ADJUSTMENT_FSC_F01 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 RFIDCN_ODN_ADJUSTMENT_FSC_F01 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 RFIDCN_ODN_ADJUSTMENT_FSC_F01. "Basic submit
SUBMIT RFIDCN_ODN_ADJUSTMENT_FSC_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDCN_ODN_ADJUSTMENT_FSC_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFIDCN_ODN_ADJUSTMENT_FSC_F01


INCLUDES used within this REPORT RFIDCN_ODN_ADJUSTMENT_FSC_F01

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:

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = lv_date i_periv = -periv IMPORTING e_buper = lv_buper e_gjahr = lv_gjahr.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = lv_date i_periv = -periv IMPORTING e_buper = lv_buper e_gjahr = lv_gjahr.

PERIOD_DAY_DETERMINE CALL FUNCTION 'PERIOD_DAY_DETERMINE' EXPORTING i_gjahr = -gjahr i_monat = -monat i_periv = lv_periv IMPORTING e_fday = lv_fday.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "Add '0' before sequence number EXPORTING input = lv_nr_seq IMPORTING output = lv_nr_seq.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "Add '0' before sequence number EXPORTING input = -nrlevel IMPORTING output = -nrlevel.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "Add '0' before sequence number EXPORTING input = -nrlevel IMPORTING output = -nrlevel.

OFF_NUMBER_LOCAL_ASSIGN_CN CALL FUNCTION 'OFF_NUMBER_LOCAL_ASSIGN_CN' EXPORTING i_fin1_param_ex = l_fin1_param_ex IMPORTING o_xblnr_alt = c_xblnr_alt EXCEPTIONS input_not_complete = 1 no_number_available = 2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = lv_seq_num IMPORTING output = lv_seq_num.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "Add '0' before sequence number EXPORTING input = lv_seq_num IMPORTING output = lv_seq_num.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_structure_name = 'TY_CHECKED' i_grid_title = text-012 * I_GRID_SETTINGS = is_layout = gs_layout it_fieldcat = gt_fieldcat it_sort = gt_sort i_default = 'X' * I_SAVE = ' ' * IS_PRINT = * is_reprep_id = syst-repid TABLES t_outtab = pt_checked EXCEPTIONS program_error = 1 OTHERS = 2.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' "Lock OFFNUM_CN EXPORTING mode_rstable = 'E' tabname = gc_offnum varkey = lv_varkey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_EFODNADJ CALL FUNCTION 'ENQUEUE_EFODNADJ' "Lock China ODN number range EXPORTING mode_nriv = 'E' client = sy-mandt object = gc_nr_object subobject = -subobject * NRRANGENR = toyear = p_gjahr EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' "Unlock OFFNUM_CN EXPORTING mode_rstable = 'E' tabname = gc_offnum varkey = lv_varkey.

DEQUEUE_EFODNADJ CALL FUNCTION 'DEQUEUE_EFODNADJ' "Unlock ODN number range EXPORTING mode_nriv = 'E' client = sy-mandt object = gc_nr_object subobject = -subobject * NRRANGENR = toyear = p_gjahr.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' "Unlock OFFNUM_CN EXPORTING mode_rstable = 'E' tabname = gc_offnum varkey = lv_varkey.



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