SAP Reports / Programs | Cross-Application Components | General Application Functions | Data Transfer(CA-GTF-DCM) SAP CA

EDT_ALE_MAIN SAP ABAP Report - Generation of ALE/EDT Interface







EDT_ALE_MAIN 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 EDT_ALE_MAIN 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

KCLI - ALE Interface for EDT


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 EDT_ALE_MAIN. "Basic submit
SUBMIT EDT_ALE_MAIN AND RETURN. "Return to original report after report execution complete
SUBMIT EDT_ALE_MAIN 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: PARTNER = ALE Partner
Selection Text: REPID = Transfer Program
Selection Text: RFCDEST = RFC Destination
Title: Generation of ALE/EDT Interface


INCLUDES used within this REPORT EDT_ALE_MAIN

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:

EDT_ALE_OPEN_LOG CALL FUNCTION 'EDT_ALE_OPEN_LOG' EXPORTING extnumber = external_log_number.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_very_high.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_none.

EDT_ALE_STRUCT_PREPARE CALL FUNCTION 'EDT_ALE_STRUCT_PREPARE' EXPORTING struct_name = struct_name IMPORTING created_structures = number_of_segments EXCEPTIONS structure_not_found = 1 generation_failed = 2 unsupported_field_type = 3 illegal_input = 4 OTHERS = 5.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_high.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_very_high.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_high.

EDT_ALE_IDOC_CREATE CALL FUNCTION 'EDT_ALE_IDOC_CREATE' EXPORTING struct_name = struct_name segments = number_of_segments IMPORTING idoctype = idoctype EXCEPTIONS segment_create_failed = 1 idoctype_create_failed = 2 idoctype_delete_failed = 3 ale_registration_failed = 4 segment_delete_failed = 5 OTHERS = 6.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_none.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_high.

EDT_ALE_GENERATE_FUNC CALL FUNCTION 'EDT_ALE_GENERATE_FUNC' EXPORTING repid = repid grpid = grpid destination_name = rfcdest IMPORTING function_name = function_name EXCEPTIONS idoc_msgtype_not_found = 1 repid_not_found = 2 grpid_not_found = 3 generation_failed = 4 OTHERS = 5.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_none.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_high.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_none.

EDT_ALE_CUSTOMIZING CALL FUNCTION 'EDT_ALE_CUSTOMIZING' EXPORTING MSGTYPE = msgtype IDOCTYPE = idoctype FUNCTION_NAME = function_name EXCEPTIONS OTHERS = 1.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_none.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_none.

EDT_ALE_WRITE_LOG CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_high.

EDT_ALE_WRITE_LOG





CALL FUNCTION 'EDT_ALE_WRITE_LOG' EXPORTING SEVERITY = c_severity_high.

EDT_ALE_CLOSE_LOG CALL FUNCTION 'EDT_ALE_CLOSE_LOG'.

EDT_ALE_DISPLAY_LOG CALL FUNCTION 'EDT_ALE_DISPLAY_LOG'.



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