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
Below is a list of transaction codes which are relevant to this SAP report
PS4S_STATUS_PROC - Send Status Confirmation
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PS4S_STATUS_PROCESS_MASS - Social Services: Send Status Confirmation for FI-CA Documents PS4S_STATUS_PROCESS_MASS - Social Services: Send Status Confirmation for FI-CA Documents PS4S_STATUS_DOC_DEL - Social Services: Delete Status Confirmation PS4S_STATUS_DOC_DEL - Social Services: Delete Status Confirmation PR_TEST_RFAC_WHERE_USED_UTIL - DO NOT CHANGE! PR_TEST_RFAC_WHERE_USED_UTIL - DO NOT CHANGE!