SAP Reports / Programs

RJVTMCP_SHIPORDPOS_DELIV_CHECK SAP ABAP Report - IS-M: Product Mkt Cov.: Shipping Order Items w/Incomplete Del. Params







RJVTMCP_SHIPORDPOS_DELIV_CHECK 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 RJVTMCP_SHIPORDPOS_DELIV_CHECK into the relevant SAP transactions such as SE38 or SE80


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_SHIPORDPOS_DELIV_CHECK. "Basic submit
SUBMIT RJVTMCP_SHIPORDPOS_DELIV_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RJVTMCP_SHIPORDPOS_DELIV_CHECK 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_PUBDAT = Publication Date
Selection Text: S_DRERZ = Publication
Selection Text: S_PVA = Edition
Title: IS-M: Product Mkt Cov.: Shipping Order Items w/Incomplete Del. Params
Text Symbol: 001 = Market Coverage Product
Text Symbol: 002 = Househld


INCLUDES used within this REPORT RJVTMCP_SHIPORDPOS_DELIV_CHECK

INCLUDE MJ_XFELD.
INCLUDE MJ_TVARV_SIGN.
INCLUDE MJ_TVARV_OPTI.


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:

GET_PRINT_PARAM ** CALL FUNCTION 'GET_PRINT_PARAM' Wenn im Benutzerstamm "TK01071999 ** EXPORTING kein Drucker, dann kommt"TK01071999 ** I_BNAME = SY-UNAME aus Fuba POPUP => damit "TK01071999 ** IMPORTING brechen Batch-Jobs ab! "TK01071999 ** E_USR01 = USR01. "TK01071999

ISP_ADDRESS_INTO_SHOWFORM CALL FUNCTION 'ISP_ADDRESS_INTO_SHOWFORM' EXPORTING SADRWA_IN = LS_JGTSADR IMPORTING SADRWA_OUT = ADRS.

ISM_TMCP_SHIPORDPOS_DELIV_SHOW CALL FUNCTION 'ISM_TMCP_SHIPORDPOS_DELIV_SHOW' EXPORTING SHIPORDPOS_TAB = SHIPORDPOS_TAB.

APPL_LOG_DISPLAY_WITH_LOGNO ** CALL FUNCTION 'APPL_LOG_DISPLAY_WITH_LOGNO' ** TABLES ** LOGNUMBERS = LT_LOGNUMBERS ** EXCEPTIONS ** OTHERS = 1.

GET_PRINT_PARAMETERS * CALL FUNCTION 'GET_PRINT_PARAMETERS' * EXPORTING DESTINATION = PRINTER * COPIES = 1 "ANZCOPY ** LIST_NAME = 'LIS2' * LIST_TEXT = 'Planning TMCP' "DECKTXT * IMMEDIATELY = ' ' "SOFORT * RELEASE = 'X' "LOESCHN * NEW_LIST_ID = 'X' * DATA_SET = H_DATUM * EXPIRATION = 9 "VERWDAU" * LINE_SIZE = 132 * LINE_COUNT = 65 * LAYOUT = 'X_65_132' * SAP_COVER_PAGE = 'X' "DECKBL * COVER_PAGE = ' ' * RECEIVER = SY-UNAME * DEPARTMENT = ' ' * NO_DIALOG = 'X' * IMPORTING OUT_PARAMETERS = PARAMS * VALID = VALID.

ENQUEUE_EJVTMCP_E * CALL FUNCTION 'ENQUEUE_EJVTMCP_E' * EXPORTING ** MODE_JVTMCP_HEADER = 'E' ** MANDT = SY-MANDT * PUBLICATION = HEADER_STRU-PUBLICATION * EDITION = HEADER_STRU-EDITION * PUBLDATE = HEADER_STRU-PUBLDATE ** X_PUBLICATION = ' ' ** X_EDITION = ' ' ** X_PUBLDATE = ' ' ** _SCOPE = '2' ** _WAIT = ' ' ** _COLLECT = ' ' * EXCEPTIONS * FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 2 * OTHERS = 3 .

APPL_LOG_READ_DB_WITH_LOGNO CALL FUNCTION 'APPL_LOG_READ_DB_WITH_LOGNO' TABLES LOGNUMBERS = LT_LOGNUMBERS MESSAGES = LT_BALM.



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