SAP Reports / Programs

RJYARC10 SAP ABAP Report - IS-M/SD: Delivery Archiving







RJYARC10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Meaning of parameters "Delivery billing framework" and "Order billing framework": Deliveries required for billing must always be archived separately...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 RJYARC10 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 RJYARC10. "Basic submit
SUBMIT RJYARC10 AND RETURN. "Return to original report after report execution complete
SUBMIT RJYARC10 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: TESTRUN = Deletion Program as Test Run
Selection Text: SELLOG = Logistical Delivery Type
Selection Text: SELLFART = Order Delivery Type
Selection Text: SELDREZ = Publication
Selection Text: P_SNAP = Snapshot
Selection Text: P_DEST = Data Destruction
Selection Text: P_DATFA = Check Billing Docs From
Selection Text: P_AR_ILM = Archiving
Selection Text: PPROT = Create Log
Selection Text: PENQUE = Block Deliveries
Selection Text: PBASLIEF = with Delivery Billing Framewrk
Selection Text: PBASAUFT = With Order Billing Framework
Selection Text: HALTZEIT = Data Ret.Period (in Days)
Selection Text: CREATE = Create Archive File
Selection Text: BISDATUM = To Date
Title: IS-M/SD: Delivery Archiving
Text Symbol: SC3 = Control
Text Symbol: SC2 = Selection of Deliveries
Text Symbol: SC1 = Period for Archiving
Text Symbol: P22 = Deliveries Affected by Selection:
Text Symbol: P21 = Deliveries Not Archived:
Text Symbol: P20 = Archived Deliveries:
Text Symbol: P07 = Error
Text Symbol: P06 = GeoUnit
Text Symbol: P05 = Carr. Route
Text Symbol: P04 = ShippDate
Text Symbol: P03 = DType
Text Symbol: P01 = Publn-Edition
Text Symbol: 001 = Deliveries To


INCLUDES used within this REPORT RJYARC10

INCLUDE MJ000TOP . " ALLG. KONSTATNTEN
INCLUDE MJY00T80 . " DATENDEF. REORGANISATION
INCLUDE RJT01ARC . " DATENDEF ARCH LIEFERUNGEN
INCLUDE MJ_BOOLEAN.
INCLUDE ISM_ILM_WRITE_PRG_STANDARD. " INCLUDE ILM OPTIONS AND CODE
INCLUDE ISM_ILM_OPTIONS.


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:

ISM_DELIVERIES_REORG_ZUST_CHCK CALL FUNCTION 'ISM_DELIVERIES_REORG_ZUST_CHCK' "Rel.4.72

ISP_DELIVERIES_REORG_DATA_GET call function 'ISP_DELIVERIES_REORG_DATA_GET' exporting in_checkzu = xcheckzu in_checkfakt = xcheckfak in_xfakbaslief = pbaslief in_xfakbasauft = pbasauft tables lfng_tab = jvtlfng_tab "<--In Out --> lfzuo_tab = jvtlfzuo_tab "---> Out jvtsirhzuo_tab = jvtsirhzuo_tab jvtsivtzuo_tab = jvtsivtzuo_tab jvsopdf_tab = jvsopdf_tab " 507064 jksdquanupdmsd_tab = jksdquanupdmsd_tab. "KN290702



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