EIDE_EXTERNALIDTYP_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 EIDE_EXTERNALIDTYP_FORMS into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MSG_OPEN CALL FUNCTION 'MSG_OPEN' EXPORTING x_no_dialog = co_emsg_marked x_log = co_emsg_marked x_next_msg = co_emsg_marked IMPORTING y_msg_handle = xy_msg_handle EXCEPTIONS failed = 1 subs_invalid = 2 log_invalid = 3 OTHERS = 4.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = x_msg_handle x_action = co_msg_dspl "co_msg_dspl_popup * X_MSG_BREAK = * X_LOG_OFF_IDENT = * IMPORTING * Y_LAST_MSG = * YT_LOGNUMBERS = * YT_MESSAGES = * Y_TAB_MSGPLAIN = * CHANGING * XY_LOG_OFF_HANDLE = EXCEPTIONS OTHERS = 1.
MSG_CLOSE CALL FUNCTION 'MSG_CLOSE' EXPORTING x_msg_handle = x_msg_handle EXCEPTIONS not_found = 1 handle_invalid = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EIDE_EXTERNALIDTYP_FORMS - EIDEEXTERNALIDTYPFORMS EIDE_EXTERNALIDTYP - Analysis/Maintenance of Category of External ID of Service Provider EIDE_EXTERNALIDTYP - Analysis/Maintenance of Category of External ID of Service Provider EHS_VIEWOBJECTS - Overview of Objects for a Person EHS_VIEWOBJECTS - Overview of Objects for a Person EHS_SUGGPERSONSPROT - Job Report for Creating a Proposal List (Protocol <-> Person)