SAP Reports / Programs | Media Product Sales and Distribution | SAP Media | Media Product Sales and Distribution(IS-M-SD-MS) SAP IS

FJKSD_KNVPF01 SAP ABAP INCLUDE - FJKSDKNVPF01







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

INCLUDE LSVCMCOD.


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:

VIEWCLUSTER_SET_EXCL_CUA_FUNCT call function 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' exporting object = object tables excl_cua_funct = lt_vimexclfun exceptions object_not_found = 1 viewcluster_not_active = 2 others = 3.

ISM_CONTRACT_KNVP_CREATE_CHECK call function 'ISM_CONTRACT_KNVP_CREATE_CHECK' exporting i_kunnr_pos = wa_jkvsd_knvp_head-kunnr_pos i_parvw_pos = wa_jkvsd_knvp_head-parvw_pos i_vkorg = wa_jkvsd_knvp_head-vkorg i_vtweg = wa_jkvsd_knvp_head-vtweg i_spart = wa_jkvsd_knvp_head-spart i_validfrom = wa_jkvsd_knvp_head-validfrom exceptions input_error = 1 others = 2.

ISM_CONTRACT_KNVP_CHECK_STATUS call function 'ISM_CONTRACT_KNVP_CHECK_STATUS' exporting i_rjksd_knvp_key = ls_rjksd_knvp_key exceptions multiple_records = 1 others = 2.

ISM_CONTRACT_KNVP call function 'ISM_CONTRACT_KNVP' exporting i_rjksd_knvp_key = ls_rjksd_knvp_key i_kunnr_pos = wa_jkvsd_knvp_parvw-kunnr_pos i_parvw_pos = wa_jkvsd_knvp_parvw-parvw_pos i_new_partner_function_tab = lt_new_partner_function i_vkorg = wa_jkvsd_knvp_parvw-vkorg i_vtweg = wa_jkvsd_knvp_parvw-vtweg i_spart = wa_jkvsd_knvp_parvw-spart i_check_partnerrole = 'X' exceptions kunnr_not_found = 1 wrong_parvw = 2 knvp_not_found = 3 parvw_change_not_possible = 4 no_difference_in_partnerrole = 5 multiple_records = 6 others = 7.

CONVERSION_EXIT_PARVW_INPUT call function 'CONVERSION_EXIT_PARVW_INPUT' exporting input = wa_vcl_dpl_sellist-value importing output = loc_rjksd_knvp_key-parvw_pos.

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = wa_vcl_dpl_sellist-value importing output = loc_rjksd_knvp_key-kunnr_pos.

CONVERT_DATE_TO_INTERNAL call function 'CONVERT_DATE_TO_INTERNAL' exporting date_external = wa_vcl_dpl_sellist-value accept_initial_date = 'X' importing date_internal = loc_rjksd_knvp_key-validfrom exceptions date_external_is_invalid = 1 others = 2.

VIEWCLUSTER_SET_EXCL_CUA_FUNCT call function 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' exporting object = vcl_next_view tables excl_cua_funct = lt_vimexclfun exceptions object_not_found = 1 viewcluster_not_active = 2 others = 3.



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