SAP Reports / Programs

RAD02_PROJBASED_OP_IT_LIST SAP ABAP Report - Project-Based Open Item List







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


Text pool values


Selection Text: ZONR_SEL = Allocation number
Selection Text: SPECGL = Special G/L transactions
Selection Text: SHBKZ = Special G/L indicator
Selection Text: P_BELNRB = Document number from
Selection Text: PRJK_SEL = WBS-Element
Selection Text: PRINT = Print layout
Selection Text: LFNR_SEL = Vendor
Selection Text: HIERARC = Expandable
Selection Text: EBEL_SEL = Purchasing document
Selection Text: BUKR_SEL = Company code
Selection Text: BLDT_SEL = Document date
Selection Text: BDAT_VON = Posting date from
Title: Project-Based Open Item List
Text Symbol: 031 = Special G/L
Text Symbol: 030 = Additional Selection
Text Symbol: 020 = Advance Payment
Text Symbol: 019 = Please check your entries.
Text Symbol: 018 = No items were selected !
Text Symbol: 017 = *** Special G/L Account Transactions ***
Text Symbol: 016 = Invoice with reference
Text Symbol: 015 = Down payment clearing
Text Symbol: 014 = Residual item
Text Symbol: 013 = Partial payment
Text Symbol: 012 = Credit memo
Text Symbol: 011 = Invoice/credit memo without reference
Text Symbol: 010 = Due Date
Text Symbol: 009 = Status
Text Symbol: 008 = Activity
Text Symbol: 007 = Object Text
Text Symbol: 006 = Display Options
Text Symbol: 005 = Date 2
Text Symbol: 004 = Date 1
Text Symbol: 003 = Discount 2
Text Symbol: 002 = Discount 1
Text Symbol: 001 = Project Selection


INCLUDES used within this REPORT RAD02_PROJBASED_OP_IT_LIST

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:

CONVERSION_EXIT_KONPR_INPUT CALL FUNCTION 'CONVERSION_EXIT_KONPR_INPUT' EXPORTING INPUT = PRJK_SEL IMPORTING * OUTPUT = PRPSWA = PRPS EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

BUKRS_AUTHORITY_CHECK call function 'BUKRS_AUTHORITY_CHECK' exporting xdatabase = 'K' tables xbukreis = bukr_sel .

BUKRS_AUTHORITY_CHECK call function 'BUKRS_AUTHORITY_CHECK' exporting xdatabase = 'B' tables xbukreis = bukr_sel .

AD02_PROJ_HIERARCHY_DETERMINE CALL FUNCTION 'AD02_PROJ_HIERARCHY_DETERMINE' EXPORTING LIST1 = HELP TABLES EXP_HIERARCHY = IMP_HIERARCHY.

AD02_SEARCH_IN_STRING_PBPR CALL FUNCTION 'AD02_SEARCH_IN_STRING_PBPR' EXPORTING WA_BSIK = BSIK_HELP_TAB STATUS_FLAG = 'X' NETW_ACT_FLAG = 'X' NO_STAT_ASSIGNMENTS = 'X' IMPORTING XSTATUS = ITEM_STATUS TABLES EXP_BSEG = BSEG_IMP AFVC_EXP = AFVC_IMP CHANGING S01_RC = RC EXCEPTIONS INVALID_NETWORK = 1.

CJPN_GET_WBS_ELEMENT CALL FUNCTION 'CJPN_GET_WBS_ELEMENT' EXPORTING I_PSPNR = BSEG_ITAB-PROJK IMPORTING KTEXT = IMP_TEXT EXCEPTIONS INPUT_ERROR = 1 NOT_FOUND = 2 OTHERS = 3.

K_KKB_AUFK_TEXTS_READ CALL FUNCTION 'K_KKB_AUFK_TEXTS_READ' EXPORTING I_AUFNR = EXP_AUFNR I_FIELD = 'KTEXT' I_LANGU = SY-LANGU IMPORTING E_VALUE = IMP_TEXT EXCEPTIONS FIELD_DOES_NOT_EXIST = 1 AUFK_NOT_FOUND = 2 OTHERS = 3.

K_KKB_AUFK_TEXTS_READ CALL FUNCTION 'K_KKB_AUFK_TEXTS_READ' EXPORTING I_AUFNR = EXP_AUFNR I_FIELD = 'KTEXT' I_LANGU = SY-LANGU IMPORTING E_VALUE = IMP_TEXT EXCEPTIONS FIELD_DOES_NOT_EXIST = 1 AUFK_NOT_FOUND = 2 OTHERS = 3.

CJPN_GET_WBS_ELEMENT CALL FUNCTION 'CJPN_GET_WBS_ELEMENT' EXPORTING I_PSPNR = BSIK_ITAB-PROJK IMPORTING KTEXT = IMP_TEXT EXCEPTIONS INPUT_ERROR = 1 NOT_FOUND = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = 'X' I_CALLBACK_PROGRAM = REPID * I_CALLBACK_PF_STATUS_SET = ' ' I_CALLBACK_USER_COMMAND = 'SORT_HANDLE' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = IT_SORT = GT_SORT[] * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * i_default = 'X' I_SAVE = 'A' IS_VARIANT = GVARIANT IT_EVENTS = GT_EVENTS[] IT_EVENT_EXIT = GT_EVENT_EXIT[] I_TABNAME_HEADER = 'out_hd_tab' I_TABNAME_ITEM = 'iv_it_tab' IS_KEYINFO = GS_KEYINFO * IS_PRINT = * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB_HEADER = OUT_HD_TAB T_OUTTAB_ITEM = IV_IT_TAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 1 IMPORTING ET_EVENTS = RT_EVENTS.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING ET_SORT = LT_SORT[] EXCEPTIONS NO_INFOS = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_LIST_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_SET' EXPORTING IT_SORT = GT_SORT[].



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