SAP Reports / Programs

RJYARC30 SAP ABAP Report - IS-M/SD: Billing Data Archiving: Create Archive Data







RJYARC30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create archive file (ADK) for IS-M/SD billing documents...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 RJYARC30 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 RJYARC30. "Basic submit
SUBMIT RJYARC30 AND RETURN. "Return to original report after report execution complete
SUBMIT RJYARC30 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: BISDATUM = To Billing Date
Selection Text: CREATE = Create Archive File
Selection Text: HALTZEIT = Billing Retent.Period (Days)
Selection Text: P_ART = Billing Type
Selection Text: P_AR_ILM = Archiving
Selection Text: P_DEST = Data Destruction
Selection Text: P_SNAP = Snapshot
Selection Text: TESTRUN = Deletion Report as Test Run
Selection Text: RVKORG = D .
Selection Text: RVTWEG = D .
Selection Text: SO_KUNRG = D .
Selection Text: SO_VBELN = D .
Title: IS-M/SD: Billing Data Archiving: Create Archive Data
Text Symbol: 001 = Billing Documents
Text Symbol: 002 = The following billing documents could not be archived.
Text Symbol: 003 = Check the consistency of the billing document details.
Text Symbol: SC2 = Document Selection
Text Symbol: SC3 = Control


INCLUDES used within this REPORT RJYARC30

INCLUDE MJ000TOP . " ALLG. KONSTATNTEN
INCLUDE RJT30ARC .
INCLUDE MJY00T80 . " DATENDEF. REORGANISATION
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:

ISP_INVOICE_ARCHIVE_PREPARE call function 'ISP_INVOICE_ARCHIVE_PREPARE' exporting enddate = seldatum.

ISP_INVOICE_ARCHIVE_DATA_GET call function 'ISP_INVOICE_ARCHIVE_DATA_GET' exporting enddate = seldatum jfrk_in = jfrk importing archivable = archivable tables jfrp_tab = jfrp_tab jfpa_tab = jfpa_tab konv_tab = konv_tab jffdicht_tab = jffdicht_tab nast_tab = nast_tab exceptions "hint 1099357 no_Data_found = 1 "hint 1099357 not_yet_due = 2. "note 1171213



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