RVFTUSER is a standard Executable ABAP Report 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 RVFTUSER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FTUS - Foreign Trade: Maintain User 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.
Title: Foreign Trade: Declarations to the Authorities - Add Entries
Text Symbol: T01 = Locked data
Text Symbol: T02 = Data locked by user &
Text Symbol: T03 = Display only
Text Symbol: T04 = Display locked data?
Text Symbol: T10 = Exit maintenance
Text Symbol: T11 = Change ==> Display
Text Symbol: T12 = Data has been changed
Text Symbol: T13 = Save changes first?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING viewname = con_view_v_ftuse TABLES x_header = x_header x_namtab = x_namtab sellist = hlp_sellist EXCEPTIONS no_tvdir_entry = 3 table_not_found = 5.
ENQUEUE_E_TABLEE CALL FUNCTION 'ENQUEUE_E_TABLEE' EXPORTING mode_rstable = 'E' tabname = p_tabname varkey = p_varkey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_TABLEE CALL FUNCTION 'DEQUEUE_E_TABLEE' EXPORTING mode_rstable = 'E' tabname = p_tabname varkey = p_varkey.
VIEW_MAINTENANCE_LOW_LEVEL CALL FUNCTION 'VIEW_MAINTENANCE_LOW_LEVEL' EXPORTING fcode = p_fcode view_action = p_view_action view_name = p_viewname IMPORTING last_act_entry = p_last_act_entry ucomm = p_ucomm update_required = p_update_required action_out = p_action_out TABLES corr_keytab = p_corr_keytab dba_sellist = p_dba_sellist dpl_sellist = p_dpl_sellist excl_cua_funct = p_fu_to_excl extract = p_extract_v_ftuse total = p_total_v_ftuse x_header = p_x_header x_namtab = p_x_namtab EXCEPTIONS function_not_found = 1 missing_corr_number = 2 no_value_for_subset_ident = 3 saving_correction_failed = 4 OTHERS = 5.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING titel = p_title diagnosetext1 = p_diag_txt1 diagnosetext2 = p_diag_txt2 textline1 = p_txt_line1 defaultoption = 'Y' cancel_display = p_cancel_display IMPORTING answer = p_answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = p_title textline1 = p_txt_line1 "Daten wurden verändert.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVFTUSER - Foreign Trade: Declarations to the Authorities - Add Entries RVFTUSER - Foreign Trade: Declarations to the Authorities - Add Entries RVFTUO01 - documentation and ABAP source code RVFTULZS - Foreign Trade: Data service: Upload of customs offices from ASCII file RVFTULZS - Foreign Trade: Data service: Upload of customs offices from ASCII file RVFTUI01 - documentation and ABAP source code