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

RPSISSEL00 SAP ABAP Report - Selection Program for PSIS Individual Overviews







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


Text pool values


Title: Selection Program for PSIS Individual Overviews
Text Symbol: VTW = IPA
Text Symbol: VTE = EPA
Text Symbol: VTC = Cst
Text Symbol: TQM = QM Order
Text Symbol: TPZ = Process Order
Text Symbol: TPS = Personnel Order
Text Symbol: TPL = InspLot
Text Symbol: TPK = Product Cost Coll.
Text Symbol: TNP = Network
Text Symbol: TIA = Maintenance Order
Text Symbol: TFA = Production Order
Text Symbol: TCM = CO Model Order
Text Symbol: TCI = CO Int. Order
Text Symbol: TCF = CO Production Order
Text Symbol: TAF = Order


INCLUDES used within this REPORT RPSISSEL00

INCLUDE SELDAT_ALL.
INCLUDE PSDBADAT.
INCLUDE PSDBCMEM.
INCLUDE PSDBCGNR.
INCLUDE PSISSELD.
INCLUDE PSIS_MACRO.
INCLUDE PSIS_CALLBACK.
INCLUDE PSIS_CALLBACK_ORD.
INCLUDE PSIS_CALLBACK_2.
INCLUDE PSIS_CALLBACK_3.
INCLUDE PSIS_CALLBACK_4.
INCLUDE PSIS_COMPLETE.
INCLUDE PSIS_COMPLETE_2.
INCLUDE PSIS_TEXTS.


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:

CJDB_SET_FLAGS CALL FUNCTION 'CJDB_SET_FLAGS' EXPORTING I_PSJ_CALLER = CALLER I_PSJ_NO_GEN = '#' I_NO_STOP_INFO = '#' I_NO_DATABASE = '#' I_PSJ_HANDLE_TCNDB = L_HANDLE.

LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING LDBNAME = 'PSJ' EXPRESSIONS = TEXPR FIELD_SELECTION = T_SELECT_FIELDS TABLES CALLBACK = T_CALLBACK SELECTIONS = LT_RSPARAMS EXCEPTIONS LDB_NOT_REENTRANT = 1 LDB_INCORRECT = 2 LDB_ALREADY_RUNNING = 3 LDB_ERROR = 4 LDB_SELECTIONS_ERROR = 5 LDB_SELECTIONS_NOT_ACCEPTED = 6 VARIANT_NOT_EXISTENT = 7 VARIANT_OBSOLETE = 8 VARIANT_ERROR = 9 FREE_SELECTIONS_ERROR = 10 CALLBACK_NO_EVENT = 11 CALLBACK_NODE_DUPLICATE = 12 CALLBACK_NO_PROGRAM = 13 CALLBACK_NO_CBFORM = 14 DYN_NODE_NO_TYPE = 15 OTHERS = 16.

CJDB_FREE_MEMORY_LDB_PSJ CALL FUNCTION 'CJDB_FREE_MEMORY_LDB_PSJ'. "note 903244

PSIS_SINGLE01_CREATE_ALV CALL FUNCTION 'PSIS_SINGLE01_CREATE_ALV' EXPORTING TABNAME = L_TABNAME TABLES I_PROJ = GT_PROJI I_PRPS = GT_PRPSI I_PLAF = GT_PLAFI I_AUFKK = GT_AUFKKI I_NETZ = GT_NETZI I_ACT = GT_ACTI I_AFRU = GT_AFRUI I_AFAB = GT_AFABI I_KBEDD = GT_KBEDDI I_AFFH = GT_AFFHI I_RESB = GT_RESBI I_MLST = GT_MLSTI I_VBAK = GT_VBAKI I_VBAP = GT_VBAPI.

REUT_ITEM_LIST_RSTI_CHECK CALL FUNCTION 'REUT_ITEM_LIST_RSTI_CHECK' EXPORTING P_TOOL = 'RT' P_ONAM = L_ONAM EXCEPTIONS NOT_CALLED_BY_INTERFACE = 1.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = I_DDIC_OBJ1 TABLES DFIES_TAB = OBJ1_FIELDS EXCEPTIONS OTHERS = 0.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = I_DDIC_OBJ2 TABLES DFIES_TAB = OBJ2_FIELDS EXCEPTIONS OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = i_ddic_obj1 CHANGING ct_fieldcat = lt_fields.

LVC_VARIANT_SELECT CALL FUNCTION 'LVC_VARIANT_SELECT' EXPORTING i_dialog = abap_false i_user_specific = 'A' it_default_fieldcat = lt_fields IMPORTING et_fieldcat = ct_fields CHANGING cs_variant = display_variant EXCEPTIONS OTHERS = 1.



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