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

/SAPSLL/EMB_REL_DOC_IMP_FORMS SAP ABAP INCLUDE - /SAPSLL/EMBRELDOCIMPFORMS







/SAPSLL/EMB_REL_DOC_IMP_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 /SAPSLL/EMB_REL_DOC_IMP_FORMS 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/EMB_REL_DOC_IMP_FORMS. "Basic submit
SUBMIT /SAPSLL/EMB_REL_DOC_IMP_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/EMB_REL_DOC_IMP_FORMS 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/EMB_REL_DOC_IMP_FORMS

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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = cs_variant EXCEPTIONS not_found = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = cs_variant i_save = 'A' IMPORTING e_exit = lv_exit es_variant = cs_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = ls_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = iv_value CHANGING ct_range = ct_range EXCEPTIONS invalid_range_structure = 1 OTHERS = 2.

/SAPSLL/BLDC_STATUS_CRIT_PREP CALL FUNCTION '/SAPSLL/BLDC_STATUS_CRIT_PREP' EXPORTING iv_srvll = iv_srvll iv_block_spl = iv_spl iv_block_embargo = iv_emb iv_br_partner = iv_ptn iv_br_product = iv_pro iv_br_license_type = iv_det iv_br_license = iv_lic IMPORTING es_crit = cs_crit.

/SAPSLL/CONVERT_DATE_STAMP_RNG CALL FUNCTION '/SAPSLL/CONVERT_DATE_STAMP_RNG' EXPORTING ir_date = ir_erdat IMPORTING ir_time_stamp = cr_crtsp.

/SAPSLL/CONVERT_DATE_STAMP_RNG CALL FUNCTION '/SAPSLL/CONVERT_DATE_STAMP_RNG' EXPORTING ir_date = it_crtsp * IV_TIMEZONE = IMPORTING ir_time_stamp = lr_time_stamp[].

/SAPSLL/PARTNER_GUID_GET CALL FUNCTION '/SAPSLL/PARTNER_GUID_GET' EXPORTING iv_parno = ls_but100-partner IMPORTING ev_guid_prtn = lv_par_guid.

/SAPSLL/PARTNER_GUID_GET CALL FUNCTION '/SAPSLL/PARTNER_GUID_GET' EXPORTING iv_parno = ls_but100-partner IMPORTING ev_guid_prtn = lv_par_guid.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = iv_tcode EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

/SAPSLL/CUHD_EMB_RELEASED_SEL * CALL FUNCTION '/SAPSLL/CUHD_EMB_RELEASED_SEL' * EXPORTING * is_emb_released_sel_s = is_emb_released_sel * iv_cuhda = gc_export * IMPORTING * et_cuhd_emb_released = lt_emb_released_docs[] * EXCEPTIONS * invalid_call = 1 * no_data = 2 * internal_error = 3 * OTHERS = 4.

/SAPSLL/EXT_PARTNER_NUMBER_GET **CALL FUNCTION '/SAPSLL/EXT_PARTNER_NUMBER_GET' ** EXPORTING *** IV_LOGSYS = *** IV_GRVSY = ** IV_GUID_PRTN = ls_emb_released_docs-guid_ftorg *** IV_PARTNER = ** IMPORTING ** EV_BPVSY = ls_emb_released_docs-ftorg.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = gc_report * i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND_DOC_DISPLAY' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = gc_output_struc * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = ls_layout it_fieldcat = lt_fieldcat[] it_excluding = lt_excl_fcodes[] * IT_SPECIAL_GROUPS = it_sort = lt_sort[] * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * I_HTML_HEIGHT_TOP = * I_HTML_HEIGHT_END = IMPORTING * e_exit_caused_by_caller = es_exit_caused_by_user = ls_user_exit TABLES t_outtab = it_emb_released_docs.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gc_report i_internal_tabname = 'GT_ALV_OUTPUT' i_structure_name = gc_output_struc i_client_never_display = gc_true i_bypassing_buffer = gc_true CHANGING ct_fieldcat = ct_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

/SAPSLL/CUHD_EMB_RELEASED_SEL CALL FUNCTION '/SAPSLL/CUHD_EMB_RELEASED_SEL' EXPORTING is_emb_released_sel_s = is_emb_released_sel iv_cuhda = gc_import IMPORTING et_cuhd_emb_released = lt_emb_released_docs[] EXCEPTIONS invalid_call = 1 no_data = 2 internal_error = 3 OTHERS = 4.

/SAPSLL/PARTNER_NUMBER_GET CALL FUNCTION '/SAPSLL/PARTNER_NUMBER_GET' EXPORTING iv_guid_prtn = ls_emb_released_docs-guid_ftorg IMPORTING ev_parno = ls_emb_released_docs-ftorg.

/SAPSLL/CUHD_EMB_RELEASED_SEL CALL FUNCTION '/SAPSLL/CUHD_EMB_RELEASED_SEL' EXPORTING is_emb_released_sel_s = is_emb_released_sel iv_cuhda = gc_import IMPORTING et_cuhd_emb_released = lt_emb_released_docs[] EXCEPTIONS invalid_call = 1 no_data = 2 internal_error = 3 OTHERS = 4.

/SAPSLL/EXT_PARTNER_NUMBER_GET *CALL FUNCTION '/SAPSLL/EXT_PARTNER_NUMBER_GET' * EXPORTING ** IV_LOGSYS = ** IV_GRVSY = * IV_GUID_PRTN = ls_emb_released_docs-guid_ftorg ** IV_PARTNER = * IMPORTING * EV_BPVSY = ls_emb_released_docs-ftorg.

/SAPSLL/CUHD_IFACE_CALL





CALL FUNCTION '/SAPSLL/CUHD_IFACE_CALL' EXPORTING is_sk = ls_cuhd_sk * IV_CUHDA = iv_trtyp = gc_trtyp-display * IV_READ_ARCHIVE = ' ' * IS_DEBUG = .



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