RFFMCCRVENDORCREATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Central Contractor Registration (CCR) is the primary vendor database for the U...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 RFFMCCRVENDORCREATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMFGCCRVENDORCREATE - Create Vendor Master from CCR Data
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.
Selection Text: SO_CAGE = CAGE Code
Selection Text: SO_DUNS = DUNS No.
Selection Text: SO_DUNS4 = DUNS+4
Selection Text: SO_TAXID = Taxpayer Identification No.
Title: Create Business Partner/Vendor from CCR Data
Text Symbol: 001 = Business Partner/Vendor Selection
Text Symbol: 006 = Bus. Name
Text Symbol: 007 = IDOC Number
Text Symbol: 008 = Vendor Number
Text Symbol: 009 = Status
Text Symbol: 010 = Stat
Text Symbol: 011 = Data rec.
Text Symbol: 012 = Data records
Text Symbol: 013 = processed
Text Symbol: 014 = Vendors Processed
INCLUDE RFFMCCRVENDORCREATETOP . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = h_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.
IDOC_INBOUND_WRITE_TO_DB CALL FUNCTION 'IDOC_INBOUND_WRITE_TO_DB' EXPORTING pi_do_handle_error = 'X' pi_return_data_flag = ' ' IMPORTING pe_idoc_number = ef_idocnum pe_state_of_processing = lf_process_state pe_inbound_process_data = ls_tede2 TABLES t_data_records = lt_edidd CHANGING pc_control_record = ls_edidc EXCEPTIONS idoc_not_saved = 1 OTHERS = 2.
IDOC_START_INBOUND CALL FUNCTION 'IDOC_START_INBOUND' EXPORTING pi_inbound_process_data = ls_tede2 TABLES t_control_records = lt_edidc * t_data_records = EXCEPTIONS invalid_document_number = 1 error_before_call_application = 2 inbound_process_not_possible = 3 old_wf_start_failed = 4 wf_task_error = 5 serious_inbound_error = 6 OTHERS = 7.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = this_report i_callback_pf_status_set = 'ALV_SET_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' i_callback_top_of_page = 'ALV_TOP_OF_PAGE' i_callback_html_top_of_page = 'ALV_HTML_TOP_OF_PAGE' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' i_grid_title = rpt_line1 * I_GRID_SETTINGS = is_layout = alv_layout it_fieldcat = alv_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * 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 = TABLES t_outtab = lt_dunsvendor EXCEPTIONS program_error = 1 OTHERS = 2 .
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' "#EC * EXPORTING langu = sy-langu only = ' ' tabname = 'FMCCRTVENDOR' * IMPORTING * HEADER = * RC = TABLES nametab = p_nametab EXCEPTIONS internal_error = 1 table_has_no_fields = 2 table_not_activ = 3 no_texts_found = 4 OTHERS = 5 .
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING program = sy-cprog restriction = ls_restrict_options * DB = ' ' EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMCCRVENDORCREATE - Create Business Partner/Vendor from CCR Data RFFMCCRVENDORCREATE - Create Business Partner/Vendor from CCR Data RFFMCCRUPLOADTOP - Include RFFMCCRUPLOADTOP RFFMCCRUPLOAD - *Obsolete* CCR Vendor Upload RFFMCCRUPLOAD - *Obsolete* CCR Vendor Upload RFFMCCRUPDATETOP - Include RFFMCCRUPLOADTOP