SAP Reports / Programs | Logistics - General | Logistics Basic Data(LO-MD) SAP LO

MASS_EINE_SITE_FRM SAP ABAP INCLUDE - Include MASS_VENDOR_SITE_FRM







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


INCLUDES used within this REPORT MASS_EINE_SITE_FRM

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'MASS_EINE' i_client_never_display = 'X' CHANGING ct_fieldcat = gt_fieldcatalog.

I_MASS_FORMULA_DIALOG CALL FUNCTION 'I_MASS_FORMULA_DIALOG' TABLES changes = t_formula EXCEPTIONS user_cancel = 1 OTHERS = 2.

I_MASS_CALC_FORMULA CALL FUNCTION 'I_MASS_CALC_FORMULA' EXPORTING tablename = 'MASS_EINE_D' TABLES changes = p_t_formula tabledata_old = p_gt_eine tabledata_new = p_mod_gt_eine.

MASS_EINE_CHANGE_CELL_VALUE CALL FUNCTION 'MASS_EINE_CHANGE_CELL_VALUE' EXPORTING new_color = l_new_color fieldcatalog = pt_fieldcatalog[] p_refsite_distr = l_refsite_distr TABLES table_to_change_from = lt_table_to_change_from table_to_change = p_gt_eine previous_color_table = p_all_gt_eine CHANGING lines_to_change = lt_lines_to_change.

MASS_EINE_CHANGE_CELL_VALUE CALL FUNCTION 'MASS_EINE_CHANGE_CELL_VALUE' EXPORTING new_color = l_new_color fieldcatalog = lt_fieldcatalog_temp[] field_to_clear = p_check p_refsite_distr = p_refsite_distr TABLES table_to_change_from = lt_table_to_change_from table_to_change = p_gt_eine previous_color_table = p_all_gt_eine CHANGING lines_to_change = lt_lines_to_change.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-032 "warning text_question = w_text text_button_1 = text-034 "yes text_button_2 = text-035 "no default_button = '1' display_cancel_button = 'X' IMPORTING answer = w_res.

MASS_EINE_CHANGE_CELL_VALUE CALL FUNCTION 'MASS_EINE_CHANGE_CELL_VALUE' EXPORTING new_color = l_new_color fieldcatalog = pt_fieldcatalog[] p_refsite_distr = l_refsite_distr TABLES table_to_change_from = lt_table_to_change_from table_to_change = pt_eine previous_color_table = p_all_gt_eine CHANGING lines_to_change = lt_lines_to_change.

MASS_EINE_CHANGE_CELL_VALUE CALL FUNCTION 'MASS_EINE_CHANGE_CELL_VALUE' EXPORTING new_color = l_new_color fieldcatalog = pt_fieldcatalog[] p_refsite_distr = l_refsite_distr TABLES table_to_change_from = lt_table_to_change_from table_to_change = p_gt_eine previous_color_table = p_all_gt_eine CHANGING lines_to_change = lt_lines_to_change.

MASS_SCRN_CREATE CALL FUNCTION 'MASS_SCRN_CREATE' EXPORTING i_progname = li_progname i_prognbr = '0310' i_tabname = 'EINE' IMPORTING e_progname = le_progname e_prognbr = prognbr e_progheader = progheader TABLES t_flowlogic = t_flowlogic t_fieldlist = t_fieldlist t_dynpmatch = t_dynpmatch t_fieldname = t_fieldname EXCEPTIONS error_in_screen_read = 1 error_in_screen_save = 2 progname_and_dynpronbr_empty = 3 OTHERS = 4.

MASS_SCRN_CREATE CALL FUNCTION 'MASS_SCRN_CREATE' EXPORTING i_progname = li_progname i_prognbr = '0320' i_tabname = 'EINE' i_checkbox = 'X' IMPORTING e_progname = le_progname e_prognbr = prognbr e_progheader = progheader TABLES t_flowlogic = t_flowlogic t_fieldlist = t_fieldlist t_dynpmatch = t_dynpmatch t_fieldname = t_fieldname EXCEPTIONS error_in_screen_read = 1 error_in_screen_save = 2 progname_and_dynpronbr_empty = 3 OTHERS = 4.

LVC_VARIANT_DEFAULT_GET CALL FUNCTION 'LVC_VARIANT_DEFAULT_GET' EXPORTING i_save = g_variant_save CHANGING cs_variant = g_variant EXCEPTIONS wrong_input = 0 not_found = 0 program_error = 0 OTHERS = 0.

MASS_DISPLAY_QUICK_HELP_REF CALL FUNCTION 'MASS_DISPLAY_QUICK_HELP_REF' EXPORTING p_html_viewer = html_control p_object = 'MASS_EINE' p_id = 'TX'.

MASS_FIND_IN_TREE CALL FUNCTION 'MASS_FIND_IN_TREE' EXPORTING find_command = 'F' tree_struc_table = 'MASS_TREE_FIND_EINE' tree_field_search_in = 'TEXT' tree_field_node_key = 'NODE_KEY' TABLES search_table = gt_tree_find find_table = gt_tree_find_in CHANGING key_find = gw_key_find findstr = gw_findstr EXCEPTIONS user_cancel = 1 OTHERS = 2.

MASS_FIND_IN_TREE CALL FUNCTION 'MASS_FIND_IN_TREE' EXPORTING find_command = 'N' tree_struc_table = 'MASS_TREE_FIND_EINE' tree_field_search_in = 'TEXT' tree_field_node_key = 'NODE_KEY' TABLES search_table = gt_tree_find find_table = gt_tree_find_in CHANGING key_find = gw_key_find findstr = gw_findstr EXCEPTIONS user_cancel = 1 OTHERS = 2.

MASS_ERROR_LIST CALL FUNCTION 'MASS_ERROR_LIST' EXPORTING progname = l_progname.

GET_FIELDNAME_TEXT_1 CALL FUNCTION 'GET_FIELDNAME_TEXT_1' EXPORTING i_fieldname = w_search_for_field i_tabname = w_table_to_search_in TABLES e_dd03l = lt_dd03l e_dd04v = lt_dd04v EXCEPTIONS error_in_parameters = 1 not_found = 2 OTHERS = 3.

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = 'WSTRGROUP' subobject = 'WMASS_MNT' suppress_selection_dialog = 'X'.

MASS_EINE_VALIDATE_TABLE CALL FUNCTION 'MASS_EINE_VALIDATE_TABLE' TABLES eine_to_validate = all_gt_eine eine_valid = val_gt_eine eine_not_valid = invalid_gt_eine eine_error_messages = t_errors.

MASS_DYNAMIC_FILTER





CALL FUNCTION 'MASS_DYNAMIC_FILTER' EXPORTING tabname = 'EINE' gt_fieldcatalog = lt_fieldcatalog_temp TABLES t_table = pt_eine lt_rows = pt_rows EXCEPTIONS user_cancel = 1 no_allowed_fields = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-032 "warning text_question = l_text icon_button_1 = text-034 " yes icon_button_2 = text-035 " no default_button = '1' display_cancel_button = ' ' IMPORTING answer = l_res.

MASS_EINE_VALIDATE_DATA CALL FUNCTION 'MASS_EINE_VALIDATE_DATA' EXPORTING field_to_validate = p_fieldname data_of_eine = p_ls_data_of_eine p_werks_and_matnr = p_werks_and_matnr TABLES message_table = pt_message_table CHANGING p_val_marc = p_val_marc EXCEPTIONS not_valid = 1.

MASS_MESSAGE_GET CALL FUNCTION 'MASS_MESSAGE_GET' EXPORTING sprsl = sy-langu arbgb = lw_message_table-msgid msgnr = l_msgnr msgv1 = lw_message_table-msgv1 msgv2 = lw_message_table-msgv2 msgv3 = lw_message_table-msgv3 msgv4 = lw_message_table-msgv4 IMPORTING msgtext = l_text EXCEPTIONS message_not_found = 1 OTHERS = 2.

DOCU_GET_FOR_F1HELP CALL FUNCTION 'DOCU_GET_FOR_F1HELP' EXPORTING id = 'NA' langu = sy-langu object = l_object typ = 'E' TABLES line = l_line EXCEPTIONS ret_code = 1 OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_system_help info = text-052 IMPORTING RESULT = l_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

SWU_GET_ROLLNAME_TO_FIELDNAME CALL FUNCTION 'SWU_GET_ROLLNAME_TO_FIELDNAME' EXPORTING field = l_fieldname IMPORTING rollname = l_rollname.

HR_BEN_GET_TEXT_DATA_ELEMENT CALL FUNCTION 'HR_BEN_GET_TEXT_DATA_ELEMENT' EXPORTING rollname = l_rollname tlength = '2' reaction = '0' IMPORTING text = l_scrtext_m TABLES error_table = l_error_table.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'MASS_S_LOG_EINE' i_client_never_display = 'X' CHANGING ct_fieldcat = pt_fieldcatalog_log[].

MASS_EINE_CHANGE_CELL_VALUE CALL FUNCTION 'MASS_EINE_CHANGE_CELL_VALUE' EXPORTING new_color = l_new_color fieldcatalog = pt_fieldcatalog[] p_refsite_distr = '3' " never check assigned site TABLES table_to_change_from = lt_table_to_change_from table_to_change = pt_eine previous_color_table = pt_all_eine CHANGING lines_to_change = lt_lines_to_change.

MASS_VERIFY_HIDDEN_COLUMN CALL FUNCTION 'MASS_VERIFY_HIDDEN_COLUMN' TABLES fieldcat_original = pt_fieldcatalog fieldcat_temp = pt_fieldcatalog_temp hidden_columns = pt_hidden_columns.

SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXCEPTIONS invalid_group_name = 1 internal_error = 2 pbt_env_already_initialized = 3 currently_no_resources_avail = 4 no_pbt_resources_found = 5 OTHERS = 6.

MASS_EINE_ENCODE_IN_FLAT_STR CALL FUNCTION 'MASS_EINE_ENCODE_IN_FLAT_STR' TABLES p_all_gt_eine = p_all_gt_eine p_out_gt_eine = l_out_gt_eine p_out_gt_style = l_out_gt_style.

MASS_EINE_ENCODE_IN_FLAT_STR CALL FUNCTION 'MASS_EINE_ENCODE_IN_FLAT_STR' TABLES p_all_gt_eine = p_t_invalid_eine p_out_gt_eine = l_out_inv_gt_eine p_out_gt_style = l_out_inv_gt_style.

EINE_SAVE_BACKGROUND CALL FUNCTION 'EINE_SAVE_BACKGROUND' EXPORTING old_mckey = old_mckey TABLES p_all_gt_eine_flat = l_out_gt_eine p_all_gt_style_flat = l_out_gt_style p_inv_gt_eine_flat = l_out_inv_gt_eine p_inv_gt_style_flat = l_out_inv_gt_style p_old_eina = p_old_eina p_old_eine = p_old_eine CHANGING t_errors = t_errors.

EINE_SAVE_BACKGROUND CALL FUNCTION 'EINE_SAVE_BACKGROUND' IN BACKGROUND TASK EXPORTING old_mckey = old_mckey TABLES p_all_gt_eine_flat = l_out_gt_eine p_all_gt_style_flat = l_out_gt_style p_inv_gt_eine_flat = l_out_inv_gt_eine p_inv_gt_style_flat = l_out_inv_gt_style p_old_eina = p_old_eina p_old_eine = p_old_eine CHANGING t_errors = t_errors.

START_OF_BACKGROUNDTASK CALL FUNCTION 'START_OF_BACKGROUNDTASK' EXPORTING startdate = sy-datum starttime = sy-uzeit EXCEPTIONS OTHERS = 1.

MASS_EINE_SAVE_CHANGE CALL FUNCTION 'MASS_EINE_SAVE_CHANGE' EXPORTING i_user = sy-uname i_date = sy-datum i_time = sy-uzeit i_pgrmid = progname i_good_lines = 0 i_old_mckey = old_mckey IMPORTING e_number = key TABLES t_records_in = p_t_invalid_eine t_err_msg_in = t_errors EXCEPTIONS error_in_save_data = 1 error_in_save_errors = 2 error_in_number_generate = 3 OTHERS = 4.

MASS_EINE_ENCODE_IN_FLAT_STR CALL FUNCTION 'MASS_EINE_ENCODE_IN_FLAT_STR' TABLES p_all_gt_eine = p_all_gt_eine p_out_gt_eine = w_out_gt_eine p_out_gt_style = w_out_gt_style.

EINE_SAVE CALL FUNCTION 'EINE_SAVE' STARTING NEW TASK task_name DESTINATION IN GROUP DEFAULT PERFORMING end_eine_save ON END OF TASK TABLES p_all_gt_eine_flat = all_gt_eine_i p_all_gt_style_flat = w_out_gt_style p_inv_gt_eine_flat = w_out_inv_gt_eine p_inv_gt_style_flat = w_out_inv_gt_style p_old_eina = p_old_eina p_old_eine = p_old_eine CHANGING error_msg = t_errors_i.




MASS_EINE_DECODE_FROM_FLAT_STR CALL FUNCTION 'MASS_EINE_DECODE_FROM_FLAT_STR' TABLES p_all_gt_eine = l_global_invalid_eine p_in_gt_eine = w_out_inv_gt_eine p_in_gt_style = w_out_inv_gt_style.

MASS_EINE_SAVE_CHANGE CALL FUNCTION 'MASS_EINE_SAVE_CHANGE' EXPORTING i_user = sy-uname i_date = sy-datum i_time = sy-uzeit i_pgrmid = progname i_good_lines = w_good_lines i_old_mckey = w_old_mckey IMPORTING e_number = key TABLES t_records_in = t_global_invalid_eine t_err_msg_in = t_global_errors EXCEPTIONS error_in_save_data = 1 error_in_save_errors = 2 error_in_number_generate = 3 OTHERS = 4.

ENQUEUE_EMEINAE CALL FUNCTION 'ENQUEUE_EMEINAE' EXPORTING mode_eina = 'E' mandt = sy-mandt infnr = p_eine-infnr EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

READ_REF_SITE_TABLE CALL FUNCTION 'READ_REF_SITE_TABLE' TABLES e_mmsiteref_itab = pt_mmsiteref EXCEPTIONS not_found = 1 OTHERS = 2.

WY_LFA1_GET_NAME CALL FUNCTION 'WY_LFA1_GET_NAME' EXPORTING pi_lifnr = p_lifnr IMPORTING po_name1 = p_name1 EXCEPTIONS no_records_found = 1 internal_error = 2 OTHERS = 3.

T001W_SINGLE_READ CALL FUNCTION 'T001W_SINGLE_READ' EXPORTING t001w_werks = p_werks IMPORTING wt001w = l_wt001w EXCEPTIONS not_found = 1 OTHERS = 2.

T024E_SINGLE_READ CALL FUNCTION 'T024E_SINGLE_READ' EXPORTING t024e_ekorg = p_ekorg IMPORTING wt024e = l_wt024e EXCEPTIONS not_found = 1 OTHERS = 2.

INFORECORD_GETLIST CALL FUNCTION 'INFORECORD_GETLIST' EXPORTING vendor = p_eine-lifnr material = p_eine-matnr purchasinginforec = p_eine-infnr general_data = 'X' TABLES inforecord_general = lt_eina EXCEPTIONS not_found = 1 OTHERS = 2.

SELECT_EINE_ALL_FIELDS_FOR CALL FUNCTION 'SELECT_EINE_ALL_FIELDS_FOR' EXPORTING i_select_type = '3' is_infnr = 'X' i_infnr = -infnr is_ekorg = 'X' i_ekorg = p_eine-ekorg is_esokz = 'X' i_esokz = '0' is_werks = 'X' i_werks = -werks i_really_exist = 'X' i_bypass = 'X' TABLES t_eine = lt_eine EXCEPTIONS not_found = 1 error_in_select = 2 OTHERS = 3.

MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING matnr = p_matnr spras = sy-langu IMPORTING wmakt = l_makt EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 100.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-032 "warning text_question = text-040 text_button_1 = text-034 "yes text_button_2 = text-035 "no default_button = '1' display_cancel_button = ' ' IMPORTING answer = l_res.

MASS_DYNAMIC_SELECT CALL FUNCTION 'MASS_DYNAMIC_SELECT' EXPORTING i_report = 'MASS_EINE_SITE' i_dynnr = '' IMPORTING range = range_eine expression = expr_eine where = where_eine TABLES tablist = tablist fieldexcl = fieldexcl fieldincl = fieldincl.

MASS_MAINTAIN_PARAMETERS CALL FUNCTION 'MASS_MAINTAIN_PARAMETERS' EXPORTING p_action = 'R' "R=Read p_progname = l_progname CHANGING p_params = l_params EXCEPTIONS record_not_found = 1 error_in_save = 2 invalid_action_code = 3 OTHERS = 4.

MASS_MAINTAIN_PARAMETERS CALL FUNCTION 'MASS_MAINTAIN_PARAMETERS' EXPORTING p_action = 'S' "S=save CHANGING p_params = p_params "g_params EXCEPTIONS record_not_found = 1 error_in_save = 2 invalid_action_code = 3 OTHERS = 4.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-032 "Warning text_question = text-042 text_button_1 = text-034 "yes text_button_2 = text-035 "no default_button = '1' display_cancel_button = 'X' IMPORTING answer = l_res.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-032 "warning text_question = w_text text_button_1 = text-034 "yes text_button_2 = text-035 "no default_button = '1' display_cancel_button = 'X' IMPORTING answer = w_res.

INFORECORD_GETLIST CALL FUNCTION 'INFORECORD_GETLIST' EXPORTING vendor = w_eine-lifnr material = w_eine-matnr purch_org = w_eine-ekorg info_type = '0' " 0=standard plant = w_eine-werks purchasinginforec = w_eine-infnr purchorg_data = 'X' flag_exist = 'X' TABLES inforecord_purchorg = lt_temp_eine EXCEPTIONS not_found = 1 OTHERS = 2.

INFORECORD_GETLIST CALL FUNCTION 'INFORECORD_GETLIST' EXPORTING vendor = l_lifnr material = l_matnr purch_org = w_eine-ekorg info_type = '0' " 0=standard plant = l_werks purchorg_data = 'X' TABLES inforecord_purchorg = lt_temp_eine EXCEPTIONS not_found = 1 OTHERS = 2.

EINE_UPDATE_FIELD_CATALOG CALL FUNCTION 'EINE_UPDATE_FIELD_CATALOG' CHANGING gt_fieldcatalog = p_gt_fieldcatalog.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-032 "warning text_question = text-070 text_button_1 = text-034 "yes text_button_2 = text-035 "no default_button = '1' display_cancel_button = 'X' IMPORTING answer = l_res.

GET_R3_EXTENSION_SWITCH CALL FUNCTION 'GET_R3_EXTENSION_SWITCH' EXPORTING i_structure_package = 'EA-RETAIL' * I_OBJECT_TYPE = * I_OBJECT_NAME = IMPORTING e_active = p_active * E_EXTENSION_ALIAS = * E_STRUCTURE_PACKAGE = EXCEPTIONS not_existing = 1 object_not_existing = 2 no_extension_object = 3 OTHERS = 4 .

MASS_GET_MATNR_FOR_MATKL CALL FUNCTION 'MASS_GET_MATNR_FOR_MATKL' TABLES pti_mara_where = gt_query_mara pt_where_updated = gt_query_eina.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-032 "warning text_question = l_text icon_button_1 = text-034 " yes icon_button_2 = text-035 " no default_button = '2' display_cancel_button = ' ' IMPORTING answer = l_res.

INFORECORD_GETLIST CALL FUNCTION 'INFORECORD_GETLIST' TABLES inforecord_general = lt_eina inforecord_purchorg = lt_eine t_query = gt_query t_query_eina = gt_query_eina EXCEPTIONS not_found = 1 OTHERS = 2.

INFORECORD_GETLIST CALL FUNCTION 'INFORECORD_GETLIST' EXPORTING vendor = eina-lifnr material = eina-matnr purch_org = l_ekorg-ekorg info_type = '0' " 0=standard plant = eine-werks purchorg_data = 'X' general_data = 'X' TABLES inforecord_general = lt_eina inforecord_purchorg = lt_eine t_query = gt_query t_query_eina = gt_query_eina EXCEPTIONS not_found = 1 OTHERS = 2.

INFORECORD_GETLIST CALL FUNCTION 'INFORECORD_GETLIST' EXPORTING vendor = eina-lifnr material = eina-matnr purch_org = l_ekorg-ekorg info_type = '0' " 0=standard plant = -werks purchorg_data = 'X' general_data = 'X' TABLES inforecord_general = lt_eina inforecord_purchorg = lt_eine t_query = gt_query t_query_eina = gt_query_eina EXCEPTIONS not_found = 1 OTHERS = 2.

MASS_DDIC_CACHE CALL FUNCTION 'MASS_DDIC_CACHE' EXPORTING structname = 'EINA' langu = sy-langu TABLES fieldnames = fieldnames EXCEPTIONS not_found = 1 OTHERS = 2.

MASS_DDIC_CACHE CALL FUNCTION 'MASS_DDIC_CACHE' EXPORTING structname = 'MARA' langu = sy-langu TABLES fieldnames = fieldnames EXCEPTIONS not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-032 "warning text_question = l_text icon_button_1 = text-034 " yes icon_button_2 = text-035 " no default_button = '1' display_cancel_button = ' ' IMPORTING answer = l_res.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = w_struct_to_return_in i_client_never_display = 'X' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = gt_fieldcatalog_where_used.

MG_FIELDNAME_TEXT CALL FUNCTION 'MG_FIELDNAME_TEXT' EXPORTING tabname = w_fieldlist-tabname fieldname = w_fieldlist-fieldname IMPORTING scrtext_m = w_ddtext.

SELECT_EINE_SPECIAL_FIELDS_FOR CALL FUNCTION 'SELECT_EINE_SPECIAL_FIELDS_FOR' EXPORTING i_select_type = '3' is_werks = 'X' i_werks = l_werks i_bypass = 'X' i_really_exist = 'X' TABLES t_eine_fieldname = lt_fieldname t_eine = lt_eine EXCEPTIONS not_found = 1 error_in_select = 2 OTHERS = 3.

SELECT_EINE_SPECIAL_FIELDS_FOR CALL FUNCTION 'SELECT_EINE_SPECIAL_FIELDS_FOR' EXPORTING i_select_type = '3' is_werks = 'X' i_werks = l_werks i_bypass = 'X' i_really_exist = 'X' TABLES t_eine_fieldname = lt_fieldname t_eine = lt_eine EXCEPTIONS not_found = 1 error_in_select = 2 OTHERS = 3.

SELECT_EINE_SPECIAL_FIELDS_FOR CALL FUNCTION 'SELECT_EINE_SPECIAL_FIELDS_FOR' EXPORTING i_select_type = '3' is_ekorg = 'X' i_ekorg = l_ekorg i_bypass = 'X' i_really_exist = 'X' TABLES t_eine_fieldname = lt_fieldname t_eine = lt_eine EXCEPTIONS not_found = 1 error_in_select = 2 OTHERS = 3.

SELECT_EINE_SPECIAL_FIELDS_FOR CALL FUNCTION 'SELECT_EINE_SPECIAL_FIELDS_FOR' EXPORTING i_select_type = '3' is_ekorg = 'X' i_ekorg = l_ekorg i_bypass = 'X' i_really_exist = 'X' TABLES t_eine_fieldname = lt_fieldname t_eine = lt_eine EXCEPTIONS not_found = 1 error_in_select = 2 OTHERS = 3.

SELECT_EINE_INFNR_ENTRIES_SPEC CALL FUNCTION 'SELECT_EINE_INFNR_ENTRIES_SPEC' EXPORTING i_bypass = 'X' i_really_exist = 'X' TABLES t_eine_fieldname = lt_fieldname t_entries = lt_entries t_eine = lt_eine EXCEPTIONS not_found = 1 error_in_select = 2 OTHERS = 3.

SELECT_EINE_INFNR_ENTRIES_SPEC CALL FUNCTION 'SELECT_EINE_INFNR_ENTRIES_SPEC' EXPORTING i_bypass = 'X' i_really_exist = 'X' TABLES t_eine_fieldname = lt_fieldname t_entries = lt_entries t_eine = lt_eine EXCEPTIONS not_found = 1 error_in_select = 2 OTHERS = 3.



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