SAP Reports / Programs

RVEXPHMF SAP ABAP Report - HMF: Paper Version - USA - Selection







RVEXPHMF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for HMF Declaration - Document Version This report selects data for creating the HMF declaration -- a quarterly declaration to 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 RVEXPHMF 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

VE27 - HMF: Selection - USA


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 RVEXPHMF. "Basic submit
SUBMIT RVEXPHMF AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXPHMF 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_VKORG = Sort sales organization
Selection Text: P_RYEAR = Reporting year
Selection Text: P_REPOR = Exports requiring declaration
Selection Text: P_QUART = Quarter
Selection Text: P_NONST = Exports not requiring declar.
Selection Text: P_CCODE = Company code
Selection Text: P_AGENT = Define data record
Selection Text: P_ACCUM = Aggregate data
Title: HMF: Paper Version - USA - Selection
Text Symbol: E04 = Authorization symbol
Text Symbol: E03 = Criteria for processing
Text Symbol: E02 = Criteria for declaration relevance
Text Symbol: E05 = Reporting Month
Text Symbol: E06 = Reporting Year
Text Symbol: E07 = Number of data records
Text Symbol: E08 = Total invoice value
Text Symbol: E09 = Total statistical value
Text Symbol: E10 = Currency unit
Text Symbol: E11 = Total
Text Symbol: E12 = Total
Text Symbol: E01 = Selection criteria - General
Text Symbol: C02 = 0.125 % ;
Text Symbol: C01 = Fee ;
Text Symbol: 020 = ; ;
Text Symbol: 011 = ;Month ;Year;CoCode;Symbol; Invoice value ; Stat.value ; Fee ;Records;
Text Symbol: 010 = ;Month ;Year;CoCode;Symbol;Sales org;Description ; Invoice value ; Stat.value ; Fee ;Records;
Text Symbol: 003 = ;ZIP Code;ECCN ;EIN number ;Date ;Cntry ship. ;Export Lic. ;Serial no. ;Trade ID ;Vessel Name ; ; ;
Text Symbol: 002 = ;For.Port;Month ;Air Carr. C.;FTZ ;Prim.Unit QT;Prim.Net QTY;Value in USD;Sec.Unit ;Sec.Net QTY ;Gross Weight;ShipAuthSym;
Text Symbol: 001 = ;P.Trans.;Type ;Mode ;Cont. ;Ref.no. ;Schedule B ;State Orig. ;License ;Sp.ID Field ;Dest.Cntry ;U.S. Port ;
Text Symbol: E13 = No data selected for this month
Text Symbol: Z01 = **********************************
Text Symbol: T03 = Exports requiring declaration
Text Symbol: T02 = Exports not requiring declaration
Text Symbol: T01 = All exports
Text Symbol: S02 = & &
Text Symbol: S01 = Sum total month &: &
Text Symbol: K05 = HMF - Harbour Maintenance Fee - Month & / & - Overview
Text Symbol: K04 = HMF - Harbour Maintenance Fee Declaration - Month & to & / & to & - Overview





Text Symbol: K03 = HMF - Harbour Maintenance Fee Declaration - Month & / & - Overview
Text Symbol: K02 = HMF - Harbour Maintenance Fee Declaration - Month & / & - Sales organization &
Text Symbol: K01 = HMF - Harbour Maintenance Fee Declaration - Month & / &


INCLUDES used within this REPORT RVEXPHMF

INCLUDE RVEXSEUS.
INCLUDE RVEXDAT0.
INCLUDE RVEXSEC0.
INCLUDE RVEXF2SE.
INCLUDE RVEXF0SE.
INCLUDE RVEXF1SE.


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:

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = CURR_REPORT TABLES SELECTION_TABLE = SELECTION_TABLE EXCEPTIONS NOT_FOUND = 01 NO_REPORT = 02.



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