SAP Reports / Programs

RPCE2AD0_IN SAP ABAP Report - ELStAM Procedure: Request to Clearing House for Confirmations







RPCE2AD0_IN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use report RPCE2AD0_IN to collect change lists (response lists and month lists) from the clearing house...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 RPCE2AD0_IN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M01_CE2AD0_IN - Collect Open Confirmations


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 RPCE2AD0_IN. "Basic submit
SUBMIT RPCE2AD0_IN AND RETURN. "Return to original report after report execution complete
SUBMIT RPCE2AD0_IN 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: PA_EIN = Restriction
Selection Text: PA_FROM = Request From
Selection Text: PA_MAX = Maximum Number of IDs
Selection Text: PA_NAGST = Request Without AGSTNR
Selection Text: PA_PROT = Log
Selection Text: PA_RFC = RFC Destination
Selection Text: PA_TFTIC = Transfer Ticket
Selection Text: PA_TO = Request To
Selection Text: PA_TRACE = Trace
Selection Text: PA_UPD = Database Update
Selection Text: SO_AGST = Employer Tax Number
Title: ELStAM Procedure: Request to Clearing House for Confirmations
Text Symbol: OPT = Options
Text Symbol: S01 = Selected Change Lists - OK
Text Symbol: S02 = Selected Change Lists - Error
Text Symbol: S03 = Request Change Lists - OK
Text Symbol: S04 = Request Change Lists - Error
Text Symbol: S05 = Confirmed Change Lists - OK
Text Symbol: S06 = Confirmed Change Lists - Error
Text Symbol: SEL = Selection
Text Symbol: STR = Program Control


INCLUDES used within this REPORT RPCE2AD0_IN

INCLUDE RPCE2AD0_IN_DATA.
INCLUDE RPCE2AD0_IN_SELECTION_SCREEN.
INCLUDE RPCE2AD0_IN_FORMS.


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:

No SAP FUNCTION MODULES are executed within this report code!



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