SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

EPIC_LOGON SAP ABAP Report - User Assignment Maintenance







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


Transaction Code(s):

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

EPIC_LOGON - Maintain Bank Comm logon data


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 EPIC_LOGON. "Basic submit
SUBMIT EPIC_LOGON AND RETURN. "Return to original report after report execution complete
SUBMIT EPIC_LOGON 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_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


INCLUDES used within this REPORT EPIC_LOGON

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:

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.



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