RPCATSD0 is a standard ABAP INCLUDE 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 RPCATSD0 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OPEN_FORM call function 'OPEN_FORM' exporting application = 'TX' ARCHIVE_INDEX = arc_index ARCHIVE_PARAMS = arc_params device = 'PRINTER' dialog = dialog language = sy-langu options = itcpo importing result = itcpp exceptions canceled = 1 device = 2 form = 3 options = 4 unclosed = 5 mail_options = 6 archive_error = 7 invalid_fax_number = 8 more_params_needed_in_batch = 9 others = 10.
START_FORM call function 'START_FORM' exporting ARCHIVE_INDEX = arc_index form = &1 language = sy-langu startpage = 'PAGE1' * PROGRAM = ' ' * MAIL_APPL_OBJECT = * IMPORTING * LANGUAGE = exceptions form = 1 format = 2 unended = 3 unopened = 4 unused = 5 others = 6 .
WRITE_FORM call function 'WRITE_FORM' exporting element = &1 function = 'APPEND' type = 'BODY' window = 'MAIN' * IMPORTING * PENDING_LINES = exceptions element = 1 function = 2 type = 3 unopened = 4 unstarted = 5 window = 6 bad_pageformat_for_print = 7 others = 8 .
END_FORM call function 'END_FORM'.
CLOSE_FORM call function 'CLOSE_FORM' * IMPORTING * RESULT = * RDI_RESULT = * TABLES * OTFDATA = exceptions unopened = 1 bad_pageformat_for_print = 2 others = 3 .
CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = periodendaten-von foreign_amount = rt-betrg foreign_currency = versc-waers local_currency = waehrung importing local_amount = rt-betrg exceptions others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCATSD0 - documentation and ABAP source code RPCATPV0_TREEDISPLAY - Include for annual tax reporting - display results in tree and grid RPCATPV0_SCREENDISPLAY - Modules for LTO screen handling RPCATPV0_RECON - Include RPCATPV0_RECON RPCATPV0_DISPLAYDATA - Class definition for ALV in annual tax reporting RPCATPV0 - Norwegian annual tax statement preparation