SAP Reports / Programs

J_3RF_SECMAINT SAP ABAP Report - Maintenance Dialog for J_3RFSEC_ITEM







J_3RF_SECMAINT 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 J_3RF_SECMAINT 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_3RF_SECMAINT. "Basic submit
SUBMIT J_3RF_SECMAINT AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RF_SECMAINT 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_BELNR = D .
Selection Text: P_BUKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: P_HKONT = D .
Selection Text: P_KUNNR = D .
Selection Text: P_LIFNR = D .
Selection Text: P_MWSKZ = D .
Selection Text: P_MWS_TO = D .
Selection Text: P_SHKZG = D .
Title: Maintenance Dialog for J_3RFSEC_ITEM
Text Symbol: 001 = Confirm Delete
Text Symbol: 002 = Delete all selected lines?
Text Symbol: 300 = Field Selections


INCLUDES used within this REPORT J_3RF_SECMAINT

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_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command it_fieldcat = field_catalog[] i_save = 'A' is_variant = g_variant is_layout = gs_layout it_events = gt_events[] is_print = gs_print tables t_outtab = int_sec_item.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'J_3RFSEC_ITEM' changing ct_fieldcat = fc exceptions inconsistent_interface = 1 program_error = 2 OTHERS = 3.

POPUP_CONTINUE_YES_NO call function 'POPUP_CONTINUE_YES_NO' exporting textline1 = text-002 titel = text-001 importing answer = update_yes_no.



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