PS_CALL_PSJ_EXAMPLE_WITH_PSJ is a standard Executable ABAP Report 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 PS_CALL_PSJ_EXAMPLE_WITH_PSJ 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.
Title: Example for Accessing Function Module PS_LDB_CALL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PS_CALL_PSJ_SELSCREEN call function 'PS_CALL_PSJ_SELSCREEN' IMPORTING E_TCNDB = cn_tcndb E_TCNDS = cn_tcnds et_expressions = et_expressions TABLES ET_SELECTIONS = t_selections.
PS_CALL_PSJ call function 'PS_CALL_PSJ' exporting i_caller = 'PS_CALL_PSJ_EXAMPLE_WITH_PSJ' "note 1577522 it_trange = et_expressions tables it_selections = t_selections et_rsthie_m = t_rsthie_m changing ch_tcndb = cn_tcndb ch_tcnds = cn_tcnds.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PS_CALL_PSJ_EXAMPLE_WITH_PSJ - Example for Accessing Function Module PS_LDB_CALL PS_CALL_PSJ_EXAMPLE_WITH_PSJ - Example for Accessing Function Module PS_LDB_CALL PS_CALL_PSJ_EXAMPLE_CLASSIC - Example for Accessing Function Module PS_LDB_CALL PS_CALL_PSJ_EXAMPLE_CLASSIC - Example for Accessing Function Module PS_LDB_CALL PS_CALL_PSJ_EXAMPLE - Example for Accessing Function Module PS_LDB_CALL PS_CALL_PSJ_EXAMPLE - Example for Accessing Function Module PS_LDB_CALL