Regarding Transfer Order Form

Hi gurus,
   Please can any one tell me the Print program name and Form Routine for OutBound Transfer Order. And also tell me the in which output types i can attach these Print Program name and Form Name .. I created TO by using LT03.For this transaction I need Out put types..
Please can any one give the solution.....
         Thanks in Advance
Thanks and Regards
Srihari..

hi Ramesh,
Check the following:
1. Item category pirkcing relevance
2. Wear house no assignemnt
3. stock availability
4. Delivery - header - processing status
Once To is created it depends on whether it is single step picking or 2 step if 2 step in go to LT12 and do confirmation.
Then if packing is mandetory then you need todo packing and then PGI (VL02n) and then do VF01 invoice
Reward if it helps
Regards
Srini

Similar Messages

  • Query regarding Transfer order creation

    Hi Experts,
    I have query regarding on creation of transferorder in WM.
    1) Once the delivery order received from SD ,  How  WM people  will proceed with that delivery order?
    2) Is it possible  to create transfer order for each item avaliable in delivery order?
    3)  Is there any chance to partial delivery/ partial picking against that delivery order?
    Please guide..
    Points willl be rewarded ..
    Thanks in advance..

    1.once the delivery order received from SD, WM will start up with creating a wave pick thru outbound delivery monitor(VL06P), then trasnfer order (TO)is created , then TO is confirmed and goods issue is posted.
    2.yes it is possible to create transfer order for each item avaliable in delivery order, if the delivery items are not grouped under a wave pick.
    3.partial delivery can be made

  • Regarding Transfer Order

    Hi All,
    TO is Auto Created
    I have material showing in storage type B04 (p/n TRM-1). This material was issued to kanbans on 05/02/08 on transfer orders XXX55, XXX56 and XXX57. It should be in W004. How do I get it moved there? There is no material documnet number on the transfer orders or showing in the MB51 for these 3 transactions. This material has already moved to the production floor.
    Regards
    Suresh

    Hi,
    As it was clearly explained by Frenchy, your TOs won't generate material document since their purpose is to realize goods movement within your WH.
    What is W004?
    How do I get it moved there?
    Please check in LT22 the TOs generated for the goods you are speaking. Give WH no., material no., batch, etc that identifies the goods and check all TOs - whether confirmed or not.
    This way you can check what's happened.
    LT22 in WM is similar to MB51 in IM (let's say). /MB52 in IM ~ LX02 in WM/
    BR
    Csaba

  • Regarding Print of Single Form for multiple Transfer Order  ( LT03 )

    Hi All,
    When user creates Transfer Order and if transfer order items are more than 22 then split of Transfer Order occurrs and multiple TO's get created in system.  The standard prog. RLVSDR40 prints form for each TO's , however the requirment is to print only one form for multiple TO ( Actually TO Form containes info. abt delivery, but triggering point should be from TO creation ) .
    There is one prog. RLKOMM40 which is used for multiple processing,  whether this prog. will be useful for above requirement.  Or is there any exit available for above requirement .
    Thanks for help.

    Hi,
      is there any routines used in Copy controls from order - delivery .- re-check once.
    as your post, everything seems fine. I didnt see any reason for not creating single delivery.
    is it happening only with this customer or respective ship to's? if yes, something gone wrong in CMR - i.e. complete delivery / order combination etcc., ( just an assumption)
    Regards,
    ReazuddinMD

  • Transfer Order Printing using smart forms

    Hi All
    Our requirement is to print Transfer Order  ( WM ) for Goods Receipt & Delivery using Smart forms.
    Can we change the existing standard format (SAP script ) and use our own form(smart form ) to include some other data & print.
    If possible how to replace the SAP script to Smart form.
    Request  someone could guide in detail.
    Thanks in advance.
    Samson

    Hi
    When you create Smartform try to replace it in customizing OMLV. Not sure if it will work as it refers to Sap Scirpt in help description.
    It is also possible to write Z program for TO printing and hardcode SmartForm there.
    Regards
    Mariusz

  • Automatic form generation on creation transfer order for delivery note?

    Hi,
    I have to create a form that should automatically be generated on the creation of a transfer order for delivery note. How do I trigger this automatic creation of the form? And how can the transfer order number be passed to my print program?
    Thx!

    hi christophe,
    To issue the delivery output, go to transaction VL02N.
    Then go to EXTRAS-> OUTPUT->HEADER->EDIT
    In the Message output screen enter the relevant output type created for the delivery.
    Choose the relevant medium of output.
    Choose Simple Mail, in this case the field NAST-NACHA will be having a value of 7.
    Specify the Partner Function; in this case it is MA -> Mail partner address
    Select the Communication Method for the output type maintained.
    This will take you to the SAPOFFICE screen.
    Enter there the  E-Mail Address to which you want to send the delivery document as PDF.
    A mail will be sent to the e-mail address of the E-Mail Address specified, with the delivery output form as a PDF attachment.
    hope it will help u ..
    *& Report  ZZ_TEST                                                     *
    REPORT  zz_test                                 .
    INCLUDE zz_test_top.
    INCLUDE zz_test01.
          FORM entry                                                    *
    -->  RETURN_CODE                                                   *
    -->  US_SCREEN                                                     *
    FORM entry USING return_code us_screen.
      CLEAR retcode.
      xscreen = us_screen.
      PERFORM processing USING us_screen.
      CASE retcode.
        WHEN 0.
          return_code = 0.
        WHEN 3.
          return_code = 3.
        WHEN OTHERS.
          return_code = 1.
      ENDCASE.
    ENDFORM.                    "entry
    *&  Include           ZZ_TEST_TOP                                      *
      TABLES : nast,
               tnapr.
    TYPES : BEGIN OF t_SOUDNAMEI1.
            INCLUDE STRUCTURE SOUDNAMEI1.
    TYPES : END OF t_SOUDNAMEI1.
    Internal Table declarations
      DATA: i_otf TYPE itcoo OCCURS 0 WITH HEADER LINE,
      i_tline TYPE TABLE OF tline WITH HEADER LINE,
      i_receivers TYPE TABLE OF somlreci1 WITH HEADER LINE,
      i_record LIKE solisti1 OCCURS 0 WITH HEADER LINE,
    *Objects to send mail.
      i_objpack LIKE sopcklsti1 OCCURS 0 WITH HEADER LINE,
      i_objtxt LIKE solisti1 OCCURS 0 WITH HEADER LINE,
      i_objbin LIKE solisti1 OCCURS 0 WITH HEADER LINE,
      i_reclist LIKE somlreci1 OCCURS 0 WITH HEADER LINE,
      i_lips LIKE lips OCCURS 0 WITH HEADER LINE,
      i_SOUDNAMEI1 TYPE STANDARD TABLE OF t_SOUDNAMEI1.
    Work Area declarations
      DATA:w_objhead TYPE soli_tab,
      wa_control_parameters TYPE ssfctrlop,
      wa_output_options TYPE ssfcompop,
      w_return TYPE ssfcrescl,
      w_doc_chng TYPE sodocchgi1,
      w_data TYPE sodocchgi1,
      w_buffer TYPE string,"To convert from 132 to 255
      wa_SOUDNAMEI1 TYPE t_SOUDNAMEI1,
    Variables declarations
      w_form_name TYPE rs38l_fnam,
      w_len_in LIKE sood-objlen,
      w_len_out LIKE sood-objlen,
      w_len_outn TYPE i,
      w_lines_txt TYPE i,
      w_lines_bin TYPE i,
      retcode      TYPE sy-subrc,
      xscreen      TYPE c,
      w_spld TYPE usr01-spld,
      w_receiver TYPE SOXNA-FULLNAME,
      w_OBJ_RECORD TYPE OBJ_RECORD,
      w_user type sy-uname,
      w_email TYPE ad_smtpadr.
    Constants Declaration
      CONSTANTS : c_x TYPE c VALUE 'X',
                  c_atrate(1) TYPE c VALUE '@'.
    *&  Include           ZZ_TEST01                                        *
          FORM PROCESSING                                               *
    FORM processing USING proc_screen.
      SELECT * FROM lips
        INTO TABLE i_lips
        WHERE vbeln = nast-objky.
    Call Function module to Getfunction Module name Generated by Smartform
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = tnapr-sform
        IMPORTING
          fm_name            = w_form_name
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
        retcode = sy-subrc.
      ENDIF.
      CLEAR : wa_control_parameters,
              wa_output_options.
      CASE nast-nacha.
        WHEN '1'.
          wa_control_parameters-device    = 'PRINTER'.
        WHEN '7'.
          DATA: l_email TYPE ad_smtpadr.
          wa_output_options-tdnoprev = c_x.
          wa_control_parameters-getotf  = c_x.
    To get the default output device maintained in the
    User profile
         SELECT SINGLE spld FROM usr01
          INTO w_spld
          WHERE bname EQ nast-usnam.
          IF sy-subrc EQ 0.
            MOVE w_spld TO  wa_output_options-tddest   .
          ENDIF.
          wa_output_options-tdnoprev = c_x.
          wa_control_parameters-getotf  = c_x.
    To get the email address maintained for the particular output
          CALL FUNCTION 'NAST_GET_MESSAGE_OBJECT_RECV'
            EXPORTING
              pi_objkey             = nast-tdname
            IMPORTING
              pe_addr               = w_receiver
            CHANGING
              pc_objhandle          = w_obj_record
            EXCEPTIONS
              maildata_not_readable = 1
              OTHERS                = 2.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
           WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
          IF w_receiver NA c_atrate.
    To retrieve the E-Mail Id in case we get the User name from NAST
            CLEAR wa_soudnamei1.
            REFRESH i_soudnamei1.
            MOVE w_receiver TO wa_soudnamei1-fullname.
    To get the user name
            CALL FUNCTION 'SO_NAME_CONVERT_API1'
              EXPORTING
                name            = wa_soudnamei1
              TABLES
                names           = i_soudnamei1
              EXCEPTIONS
                user_not_exist  = 1
                parameter_error = 2
                x_error         = 3
                OTHERS          = 4.
            IF sy-subrc <> 0.
              MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
            ENDIF.
            CLEAR wa_soudnamei1.
            READ TABLE i_soudnamei1 INTO wa_soudnamei1 INDEX 1.
            MOVE wa_soudnamei1-sapname TO w_user.
    To get the e-mail Id maintained in the user profile
            CALL FUNCTION 'FTR_CORR_CHECK_EMAIL_SAP_USER'
              EXPORTING
                i_user              = w_user
              IMPORTING
                e_email_address     = l_email
              EXCEPTIONS
                mail_address        = 1
                determination_error = 2
                OTHERS              = 3.
            IF sy-subrc <> 0.
              MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
            ENDIF.
            MOVE l_email TO w_receiver.
          ENDIF.
          MOVE  w_receiver TO w_email.
      ENDCASE.
      wa_control_parameters-no_dialog = c_x.
      wa_control_parameters-langu     = nast-spras .
      wa_output_options-tdteleland    = nast-tland.
      wa_output_options-tdtelenum     = nast-telfx .
      wa_output_options-tdsenddate    = nast-erdat .
      wa_output_options-tdsendtime    = nast-eruhr .
      wa_output_options-tddataset     = nast-dsnam .
      wa_output_options-tdsuffix1     = nast-dsuf1 .
      wa_output_options-tdsuffix2     = nast-dsuf2 .
      wa_output_options-tdimmed       = nast-dimme .
      wa_output_options-tddelete      = nast-delet .
      wa_output_options-tdautority    = nast-tdautority.
      wa_output_options-tdcovtitle    = nast-tdcovtitle .
      wa_output_options-tdcover       = nast-tdocover .
      wa_output_options-tdreceiver    = nast-tdreceiver.
      wa_output_options-tddivision    = nast-tddivision.
      wa_output_options-tdcopies      = nast-anzal .
      wa_output_options-tdnewid       = c_x.
      wa_output_options-tdarmod       = nast-tdarmod.
      wa_output_options-tdnoarmch     = c_x.
      CALL FUNCTION w_form_name
        EXPORTING
         archive_index      = toa_dara
         archive_parameters = arc_params
          control_parameters = wa_control_parameters
          output_options     = wa_output_options
          user_settings      = ' '
        IMPORTING
          job_output_info    = w_return
        TABLES
          it_lips            = i_lips
        EXCEPTIONS
          formatting_error   = 1
          internal_error     = 2
          send_error         = 3
          user_canceled      = 4
          OTHERS             = 5.
      IF nast-nacha EQ 7 AND sy-subrc EQ 0.
        i_otf[] = w_return-otfdata[].
        CALL FUNCTION 'CONVERT_OTF'
          EXPORTING
            format                = 'PDF'
            max_linewidth         = 132
          IMPORTING
            bin_filesize          = w_len_in
          TABLES
            otf                   = i_otf
            lines                 = i_tline
          EXCEPTIONS
            err_max_linewidth     = 1
            err_format            = 2
            err_conv_not_possible = 3
            OTHERS                = 4.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    Convert PDF from 132 to 255.
        LOOP AT i_tline.
    Replacing space by ~
          TRANSLATE i_tline USING ' ~'.
          CONCATENATE w_buffer i_tline INTO w_buffer.
        ENDLOOP.
    Replacing ~ by space
        TRANSLATE w_buffer USING '~ '.
        DO.
          i_record = w_buffer.
    Appending 255 characters as a record
          APPEND i_record.
          SHIFT w_buffer LEFT BY 255 PLACES.
          IF w_buffer IS INITIAL.
            EXIT.
          ENDIF.
        ENDDO.
        REFRESH: i_reclist,
        i_objtxt,
        i_objbin,
        i_objpack.
        CLEAR w_objhead.
    Object with PDF.
        i_objbin[] = i_record[].
        DESCRIBE TABLE i_objbin LINES w_lines_bin.
    Document information.
        w_doc_chng-obj_name = 'Smartform'.
        w_doc_chng-expiry_dat = sy-datum + 10.
        CONCATENATE 'Delivery' 'Note'
        INTO w_doc_chng-obj_descr.
    *w_doc_chng-obj_descr = 'Smart form output'.
        w_doc_chng-sensitivty = 'F'. "Functional object
        w_doc_chng-doc_size = w_lines_txt * 255.
    Pack to main body as RAW.
    Obj. to be transported not in binary form
        CLEAR i_objpack-transf_bin.
    Start line of object header in transport packet
        i_objpack-head_start = 1.
    Number of lines of an object header in object packet
        i_objpack-head_num = 0.
    Start line of object contents in an object packet
        i_objpack-body_start = 1.
    Number of lines of the object contents in an object packet
        i_objpack-body_num = w_lines_txt.
    Code for document class
        i_objpack-doc_type = 'RAW'.
        APPEND i_objpack.
    Packing as PDF.
        i_objpack-transf_bin = 'X'.
        i_objpack-head_start = 1.
        i_objpack-head_num = 1.
        i_objpack-body_start = 1.
        i_objpack-body_num = w_lines_bin.
        i_objpack-doc_type = 'PDF'.
        i_objpack-obj_name = 'Smartform'.
        CONCATENATE 'Delivery' 'Note' '.pdf'
        INTO i_objpack-obj_descr.
        i_objpack-doc_size = w_lines_bin * 255.
        APPEND i_objpack.
    Document information.
        CLEAR i_reclist.
    e-mail receivers.
        i_reclist-receiver = w_email.
        i_reclist-express = 'X'.
        i_reclist-rec_type = 'U'. "Internet address
        APPEND i_reclist.
    sending mail.
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            document_data              = w_doc_chng
            put_in_outbox              = 'X'
          TABLES
            packing_list               = i_objpack
            object_header              = w_objhead
            contents_bin               = i_objbin
       contents_txt               = i_objtxt
            receivers                  = i_reclist
          EXCEPTIONS
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
            OTHERS                     = 8.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      ENDIF.
    ENDFORM.                    "processing

  • Transfer Orders Picklist Form

    Hai Everybody,
    i have some problem in understanding in Transfer order Picklist form.
    Please tell me, what are 'Part Number' , 'Legacy Number' & 'Serial Number' in the Transfer Order Picklist Print output form?
    Thanks in Advance
    VARMA.

    I believe it’s a volume license.
    Wayne Robertson
    IT/Help Desk/CNTRL OP
    NBOME National Center for Clinical Skills Testing
    101 West Elm Street, Suite 150
    Conshohocken, PA 19428
    610-825-6551 – 973-517-0081 cell
    484-351-2245= direct#
    cid:[email protected]

  • Transfer Order WM Forms

    Hi All,
    I copied the standard SAP Smartform for Transfer Order from /smb26/*.I modified it.
    I have given the name of the smart form at SPRO --> SAP REFERENCE IMG button --> Logistics Execution --> Warehouse Management --> Storage Units --> Activities > Define print control>Print Code.
    and given the name of the standard print program at the print control.
    If I click on this smartform and clicks on Form on Application Tool Bar's Form,its saying the SmartForm doesn't exists.
    and I tried to execute from LT31 and LT0E,but invain.
    Please kindly help me out.Your answers helps me a lot.
    Thanks,
    Praveen

    Hi,
    We are running 6.40 here and it still under form only points to SAPScript with no option of a Smartform.  Following your exact steps listed, looks like you may have to stay with SAPScript unless you copy you program and hard-code a new for name.
    Sorry

  • Regarding TO  (Transfer Order) to be confirmed collectively

    Hello Gentlemen,
    Can any body advise how to confirm the TO (transfer order) collectively is there any specific transaction for this process.
    through LT12 can confirm individual but I am looking for collective confirmatiom.
    Appreciate your help onthis......
    regards
    rk

    Hello,
    It is possible to confirm TO in mass with transaction LL01.
    You need first to :
    configure warehouse activity monitoring and define for exemple that unconfirmed TOs must appears in the warehouse monitor 15 minutes after their creation.
    run report RLLL01SE in order to refresh the list of unconfirmed TOs.
    Then run LL01 :
    Select "unconfirmed TO" + select the TOs to confirm in mass by their movement type (double clic on the lines you want to confirm until you have the TO list).
    Select the TOs to be confirmed and do "Goto" + "confirm TO in background"
    Rgds,
    Philippe

  • TO(Transfer Order) wich FORM is used?

    Hi,
    I need to do some enhancement to standart FORM that is used with TO, transaction LT03 or LT0F.
    But I dont know the name of these transactions LT03 or LT0F, can someone help plz?
    Adibo..:)

    Hi,
      Below are the enhaments available. for tcode  LT03..
    Exit Name           Description                                                                               
    MWM2S001            Exit to Determine 2-Step Picking Characteristic                          
    MWMBAP01            Enhancement for BAPI WarehouseTransOrder.GetDetail                       
    MWMBAP02            Enhancement for BAPI WarehouseStock.GetDetail                            
    MWMD0001            Transfer order print via RLVSDR40                                        
    MWMD0002            Transfer order print as multiple process with RLKOMM40                   
    MWMIDI07            Enhancement for Output WMPIHU (Create Pick-HU) Inbound                   
    MWMIDO11            Enhancement for message WMTORD: TO with several items                    
    MWMIDO12            Enhancement for Output WMPIHU (Pick-HUs) Outbound                        
    MWMIDO13            Extension for WMMBXY (subsequent tasks after goods movement)             
    MWMPP001            Enhancement WM/PP Interface (automatic TR generation)                    
    MWMRF001            RF: Influence Display of material description                            
    MWMRF100            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0100)                       
    MWMRF101            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0101)                       
    MWMRF102            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0102)                       
    MWMRF104            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0104)                       
    MWMRF105            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0105)                       
    MWMRF106            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0106)                       
    MWMRF107            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0107)                       
    MWMRF108            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0108)                       
    MWMRF151            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0151)                       
    MWMRF152            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0152)                       
    MWMRF153            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0153)                       
    MWMRF170            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0170)                       
    MWMRF202            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0202)                       
    MWMRF203            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0203)                       
    MWMRF204            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0204)                       
    MWMRF205            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0205)                       
    MWMRF212            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0212)                       
    MWMRF213            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0213)                                                                               
    MWMRF221            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0221)                       
    MWMRF302            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0302)                       
    MWMRF303            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0303)                       
    MWMRF304            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0304)                       
    MWMRF305            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0305)                       
    MWMRF312            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0312)                       
    MWMRF313            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0313)                       
    MWMRF321            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0321)                       
    MWMRF400            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0400)                       
    MWMRF402            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0402)                       
    MWMRF403            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0403)                       
    MWMRF404            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0404)                       
    MWMRF405            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0405)                       
    MWMRF406            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0406)                       
    MWMRF410            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0410)                       
    MWMRF411            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0411                        
    MWMRF412            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0412)                       
    MWMRF502            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0502)                       
    MWMRF503            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0503)                       
    MWMRF504            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0504)                       
    MWMRF505            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0505)                       
    MWMRF600            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0600)                       
    MWMRF601            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0601)                       
    MWMRF630            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0630)                       
    MWMRF631            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0631)                       
    MWMRF632            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0632)                       
    MWMRF633            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0633)                       
    MWMRF634            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0634)                       
    MWMRF650            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0650)                       
    MWMRF651            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0651)                       
    MWMRF700            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0700)                       
    MWMRF701            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0701)                       
    MWMRF702            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0700)                       
    MWMRF703            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0703)                       
    MWMRF704            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0704)                       
    MWMRF705            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0705)                       
    MWMRF760            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0760)                       
    MWMRF761            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0761)                       
    MWMRF762            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0762)                       
    MWMRF763            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0763)                       
    MWMRF764            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0764)                       
    MWMRF765            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0765)                       
    MWMRF766            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0766)                       
    MWMRF767            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0767)                       
    MWMRF768            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0768)                       
    MWMRF769            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0769)                       
    MWMRF777            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0777)                       
    MWMRF800            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0800)                       
    MWMRF801            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0801)                       
    MWMRF802            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0802)                       
    MWMRF803            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0803)                       
    MWMRF804            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0804)                       
    MWMRF805            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0805)                       
    MWMRF806            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0806)                       
    MWMRF807            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0807)                       
    MWMRF888            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0888)                       
    MWMRF889            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0202)                       
    MWMRF998            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0998)                       
    MWMRF999            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0999)                       
    MWMRFCOD            Enhancement for function codedisabling                                   
    MWMRFDLV            select delivery by user criteria                                         
    MWMRFPRT            Enhancement for printing                                                 
    MWMRFSSG            user exit for sorting TOs in RF system-guided transaction                
    MWMRFUP             Customer defined general purpose pushbutton called from scr.             
    MWMRP001            Cust. Exit for Fixed Bin Replenish.: Delivery Item Selection             
    MWMRP002            Cust. Exit for Fixed Bin Replenishment: TR Quantity Distr.               
    MWMRP003            Customer Exit for Replenishment using RLLNACH1                           
    MWMRP004            User Exit for Replenishment using RLLNACH4                               
    MWMTO001            Enhancements for end of transfer order generation                        
    MWMTO010            Exit: Calculation of Total Planned TO Processing Time                    
    MWMTO011            Correction of Planned Processing Time for TO Item                        
    MWMTO012            Correction of Sorting and Split Transfer Order                           
    MWMTO013            Stock Removal for Sev. Storage Types as in Stringent FIFO                
    MWMTOAU3            Separate selection of posting changes for autom.TO creation              
    MWMTR001            Exits at the end of transfer rqmnt creation (IM,PP interf.)              
    Don't forget to reward  if useful...

  • Regarding the SMARTFORMS ( Return sales Order Form )

    Hi All,
    i need to develope a smartform from Scarch onwrds for Return Sales Order form.
    If any one have material for how to devleope a SMARTFORM. and also any one idea on standard SMART for Sales order form, please help me.
    Regards
    Gangi

    Hi,
    Here are the links for step by step material for SMARTFORMS
    http://sap.niraj.tripod.com/id67.html
    Check these links for sample program.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/smartforms/smartform%20in%20abap.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/smartforms/tutorial%20with%20code%20sample%20on%20smart%20forms.pdf
    Regards
    Sudheer

  • Smartform in LT31 Transfer Order Printing

    Hi,
    I have designed a smartform in LT31 Transfer Order Printing for SU Contents .
    I have to inclued in it user exit MWMD0001.
    I have an requirement in abap and I need more details on what exactly to modify in the program.
    What modifications should I make in exit_rlvsdr40_001?
    I need to print fields from tables ltap, ltak, rl03t, and mean.
    Your help will be greatly appreciated with required code,if anyone implemented before.
    Regards
    Manohar S

    I worked on same requirement LT31 Transfer Order Pick list.  For Form configuration part Functional consultants will do in spro--->Warehouse management. 
    They assigned a paricular warehouse number to this form. Weather it is multiple / single TO.
    Design a smartform and goto se38, give it program name : RLVSDR40.
      In this program find user exit 'CALL CUSTOMER '001'.
    when ever u double click on this exit. This will take to function module exit. i.e. RLVSDR40 . Here include, we have to call the smartform function module.
    let me know , any clarrification required.
    Regards,
    Vishvesh. K

  • Sap Script Transfer Order Change

    Hello Gurus,
    I have a sapscript for Pick For delivery (Transfer Order pick List) once the transfer order created from the delivery is confirmed.
    In the current form, material number is being printed on the form from the transfer order table LTAP.
    Now the change need to be made is to print the delivery item number (before the material number like delivery_item_number space material_number) of the corresponding material number. I need to write a logic in order to extract the delivery item position number. do you have any idea how I can do that.
    Please help me out.
    the sapscript is closest to sap form LVSTALISTE.
    Regards,
    B
    Edited by: Balu on Aug 13, 2008 6:26 PM

    Subroutine program
    FORM CALC_NETPRICE TABLES in_tab STRUCTURE itcsy
    out_tab STRUCTURE itcsy.
    Data : w_matnr type LTAP-MATNR,
              w_posnr type LIPS-POSNR.
      READ TABLE in_tab INDEX 1.
      w_matnr = in_tab-value.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          INPUT         = w_matnr
        IMPORTING
          OUTPUT        = w_matnr.
    SELECT SINGLE POSNR FROM LIPS INTO W_POSNR WHERE MATNR EQ W_MATNR.
      READ TABLE out_tab INDEX 1.
      MOVE W_POSNR TO out_tab-value.
      MODIFY out_tab INDEX sy-tabix.
    ENDFORM.                    "CALC_NETPRICE
    Now add the Field &LIPS-POSNR& where u required.
    Just make sure that the PERFORM statement is before the fields output. i.e,  &LIPS-POSNR& ,, &LTAP-MATNR&
    Regards
    Krishna

  • Transfer order  print LT31

    Dear all,
    How to configure form and Driver program for Transfer order  LT31.
    I want to create it through smartform.
    Please let me know configuration way and design with smartform possiblities.
    Regards
    Mohit

    Hi,
    LT 31 is a standard tcode for transfer order. Standard program for printing transfer order is RLVSDR40 which internally calls sap scripts.
    However you can design your customised code which is a copy of RLVSDR40 program but in your customised program, you have change logic of calling sapscript and replace it with smartform logic.
    Like you have to commnt OPEN FORM,WRITE FORM, CLOSE FORM function modules and call below code :-
    Get the name of the function module
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = lw_form
        IMPORTING
          fm_name            = lw_name
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
        MESSAGE a003(zqsvmessage) WITH fs_irldrc-formu.
      ENDIF.                                " IF sy-subrc <> 0
    here you have to pass form name(SMARTFORM name)
    However we can make changes in configration by using Tcode OMLV here you have to specify:-
    warehouse number,
    print code number,(putaway, picking,kanban etc)
    form name(here you can assign SMARTFORM name)
    Hope this works for you.
    Thanks..............

  • LT31 Transfer Order Printing

    Hi,
    We have a requirement, in which we have to print the transfer order details.
    This has to be called from the LT31. We have to create our own script/smartform.
    The problem is ,
    whether to create a script or smartform.
    After creating it, the exact location to configure that script/smartform in NACE.
    Or is there anyother place ...
    Please help me with it...
    rewards assured for a helpfull answer

    I worked on same requirement LT31 Transfer Order Pick list.  For Form configuration part Functional consultants will do in spro--->Warehouse management. 
    They assigned a paricular warehouse number to this form. Weather it is multiple / single TO.
    Design a smartform and goto se38, give it program name : RLVSDR40.
      In this program find user exit 'CALL CUSTOMER '001'.
    when ever u double click on this exit. This will take to function module exit. i.e. RLVSDR40 . Here include, we have to call the smartform function module.
    let me know , any clarrification required.
    Regards,
    Vishvesh. K

Maybe you are looking for

  • SMB client URL works in 10.4.10, breaks in 10.5 -- password not accepted

    Hi, The SMB client URL (Finder Command-K) that was working under 10.4.10 breaks under 10.5: smb://DOMAIN-name;userid@Fully-qualified-DN-for-WinServer/PrivateSharename$ The symptom is that the Mac does connect to the WinServer, as I do get the userid/

  • Problem entering password sql plus in wnidows vista

    hello, after i successful installation in windows vista, i try run SQL Plus when i try running SQL PLUS, i have to entered my username and password. Entering my username is no problem. but when i try entering password, i cannot entering input passwor

  • Proper sizing of VSS virtual switch link

    I am considering using VSS in my collapsed core/distribution on a pair of 6509/Sup2T switches with 6904-40G-2T modules. My closets are 4506/Sup7E, and I have one high-density, mission critical IDF with two fully populated 4510R+E/Sup7E switches. The

  • KU/LI to LS in Idoc Scenario

    Hello Experts, idoc- xi - idoc in our scenrio we are getting an idoc to XI with control record as SNDPRT-KU & RCVPRT-LI in the msg mapping we are changing the control record to SNDPRT to LS & setting a dynamic SNDPRN based on some field value. we hav

  • How much is to fix a iPad 2

    i wanted to know how much is the iPad 2 battery, speakers, LCD, the charging port, and the volume button to fix at apple store.