Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Script

Former Member
0 Likes
975

Hello friends,

Is there a standard script and Print program for Transfer order.

Whats the purpose of the program RLVSDR40.

Thanks,

Shejal Shetty.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
834

hi Shejal,

<b>Whats the purpose of the program RLVSDR40.</b>

Check

http://help.sap.com/saphelp_40b/helpdata/es/77/1939516e36d1118b3f0060b03ca329/content.htm

Standard settings

All relevant print control tables are defined in warehouse number 001.

The following print programs are available:

  • RLVSDR40 (general print program)

  • RLKOMM40 (multiple processing)

Recommendation

Only use your own print programs if your print requirements are not met by the user exits in the standard system. If you wish to ehance the functionality of the program RLVSDR40, use the user exit MWMD0001 to develop them.

Regards,

Santosh

5 REPLIES 5
Read only

Former Member
0 Likes
834

Hi,

Have you looked transaction LT31?

Regards,

Ferry Lianto

Read only

0 Likes
834

Thanks,

I am looking into LT31 Transction.

Shejal Shetty.

Read only

Former Member
0 Likes
835

hi Shejal,

<b>Whats the purpose of the program RLVSDR40.</b>

Check

http://help.sap.com/saphelp_40b/helpdata/es/77/1939516e36d1118b3f0060b03ca329/content.htm

Standard settings

All relevant print control tables are defined in warehouse number 001.

The following print programs are available:

  • RLVSDR40 (general print program)

  • RLKOMM40 (multiple processing)

Recommendation

Only use your own print programs if your print requirements are not met by the user exits in the standard system. If you wish to ehance the functionality of the program RLVSDR40, use the user exit MWMD0001 to develop them.

Regards,

Santosh

Read only

Former Member
0 Likes
834

the report is well documented , goto-->documentation

Short text

Initiate Printing of Transf.Order

Description

This report (RLVSDR40) is initiated by the system when you create transfer orders. You can also call it up directly using transaction Transfer Order -> Print.

If you only enter the warehouse number and the transfer order number on the initial screen, the program will retrieve the required control data from the print control tables in Customizing. In the Customizing application, you also have the option of analysing the print control data.

If you print transfer orders manually, the system uses the print code, the printer and the spool control data you have entered (if so).

If you want to select the documents to be printed based on the screen entries rather than on the Customizing settings, you must set the 'Print documents as selected' indicator.

Requirements

Please refer to the IMG for the necessary Customizing settings.

Note

The program has been completely redeveloped for release 4.0. For a complete description of its functions, refer to the Release Note for printing transfer orders in WM.

Read only

Former Member
0 Likes
834

Hi,

Please check this forms (SE71).

LVSTALISTE

LVSSAMMELKANBAN

Also please check this programs.

RLVSDR00 - Initiate Printing of Transf.Order

RLVSDR10 - Initiate Printing of Transf.Order

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

Hope this will help.

Regards,

Ferry Lianto