SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

RVFTJOLI SAP ABAP Report - Foreign Trade: Export Deliveries Journal







RVFTJOLI 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 RVFTJOLI 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

VILI - FT: Export Deliveries Journal


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


Text pool values


Selection Text: P_BUKRS = @BN@ Company code
Selection Text: P_ELAND = @8M@ Ctry
Selection Text: P_ERNAM = @6C@ Created by
Selection Text: P_FI_GL = Transferred to accounting
Selection Text: P_FKART = @90@ Billing type
Selection Text: P_FKDAT = @1U@ Doc. date
Selection Text: P_KU_AG = @A0@ Sold-to
Selection Text: P_KU_RG = @A0@ Payer
Selection Text: P_KU_WE = @A0@ Ship-to
Selection Text: P_REORG = D Reorg. Incompleteness
Selection Text: P_VARI = @0R@ Layout
Selection Text: P_VBELN = @90@ Billing document
Selection Text: P_VKORG = @B_OGUN@ Sales organization
Selection Text: P_WERKS = @A8@ Plant
Title: Foreign Trade: Export Deliveries Journal
Text Symbol: V02 = Export Journal
Text Symbol: V01 = Journals
Text Symbol: P05 = Process: Incompleteness
Text Symbol: P04 = Process: Issue table
Text Symbol: P03 = Read: Incompleteness
Text Symbol: P02 = Read: Foreign Trade data
Text Symbol: P01 = Read: Deliveries
Text Symbol: L07 = Address
Text Symbol: L06 = A general error has occurred
Text Symbol: L05 = Internal error has occurred
Text Symbol: 001 = Pur. Order
Text Symbol: 002 = Billing
Text Symbol: 003 = Billing
Text Symbol: B01 = Geography-Receipt
Text Symbol: B02 = Geography-Export
Text Symbol: B03 = Further doc. data
Text Symbol: B04 = List Format
Text Symbol: B05 = Other parameters
Text Symbol: G01 = Destination country
Text Symbol: G02 = Sales organization
Text Symbol: G03 = Plnt
Text Symbol: G04 = GoodsNo./CodeNo.
Text Symbol: G11 = Invoice value





Text Symbol: G12 = Statistical value
Text Symbol: G21 = Key fig.
Text Symbol: G40 = Exp.bill.docs journal graphic
Text Symbol: K01 = Export deliveries journal
Text Symbol: K02 = Created by
Text Symbol: K03 = Date :
Text Symbol: K04 = ApprovlNo.
Text Symbol: L01 = Error reading customer address:
Text Symbol: L02 = Incorr. parameter transf.
Text Symbol: L03 = Address does not exist
Text Symbol: L04 = Version does not exist


INCLUDES used within this REPORT RVFTJOLI

INCLUDE FTCODATA.
INCLUDE FTCODALV.
INCLUDE FTCOLISE.
INCLUDE FTCOSALV.
INCLUDE FTCOLIAT.
INCLUDE FTCOATAL.
INCLUDE FTCOFORM.


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:

FT_COCKPIT_EXP_INVOIC_SELECT * CALL FUNCTION 'FT_COCKPIT_EXP_INVOIC_SELECT' * EXPORTING * i_wide_selection = 'X' * TABLES * i_range_eland = p_eland * i_range_vbeln = p_vbeln * i_range_bukrs = p_bukrs * i_range_fkart = p_fkart * i_range_ernam = ranges_ernam * i_range_fkdat = p_fkdat * i_range_vkorg = p_vkorg * i_range_rfbsk = ranges_rfbsk * i_range_ku_rg = p_ku_rg * i_range_ku_ag = p_ku_ag * i_range_ku_we = p_ku_we * i_range_werks = p_werks * itab_vbrk = itab_vbrk * itab_vbrp = itab_vbrp * itab_vbpa = itab_vbpa * EXCEPTIONS * no_documents_found = 1 * OTHERS = 2.

EXPIMP_TABLES_REFRESH CALL FUNCTION 'EXPIMP_TABLES_REFRESH'.

EXPIMP_MASS_DATA_READ CALL FUNCTION 'EXPIMP_MASS_DATA_READ' EXPORTING i_ahbas = con_2li i_updkz = ' ' TABLES i_t_xlikp = itab_likp EXCEPTIONS wrong_update_flag = 1 no_ft_data_found = 2 OTHERS = 3.

EXPIMP_MASS_DATA_RETRIEVE CALL FUNCTION 'EXPIMP_MASS_DATA_RETRIEVE' TABLES i_t_ft_header = itab_eikp i_t_ft_line_item = itab_eipo EXCEPTIONS no_ft_data_found = 1 OTHERS = 2.

FT_LIST_COCKPIT_IMPEXP_MONITOR CALL FUNCTION 'FT_LIST_COCKPIT_IMPEXP_MONITOR' EXPORTING i_variant = p_vari i_reportname = con_report_joli i_ahbas = con_2li TABLES t_alv_ko = alv_itab_ko t_alv_po = alv_itab_po EXCEPTIONS alv_error = 1 OTHERS = 2.



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