RABARC01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to print selected information from the asset master record together with a barcode...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 RABARC01 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: POSNR = ?...(POSNR)
Selection Text: POSID = ?...(POSID)
Selection Text: OBJNR = ?...(OBJNR)
Selection Text: ZUGDT = Date of initial acquisition
Selection Text: PA_TITEL = Supplementary title
Selection Text: PA_MIKRO = Print microfiche line
Selection Text: PA_LSSEP = List Separation
Selection Text: PA_FORM = Form name for printing barcode
Selection Text: ERDAT = Date created
Selection Text: EAUFN = ?...(EAUFN)
Title: Bar codes
Text Symbol: U02 = Creation date:
Text Symbol: U01 = Report date:
Text Symbol: F10 = Error Message Long Text
Text Symbol: F01 = Log of assets with errors
Text Symbol: C03 = Additional specifications for batch run
Text Symbol: BL1 = Further selections
Text Symbol: AV6 = All assets
Text Symbol: AV5 = Selected assets
Text Symbol: AV4 = add to the worklist?
Text Symbol: AV3 = would you like to
Text Symbol: AV2 = Which assets
Text Symbol: AV1 = Add to worklist
Text Symbol: 024 = Generated variant
Text Symbol: 005 = Created by ;
Text Symbol: 004 = Name ;
Text Symbol: 003 = Date opend;
Text Symbol: 002 = SNo.
Text Symbol: 001 = Main number
INCLUDE RASORT00.
INCLUDE RASORT04.
INCLUDE RASORT08.
No SAP DATABASE tables are accessed within this REPORT code!
PF_STATUS_SET CALL FUNCTION 'PF_STATUS_SET' EXPORTING I_STATUS = 'BARC' I_SUMMB = SUMMB TABLES T_EXCLKEY = EXCLKEY.
FIAA_BARCODE_OPEN CALL FUNCTION 'FIAA_BARCODE_OPEN' EXPORTING I_FORM = PA_FORM.
FIAA_BARCODE_OPEN CALL FUNCTION 'FIAA_BARCODE_OPEN' EXPORTING I_FORM = PA_FORM.
FIAA_BARCODE_PRINT CALL FUNCTION 'FIAA_BARCODE_PRINT' EXPORTING I_ANLAV = ANLAV I_FORM = PA_FORM .
FIAA_BARCODE_CLOSE CALL FUNCTION 'FIAA_BARCODE_CLOSE' EXPORTING I_FORM = PA_FORM.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RABARC01 - Bar codes RABARC01 - Bar codes RABAEB0580 - documentation and ABAP source code RABADR_CLIENT_EXPORT - Create Transport Request for All Derivation Strategies in Client RABADR_CLIENT_EXPORT - Create Transport Request for All Derivation Strategies in Client RABADRPRINT_NEW - Characteristic Derivation: Overview