RJP_MARA_SEGMENT_ADD_PROT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to display the log for the
If you would like to execute this report or see the full code listing simply enter RJP_MARA_SEGMENT_ADD_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
JPSEG02_PROT - Copy Org. Units from Template
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
Selection Text: P_MAT = D .
Title: Copy Organizational Units from Template: Log
Text Symbol: 101 = Create New Plant/Sales Area for Media Issues: Log
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 = JPMG_CON_ALOG_OBJECT_add_seg object_attribute = con_ausblenden subobject = ' ' subobject_attribute = con_ausblenden external_number = extnr "EXTERNAL_NUMBER_ATTRIBUTE = CON_ANZEIGEN date_from = p_from "JPSD_DATE_BEGIN " TIME_FROM = date_to = p_to "sy-datum "DATE_MAX "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.
RJP_MARA_SEGMENT_ADD_PROT - Copy Organizational Units from Template: Log RJP_MARA_SEGMENT_ADD_PROT - Copy Organizational Units from Template: Log RJP_MARA_SEGMENT_ADD_FORMS - RJPMARASEGMENTADDFORMS RJP_MARA_SEGMENT_ADD - Copy Organizational Units from Template RJP_MARA_SEGMENT_ADD - Copy Organizational Units from Template RJPWBSMP_PROT - Log for Creation of Media Product Master from WBS Element