SAP Reports / Programs

RFKK_BL_GET SAP ABAP Report - Get Locked Partners and Countries







RFKK_BL_GET is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi &PURPOSE& With this report transaction (get locked partners and countries), you can get all business partners that were locked in the GTS system in the sanctioned party list check and also all locked embargo countries...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 RFKK_BL_GET into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FPBL_GET - Get Locked Partners and Countries


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 RFKK_BL_GET. "Basic submit
SUBMIT RFKK_BL_GET AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_BL_GET 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_BP = Business Partners
Selection Text: P_LAND = Embargo Countries
Title: Get Locked Partners and Countries
Text Symbol: 001 = Get Locked Data from GTS For:


INCLUDES used within this REPORT RFKK_BL_GET

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:

/SAPSLL/CD_ALE_RECEIVER_GET_R3 CALL FUNCTION '/SAPSLL/CD_ALE_RECEIVER_GET_R3' IMPORTING ev_rfc_dest = lv_rfc_dest EXCEPTIONS no_rfc_destination_maintained = 1 customs_server_not_unique = 2 OTHERS = 3.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

/SAPSLL/GTSFI_SPL_BLBP_GET_RFC CALL FUNCTION '/SAPSLL/GTSFI_SPL_BLBP_GET_RFC' "#EC EXISTS EXPORTING iv_logsys = lv_logsys " Zero, not Oh iv_splam = 'C0' " Typo: Not 'CO', N: 1620575 ir_rltyp = lt_rltyp IMPORTING et_partner = lt_partner EXCEPTIONS logsys_not_found = 1 no_blocked_partner_found = 2 OTHERS = 3.

/SAPSLL/GTSFI_SPL_BLBP_GET_RFC CALL FUNCTION '/SAPSLL/GTSFI_SPL_BLBP_GET_RFC' DESTINATION lv_rfc_dest EXPORTING iv_logsys = lv_logsys " Zero, not Oh iv_splam = 'C0' " Typo: Not 'CO', N: 1620575 ir_rltyp = lt_rltyp IMPORTING et_partner = lt_partner EXCEPTIONS logsys_not_found = 1 no_blocked_partner_found = 2 OTHERS = 3.

/SAPSLL/GTSFI_EMB_CTRY_GET_RFC CALL FUNCTION '/SAPSLL/GTSFI_EMB_CTRY_GET_RFC' "#EC EXISTS EXPORTING iv_emb_cnty1 = 'X' iv_emb_cnty2 = 'X' IMPORTING et_emb_countries1 = lt_emb et_emb_countries2 = lt_emb2_help.

/SAPSLL/GTSFI_EMB_CTRY_GET_RFC CALL FUNCTION '/SAPSLL/GTSFI_EMB_CTRY_GET_RFC' DESTINATION lv_rfc_dest EXPORTING iv_emb_cnty1 = 'X' iv_emb_cnty2 = 'X' IMPORTING et_emb_countries1 = lt_emb et_emb_countries2 = lt_emb2_help.



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