RJPSDISSUEDSEQGEN_PROT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Logs of automatic preassignment of issue sequences...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RJPSDISSUEDSEQGEN_PROT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JPMG7 - Preassign Issue Sequences: Log
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.
Selection Text: P_FROM = Logs From
Selection Text: P_TO = Logs To
Title: Display Log of Automatic Preassignment of Issue Sequences
Text Symbol: 101 = Display Log of Automatic Preassignment of Issue Sequences
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING OBJECT = 'JPMPISSSEQ' "jpmg_con_alog_object OBJECT_ATTRIBUTE = CON_AUSBLENDEN SUBOBJECT = ' ' SUBOBJECT_ATTRIBUTE = CON_AUSBLENDEN * external_number = extnr * EXTERNAL_NUMBER_ATTRIBUTE = CON_ANZEIGEN DATE_FROM = P_FROM DATE_TO = P_TO "TIME_TO = TIME_MAX "TITLE_SELECTION_SCREEN = TEXT-100 TITLE_LIST_SCREEN = TEXT-101 COLUMN_SELECTION = CON_COLUMN_SELECTION SUPPRESS_SELECTION_DIALOG = 'X' EXTERNAL_NUMBER_DISPLAY_LENGTH = 45.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJPSDISSUEDSEQGEN_PROT - Display Log of Automatic Preassignment of Issue Sequences RJPSDISSUEDSEQGEN_PROT - Display Log of Automatic Preassignment of Issue Sequences RJPSDISSUEDSEQGEN - IS-M: Automatic Assignment of Default Values to Issue Sequence RJPSDISSUEDSEQGEN - IS-M: Automatic Assignment of Default Values to Issue Sequence RJPPRODLOG - Program for Object Type BUSISM021: IS-M Product Log RJPPRODLOG - Program for Object Type BUSISM021: IS-M Product Log