SAP Reports / Programs

RFASLD02_P SAP ABAP Report - EC Sales List (Belgium)







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


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 RFASLD02_P. "Basic submit
SUBMIT RFASLD02_P AND RETURN. "Return to original report after report execution complete
SUBMIT RFASLD02_P 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: 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





Text Symbol: 050 = Number
Text Symbol: 051 = Customers
Text Symbol: 060 = Total amount
Text Symbol: 129 = Print parameter(message)
Text Symbol: 130 = Print control
Text Symbol: 201 = Quarter delivery list of
Text Symbol: 202 = Free intracommunity goods and
Text Symbol: 203 = Similar operations
Text Symbol: 204 = -------------------------
Text Symbol: 205 = Magnetic medium containing
Text Symbol: 206 = One list
Text Symbol: 207 = More lists
Text Symbol: 208 = Accompanying note
Text Symbol: 209 = Name and addrs of
Text Symbol: 210 = VAT number
Text Symbol: 211 = Contactperson
Text Symbol: 212 = Phone number
Text Symbol: 213 = Period of the data contained on the list:
Text Symbol: 214 = Number of customers on the list:
Text Symbol: 215 = Total amount of the list ( &waer ) :
Text Symbol: 216 = Certify honest and true,
Text Symbol: 217 = Date
Text Symbol: 218 = Signature


INCLUDES used within this REPORT RFASLD02_P

INCLUDE RFASLIDD_P.
INCLUDE RFASLI00_P.


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:

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.



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