SAP Reports / Programs | Intercompany Data Exchange | SAP Utilities | Intercompany Data Exchange(IS-U-IDE) SAP IS

TRANSF_SELECT_SERVPROVF01 SAP ABAP INCLUDE - Include TRANSF_SELECT_SERVPROVF01







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


Text pool values


Title: Include TRANSF_SELECT_SERVPROVF01


INCLUDES used within this REPORT TRANSF_SELECT_SERVPROVF01

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:

ISU_DEREG_PARAM_INV_REM * CALL FUNCTION 'ISU_DEREG_PARAM_INV_REM' * EXPORTING * x_process = co_process * x_initiator = sender * x_partner = receiver ** X_KEYDATE = SY-DATUM ** X_EVER_KEY = * IMPORTING ** Y_PARAM_INV_OUT = * y_param_rem_out = process_params ** Y_WRITE_DFKKTHI = ** Y_WRITE_DFKKTHP = ** Y_AGREEMENT_INACTIV = ** Y_INBOUND = ** Y_OUTBOUND = ** CHANGING ** XY_PARTNER = ** XY_INITIATOR = ** XY_EVER = * EXCEPTIONS * error_message = 1.

FKK_ACCOUNT_READ CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING i_vkont = p_vkont IMPORTING * E_FKKVK = e_fkkvkp = i_fkkvkp EXCEPTIONS not_found = 1 * FOREIGN_LOCK = 2 OTHERS = 3 .

FKK_SAMPLE_1102 CALL FUNCTION 'FKK_SAMPLE_1102'.

ISU_EVENT_1101 CALL FUNCTION 'ISU_EVENT_1101' EXPORTING i_fkkop = pwa_fkkop * I_AWTYP = ' ' IMPORTING e_hkont = pwa_fkkop-hkont EXCEPTIONS error_message = 1.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = fbeve i_applk = co_applk_isu TABLES t_fbstab = t_fbstab.

FKK_CREATE_DOC CALL FUNCTION 'FKK_CREATE_DOC' EXPORTING i_fkkko = i_fkkko * I_UPDATE_TASK = * I_RESOB = * I_RESKY = * I_ADD_DOC = * I_TEST = ' ' * I_FKKOPL_CF = ' ' * I_DIALOG = ' ' * I_NO_4EYES = ' ' IMPORTING e_opbel = p_opbel * E_C4EYE = TABLES t_fkkop = it_fkkop t_fkkopk = it_fkkopk EXCEPTIONS error_message = 1.

ISU_UPD_TRANSF_DOC_BY_LINE CALL FUNCTION 'ISU_UPD_TRANSF_DOC_BY_LINE' TABLES t_update = ht_single_op.

ISU_UPD_TRANSF_DOC_AGG CALL FUNCTION 'ISU_UPD_TRANSF_DOC_AGG' EXPORTING i_line = wa_agg_op EXCEPTIONS error = 1 OTHERS = 2.

FKK_ACCOUNT_READ CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING i_vkont = p_vkont IMPORTING * E_FKKVK = e_fkkvkp = i_fkkvkp EXCEPTIONS not_found = 1 * FOREIGN_LOCK = 2 OTHERS = 3 .

FKK_SAMPLE_1102 CALL FUNCTION 'FKK_SAMPLE_1102'.

ISU_EVENT_1101 CALL FUNCTION 'ISU_EVENT_1101' EXPORTING i_fkkop = pwa_fkkop * I_AWTYP = ' ' IMPORTING e_hkont = pwa_fkkop-hkont.

FKK_FKKKO_COMPLETE_CHECK CALL FUNCTION 'FKK_FKKKO_COMPLETE_CHECK' EXPORTING i_fkkko = i_fkkko i_mass_postings = 'X' * I_WARNINGS = ' ' * I_MANUAL_POSTING = ' ' EXCEPTIONS error_message = 1.

FKK_FKKOP_COMPLETE_CHECK CALL FUNCTION 'FKK_FKKOP_COMPLETE_CHECK' EXPORTING i_fkkko = i_fkkko i_fkkop = wa_fkkop * I_WARNINGS = ' ' * I_ACTVT = '01' * I_NO_LOCK_CHECK = * IMPORTING * E_FKKHKONT = * TABLES * T_FKKOPW = EXCEPTIONS error_message = 1.

FKK_FKKOPK_COMPLETE_CHECK CALL FUNCTION 'FKK_FKKOPK_COMPLETE_CHECK' EXPORTING i_fkkko = i_fkkko i_fkkopk = wa_fkkopk * I_WARNINGS = ' ' * I_ACTVT = '01' * IMPORTING * E_FKKHKONT = EXCEPTIONS error_message = 1.

FKK_ACCOUNT_DETERMINE CALL FUNCTION 'FKK_ACCOUNT_DETERMINE' EXPORTING i_tfk033d = i_tfk033d * I_DO_NOT_USE_BUFFER = ' ' * I_ONLY_SIMULATION = ' ' IMPORTING e_tfk033d = i_tfk033d EXCEPTIONS error_in_input_data = 1 nothing_found = 2 OTHERS = 3 .

ISU_DB_TEIVV_SELECT CALL FUNCTION 'ISU_DB_TEIVV_SELECT' EXPORTING i_ihvor = co_hvorg i_itvor = co_tvorg_rgu i_applk = co_applk_isu IMPORTING e_hvorg = p_hvorg_rec e_tvorg = p_tvorg_recc EXCEPTIONS not_found = 1 * INT_TRANS_NOT_VALID = 2 * TRANS_NOT_VALID = 3 OTHERS = 4 .

ISU_DB_TEIVV_SELECT CALL FUNCTION 'ISU_DB_TEIVV_SELECT' EXPORTING i_ihvor = co_hvorg i_itvor = co_tvorg_rfo i_applk = co_applk_isu IMPORTING e_hvorg = p_hvorg_rec e_tvorg = p_tvorg_recd EXCEPTIONS not_found = 1 * INT_TRANS_NOT_VALID = 2 * TRANS_NOT_VALID = 3 OTHERS = 4 .

ISU_DB_TEIVV_SELECT CALL FUNCTION 'ISU_DB_TEIVV_SELECT' EXPORTING i_ihvor = co_hvorg i_itvor = co_tvorg_agu i_applk = co_applk_isu IMPORTING e_hvorg = p_hvorg_bbp e_tvorg = p_tvorg_bbpc EXCEPTIONS not_found = 1 * INT_TRANS_NOT_VALID = 2 * TRANS_NOT_VALID = 3 OTHERS = 4 .

ISU_DB_TEIVV_SELECT





CALL FUNCTION 'ISU_DB_TEIVV_SELECT' EXPORTING i_ihvor = co_hvorg i_itvor = co_tvorg_afo i_applk = co_applk_isu IMPORTING e_hvorg = p_hvorg_bbp e_tvorg = p_tvorg_bbpd EXCEPTIONS not_found = 1 * INT_TRANS_NOT_VALID = 2 * TRANS_NOT_VALID = 3 OTHERS = 4 .

FKK_COMP_CODE_DATA CALL FUNCTION 'FKK_COMP_CODE_DATA' EXPORTING i_bukrs = p_bukrs IMPORTING e_t001 = h_t001 EXCEPTIONS error_message = 1.

FKK_TAX_DATA_COMPLETE CALL FUNCTION 'FKK_TAX_DATA_COMPLETE' EXPORTING i_applk = co_applk_isu i_bukrs = p_fkkopk-bukrs i_mwskz = p_fkkopk-mwskz i_txjcd = p_fkkopk-txjcd i_txdat = p_fkkopk-txdat * I_SBASW = * I_BETRW = i_ktosl = p_fkkopk-ktosl i_kschl = p_fkkopk-kschl i_stprz = p_fkkopk-stprz * I_SBASW_GROSS_AMOUNT = IMPORTING * E_SBASW = * E_BETRW = e_ktosl = x_ktosl e_kschl = x_kschl * E_STPRZ = e_hkont = x_hkont EXCEPTIONS error_message = 1 .



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