RJVSDMIXCREATELOG 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 RJVSDMIXCREATELOG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JVSDMIXLOG - IS-M: Mix Creation Logs
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_TO = To-Date
Selection Text: P_ISSUE = D Media Issue
Selection Text: P_FROM = From-Date
Title: Create Media Issue Mixes: Display Log
Text Symbol: L10 = Mix Creation Logs
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 = c_logobject ** subobject = 'RELEASE' * external_number = extnr ** OBJECT_ATTRIBUTE = 0 ** SUBOBJECT_ATTRIBUTE = 0 ** EXTERNAL_NUMBER_ATTRIBUTE = 0 * date_from = p_from ** TIME_FROM = '000000' * date_to = p_to ** TIME_TO = SY-UZEIT ** TITLE_SELECTION_SCREEN = ' ' * title_list_screen = titellist * column_selection = con_allog_selction * suppress_selection_dialog = 'X' ** COLUMN_SELECTION_MSG_JUMP = '1' * external_number_display_length = 10 ** IMPORTING ** NUMBER_OF_PROTOCOLS = * EXCEPTIONS * no_authority = 1 * OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJVSDMIXCREATELOG - Create Media Issue Mixes: Display Log RJVSDMIXCREATELOG - Create Media Issue Mixes: Display Log RJVSDISSUEVARIANTFEQ - documentation and ABAP source code RJVSDISSUEVARIANTF12 - documentation and ABAP source code RJVSDISSUEVARIANTF11 - documentation and ABAP source code RJVSDISSUEVARIANTF10 - documentation and ABAP source code