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

J_MEMASSPO_FORM SAP ABAP INCLUDE - Include J_MEMASSPO_FORM







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


INCLUDES used within this REPORT J_MEMASSPO_FORM

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_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = lc_a CHANGING cs_variant = fs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = fs_variant i_save = lc_a i_display_via_grid = lc_x IMPORTING es_variant = fs_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = lc_a CHANGING cs_variant = variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lw_prog i_structure_name = lc_ekko CHANGING ct_fieldcat = lt_fcat_temp EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lw_prog i_structure_name = lc_ekpo CHANGING ct_fieldcat = lt_fcat_temp EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lw_prog i_callback_pf_status_set = lc_status i_callback_user_command = lc_command is_layout = lfs_layout it_excluding = extab[] it_fieldcat = t_fcat i_default = lc_x i_save = lc_a is_variant = fs_variant TABLES t_outtab = t_purchase EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING I_TITLE = 'WARNING/ERRORS' I_SCREEN_START_COLUMN = 12 I_SCREEN_START_LINE = 3 I_SCREEN_END_COLUMN = 80 I_SCREEN_END_LINE = 11 I_TABNAME = it_error_tab1 IT_FIELDCAT = t_fcat1 TABLES T_OUTTAB = it_error_tab1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = 'Refreshing the List Output'(029).

MM_DEQUEUE_DOCUMENT CALL FUNCTION 'MM_DEQUEUE_DOCUMENT' EXPORTING i_ebeln = pc_ebeln EXCEPTIONS "#EC FB_RC system_failure = 1 parameter_error = 2 OTHERS = 3.

MM_ENQUEUE_DOCUMENT CALL FUNCTION 'MM_ENQUEUE_DOCUMENT' EXPORTING i_ebeln = pc_ebeln EXCEPTIONS "#EC FB_RC document_locked = 1 system_failure = 2 parameter_error = 3 OTHERS = 4.

GET_COMPONENT_LIST CALL FUNCTION 'GET_COMPONENT_LIST' EXPORTING program = lw_prog fieldname = lc_struc TABLES components = lt_components.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = pc_tcode EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.

BAPI_PO_CHANGE CALL FUNCTION 'BAPI_PO_CHANGE' EXPORTING purchaseorder = ls_ekko-ebeln versions = BAPIMEPOVERSION TABLES return = lt_return pocond = lt_pocond pocondx = lt_pocondx poitem = lt_poitem poitemx = lt_poitemx.

BAPI_TRANSACTION_ROLLBACK CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

ME_EKKO_SINGLE_READ CALL FUNCTION 'ME_EKKO_SINGLE_READ' EXPORTING pi_ebeln = p_ebeln IMPORTING po_ekko = is_ekko_201 EXCEPTIONS no_records_found = 1 OTHERS = 2.

ME_EKPO_READ_WITH_EBELN CALL FUNCTION 'ME_EKPO_READ_WITH_EBELN' EXPORTING pi_ebeln = p_ebeln TABLES pto_ekpo = lt_ekpo EXCEPTIONS err_no_records_found = 1 OTHERS = 2.

K_READ_T001 CALL FUNCTION 'K_READ_T001' EXPORTING i_bukrs = is_ekko_201-bukrs IMPORTING e_t001 = ls_t001 EXCEPTIONS not_found = 1 OTHERS = 2.

T001W_SINGLE_READ





CALL FUNCTION 'T001W_SINGLE_READ' EXPORTING t001w_werks = is_ekpo_201-werks IMPORTING wt001w = ls_t001w EXCEPTIONS not_found = 1 OTHERS = 2.

ME_FILL_KOMK_PO CALL FUNCTION 'ME_FILL_KOMK_PO' EXPORTING i_ekko = is_ekko_201 i_ekpo = is_ekpo_201 i_lfa1 = ls_lfa1 i_t001 = ls_t001 i_kalsm = is_ekko_201-kalsm i_kappl = 'M' i_t001w = ls_t001w i_kvorg = '02' IMPORTING e_komk = ls_komk.

ME_FILL_KOMP_PO CALL FUNCTION 'ME_FILL_KOMP_PO' EXPORTING i_ekpo = is_ekpo_201 i_t001w = ls_t001w i_ekko = is_ekko_201 i_komk = ls_komk IMPORTING e_komp = ls_komp.

PRICING CALL FUNCTION 'PRICING' EXPORTING calculation_type = pr_type comm_head_i = ls_komk comm_item_i = ls_komp IMPORTING comm_head_e = ls_komk comm_item_e = ls_komp TABLES tkomv = lt_komv.

ME_GET_INFORECORD_CONDITIONS_1 CALL FUNCTION 'ME_GET_INFORECORD_CONDITIONS_1' EXPORTING I_EKORG = LT_EKKO-EKORG I_ESOKZ = '0' I_INFNR = LWA_MEPOITEM-INFNR I_LIFNR = EINA-LIFNR I_MATKL = EINA-MATKL I_MATNR = EINA-MATNR I_WERKS = LT_EKPO-WERKS * I_VABME = * I_BSTME = TABLES TKONP = LT_KONP.



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