SAP Reports / Programs

SAPRISU_PRINTACTION_SELECTION SAP ABAP Report - EXTERNAL: Choose Print Action Records







SAPRISU_PRINTACTION_SELECTION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lists the print action records that match the selection criteria...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPRISU_PRINTACTION_SELECTION into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EPAR - List Print Action Records


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


Text pool values


Selection Text: P_CAMPGN = D .
Selection Text: P_TODO = Display Active Entries Only
Selection Text: P_MAXCNT = Maximum number
Selection Text: P_DONE = Display Completed Only
Selection Text: P_DLT = Delete
Selection Text: P_ALL = Display All
Selection Text: OBJ_TYPE = Object Category
Selection Text: OBJ_KEY = Object key
Selection Text: FCLASS = Form Class
Title: EXTERNAL: Choose Print Action Records
Text Symbol: C08 = Number of Maximum Processings
Text Symbol: C09 = Number of Completed Processings
Text Symbol: C10 = Description for Print Action Record
Text Symbol: C11 = Periods
Text Symbol: C12 = Created On
Text Symbol: C13 = Campaign
Text Symbol: F13 = Display Selected Print Action Record
Text Symbol: F15 = Change Selected Print Action Record
Text Symbol: F17 = Delete Selected Print Action Records
Text Symbol: S01 = Print Action Record Active
Text Symbol: S02 = Print Action Record Completed/Inactive
Text Symbol: T01 = Display Print Action Records
Text Symbol: 010 = Obj.Categ.
Text Symbol: 020 = Object Key
Text Symbol: 030 = Form Class
Text Symbol: 040 = Date
Text Symbol: 050 = FromDate
Text Symbol: 060 = To Date
Text Symbol: 070 = Description
Text Symbol: 100 = Are you sure you want to delete
Text Symbol: 102 = the print action records?
Text Symbol: 104 = Delete print action record
Text Symbol: 110 = Are you sure you want to delete
Text Symbol: 112 = the selected records?
Text Symbol: 200 = Delete &1 print action records?
Text Symbol: 202 = Delete print action record?
Text Symbol: 204 = Delete Print Action Records
Text Symbol: C01 = Number of Print Action Record





Text Symbol: C02 = Object Type
Text Symbol: C03 = Object Keys
Text Symbol: C04 = Form Class
Text Symbol: C05 = Date of Last Processing
Text Symbol: C06 = Valid From
Text Symbol: C07 = Valid To


INCLUDES used within this REPORT SAPRISU_PRINTACTION_SELECTION

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_S_PRINTACTION_DISPLAY CALL FUNCTION 'ISU_S_PRINTACTION_DISPLAY' EXPORTING x_eprintact = l_str_eprintact x_no_other = 'X' EXCEPTIONS not_found = 1 internal_error = 2 not_authorized = 3 OTHERS = 4.

ISU_S_PRINTACTION_CHANGE CALL FUNCTION 'ISU_S_PRINTACTION_CHANGE' EXPORTING x_eprintact = l_str_eprintact EXCEPTIONS not_found = 1 internal_error = 2 not_authorized = 3 failed = 4 OTHERS = 5.

ISU_S_PRINTACTION_DISPLAY CALL FUNCTION 'ISU_S_PRINTACTION_DISPLAY' EXPORTING x_eprintact = l_str_eprintact EXCEPTIONS not_found = 1 internal_error = 2 not_authorized = 3 OTHERS = 4.

ISU_DB_EPRINTACT_SELECT CALL FUNCTION 'ISU_DB_EPRINTACT_SELECT' EXPORTING x_campaign = p_campgn x_max_rows = p_maxcnt TABLES xt_obj_type = l_tab_rng_type xt_obj_key = l_tab_rng_key xt_formclass = l_tab_rng_fclass yt_eprintact = g_tab_eprintact EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 99.

ISU_S_PRINTACTION_CHANGE * CALL FUNCTION 'ISU_S_PRINTACTION_CHANGE' * EXPORTING ** x_eprintact = l_eprintact ** X_NO_DIALOG = * x_printact = l_printact * IMPORTING ** Y_EXIT_TYPE = * y_printact = l_printact * EXCEPTIONS * not_found = 1 * failed = 2 * internal_error = 3 * not_authorized = 4 * OTHERS = 99.

ISU_S_PRINTACTION_DISPLAY * CALL FUNCTION 'ISU_S_PRINTACTION_DISPLAY' * EXPORTING * x_no_change = ' ' * x_no_other = 'X' * x_printact = l_printact * EXCEPTIONS * not_found = 1 * internal_error = 2 * not_authorized = 3 * OTHERS = 99.

ISU_S_PRINTACTION_DISPLAY * CALL FUNCTION 'ISU_S_PRINTACTION_DISPLAY' * EXPORTING * x_no_change = ' ' * x_no_other = 'X' * x_printact = l_printact * EXCEPTIONS * not_found = 1 * internal_error = 2 * not_authorized = 3 * OTHERS = 4.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING client = sy-mandt id = l_thead-tdid language = l_thead-tdspras name = l_thead-tdname object = l_thead-tdobject EXCEPTIONS not_found = 1 OTHERS = 2.

ISU_S_PRINTACTION_DELETE CALL FUNCTION 'ISU_S_PRINTACTION_DELETE' TABLES xt_eprintact = l_printact-t_eprintact EXCEPTIONS not_found = 1 failed = 2 not_qualified = 3 OTHERS = 99.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-204 text_question = l_text default_button = '2' display_cancel_button = '' IMPORTING answer = l_answer.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_green info = text-s01 add_stdinf = '' IMPORTING RESULT = e_str_eprintactr-statustext.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_inactive info = text-s02 add_stdinf = '' IMPORTING RESULT = e_str_eprintactr-statustext.

ISU_DB_EPRINTACT_SELECT CALL FUNCTION 'ISU_DB_EPRINTACT_SELECT' EXPORTING x_actionno = l_str_eprintactr-actionno TABLES yt_eprintact = l_tab_eprintact EXCEPTIONS not_found = 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 SAPRISU_PRINTACTION_SELECTION or its description.