SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJVINFO_FOR_CARRIER_GENERATE SAP ABAP Report - IS-M: Generate Carrier Information







RJVINFO_FOR_CARRIER_GENERATE 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 RJVINFO_FOR_CARRIER_GENERATE 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 RJVINFO_FOR_CARRIER_GENERATE. "Basic submit
SUBMIT RJVINFO_FOR_CARRIER_GENERATE AND RETURN. "Return to original report after report execution complete
SUBMIT RJVINFO_FOR_CARRIER_GENERATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


IS-M/SD: Generate Carrier Information
Selection Text: P_XNEXVD = D Det.Shipping Date
Selection Text: P_XNEXV3 = D Det.Distribution Date
Selection Text: P_VRTDAT = D Publication Date
Selection Text: P_VRSGRP = D Shipping Group
Selection Text: P_VRSDAT = D Shipping Date
Selection Text: P_TEXT1 = Notification Text
Selection Text: P_TEST = D Test Run
Selection Text: P_PROTA = D Display Log
Selection Text: P_DRERZ = D Main Publication
Selection Text: P_BEZRUN = D Delivery Round
Selection Text: P_AVNR = D Ad Pre-Prt Order No.
Selection Text: P_AVM = D Order
Title: IS-M: Generate Carrier Information
Text Symbol: 075 = Overwrite Last Text Line
Text Symbol: 074 = Generation Option
Text Symbol: 073 = Overwrite All Text Lines
Text Symbol: 072 = First Free Text Line
Text Symbol: 071 = For Publication
Text Symbol: 070 = Next Publication Date
Text Symbol: 065 = Day(s) After Publ.Date
Text Symbol: 062 = Day(s) Bef. Publication Date
Text Symbol: 061 = Shipp. Date
Text Symbol: 051 = For Shipping Grp
Text Symbol: 050 = Soonest Poss. Shipping Date
Text Symbol: 012 = Caution: Distribute $TEXT$ $KBEZDRERZ$ on $VERSANDDAT$
Text Symbol: 011 = Carrier Info
Text Symbol: 004 = Log
Text Symbol: 003 = Other Parameters
Text Symbol: 002 = Selection by Order
Text Symbol: 001 = Selection by Shipping Date


INCLUDES used within this REPORT RJVINFO_FOR_CARRIER_GENERATE

INCLUDE MJ000TAL . " ALLGEMEINES
INCLUDE MJJ00T22 . " M/AM AUFTRAGSKOMMENTAR
INCLUDE JTEXTTOP . " AUFTRAGSTEXT


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:

ISP_SHIPPING_DATE_SELECT CALL FUNCTION 'ISP_SHIPPING_DATE_SELECT' EXPORTING IN_VGRP = P_VRSGRP IMPORTING OUT_SHIPPING_DATE = P_VRSDAT EXCEPTIONS NO_DATE_FOUND = 01.

ISP_SAPSCRIPT_NAME_BUILD CALL FUNCTION 'ISP_SAPSCRIPT_NAME_BUILD' EXPORTING PAR_OBJECT = JHTAVM_SSC_OBJEKT PAR_ID = JHTAVM_SSC_ID_NOTI PAR_AVM_NR = P_AVM_NR PAR_POS_NR = P_POS_NR IMPORTING PAR_NAME = SSC_NAME EXCEPTIONS ID_UNKNOWN = 1 OTHERS = 2.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING OBJECT = JHTAVM_SSC_OBJEKT NAME = SSC_NAME ID = JHTAVM_SSC_ID_NOTI LANGUAGE = SY-LANGU INLINE_COUNT = 1 IMPORTING HEADER = TEXT_HEADER TABLES LINES = TEXT_LINES INLINES = TEXT_INLINES EXCEPTIONS OBJECT = 1 NAME = 2 ID = 3 NOT_FOUND = 4 LANGUAGE = 5.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING DATE_INTERNAL = INTERNES_DATUM IMPORTING DATE_EXTERNAL = EXTERNES_DATUM EXCEPTIONS DATE_INTERNAL_IS_INVALID = 1 OTHERS = 2.

ISP_TEXTS_FOR_DATAELEMENT_GET CALL FUNCTION 'ISP_TEXTS_FOR_DATAELEMENT_GET' EXPORTING FIELDNAME = FIELDNAME IMPORTING LEN_SHORT = LEN TEXT_SHORT = TEXT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

APPL_LOG_SET_OBJECT CALL FUNCTION 'APPL_LOG_SET_OBJECT' EXPORTING OBJECT = 'JISMSD'.

APPL_LOG_WRITE_SINGLE_MESSAGE CALL FUNCTION 'APPL_LOG_WRITE_SINGLE_MESSAGE' EXPORTING MESSAGE = MSG.

APPL_LOG_DISPLAY_INTERN CALL FUNCTION 'APPL_LOG_DISPLAY_INTERN' EXPORTING OBJECT = 'JISMSD' TITLE_LIST_SCREEN = TEXT-004.



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