DBPSJI10 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 DBPSJI10 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: PAI module for LDB PSJ
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AIPP_CHECK_SPLITTED_ALLOCS * CALL FUNCTION 'AIPP_CHECK_SPLITTED_ALLOCS' * EXPORTING * I_PRNAM = CN_IMTP-LOW * I_GJAHR = CN_IMTPJ * EXCEPTIONS * SPLITTED_ALLOCATIONS_EXIST = 1 * OTHERS = 2.
CJDB_BATCH_RESULTS_HANDLING call function 'CJDB_BATCH_RESULTS_HANDLING' importing e_cndbdir = cndbdir_wa tables t_params = ps_params t_range = ps_range changing c_tcndb = tcndb c_tcnds = tcnds exceptions cancelled = 1.
SELTAB_2_SELOPTS call function 'SELTAB_2_SELOPTS' exporting program = sy-cprog tables seltab = ps_params exceptions others = 0.
FREE_SELECTIONS_RANGE_2_WHERE call function 'FREE_SELECTIONS_RANGE_2_WHERE' exporting field_ranges = ps_range importing where_clauses = dyn_sel-clauses exceptions others = 0.
CJDB_CHANGE_TCNDB_TEMP call function 'CJDB_CHANGE_TCNDB_TEMP' exporting i_tcndb_modif = tcndb_modif i_cn_corep = cn_corep i_flg_show_only = flg_sel_vers changing c_tcndb = tcndb c_flg_tcndb_changed = flg_tcndb_changed.
CNIS_GET_VALUES call function 'CNIS_GET_VALUES' exporting i_titlebar = text-012 i_flg_tcndb = 'X' changing c_tcnt_prof_db = cn_profd exceptions cancel = 01.
CNIS_GET_VALUES call function 'CNIS_GET_VALUES' exporting i_titlebar = text-012 i_flg_tcnt = 'X' changing c_tcnt_profid = cn_profp exceptions cancel = 01.
CJDB_GET_SELIDS call function 'CJDB_GET_SELIDS' changing c_selid_proj = sel_scheme_rec-proj c_selid_prps = sel_scheme_rec-prps c_selid_aufk = sel_scheme_rec-aufk c_selid_afvg = sel_scheme_rec-afvg exceptions others = 0.
CJDB_DYN_SEL_LIST call function 'CJDB_DYN_SEL_LIST' tables t_range = ps_range.
STCOMB_STSELECT CALL FUNCTION 'STCOMB_STSELECT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.