SAP Reports / Programs | Materials Management | Defense Forces and Public Security | Materials Management(IS-DFS-MM) SAP IS

/ISDFPS/EPA_PRINT_FORMS SAP ABAP INCLUDE - /ISDFPS/EPAPRINTFORMS







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


INCLUDES used within this REPORT /ISDFPS/EPA_PRINT_FORMS

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:

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING matnr = gs_pnepa-epa_matnr IMPORTING wmara = ls_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.

COMMUNICATION_AREA_KOMKBV6 CALL FUNCTION 'COMMUNICATION_AREA_KOMKBV6' EXPORTING msg_v51ko = gs_v51ko msg_vbuk = gs_vbuk msg_vekp_new = gs_vekp_new TABLES tab_part = lt_msgpa tab_vbpa = lt_vbpavb.

MESSAGING CALL FUNCTION 'MESSAGING' EXPORTING applikation = gc_application_v6 msg_objky = gf_objkey schema = gf_kalsm "gc_kalsm_000001 IMPORTING pe_unprocessed_output = lf_output TABLES msg_part = lt_msgpa EXCEPTIONS applikation_nicht_vorhanden = 1 schema_nicht_vorhanden = 2 OTHERS = 3.

RV_MESSAGES_GET CALL FUNCTION 'RV_MESSAGES_GET' EXPORTING msg_kappl = gc_application_v6 msg_objky_from = gf_objkey TABLES tab_xnast = lt_xnast tab_ynast = lt_ynast.

RV_MESSAGES_MODIFY CALL FUNCTION 'RV_MESSAGES_MODIFY' TABLES tab_xnast = lt_xnast.

RV_MESSAGES_UPDATE CALL FUNCTION 'RV_MESSAGES_UPDATE' EXPORTING msg_kappl = gc_application_v6.

RV_MESSAGES_SELECT CALL FUNCTION 'RV_MESSAGES_SELECT' EXPORTING msg_erdat = ls_xnast-erdat msg_eruhr = ls_xnast-eruhr msg_kappl = ls_xnast-kappl msg_parnr = ls_xnast-parnr msg_vsdat = ls_xnast-vsdat msg_vsura = ls_xnast-vsura msg_vsztp = ls_xnast-vsztp TABLES s_kschl = lt_kschl s_nacha = lt_nacha s_objky = lt_objky s_kappl = lt_kappl.

RV_MESSAGES_MAINTENANCE CALL FUNCTION 'RV_MESSAGES_MAINTENANCE' EXPORTING min_btext = lf_btext min_cua_text = 'Ausstattungspaket drucken'(013) min_kalsm = gf_kalsm min_kappl = gc_application_v6 min_objky = gf_objkey pi_preview = 'X' min_t185f = is_t185f IMPORTING mex_fcode = lf_fcode mex_updat = lf_update cancelled = lf_cancelled TABLES mtb_part = lt_msgpa.

RV_MESSAGES_UPDATE CALL FUNCTION 'RV_MESSAGES_UPDATE'.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Nachrichten beenden'(030) text_question = 'Unvollständige Nachrichten gehen verloren. Möchten Sie speichern?'(032)

RV_MESSAGES_UPDATE CALL FUNCTION 'RV_MESSAGES_UPDATE'.

RV_MESSAGES_REFRESH CALL FUNCTION 'RV_MESSAGES_REFRESH' EXPORTING msg_kappl = gc_application_v6.

SCREEN_SEQUENCE_CONTROL_INIT CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL_INIT' EXPORTING bild = 'MC' bildgruppe = '00' funktion = 'SHOW_ALL' kopfgruppe = '*' positionsgruppe = '*' programm = sy-cprog typ = 'B'.

RV_MESSAGES_READ CALL FUNCTION 'RV_MESSAGES_READ' EXPORTING msg_kappl = 'V6' msg_objky = gf_objkey.

RV_MESSAGES_MAINTENANCE CALL FUNCTION 'RV_MESSAGES_MAINTENANCE' EXPORTING min_btext = lf_btext min_t185f = ls_t185f min_cua_text = 'Ausstattungspaket drucken'(012) min_kalsm = gf_kalsm min_kappl = gc_application_v6 min_objky = gf_objkey pi_preview = 'X' IMPORTING mex_fcode = lf_fcode TABLES mtb_part = lt_msgpa.

RV_MESSAGES_REFRESH CALL FUNCTION 'RV_MESSAGES_REFRESH'.

HUGM_THUWBBWART_SELECT CALL FUNCTION 'HUGM_THUWBBWART_SELECT' EXPORTING if_event = '0001' IMPORTING et_thuwbbwart = lt_thuwbbwart.

BAPI_GOODSMVT_CREATE CALL FUNCTION 'BAPI_GOODSMVT_CREATE' EXPORTING goodsmvt_header = ls_header goodsmvt_code = lc_gm_code_04 "Umbuchung MB1B testrun = 'X' TABLES goodsmvt_item = lt_items return = lt_return.

SD_MESSAGE_LOG_DISPLAY





CALL FUNCTION 'SD_MESSAGE_LOG_DISPLAY' TABLES return = lt_return.

BAL_GLB_SEARCH_LOG CALL FUNCTION 'BAL_GLB_SEARCH_LOG' IMPORTING e_t_log_handle = lt_bal_log EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = ls_bal_log EXCEPTIONS log_not_found = 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 /ISDFPS/EPA_PRINT_FORMS or its description.