Ansicht
Dokumentation

RLVSDR10 - Initiate Printing of Transf.Order

RLVSDR10 - Initiate Printing of Transf.Order

PERFORM Short Reference   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Description

This report is initiated during the creation of transfer orders. It can also be called up directly using the transaction Transfer Order -> Print.

The report is printed either using SAPSCRIPT or ABAP.

If you only enter the warehouse number and the transfer order number when you start the report, the program takes the required control data from the print control tables (see Implementation Guide).

Proceed

Requirements

If you want to switch the printing to ABAP, proceed as follows:

  1. So that no delivered program is changed, copy the print report under another name. Enter this name in customizing (Events -> Transfers -> Print control -> Print report / Warehouse number). Copy all the SAP original programs that you want to change under another name and change the copies. In this way, you ensure that transfers of new releases will not change your programs. Use the names that have been specially reserved for customers in the name area (Z.......).
  2. Set asterisks for the SAPSCRIPT print line after START-OF-SELECTION in the report and remove the asterisk for ABAP print.

If you want to modify the print output, proceed as follows:

  1. Copy the report, as described above under step 1 (if you have not copied it already).
  2. The controls for the SAPSRCIPT forms and the WRITE statements for ABAP print are in the following Includes:

RLVSDR90 SAPSCRIPT print for individual TO printing

RLVSDR91 SAPSCRIPT print for TO multiple processing list

RLVSDR92 SAPSCRIPT print for TO posting change notices

RLVSDR93 ABAP print for TO individual printing

RLVSDR94 ABAP print for TO multiple processing list

RLVSDR95 ABAP print for TO posting change notices.

  1. If you are working with SAPSCRIPT and only need to create a new form using Transaction SE71, then you do no need to execute step 1. It is sufficient if you specify the form - after you have created it - in the corresponding tables in print control in Customizing.
  2. If you are working with ABAP print, you should copy the Include that you want to modify under another name, for example, XYZ... and only then change it.
  3. You need to specify the Include in the print report copied in step 1. Search using FIND INCLUDES and enter the INCLUDE XYZ...
  4. In order to have the program XYZ... initiated as well, modify the Include RLVSCASE. (Copy this also under another name). Here you enter the new DATA statement (according to the new form name). In the FORM routines, enter the new WHEN ... conditions. (Remember that, if you have multiple processing lists or picking lists, the header of the list as well as the footer have their own CASE statements in RLVSCASE, which you also need to modify).
  5. Since RLVSCASE is used both by the print report RLVSDR10 as well as the print report for the picking lists, you also need to enter the Include XYZ... in the report RLKOMM00 (that is, if you want to work with printing of picking lists and standard transfer order printing on a parallel basis).
  6. The last step concerns the control of your newly defined Include. Go into the Customizing function, select Events-Transfers-Print control:Print code and enter the new "form name" for a particular print code.
  • In the same table, you see a column 'Sort'. The numbers refer to the number of the sort routine in the Include RLVSINSE. You can use the standard sort routines or copy RLVSINSE and define new sort routines. The standards are:
  • 1 (Routine 1) No special sorting, that is, by TO item

    2 Sort by SRCE storage type and storage bin

    3 Sort by DEST storage type and storage bin

    4 Sort by material number

    5 - 10 free

    1. Tip for testing: You can call up the report RLVSDR10 directly. In this way, you can display the printout on the screen.





    Addresses (Business Address Services)   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
    This documentation is copyright by SAP AG.

    Length: 4476 Date: 20240531 Time: 144256     sap01-206 ( 76 ms )