SAP Reports / Programs | Logistics - General | Logistics Basic Data | Serial Numbers(LO-MD-SN) SAP LO

RIARCOLA SAP ABAP Report - documentation and ABAP source code







RIARCOLA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RIARCOLA 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 RIARCOLA. "Basic submit
SUBMIT RIARCOLA AND RETURN. "Return to original report after report execution complete
SUBMIT RIARCOLA 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_ASER08 = Select for Archiving
Selection Text: P_ASER09 = Select for Archiving
Selection Text: S_EXIDV = Handling Unit
Selection Text: S_GJAHR = Fiscal Year
Selection Text: S_IBLNR = Physical Inventory Document
Selection Text: S_LIEF = Delivery
Selection Text: S_MBLNR = Material Document
Selection Text: S_MJAHR = Material Document Year
Selection Text: S_PPAUFN = Production/Maintenance Order
Selection Text: S_PRUEFL = Inspection Lot
Selection Text: S_SDAUFN = Sales Document
Selection Text: P_AR_ILM = D .
Selection Text: P_COMENT = D .
Selection Text: P_DELTST = D .
Selection Text: P_DEST = D .
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Selection Text: P_SNAP = D .
Selection Text: P_WRIPRD = D .
Selection Text: P_WRITST = D .
Selection Text: S_BANFN = D .
Selection Text: S_EBELN = D .
Selection Text: P_ASER07 = Select for Archiving
Selection Text: P_ASER06 = Select for Archiving
Selection Text: P_ASER05 = Select for Archiving
Selection Text: P_ASER04 = Select for Archiving
Selection Text: P_ASER03 = Select for Archiving
Selection Text: P_ASER02 = Select for Archiving
Selection Text: P_ASER01 = Select for Archiving
Text Symbol: 001 = Restriction of Deliveries
Text Symbol: 002 = Archiving of serial number history of
Text Symbol: 003 = Process Control
Text Symbol: 013 = No Objects for Archiving Session
Text Symbol: BAN = Purch. Requisitions
Text Symbol: EBL = PurchasingDocs
Text Symbol: EXI = Handling Units
Text Symbol: IBL = Physical Inventory Documents
Text Symbol: LIF = Deliveries





Text Symbol: MBL = Goods Movements
Text Symbol: N01 = Snapshot Archived
Text Symbol: N02 = Retention Duration Reached
Text Symbol: PPA = Production or Refurbishment Orders
Text Symbol: PRU = Inspection Lots
Text Symbol: SDA = Sales Documents


INCLUDES used within this REPORT RIARCOLA

INCLUDE RIOBJVAR.
INCLUDE RIOBJSEL.
INCLUDE ARCH_WRITE_PRG_STANDARD2.
INCLUDE RIOBJFOR.


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:

ARCHIVE_PROTOCOL_INIT call function 'ARCHIVE_PROTOCOL_INIT' exporting i_detailprotocol = p_prot.

PM_OBJLIST_DATA_FOR_ARCHIEV call function 'PM_OBJLIST_DATA_FOR_ARCHIEV' exporting * p_test = p_deltst p_wriprd = p_wriprd p_deltst = p_deltst p_coment = p_coment i_ar_ilm = p_ar_ilm i_snap = p_snap i_dest = p_dest tables s_lief = s_lief s_sdaufn = s_sdaufn s_mblnr = s_mblnr s_mjahr = s_mjahr s_pruefl = s_pruefl s_ppaufn = s_ppaufn s_exidv = s_exidv s_iblnr = s_iblnr s_gjahr = s_gjahr s_ebeln = s_ebeln s_banfn = s_banfn t_archive_permissions = lt_archive_permissions exceptions object_not_found = 1 open_error = 2 not_authorized = 3 others = 4.



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