SAP Reports / Programs | Media Product Sales and Distribution | SAP Media | Media Product Sales and Distribution(IS-M-SD-MS) SAP IS

RJP_MARA_SEGMENT_ADD_PROT SAP ABAP Report - Copy Organizational Units from Template: Log







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 Copy Organizational Units from Template function...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 RJP_MARA_SEGMENT_ADD_PROT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JPSEG02_PROT - Copy Org. Units from Template


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 RJP_MARA_SEGMENT_ADD_PROT. "Basic submit
SUBMIT RJP_MARA_SEGMENT_ADD_PROT AND RETURN. "Return to original report after report execution complete
SUBMIT RJP_MARA_SEGMENT_ADD_PROT 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: 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


INCLUDES used within this REPORT RJP_MARA_SEGMENT_ADD_PROT

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:

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.



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