SAP Reports / Programs

MRY_DELTALAUF_CANCEL SAP ABAP Report - Program MRY_DELTALAUF_CANCEL







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


Text pool values


Title: Program MRY_DELTALAUF_CANCEL


INCLUDES used within this REPORT MRY_DELTALAUF_CANCEL

INCLUDE MRYDELTA02.


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_EXTRACT_LOAD CALL FUNCTION 'REUSE_ALV_EXTRACT_LOAD' EXPORTING IS_EXTRACT = p_extrct I_NO_MESSAGE = 'X' TABLES ET_EXP01 = lt_deltalauf EXCEPTIONS NOT_FOUND = 1 WRONG_RELID = 2 NO_REPORT = 3 NO_EXNAME = 4 NO_IMPORT_POSSIBLE = 5 OTHERS = 6 .

REUSE_ALV_EXTRACT_DELETE CALL FUNCTION 'REUSE_ALV_EXTRACT_DELETE' EXPORTING is_extract = p_extrct EXCEPTIONS not_deleted = 1 OTHERS = 2.

ENQUEUE_EMRYDELTA CALL FUNCTION 'ENQUEUE_EMRYDELTA' EXPORTING MODE_EMYDELTA = 'E' LAUFID = ls_mylaufhd-laufid PERIOD = ls_mylaufhd-period BWKEY = ls_deltapost-bwkey BKLAS = ls_deltapost-bklas EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

MY_DELTA_ACC_CREATE CALL FUNCTION 'MY_DELTA_ACC_CREATE' EXPORTING IT_MYDELTAPOST = lt_deltapost_pack I_SNIWE = pl_sniwe I_BELNR = pl_belnr I_WAERS = p_t001-waers CHANGING T_ACCHD = lt_acchd T_ACCIT = lt_accit T_ACCCR = lt_acccr AWREF = l_awref AWORG = l_aworg.

AC_DOCUMENT_CREATE CALL FUNCTION 'AC_DOCUMENT_CREATE' TABLES T_ACCHD = lt_acchd T_ACCIT = lt_accit T_ACCCR = lt_acccr EXCEPTIONS error_message = 1.

AC_DOCUMENT_POST CALL FUNCTION 'AC_DOCUMENT_POST' EXPORTING I_AWTYP = 'MYDLT' I_AWREF = l_awref I_AWORG = l_aworg.

MY_VB_DELTA_POSTING CALL FUNCTION 'MY_VB_DELTA_POSTING' IN UPDATE TASK EXPORTING IT_MYLAUFIT_UPD = lt_mylaufit.

MR_ACCOUNT_ASSIGNMENT CALL FUNCTION 'MR_ACCOUNT_ASSIGNMENT' EXPORTING bewertungsklasse = p_ls_deltapost-bklas kontenplan = p_ktopl konto_modif = p_komok bewertung_modif = l_t001k-bwmod soll_haben_kennzeichen = lit_haben vorgangsschluessel = lit_bsd IMPORTING konto = p_ls_deltapost-delta_acc_h buchungsschluessel = p_ls_deltapost-delta_bschl_h EXCEPTIONS not_found_t030 = 4 not_found_t030b = 8 not_found_t030r = 12 not_found_t030s = 16.

MR_ACCOUNT_ASSIGNMENT CALL FUNCTION 'MR_ACCOUNT_ASSIGNMENT' EXPORTING bewertungsklasse = p_ls_deltapost-bklas kontenplan = p_ktopl konto_modif = p_komok bewertung_modif = l_t001k-bwmod soll_haben_kennzeichen = 'S' vorgangsschluessel = 'BSD' IMPORTING konto = p_ls_deltapost-delta_acc_s buchungsschluessel = p_ls_deltapost-delta_bschl_s EXCEPTIONS not_found_t030 = 4 not_found_t030b = 8 not_found_t030r = 12 not_found_t030s = 16.

MR_ACCOUNT_ASSIGNMENT CALL FUNCTION 'MR_ACCOUNT_ASSIGNMENT' EXPORTING bewertungsklasse = p_ls_deltapost-bklas kontenplan = p_ktopl konto_modif = p_komok bewertung_modif = l_t001k-bwmod soll_haben_kennzeichen = 'H' vorgangsschluessel = 'UMD' IMPORTING konto = p_ls_deltapost-offset_acc_h buchungsschluessel = p_ls_deltapost-offset_bschl_h EXCEPTIONS not_found_t030 = 4 not_found_t030b = 8 not_found_t030r = 12 not_found_t030s = 16.

MR_ACCOUNT_ASSIGNMENT CALL FUNCTION 'MR_ACCOUNT_ASSIGNMENT' EXPORTING bewertungsklasse = p_ls_deltapost-bklas kontenplan = p_ktopl konto_modif = p_komok bewertung_modif = l_t001k-bwmod soll_haben_kennzeichen = 'S' vorgangsschluessel = 'UMD' IMPORTING konto = p_ls_deltapost-offset_acc_s buchungsschluessel = p_ls_deltapost-offset_bschl_s EXCEPTIONS not_found_t030 = 4 not_found_t030b = 8 not_found_t030r = 12 not_found_t030s = 16.



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