SAP Reports / Programs | Sales and Distribution | POS Interface(SD-POS) SAP SD

MWPER_ACCGRID SAP ABAP INCLUDE - Include MWPER_ACCGRID







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


INCLUDES used within this REPORT MWPER_ACCGRID

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:

SHOW_DOMAIN_VALUES CALL FUNCTION 'SHOW_DOMAIN_VALUES' EXPORTING domain = 'GESST' langu = sy-langu value = lv_gesst_value IMPORTING dtext = lv_gesst_text EXCEPTIONS undefined_domain = 1 OTHERS = 2.

SHOW_DOMAIN_VALUES CALL FUNCTION 'SHOW_DOMAIN_VALUES' EXPORTING domain = 'DLMOD' langu = sy-langu value = lv_dlmod_value IMPORTING dtext = lv_dlmod_text EXCEPTIONS undefined_domain = 1 OTHERS = 2.

ASSORT_LIST_TYPE_GET CALL FUNCTION 'ASSORT_LIST_TYPE_GET' EXPORTING pi_bbtyp = p_wdls-sbtyp pi_langu = sy-langu IMPORTING pe_i_twbbt = lv_sbtyp_text EXCEPTIONS no_text = 1 no_type = 2 OTHERS = 3.

SHOW_DOMAIN_VALUES CALL FUNCTION 'SHOW_DOMAIN_VALUES' EXPORTING domain = 'SYSTP' langu = sy-langu value = lv_systp_value IMPORTING dtext = lv_systp_text EXCEPTIONS undefined_domain = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'HANDLE_EVENT_PF_STATUS' i_callback_user_command = 'USER_COMMAND_200' is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts1 i_screen_start_column = 1 i_screen_start_line = 1 i_screen_end_column = 100 i_screen_end_line = 25 TABLES t_outtab = p_wptst EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'WPTST' CHANGING ct_fieldcat = ct_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'WPLST' CHANGING ct_fieldcat = ct_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

KNA1_SINGLE_READ CALL FUNCTION 'KNA1_SINGLE_READ' EXPORTING kna1_kunnr = kna1-kunnr IMPORTING wkna1 = kna1 EXCEPTIONS not_found = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts2 TABLES t_outtab = lt_wplst EXCEPTIONS program_error = 1 OTHERS = 2.



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