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
Below is a list of transaction codes which are relevant to this SAP report
JVSD2MSD - Transfer SD Orders to IS-M/SD
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_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
INCLUDE RVVBTYP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJVSD2MSD - IS-M/SD: Transfer SD Orders to IS-M/SD Shipping Interface RJVSD2MSD - IS-M/SD: Transfer SD Orders to IS-M/SD Shipping Interface RJVRKZUS - IS-M/SD: Print Program for Carrier Complaint RJVRKZUS - IS-M/SD: Print Program for Carrier Complaint RJVRKNLP - IS-M/SD: Print Program for Extra Copies Delivery Doc.for Complaint RJVRKNLP - IS-M/SD: Print Program for Extra Copies Delivery Doc.for Complaint