SAP Reports / Programs | Financials | Financial Supply Chain Management | Basic Functions(FIN-FSCM-CR-CR) SAP FIN

_MASSDATA_UPDATE_F02 SAP ABAP INCLUDE - MASSDATAUPDATEF02







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

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:

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = i_save = 'A' IMPORTING e_exit = l_exit es_variant = ls_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = p_repid dynumb = sy-dynnr TABLES dynpfields = lt_dynpfields.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Sicherheitsabfrage'(001) * DIAGNOSE_OBJECT = ' ' text_question = l_text text_button_1 = 'Fortsetzen'(003) icon_button_1 = 'ICON_CHECKED' text_button_2 = 'Abbrechen'(004) icon_button_2 = 'ICON_INCOMPLETE' * DEFAULT_BUTTON = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = p_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Sicherheitsabfrage'(001) * DIAGNOSE_OBJECT = ' ' text_question = l_text text_button_1 = 'Fortsetzen'(003) icon_button_1 = 'ICON_CHECKED' text_button_2 = 'Abbrechen'(004) icon_button_2 = 'ICON_INCOMPLETE' * DEFAULT_BUTTON = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = p_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

FREE_SELECTIONS_INIT * CALL FUNCTION 'FREE_SELECTIONS_INIT' * EXPORTING * expressions = st_texpr * kind = 'T' * field_groups_key = st_fgkey * IMPORTING * selection_id = selid * expressions = st_texpr * where_clauses = pt_where * field_ranges = pt_range * number_of_active_fields = g_sel_num * TABLES * tables_tab = st_tabs * fields_tab = st_fields * EXCEPTIONS * fields_incomplete = 01 * fields_no_join = 02 * field_not_found = 03 * no_tables = 04 * table_not_found = 05 * expression_not_supported = 06 * incorrect_expression = 07 * illegal_kind = 08 * area_not_found = 09 * inconsistent_area = 10 * kind_f_no_fields_left = 11 * kind_f_no_fields = 12 * too_many_fields = 13.

FREE_SELECTIONS_DIALOG * CALL FUNCTION 'FREE_SELECTIONS_DIALOG' * EXPORTING * selection_id = selid * title = text-f01 * IMPORTING * where_clauses = pt_where * expressions = st_texpr * field_ranges = pt_range * number_of_active_fields = g_sel_num * TABLES * fields_tab = st_fields * EXCEPTIONS * internal_error = 01 * no_action = 00 * selid_not_found = 02 * OTHERS = 03.

SPTA_INDX_PACKAGE_ENCODE CALL FUNCTION 'SPTA_INDX_PACKAGE_ENCODE' EXPORTING data = ld_task_data_disp IMPORTING indxtab = pt_rfcdata.

SPTA_INDX_PACKAGE_ENCODE CALL FUNCTION 'SPTA_INDX_PACKAGE_ENCODE' EXPORTING data = ld_task_data IMPORTING indxtab = pt_rfcdata.

SPTA_INDX_PACKAGE_DECODE CALL FUNCTION 'SPTA_INDX_PACKAGE_DECODE' EXPORTING indxtab = p_rfcdata IMPORTING data = ld_taskdata.

UKM_MASSDATA_PROCESSING_UPD CALL FUNCTION 'UKM_MASSDATA_PROCESSING_UPD' CHANGING c_basics = ld_taskdata-importing-workarea.

SPTA_INDX_PACKAGE_ENCODE CALL FUNCTION 'SPTA_INDX_PACKAGE_ENCODE' EXPORTING data = ld_taskdata IMPORTING indxtab = p_rfcdata.

SPTA_INDX_PACKAGE_DECODE CALL FUNCTION 'SPTA_INDX_PACKAGE_DECODE' EXPORTING indxtab = p_rfcdata IMPORTING data = ld_taskdata_disp.

UKM_MASSDATA_PROCESSING_DSP CALL FUNCTION 'UKM_MASSDATA_PROCESSING_DSP' CHANGING c_basics = ld_taskdata_disp-importing-workarea.

SPTA_INDX_PACKAGE_ENCODE CALL FUNCTION 'SPTA_INDX_PACKAGE_ENCODE' EXPORTING data = ld_taskdata_disp IMPORTING indxtab = p_rfcdata.

SPTA_INDX_PACKAGE_DECODE CALL FUNCTION 'SPTA_INDX_PACKAGE_DECODE' EXPORTING indxtab = p_rfcdata IMPORTING data = ld_taskdata_disp.

SPTA_INDX_PACKAGE_DECODE CALL FUNCTION 'SPTA_INDX_PACKAGE_DECODE' EXPORTING indxtab = p_rfcdata IMPORTING data = ld_taskdata.

GET_FIELDTAB * CALL FUNCTION 'GET_FIELDTAB' "#EC *) * EXPORTING ** LANGU = SY-LANGU ** ONLY = ' ' * tabname = p_structure ** WITHTEXT = 'X' ** IMPORTING ** HEADER = ** RC = * TABLES * fieldtab = lt_fieldtab.

REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * EXPORTING * i_program_name = sy-repid * i_internal_tabname = p_table * i_structure_name = p_structure * i_client_never_display = 'X' ** I_INCLNAME = * CHANGING * ct_fieldcat = lt_fieldcat1.

DSYS_SHOW_FOR_F1HELP





CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING * APPLICATION = 'SO70' dokclass = l_dokclass * DOKLANGU = SY-LANGU dokname = l_dokname * DOKTITLE = ' ' * HOMETEXT = ' ' * OUTLINE = ' ' * VIEWNAME = 'STANDARD' * Z_ORIGINAL_OUTLINE = ' ' * CALLED_FROM_SO70 = ' ' * SHORT_TEXT = ' ' * APPENDIX = ' ' * IMPORTING * APPL = * PF03 = * PF15 = * PF12 = EXCEPTIONS class_unknown = 1 object_not_found = 2 OTHERS = 3 .

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = p_guid.



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