SAP Reports / Programs | Portioning and scheduling | SAP Utilities | Portioning and scheduling(IS-U-BF-PS) SAP IS

MEA43F99 SAP ABAP INCLUDE - Update Forms for SAPMEA43







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


Text pool values


Title: Update Forms for SAPMEA43


INCLUDES used within this REPORT MEA43F99

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:

ISU_DB_TE417_SINGLE CALL FUNCTION 'ISU_DB_TE417_SINGLE' EXPORTING x_termschl = te417-termschl x_termtdat = te417-termtdat x_actual = 'X' IMPORTING y_te417 = *te417 EXCEPTIONS not_found system_error OTHERS.

ISU_DB_TE417_UPDATE CALL FUNCTION 'ISU_DB_TE417_UPDATE' EXPORTING x_te417 = *te417 x_update_modus = 'U' EXCEPTIONS OTHERS = 1.

ISU_DB_TE417_UPDATE CALL FUNCTION 'ISU_DB_TE417_UPDATE' EXPORTING x_te417 = te417 x_update_modus = 'I' EXCEPTIONS OTHERS = 1.

ISU_DB_TE633_SINGLE CALL FUNCTION 'ISU_DB_TE633_SINGLE' EXPORTING x_actual = 'X' IMPORTING y_te633 = te633.

ISU_DB_TE423_SELECT_TERMTDATAL CALL FUNCTION 'ISU_DB_TE423_SELECT_TERMTDATAL' EXPORTING x_termsa = 'P' x_termschl = te417-termschl x_termtdat = te417-termtdat TABLES t_te423 = lt_te423_db EXCEPTIONS not_found = 01 system_error = 02 not_qualified = 03.

ISU_DB_TE423_SELECT_TERMTDATAL CALL FUNCTION 'ISU_DB_TE423_SELECT_TERMTDATAL' EXPORTING x_termsa = 'P' x_termschl = te417-termschl x_termtdat = vortermtdat TABLES t_te423 = v_ite423 EXCEPTIONS not_found = 01 system_error = 02 not_qualified = 03.

ISU_DB_TE423_UPDATE CALL FUNCTION 'ISU_DB_TE423_UPDATE' EXPORTING x_upd_mode = 'I' TABLES t_te423 = ite423.

ISU_DB_TE423_SELECT_TERMTDATAL CALL FUNCTION 'ISU_DB_TE423_SELECT_TERMTDATAL' EXPORTING x_termsa = 'P' x_termschl = te417-termschl x_termtdat = vortermtdat TABLES t_te423 = v_ite423 EXCEPTIONS not_found = 01 system_error = 02 not_qualified = 03.

ISU_TABLE_UC_PREP_FOR_UPDATE CALL FUNCTION 'ISU_TABLE_UC_PREP_FOR_UPDATE' EXPORTING x_tabname = 'TE423' TABLES xt_new = ite423 xt_old = lt_te423_db yt_insert = li_ite423 yt_update = lu_ite423 yt_delete = ld_ite423 EXCEPTIONS key_too_long = 01 key_too_small = 02.

ISU_DB_TE423_UPDATE CALL FUNCTION 'ISU_DB_TE423_UPDATE' EXPORTING x_upd_mode = 'I' TABLES t_te423 = li_ite423.

ISU_DB_TE423_UPDATE CALL FUNCTION 'ISU_DB_TE423_UPDATE' EXPORTING x_upd_mode = 'U' TABLES t_te423 = lu_ite423.

ISU_DB_TE423_UPDATE CALL FUNCTION 'ISU_DB_TE423_UPDATE' EXPORTING x_upd_mode = 'D' TABLES t_te423 = ld_ite423.

ISU_DB_TE418_SINGLE CALL FUNCTION 'ISU_DB_TE418_SINGLE' EXPORTING x_termschl = te418-termschl x_termtdat = te418-termtdat x_actual = 'X' IMPORTING y_te418 = *te418 EXCEPTIONS not_found system_error OTHERS.

ISU_DB_EABL_SELECT_UNIT_PRE CALL FUNCTION 'ISU_DB_EABL_SELECT_UNIT_PRE' EXPORTING x_ableinh = *te418-termschl x_adatsoll = *te418-adatsoll x_ablesgr = *te418-ablesgr x_actual = 'X' EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 invalid_interval = 4 path_invalid = 5 date_invalid = 6 internal_error = 7 OTHERS = 8.

ISU_DB_EABL_SELECT_UNIT_ENT CALL FUNCTION 'ISU_DB_EABL_SELECT_UNIT_ENT' EXPORTING x_ableinh = *te418-termschl x_adatsoll = *te418-adatsoll x_ablesgr = *te418-ablesgr EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 invalid_interval = 4 path_invalid = 5 date_invalid = 6 internal_error = 7 OTHERS = 8.

MSG_ACTION call function 'MSG_ACTION' exporting x_msg_handle = msg_handle x_action = co_msg_swtc.

MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = m2_handle x_action = co_msg_swtc.

ISU_DB_TE418_UPDATE CALL FUNCTION 'ISU_DB_TE418_UPDATE' EXPORTING x_te418 = *te418 x_update_modus = 'U' EXCEPTIONS OTHERS = 1.

ISU_DB_TE418_UPDATE





CALL FUNCTION 'ISU_DB_TE418_UPDATE' EXPORTING x_te418 = te418 x_update_modus = 'I' EXCEPTIONS OTHERS = 1.



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