SAP Reports / Programs | Project System | Information System(PS-IS) SAP PS

DBPSJI10 SAP ABAP INCLUDE - PAI module for LDB PSJ







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


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 DBPSJI10. "Basic submit
SUBMIT DBPSJI10 AND RETURN. "Return to original report after report execution complete
SUBMIT DBPSJI10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: PAI module for LDB PSJ


INCLUDES used within this REPORT DBPSJI10

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:

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'.



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