SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Information System(FI-GL-IS) SAP FI

RFASLD11 SAP ABAP Report - EC Sales List (Spain)







RFASLD11 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates a data extract for the EC sales list in Spain...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 RFASLD11 into the relevant SAP transactions such as SE38 or SE80


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 RFASLD11. "Basic submit
SUBMIT RFASLD11 AND RETURN. "Return to original report after report execution complete
SUBMIT RFASLD11 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: SEL_MWKZ = Tax code
Selection Text: SEL_LSTM = Tax reporting country
Selection Text: PAR_TELF = D Tel. number of contact person
Selection Text: PAR_TAPE = Output as file (file system)
Selection Text: PAR_QUAR = Reporting quarter
Selection Text: PAR_PRIL = Printer (line item list)
Selection Text: PAR_MIKF = Print microfiche line
Selection Text: PAR_LSEP = Separate list
Selection Text: PAR_JUST = D Form number
Selection Text: PAR_JAHR = Reporting year
Selection Text: PAR_FILE = File name (file system)
Selection Text: PAR_EPOS = Line item display
Selection Text: PAR_DELE = Tax office
Selection Text: PAR_CONT = D Name of contact person
Title: EC Sales List (Spain)
Text Symbol: 910 = Line item list print: spool number
Text Symbol: 906 = CoCd Doc. number Line item
Text Symbol: 903 = The document information does not appear in the EC sales list
Text Symbol: 902 = The VAT reg.no.for the customer/vendor was not specified
Text Symbol: 9** = ---------- Error output ---------------------------------------------------
Text Symbol: 801 = Print error list
Text Symbol: 300 = Addit.Details
Text Symbol: 101 = typ ind vendor number itm date period quarter in &WAERS
Text Symbol: 100 = CoCd Tr. VAT reg.no. SC Customer/ Document Lne Posting Posting Rptg Goods value
Text Symbol: 1** = ---------- List headings --------------------------------------------------
Text Symbol: 011 = /
Text Symbol: 010 = Reporting quarter
Text Symbol: 002 = VAT reg.no.: &UIN
Text Symbol: 001 = EC Sales List for the quarter &Q/&Y
Text Symbol: 0** = ---------- Report title and selection parameters --------------------------


INCLUDES used within this REPORT RFASLD11

INCLUDE RFASLALV.


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:

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' "WiA EXPORTING local_currency = t005-waers "WiA foreign_currency = bkpf-waers "WiA foreign_amount = bseg-wrbtr "WiA date = date "WiA type_of_rate = t005-kurst "WiA IMPORTING local_amount = tab_bseg-dmshb. "WiA

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-repid parameter_2 = par_jahr parameter_3 = par_quar CHANGING physical_filename = par_file EXCEPTIONS OTHERS = 1.



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