SAP Reports / Programs

PS4S_STATUS_PROCESS_MASS SAP ABAP Report - Social Services: Send Status Confirmation for FI-CA Documents







PS4S_STATUS_PROCESS_MASS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to align the payment data (status confirmation) between Contract Accounts Receivable and Payable and the integrated Social Services application...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 PS4S_STATUS_PROCESS_MASS 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

PS4S_STATUS_PROC - Send Status Confirmation


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 PS4S_STATUS_PROCESS_MASS. "Basic submit
SUBMIT PS4S_STATUS_PROCESS_MASS AND RETURN. "Return to original report after report execution complete
SUBMIT PS4S_STATUS_PROCESS_MASS 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_BP = D .
Selection Text: PA_CA = D .
Selection Text: PA_CO = D .
Selection Text: PA_DELDO = D .
Selection Text: PA_DOCNO = D .
Selection Text: PA_DOCTY = D .
Selection Text: PA_REFFI = D .
Selection Text: PA_SYNC = D .
Title: Social Services: Send Status Confirmation for FI-CA Documents
Text Symbol: 001 = Input Data
Text Symbol: 002 = Synchronization Mode
Text Symbol: 003 = Error occurred during processing
Text Symbol: 004 = Report executed successfully
Text Symbol: 005 = Time of Recording
Text Symbol: 006 = To
Text Symbol: 007 = Send Time


INCLUDES used within this REPORT PS4S_STATUS_PROCESS_MASS

No INCLUDES are used within this REPORT code!


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:

PS4S_STATUS_PROCESS_MASS CALL FUNCTION 'PS4S_STATUS_PROCESS_MASS' EXPORTING it_doc_no = lt_docno it_ext_ref_fica = lt_reffica * IT_EXT_REF_BILL = IT_EXT_REF_BILL it_bp = lt_bp it_ca = lt_ca it_co = lt_co iv_doc_types = pa_docty it_timestamp = lt_time it_sent_timestamp = lt_sntts iv_del_docs = pa_deldo iv_sync = pa_sync iv_export_msg = '' IMPORTING et_return = lt_return.



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