RFASLD02_P is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program creates a diskette file in ASCII format for the quarterly sales listing in Belgium...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 RFASLD02_P into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: PAR_BSET = Base amount from tax items
Selection Text: PAR_CONT = Contact person
Selection Text: PAR_EPOS = Line item display
Selection Text: PAR_JAHR = Reporting year
Selection Text: PAR_LSEP = Separate list
Selection Text: PAR_MIKF = Print microfiche line
Selection Text: PAR_PRIL = Line item list printer
Selection Text: PAR_PRIM = Printer for accomp.letter
Selection Text: PAR_QUAR = Reporting quarter
Selection Text: PAR_RESP = For responsibility (text)
Selection Text: PAR_TELF = Telephone no.of contact person
Selection Text: PAR_UNIX = File name in file system
Selection Text: SEL_LSTM = Reporting country
Selection Text: SEL_MWKZ = Output Tax Code
Selection Text: SEL_UKRS = Taxes on sales/purchases group
Title: EC Sales List (Belgium)
Text Symbol: 220 = of the declarant
Text Symbol: 221 = of the person who made the
Text Symbol: 222 = magnetic medium
Text Symbol: 223 = Number of lists contained on the magnetic medium
Text Symbol: 225 = With the agreement that has been given to me by,
Text Symbol: 226 = the assujetti named in the joint list, I declare
Text Symbol: 227 = that the information contained on the magnetic medium
Text Symbol: 228 = is honest and true.
Text Symbol: 230 = With this letter I declare that I take no
Text Symbol: 231 = responsibility for the validity of the information
Text Symbol: 232 = contained on the magnetic medium. This responsibility
Text Symbol: 233 = is taken by the assujetti named on the joint list.
Text Symbol: B10 = Order
Text Symbol: B11 = NInt
Text Symbol: 219 = (Name and quality)
Text Symbol: 010 = Reportg Quarter
Text Symbol: 011 = /
Text Symbol: 020 = VAT no.
Text Symbol: 030 = Name
Text Symbol: 031 = Nomination
Text Symbol: 040 = Period
Text Symbol: 041 = Q/year
INCLUDE RFASLIDD_P.
INCLUDE RFASLI00_P.
No SAP DATABASE tables are accessed within this REPORT code!
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog parameter_2 = par_jahr parameter_3 = par_quar CHANGING physical_filename = par_unix EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.