SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFKK_SELPOB1 SAP ABAP INCLUDE - Include RFKK_SELPOB1







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


INCLUDES used within this REPORT RFKK_SELPOB1

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:

FKK_SELP_GET_CRITERIA CALL FUNCTION 'FKK_SELP_GET_CRITERIA' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name IMPORTING e_criteria = criteria e_criteria_rnd = criteria_rnd-rnd_num e_group = group EXCEPTIONS err_not_found = 1.

FKK_SELP_STORE_CRITERIA CALL FUNCTION 'FKK_SELP_STORE_CRITERIA' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_criteria = criteria i_with_curr = with_curr i_test_rnd = criteria_rnd-rnd_cb i_criteria_rnd = criteria_rnd-rnd_num EXCEPTIONS err_not_saved = 1.

FKK_SELP_DELETE_CRITERIA CALL FUNCTION 'FKK_SELP_DELETE_CRITERIA' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_group = group EXCEPTIONS err_not_deleted = 1.

FKK_SELP_SCRITERIA_GET CALL FUNCTION 'FKK_SELP_SCRITERIA_GET'.

FKK_SELP_SCRITERIA_STORE CALL FUNCTION 'FKK_SELP_SCRITERIA_STORE'.

FKK_SELP_SINIT CALL FUNCTION 'FKK_SELP_SINIT'.

FKK_SELP_SSTATUS_OF_CHANGE CALL FUNCTION 'FKK_SELP_SSTATUS_OF_CHANGE'.

FKK_SELP_SEXPORT_TO_MEMORY CALL FUNCTION 'FKK_SELP_SEXPORT_TO_MEMORY'.

FKK_SELP_SIMPORT_FROM_MEMORY CALL FUNCTION 'FKK_SELP_SIMPORT_FROM_MEMORY'.

FKK_SELP_SEXPORT_TO_FILE CALL FUNCTION 'FKK_SELP_SEXPORT_TO_FILE'.

FKK_SELP_SIMPORT_FROM_FILE CALL FUNCTION 'FKK_SELP_SIMPORT_FROM_FILE'.

FKK_SELP_SCRITERIA_DELETE CALL FUNCTION 'FKK_SELP_SCRITERIA_DELETE'.

FKK_SELP_GENER_FM_NAME CALL FUNCTION 'FKK_SELP_GENER_FM_NAME' EXPORTING i_base = i_base i_name = i_name i_def_base = 'FKK_SELP_S' IMPORTING e_function = e_fm.

FKK_SELP_RRESULTS_DESCRIBE CALL FUNCTION 'FKK_SELP_RRESULTS_DESCRIBE'.

FKK_SELP_RRESULTS_GET CALL FUNCTION 'FKK_SELP_RRESULTS_GET'.

FKK_SELP_RRESULTS_DELETE CALL FUNCTION 'FKK_SELP_RRESULTS_DELETE'.

FKK_SELP_RDETAIL_SHOW CALL FUNCTION 'FKK_SELP_RDETAIL_SHOW'.

FKK_SELP_GENER_FM_NAME CALL FUNCTION 'FKK_SELP_GENER_FM_NAME' EXPORTING i_base = i_base i_name = i_name i_def_base = 'FKK_SELP_R' IMPORTING e_function = e_fm.

FKK_SELP_REXT_DATA_INIT





CALL FUNCTION 'FKK_SELP_REXT_DATA_INIT'.

FKK_SELP_REXT_DATA_DELETE CALL FUNCTION 'FKK_SELP_REXT_DATA_DELETE'.

FKK_SELP_REXT_DATA_FILL CALL FUNCTION 'FKK_SELP_REXT_DATA_FILL'.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING textline1 = text-030 textline2 = text-031 textline3 = text-034 text_option1 = text-032 text_option2 = text-033 icon_text_option1 = 'ICON_OKAY' icon_text_option2 = 'ICON_CANCEL' titel = space cancel_display = ' ' IMPORTING answer = answer.

FKK_SELP_GET_CRITERIA CALL FUNCTION 'FKK_SELP_GET_CRITERIA' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name IMPORTING e_criteria = criteria EXCEPTIONS OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-062.

FKK_SELP_GENER_VIEW CALL FUNCTION 'FKK_SELP_GENER_VIEW' EXPORTING i_selection = selections i_with_types = 'X' IMPORTING e_viewname = viewname e_ttypname = ttypname e_structname = structname.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-063.

FKK_SELP_DELETE_DDOBJECT CALL FUNCTION 'FKK_SELP_DELETE_DDOBJECT' EXPORTING i_type = space i_name = viewname. "#EC DOM_EQUAL

FKK_SELP_GET_RES_PART CALL FUNCTION 'FKK_SELP_GET_RES_PART' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_progress_indicator = 'X' IMPORTING e_results = itab_res e_part_results = itab_part EXCEPTIONS err_not_found = 1 err_wrong_status = 2.

FKK_SELP_DELETE_RES CALL FUNCTION 'FKK_SELP_DELETE_RES' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_set_number = i_set_number EXCEPTIONS err_not_deleted = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-060.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-061.

BUP_PARTNER_DESCRIPTION_GET CALL FUNCTION 'BUP_PARTNER_DESCRIPTION_GET' EXPORTING i_partner = wa_tab-partner IMPORTING e_description = wa_sm-gpart_text EXCEPTIONS OTHERS = 0.

FKK_CALCULATE_CREDIT_RATING CALL FUNCTION 'FKK_CALCULATE_CREDIT_RATING' EXPORTING i_gpart = wa_tab-partner * I_DATUM = SY-DATUM IMPORTING e_bonit = wa_sm-bonit.

FKK_SELP_GET_RES_PART CALL FUNCTION 'FKK_SELP_GET_RES_PART' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_progress_indicator = 'X' IMPORTING e_results = itab_res e_part_results = itab_part EXCEPTIONS err_not_found = 1 err_wrong_status = 2.

FKK_SELP_DELETE_RES CALL FUNCTION 'FKK_SELP_DELETE_RES' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_set_number = i_set_number EXCEPTIONS err_not_deleted = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-060.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-061.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-060.




BUP_PARTNER_DESCRIPTION_GET CALL FUNCTION 'BUP_PARTNER_DESCRIPTION_GET' EXPORTING i_partner = wa_tab-gpart IMPORTING e_description = wa_sm-gpart_text EXCEPTIONS OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-061.

FKK_SELP_GET_CRIT_COMB CALL FUNCTION 'FKK_SELP_GET_CRIT_COMB' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name IMPORTING e_criteria = criteria EXCEPTIONS err_not_found = 1.

FKK_SELP_STORE_CRIT_COMB CALL FUNCTION 'FKK_SELP_STORE_CRIT_COMB' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_criteria = criteria EXCEPTIONS err_not_saved = 1.

FKK_SELP_DELETE_CRITERIA CALL FUNCTION 'FKK_SELP_DELETE_CRITERIA' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name EXCEPTIONS err_not_deleted = 1.

FKK_SELP_OP_GET_CRIT_LINE CALL FUNCTION 'FKK_SELP_OP_GET_CRIT_LINE' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name IMPORTING e_criteria = criteria EXCEPTIONS err_not_found = 1.

FKK_SELP_OP_STORE_CRIT_LINE CALL FUNCTION 'FKK_SELP_OP_STORE_CRIT_LINE' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_criteria = criteria EXCEPTIONS err_not_saved = 1.

FKK_SELP_DELETE_CRITERIA CALL FUNCTION 'FKK_SELP_DELETE_CRITERIA' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name EXCEPTIONS err_not_deleted = 1.

FKK_SELP_OP_LINE_GET_DEF CALL FUNCTION 'FKK_SELP_OP_LINE_GET_DEF' TABLES t_op_fields = i_all_fields EXCEPTIONS OTHERS = 0.

FKK_SELP_EXTR_GET_CRIT CALL FUNCTION 'FKK_SELP_EXTR_GET_CRIT' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name IMPORTING e_criteria = criteria EXCEPTIONS err_not_found = 1.

FKK_SELP_EXTR_STORE_CRIT CALL FUNCTION 'FKK_SELP_EXTR_STORE_CRIT' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_criteria = criteria EXCEPTIONS err_not_saved = 1.

FKK_SELP_DELETE_CRITERIA CALL FUNCTION 'FKK_SELP_DELETE_CRITERIA' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name EXCEPTIONS err_not_deleted = 1.

FKK_SELP_EXTR_GET_DEF CALL FUNCTION 'FKK_SELP_EXTR_GET_DEF' EXPORTING i_object = object i_criteria = criteria TABLES t_structs = structs t_fields = fields EXCEPTIONS err_get = 0 OTHERS = 0.

FKK_SELP_GET_CRIT_COMB CALL FUNCTION 'FKK_SELP_GET_CRIT_COMB' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name IMPORTING e_criteria = crit EXCEPTIONS err_not_found = 1.

FKK_SELP_CHECK_CRIT_COMB CALL FUNCTION 'FKK_SELP_CHECK_CRIT_COMB' EXPORTING i_sel_name = i_sel_name i_criteria = crit i_with_status = 'X' EXCEPTIONS err_error = 1 err_structure = 2 err_status = 3.

FKK_SELP_GET_CRIT_DUN CALL FUNCTION 'FKK_SELP_GET_CRIT_DUN' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name IMPORTING e_criteria = EXCEPTIONS err_not_found = 1.

FKK_SELP_STORE_CRIT_DUN CALL FUNCTION 'FKK_SELP_STORE_CRIT_DUN' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_criteria = EXCEPTIONS err_not_saved = 1.

FKK_SELP_DELETE_CRITERIA CALL FUNCTION 'FKK_SELP_DELETE_CRITERIA' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name EXCEPTIONS err_not_deleted = 1.

FKK_SELP_OP_GET_COND_RULES CALL FUNCTION 'FKK_SELP_OP_GET_COND_RULES' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name IMPORTING e_criteria = criteria EXCEPTIONS err_not_found = 1.

FKK_SELP_OP_STORE_COND_RULES CALL FUNCTION 'FKK_SELP_OP_STORE_COND_RULES' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_criteria = criteria EXCEPTIONS err_not_saved = 1.

FKK_SELP_DELETE_CRITERIA CALL FUNCTION 'FKK_SELP_DELETE_CRITERIA' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name EXCEPTIONS err_not_deleted = 1.

FKK_SELP_OP_GET_COND_FIELDS CALL FUNCTION 'FKK_SELP_OP_GET_COND_FIELDS' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name IMPORTING e_criteria = criteria EXCEPTIONS err_not_found = 1.

FKK_SELP_OP_STORE_COND_FIELDS CALL FUNCTION 'FKK_SELP_OP_STORE_COND_FIELDS' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name i_criteria = criteria EXCEPTIONS err_not_saved = 1.

FKK_SELP_DELETE_CRITERIA CALL FUNCTION 'FKK_SELP_DELETE_CRITERIA' EXPORTING i_sel_type = i_sel_type i_sel_name = i_sel_name EXCEPTIONS err_not_deleted = 1.

FKK_SELP_OP_LINE_GET_DEF CALL FUNCTION 'FKK_SELP_OP_LINE_GET_DEF' TABLES t_op_fields = i_all_fields EXCEPTIONS OTHERS = 0.



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