/AIN/DM_DOC_FLEX_INT_CONVERT 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 /AIN/DM_DOC_FLEX_INT_CONVERT 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.
Selection Text: SO_DO_ST = Document Status
Selection Text: SO_DO_ID = Document ID
Selection Text: P_EXTL = Action Execution Start Time
Selection Text: P_EXTH = Action Execution Start Time
Selection Text: P_EXDL = Action Execution Start Date
Selection Text: P_EXDH = Action Execution Start Date
Selection Text: P_DUTL = Document due time
Selection Text: P_DUTH = Document due time
Selection Text: P_DUDL = Document due date
Selection Text: P_DUDH = Document due date
Selection Text: P_DELTST = Test mode
Selection Text: P_DELPRD = Production mode
Title: Convert deliveries for usage with flexible integration
Text Symbol: 009 = Converted inbound delivery
Text Symbol: 008 = documents converted
Text Symbol: 007 = Target Action Type
Text Symbol: 006 = to
Text Symbol: 005 = Processing Options
Text Symbol: 004 = Document Selection
Text Symbol: 003 = successfully
Text Symbol: 002 = Converted outbound delivery
Text Symbol: 001 = &1% (&2 of &3) documents are converted
Text Symbol: 000 =
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/AIN/DM_DOC_READ_BY_GUID CALL FUNCTION '/AIN/DM_DOC_READ_BY_GUID' EXPORTING iv_doc_guid =
-doc_guid IMPORTING es_doc = ls_doc EXCEPTIONS OTHERS = 3 .
/AIN/DM_ACTION_READ_BY_GUIDS CALL FUNCTION '/AIN/DM_ACTION_READ_BY_GUIDS' EXPORTING iv_doc_guid =
-doc_guid IMPORTING et_action = lt_action EXCEPTIONS OTHERS = 5 .
/AIN/DM_DOC_CTX_READ_BY_GUID CALL FUNCTION '/AIN/DM_DOC_CTX_READ_BY_GUID' EXPORTING iv_doc_guid =
-doc_guid IMPORTING et_doc_ctx = lt_doc_ctx EXCEPTIONS document_context_not_found = 1 OTHERS = 2 .
/AIN/DM_DOC_READ_BY_GUID CALL FUNCTION '/AIN/DM_DOC_READ_BY_GUID' EXPORTING iv_doc_guid =
-doc_guid IMPORTING es_doc = ls_doc EXCEPTIONS OTHERS = 3 .
/AIN/DM_DOC_WRITE CALL FUNCTION '/AIN/DM_DOC_WRITE' EXPORTING is_doc = ls_doc iv_database_update = ' ' EXCEPTIONS open_sql_error = 1 OTHERS = 2 .
/AIN/DM_DOC_CTX_READ_BY_GUID CALL FUNCTION '/AIN/DM_DOC_CTX_READ_BY_GUID' EXPORTING iv_doc_guid =
-doc_guid IMPORTING et_doc_ctx = lt_doc_ctx EXCEPTIONS document_context_not_found = 1 OTHERS = 2 .
/AIN/DM_DOC_CTX_WRITE CALL FUNCTION '/AIN/DM_DOC_CTX_WRITE' EXPORTING it_doc_ctx = lt_doc_ctx iv_database_update = ' ' EXCEPTIONS OTHERS = 1 .
/AIN/DM_ACTION_READ_BY_GUIDS CALL FUNCTION '/AIN/DM_ACTION_READ_BY_GUIDS' EXPORTING iv_doc_guid =
-doc_guid iv_action_type = 'SL10' IMPORTING et_action = lt_action et_action_obj = lt_action_obj EXCEPTIONS action_not_found = 1 action_object_not_found = 2 OTHERS = 3 .
/AIN/DM_ACTION_WRITE CALL FUNCTION '/AIN/DM_ACTION_WRITE' EXPORTING it_action = lt_action iv_database_update = ' ' EXCEPTIONS OTHERS = 1 .
/AIN/DM_ACT_OBJ_WRITE CALL FUNCTION '/AIN/DM_ACT_OBJ_WRITE' EXPORTING it_action_obj = lt_action_obj iv_database_update = ' ' EXCEPTIONS OTHERS = 1 .
/AIN/DM_ACTION_READ_BY_GUIDS CALL FUNCTION '/AIN/DM_ACTION_READ_BY_GUIDS' EXPORTING iv_doc_guid =
-doc_guid iv_action_type = 'SU10' IMPORTING et_action = lt_action et_action_obj = lt_action_obj EXCEPTIONS action_not_found = 1 action_object_not_found = 2 OTHERS = 3 .
/AIN/DM_ACTION_WRITE CALL FUNCTION '/AIN/DM_ACTION_WRITE' EXPORTING it_action = lt_action iv_database_update = ' ' EXCEPTIONS OTHERS = 1 .
/AIN/DM_ACT_OBJ_WRITE CALL FUNCTION '/AIN/DM_ACT_OBJ_WRITE' EXPORTING it_action_obj = lt_action_obj iv_database_update = ' ' EXCEPTIONS OTHERS = 1 .
/AIN/DM_DOC_STA_READ_ALL CALL FUNCTION '/AIN/DM_DOC_STA_READ_ALL' EXPORTING iv_doc_guid =
-doc_guid IMPORTING et_doc_status = lt_doc_status EXCEPTIONS object_not_found = 1 OTHERS = 2 .
/AIN/DM_DOC_STA_WRITE CALL FUNCTION '/AIN/DM_DOC_STA_WRITE' EXPORTING iv_doc_guid =
-doc_guid iv_action_type = 'ALBO' iv_status = -status iv_reason_code = -reason_code iv_database_update = ' ' EXCEPTIONS STATUS_IS_INITIAL = 1 OTHERS = 2 .
/AIN/DM_DOC_STA_DELETE CALL FUNCTION '/AIN/DM_DOC_STA_DELETE' EXPORTING iv_doc_guid =
-doc_guid iv_action_type = 'SL10' iv_database_update = ' ' EXCEPTIONS OTHERS = 1 .
/AIN/DM_DOC_STA_WRITE CALL FUNCTION '/AIN/DM_DOC_STA_WRITE' EXPORTING iv_doc_guid =
-doc_guid iv_action_type = 'AUBO' iv_status = -status iv_reason_code = -reason_code iv_database_update = ' ' EXCEPTIONS STATUS_IS_INITIAL = 1 OTHERS = 2 .
/AIN/DM_DOC_STA_DELETE CALL FUNCTION '/AIN/DM_DOC_STA_DELETE' EXPORTING iv_doc_guid =
-doc_guid iv_action_type = 'SU10' iv_database_update = ' ' EXCEPTIONS OTHERS = 1 .
/AIN/DM_ACTION_DB_UPDATE
CALL FUNCTION '/AIN/DM_ACTION_DB_UPDATE' EXCEPTIONS OTHERS = 1 .
/AIN/DM_ACT_OBJ_DB_UPDATE CALL FUNCTION '/AIN/DM_ACT_OBJ_DB_UPDATE' EXCEPTIONS OTHERS = 1 .
/AIN/DM_DOC_DB_UPDATE CALL FUNCTION '/AIN/DM_DOC_DB_UPDATE' EXCEPTIONS OTHERS = 1 .
/AIN/DM_DOC_CTX_DB_UPDATE CALL FUNCTION '/AIN/DM_DOC_CTX_DB_UPDATE' EXCEPTIONS OTHERS = 1 .
/AIN/DM_DOC_STA_DB_UPDATE CALL FUNCTION '/AIN/DM_DOC_STA_DB_UPDATE' EXCEPTIONS OTHERS = 1 .
PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text-001 i_processed = sy-tabix i_total = lv_total i_output_immediately = 'X'.
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 /AIN/DM_DOC_FLEX_INT_CONVERT or its description.
/AIN/DM_DOC_FLEX_INT_CONVERT - Convert deliveries for usage with flexible integration /AIN/DM_DOC_FLEX_INT_CONVERT - Convert deliveries for usage with flexible integration /AIN/DM_ARCH_WRITE_F01 - Include /AIN/DM_ARCH_WRITE_F01 /AIN/DM_ARCH_WRITE - Archiving AIN Actions and Documents: Write program /AIN/DM_ARCH_WRITE - Archiving AIN Actions and Documents: Write program /AIN/DM_ARCH_DELETE_F01 - Include /AIN/DM_ARCH_DELETE_F01