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
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.
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJVTMCP_PROT - IS-M: Display Log for Product Market Coverage RJVTMCP_PROT - IS-M: Display Log for Product Market Coverage RJVTMCP_PLANNING - IS-M: Planning for Product Market Coverage RJVTMCP_PLANNING - IS-M: Planning for Product Market Coverage RJVTMCP_FORMS - IS-M: Market Coverage RJVTMCP_DELETE - IS-M: Delete Market Coverage Tables JVTMCP... (No Archiving)