SAP Reports / Programs | Global Trade Services | Global Trade Services(SLL-LEG) SAP SLL

/SAPSLL/ITT_IDOC_SIM_F03 SAP ABAP INCLUDE - /SAPSLL/ITTIDOCSIMF03







/SAPSLL/ITT_IDOC_SIM_F03 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 /SAPSLL/ITT_IDOC_SIM_F03 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 /SAPSLL/ITT_IDOC_SIM_F03. "Basic submit
SUBMIT /SAPSLL/ITT_IDOC_SIM_F03 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/ITT_IDOC_SIM_F03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /SAPSLL/ITT_IDOC_SIM_F03

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:

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING system_client_role = lv_client_role EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3.

EDI_AGREE_PARTNER_READ CALL FUNCTION 'EDI_AGREE_PARTNER_READ' EXPORTING rec_edkp1 = ls_edkp1 IMPORTING rec_eddp1 = ls_eddp1 EXCEPTIONS db_error = 1 entry_not_exist = 2 OTHERS = 3.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING client = sy-mandt object = gc_textobj-cuhd name = lv_tdobname id = iv_tdid * LANGUAGE = '*' IMPORTING entries = lv_entries TABLES selections = lt_text_head EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = ls_text_head-tdid language = ls_text_head-tdspras name = ls_text_head-tdname object = ls_text_head-tdobject TABLES lines = lt_tlines EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

/SAPSLL/TEXT_TABLE_TO_STRING CALL FUNCTION '/SAPSLL/TEXT_TABLE_TO_STRING' EXPORTING it_tlines = lt_tlines IMPORTING ev_txtstring = lv_string.

/SAPSLL/ECC_PDF_ATT_CREATE CALL FUNCTION '/SAPSLL/ECC_PDF_ATT_CREATE' EXPORTING iv_refno = lv_refno iv_xstring = lv_xstring iv_strlen = 15 iv_ext_filename = iv_filename iv_file_extension = 'TXT' iv_attcat = iv_attcat EXCEPTIONS internal_error = 1 no_customs_document_found = 2 foreign_lock = 3 parameter_error = 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 /SAPSLL/ITT_IDOC_SIM_F03 or its description.