SAP Reports / Programs

/ISDFPS/UT_AUTARK_PREP_INBOUND SAP ABAP Report - DFPS Preparation of IDocs for Inbound Processing via File Port







/ISDFPS/UT_AUTARK_PREP_INBOUND is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for DFPS Preparation of IDocs for inbound processing using file port (offline scenario) In offline scenario <(><<)>=> Transferring IDocs from system A to system B using file port [since no (RFC-) connection exists between system A and system B] the IDocs must, in certain circumstances, be adapted in terms of concrete sender and recipient before being imported to target system B...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 /ISDFPS/UT_AUTARK_PREP_INBOUND into the relevant SAP transactions such as SE38 or SE80


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 /ISDFPS/UT_AUTARK_PREP_INBOUND. "Basic submit
SUBMIT /ISDFPS/UT_AUTARK_PREP_INBOUND AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/UT_AUTARK_PREP_INBOUND 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_UNI_OF = File NOT in UNICODE
Selection Text: P_UNI_ON = File in UNICODE
Selection Text: SUFFIX = Suffix
Selection Text: P_FILE = D .
Title: DFPS Preparation of IDocs for Inbound Processing via File Port
Text Symbol: 020 = File Format Details


INCLUDES used within this REPORT /ISDFPS/UT_AUTARK_PREP_INBOUND

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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = ld_ballog_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = '/ISDFPS/PM_AUTARK' "#EC NOTEXT CHANGING PHYSICAL_FILENAME = dsn_in EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = '/ISDFPS/PM_AUTARK' "#EC NOTEXT CHANGING PHYSICAL_FILENAME = dsn_out EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ld_ballog_handle i_s_msg = ls_msg.

BAL_DB_SAVE





CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_SAVE_ALL = 'X' I_T_LOG_HANDLE = lt_bal_logh .

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_DISPLAY_PROFILE = I_T_LOG_HANDLE = lt_bal_logh * I_T_MSG_HANDLE = * I_S_LOG_FILTER = * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = 'X' * I_SRT_BY_TIMSTMP = ' ' * IMPORTING * E_S_EXIT_COMMAND = * EXCEPTIONS * PROFILE_INCONSISTENT = 1 * INTERNAL_ERROR = 2 * NO_DATA_AVAILABLE = 3 * NO_AUTHORITY = 4 * OTHERS = 5 .



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 /ISDFPS/UT_AUTARK_PREP_INBOUND or its description.