EPIC_LOGON is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for To start certain types of bank communication (or steps within a bank communication), a bank may require that the user logs on with a password, that is, a secure logon user must establish the communication...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 EPIC_LOGON into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EPIC_LOGON - Maintain Bank Comm logon data
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.
Selection Text: P_ZBUKR = D .
Selection Text: P_USERID = D .
Selection Text: P_UDESCR = D .
Selection Text: P_PWDREP = Repeat Password
Selection Text: P_PWDOLD = Password
Selection Text: P_PWDNEW = New Password
Selection Text: P_HKTID = D .
Selection Text: P_HBKID = D .
Selection Text: P_GUID = D .
Selection Text: P_COMSTP = D .
Selection Text: P_BCTYP = D .
Title: User Assignment Maintenance
Text Symbol: 302 = Change User Account
Text Symbol: 301 = Change User Assignment
Text Symbol: 202 = User Accounts
Text Symbol: 201 = User Assignments
Text Symbol: 103 = Copy
Text Symbol: 102 = Delete
Text Symbol: 101 = Create
Text Symbol: 004 = No
Text Symbol: 003 = Yes
Text Symbol: 002 = Do you want to delete selected row(s)?
Text Symbol: 001 = Confirmation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'RE' doklangu = sy-langu dokname = 'EPIC_LOGON' TABLES links = lt_dummy_links "not used but obligatory...
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lcl_constant=>mc_tname_epic_s_bc_ud_dynpro TABLES dfies_tab = lt_dfies_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'GUID' value_org = 'S' TABLES value_tab = go_alv_grid_user->mt_user_dynpro return_tab = lt_return_tab field_tab = lt_dfies_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lcl_constant=>mc_tname_epic_s_bc_ua_dynpro CHANGING ct_fieldcat = et_fieldcatalog.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-002 text_button_1 = text-003 text_button_2 = text-004 default_button = '2' display_cancel_button = ' ' IMPORTING answer = lv_answer " '1', '2', 'A' EXCEPTIONS text_not_found = 1 OTHERS = 2.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lcl_constant=>mc_tname_epic_s_bc_ud_dynpro CHANGING ct_fieldcat = et_fieldcatalog.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-002 text_button_1 = text-003 text_button_2 = text-004 default_button = '2' display_cancel_button = ' ' * popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = lv_answer " '1', '2', 'A' EXCEPTIONS text_not_found = 1 OTHERS = 2.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = '%_CSP' TABLES p_exclude = ltab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EPIC_LOGON - User Assignment Maintenance EPIC_LOGON - User Assignment Maintenance EPIC_FLOWSCODE_UPDATA_BSEG - Report EPIC_FLOWSCODE_UPDATA_BSEG EPIC_FLOWSCODE_UPDATA_BSEG - Report EPIC_FLOWSCODE_UPDATA_BSEG EPIC_EXTENSIBILITY_UIL - Program EPIC_EXTENSIBILITY_UIL EPIC_EXTENSIBILITY_UIL - Program EPIC_EXTENSIBILITY_UIL