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

DBPSJF30 SAP ABAP INCLUDE - Subroutine pool (3) for LDB PSJ (INIT, BEFORE-START-OF-SELECTION)







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


Text pool values


Title: Subroutine pool (3) for LDB PSJ (INIT, BEFORE-START-OF-SELECTION)


INCLUDES used within this REPORT DBPSJF30

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:

LDB_FIELD_SEL_TABS CALL FUNCTION 'LDB_FIELD_SEL_TABS' EXPORTING ldb = 'PSJ' TABLES tabs = itab_rsdstables EXCEPTIONS OTHERS = 3.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = itab_rsdstables-tablename IMPORTING x030l_wa = wa_x030l EXCEPTIONS OTHERS = 0.

CJDB_SAVE_SELECTION_VERSION CALL FUNCTION 'CJDB_SAVE_SELECTION_VERSION' EXPORTING i_flg_no_popup = con_yes i_flg_before_sel = con_yes i_flg_aufruf_auto = con_no i_aufruf = '1' i_setxt = cn_selvs i_del_time = '30' i_protect = con_yes i_calling_report = sy-cprog i_gen_report = gen_report EXCEPTIONS OTHERS = 0.

VS_HP_SEARCHHELP_DETERMINE CALL FUNCTION 'VS_HP_SEARCHHELP_DETERMINE' EXPORTING i_search_type = 'L'.

SELECT_OPTIONS_RESTRICT * CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' * EXPORTING * RESTRICTION = L_RESTRICT * DB = 'X' * EXCEPTIONS * OTHERS = 0.

CR_WORKCENTER_PRE_READ CALL FUNCTION 'CR_WORKCENTER_PRE_READ' TABLES tarbid = itab_arbid "---> range_arbpl = arbpl_rng "<--- EXCEPTIONS OTHERS = 0.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = dyn_sel-trange IMPORTING where_clauses = dyn_sel-clauses EXCEPTIONS OTHERS = 0.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = dyn_sel-trange IMPORTING where_clauses = dyn_sel-clauses EXCEPTIONS OTHERS = 0.

FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = dyn_sel-trange IMPORTING expressions = dyn_sel-texpr EXCEPTIONS OTHERS = 0.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = dd_tables-tabname TABLES x031l_tab = x031l_tab EXCEPTIONS OTHERS = 0.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = dyn_sel-trange IMPORTING where_clauses = dyn_sel-clauses EXCEPTIONS OTHERS = 0.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = l_tab_fields_tmp-tablename TABLES x031l_tab = lt_x031l EXCEPTIONS OTHERS = 0.



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