SAP Reports / Programs

RVFTUSER SAP ABAP Report - Foreign Trade: Declarations to the Authorities - Add Entries







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


Transaction Code(s):

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

FTUS - Foreign Trade: Maintain User Data


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 RVFTUSER. "Basic submit
SUBMIT RVFTUSER AND RETURN. "Return to original report after report execution complete
SUBMIT RVFTUSER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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?


INCLUDES used within this REPORT RVFTUSER

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:

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.



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