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

RJVSD2MSD SAP ABAP Report - IS-M/SD: Transfer SD Orders to IS-M/SD Shipping Interface







RJVSD2MSD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transfer SD Orders to IS-M/SD Shipping Interface You want to use IS-M/SD to process shipping of media products sold by means of SD orders...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 RJVSD2MSD 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

JVSD2MSD - Transfer SD Orders to IS-M/SD


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 RJVSD2MSD. "Basic submit
SUBMIT RJVSD2MSD AND RETURN. "Return to original report after report execution complete
SUBMIT RJVSD2MSD 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_ERROUT = Error Messages Only
Selection Text: P_DELET = D .
Selection Text: P_SPART = D .
Selection Text: P_VKORG = D .
Selection Text: P_VTWEG = D .
Selection Text: S_AUART = D .
Selection Text: S_MEDIS = D .
Selection Text: S_MEDPR = D .
Selection Text: S_VBELN = D .
Selection Text: S_VDATU = D .
Title: IS-M/SD: Transfer SD Orders to IS-M/SD Shipping Interface
Text Symbol: 001 = Organizational Data
Text Symbol: 002 = Delete Existing Shipping Order Items
Text Symbol: 003 = Log Output


INCLUDES used within this REPORT RJVSD2MSD

INCLUDE RVVBTYP.


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_SHIPORD_CREATE_FROM_SD CALL FUNCTION 'ISM_SHIPORD_CREATE_FROM_SD' EXPORTING VBELN = SD_ORDER-VBELN POSNR = SD_ORDER-POSNR TABLES RETURN = RETURN EXCEPTIONS GET_SD_DATA_ERROR = 1 SHIPORD_CREATE_ERROR = 2 SHIPORDPOS_CREATE_ERROR = 3 SHIPORD_PLAN_ERROR = 4 ALREADY_CREATED = 5 OTHERS = 6.

ISM_SHIPORD_CHANGE_FROM_SD CALL FUNCTION 'ISM_SHIPORD_CHANGE_FROM_SD' EXPORTING VBELN = SD_ORDER-VBELN POSNR = SD_ORDER-POSNR TABLES RETURN = RETURN EXCEPTIONS GET_SD_DATA_ERROR = 1 POSITION_NOT_FOUND = 2 SHIPORDPOS_CHANGE_ERROR = 3 OTHERS = 4.

ISM_SHIPORD_DELETE_FROM_SD CALL FUNCTION 'ISM_SHIPORD_DELETE_FROM_SD' EXPORTING VBELN = SD_ORDER-VBELN POSNR = SD_ORDER-POSNR TABLES RETURN = RETURN EXCEPTIONS POSITION_NOT_FOUND = 1 SHIPORDPOS_DELETE_ERROR = 2 GET_SD_DATA_ERROR = 3 OTHERS = 4.

ISM_APPEND_SYST_TO_RETURN CALL FUNCTION 'ISM_APPEND_SYST_TO_RETURN' TABLES RETURN = RETURN.

ISM_APPEND_SYST_TO_RETURN CALL FUNCTION 'ISM_APPEND_SYST_TO_RETURN' TABLES RETURN = RETURN.

ISM_SHIPORD_BAL_LOG CALL FUNCTION 'ISM_SHIPORD_BAL_LOG' EXPORTING SHIPORDNBR = '*' METHOD = 'SD2MSD' XONLY_ERROR_MESSAGES = P_errout "TK23022005 IMPORTING "TK24072003 LOGNUMBERS = LOGNUMBERS_TAB "TK24072003 TABLES RETURN = RETURN EXCEPTIONS BAL_LOG_FAILED = 1 OTHERS = 2.



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