SAP Reports / Programs

RJVTMCP_PROT SAP ABAP Report - IS-M: Display Log for Product Market Coverage







RJVTMCP_PROT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RJVTMCP_PROT displays logs of the generation of shipping orders for market coverage...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 RJVTMCP_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

JVTMCP_GEN_PROT - IS-M: TMCP: Log of Shipp. Order Gen.


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 RJVTMCP_PROT. "Basic submit
SUBMIT RJVTMCP_PROT AND RETURN. "Return to original report after report execution complete
SUBMIT RJVTMCP_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_ALL = All Entries
Selection Text: P_BEZIRK = Carrier Route
Selection Text: P_GEOEIN = Geographical Unit
Selection Text: P_HH_GP = Household Business Partner
Selection Text: P_LOGNBR = Log Number
Selection Text: P_NOEXCL = No Excluded Objects
Selection Text: P_ONLYEX = Excluded Objects Only
Selection Text: P_PUBDAT = Publication Date
Selection Text: P_SHORT = Summarized List
Selection Text: P_WE_ADR = Ship-To Party Address
Selection Text: S_DRERZ = Publication
Selection Text: S_PVA = Edition
Title: IS-M: Display Log for Product Market Coverage
Text Symbol: 001 = Market Coverage Product
Text Symbol: 002 = Househld
Text Symbol: 003 = Appl. Log
Text Symbol: 004 = View of Following Object
Text Symbol: 005 = Issue


INCLUDES used within this REPORT RJVTMCP_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:

ISM_TMCP_PROTOCOLL CALL FUNCTION 'ISM_TMCP_PROTOCOLL' EXPORTING * TMCP_ALOG_DATE = * TMCP_ALOG_TIME = IN_LOGNUMBER = P_LOGNBR " Prio 1, if not initial TMCP_PUBLICATION_RANGE = S_DRERZ[] TMCP_EDITION_RANGE = S_PVA[] XALOG_SHOW = 'X' PUBLDATE = P_PUBDAT BEZIRK = P_BEZIRK GEOEIN = P_GEOEIN HH_GP = P_HH_GP WE_ADR = P_WE_ADR XSHOW_WITHOUT_EXCLUSIONS = P_NOEXCL XSHOW_ONLY_EXCLUSIONS = P_ONLYEX XSHOW_SHORTINFO = P_SHORT importing "TK28072005 out_log_is_full = log_is_full. "TK28072005



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