GR/GI Slip configuration

Hi All,
Can some one please let me know the configuration steps involved in GR/GI slip development.
Please tell me the steps to be done in SPRO
Regards
Pavan

Hi,
the configuration for this is done in IMG>>>MM>>Inventory management>>>number range assignment>>>define number assignment for GR/GI slips or t-code OMC1
here first you have to activate this for plant a simple check box.
then you have to assign one no range group  code to internal and external no range
then you create some intervals similar to material number ranges.
then you specify how and which no range is to be picked up for plant storage location and movement type combination and no range group code assigned.
based on above configuration GR/GI slip nos are created.
regards,
Adwait Bachuwar

Similar Messages

  • PE51 - Deduction  Wage Type amount showing with a negative "-" sign

    Dear All,
    We have pay slip configured for the client in PE51 - HR Foms Editor.
    Here, we have added the deduction wage types in Window tab and Cumulations tab.
    However, when we generate the pay slip, the custom wage types which are defined in deductions show up the amount with a negative " - " sign.
    Please advise how this negative sign can be removed.
    Please note that in Cumulations tab, under deductions, the MS value against all the deductions wage type is " +"
    Regards,
    Reema

    Hi,
    Write a rule to remove the prefix '-' for the WT's for the STD payslip
    Regards,
    Hemant V.Mahale

  • Payslip With Pe51 Add Logo And Generate Pdf File

    Hi experts!!
    We have the pay slip configured with PE51. It's working fine but it doesn't have logo or lines, at the moment we use pre-printed sheet when we print the payslips for the employees.
    Now we need add a logo and create the output as a PDF. To achive this I have been told that I have to create a smartform with the logo.
    How I should create the smartform from PE51 to add the company logo?
    How I can create the PDF output?
    After doing the changes, do we need customize something else to execute the correct smartform payslip from PC00_M04_CALC_SIMU?
    Kind regards,
    Julian.

    kindly check this thread
    Client's LOGO on the PAYSLIP
    Best Regards

  • PE51 to SMARTFORM to add logo

    Hi experts!!
    We have the pay slip configured with PE51. It's working fine.
    Now we need add a logo and create the output as a PDF. To achive this I have been told that I have to create a smartform with the logo.
    How I should create the smartform from PE51 to add the company logo?
    How I can creacte the PDF output?
    After doing the changes, do we need customize something else to execute the correct smartform payslip from PC00_M04_CALC_SIMU?
    Kind regards,
    Julian.

    Thanks Cheera,
    I'm the ABAPer too, but I don't know what to do.
    I don't know if I have to create a new smartform or I have to use an existent one.
    If I create a new smartform how I fill it with the payroll results, all the amount of the wagetypes, at the momento we only have working the PE51 payslip.
    If I create a new smartform how I replace the call to this one instead of the PE51 created, with standar tcodes PC00_M04_CALC_SIMU, PC00_M04_CEDT, PC00_M04_CALC.
    I don't know if the smartform is only form tcode PC00_M04_CEDT or is also for the calculation tcodes PC00_M04_CALC_SIMU and PC00_M04_CALC.
    I need more help.
    Kind regards,
    Julian.

  • How to configure this printer SLIP 80 - S

    Hi All,
    can any one please tell me step-by-step process to configure this printer SLIP 80 - S in ECC6
    If you need any more info plz let me know
    That would be a great help
    Regards,
    Leonardo

    Hi,
    Please see below link and go through it.
    http://help.sap.com/saphelp_nw70/helpdata/EN/d9/4a933c51ea11d189570000e829fbbd/content.htm
    Regards,
    Anil

  • How to configure adobe forms in OMLV for printing picking slip

    Hello,
    I want to configure a adobe form in OMLV transaction. But there is no column for putting adobe forms.
    Can you tell me how do configure adobe forms for getting it printed from standard transaction whenever a transfer order is created.
    Thanks in advance.

    Hi Ajay,
    You are completely right that you cannot find anything with smartform in the customizing (OMLV). The reason for it: It is not there. It not even exists. Also the latest version of rlvsdr40 has nothing standard concerning smartforms.
    I do not know why it is really necessary to use adobe or smartforms.
    The only way is to build a new one (ZRLVSDR40). In that new one you have to use the sapscriptname (from OMLV)and treat it as a smartform- name.
    I hope my explanation helps. Success.
    Gr., Frank
    Below how a smartform is called (from invoice)
    determine smartform function module
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = lf_formname
        IMPORTING
          fm_name            = lf_fm_name
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
      error handling
        retcode = sy-subrc.
        IF sy-subrc = 1.
          MESSAGE e001(ssfcomposer).
        ENDIF.
        IF sy-subrc = 2.
          MESSAGE e002(ssfcomposer) WITH lf_formname.
        ENDIF.
        PERFORM protocol_update.
      ENDIF.
      CALL FUNCTION lf_fm_name
        EXPORTING
          archive_index        = toa_dara
          archive_parameters   = arc_params
          control_parameters   = ls_control_param
          mail_recipient       = ls_recipient
          mail_sender          = ls_sender
          output_options       = ls_composer_param
          user_settings        = ' '
          is_nast              = nast
          is_vbdka             = vbdka
          is_addres            = addr_key
        IMPORTING
          document_output_info = document_output_info
          job_output_info      = job_output_info
          job_output_options   = job_output_options
        TABLES
          it_vbdpa             = tvbdpa    "Item information
          it_vbdpau            = tvbdpau   "Subitem numbers
        EXCEPTIONS
          formatting_error     = 1
          internal_error       = 2
          send_error           = 3
          user_canceled        = 4
          OTHERS               = 5.

  • Configure Pring GR Slip to Customer return Orders (Order Type : RE)

    Dear Experts,
    Please help me out in below requirement.
    Customer return Orders (Order Type : RE) are entered and Goods Reciept done through Outbound Delivery.
    Now, how can I do the set up to rpint the GR slip (WE03)?
    I can see that it aleardy works fine for Goods recipet against a PO. But how is it done for Sales Orders?
    Also let me know can I use MB90 only to process the GR slip?
    Please guide me
    Regards,
    Shetty

    Hi,
    For GR based on SO, you cant use output type 'WE03' as it is different program that you use for doing GR based on PO.
    The output type that you should used is 'WABS'.
    Thanks.

  • GR/GI Slip

    Hi All,
    I made all the configurations required for GR/GI slip and was able to print collective slip. Now i have tested a scenario where i have multiple line items in GR but i have checked individual slip option under header.
    I have maintained condition records through MN21 for WE03 conditon type and print version 1. When executing MB90 transaction code i gave the material document number and was able to print line 10 from the GR.
    My issue is how do i print for other line ltems? Now when i execute MB90 transaction code it is giving me a message
    "No Messages for Initial Processing Exist"
    Please let me know the steps which i need to do so tht i can print GR/GI slip for a document which has multiple line items
    Regards
    pavan

    Hi,
    In MB90 Change the processing mode to Repeat processing 2 , check the sort orders also
    Thanks
    Diwakar

  • How to generate goods receipt / goods issue (gr/gi) slip no. ?

    Hi all SAP experts,
       i did following steps
    1) by using omc1 assigned gr/gi slip number for our plant.
    2) created internal number range for no. range group code.
    3) intervals are created for gr/ir slip in 2009 by using omj6 t-code.
    4) assigned no. range group code to plant and movement type 101.
           When i create Purchase order and taking goods receipt w.r.t. p.o. still gr/ir slip no. not generated internally . I checked it for MB51 t-code still gr/gi slip column is empty i.e. no number generated.
    So how can i do gr/gi slip no. generated internally ? and what is the transaction for printout of gr/gi slip no. or related configuration ?
    regards,
    Nitin Nerkar

    Dear,
    Make this field RM07M-XABLN as mandatory in OMJX transaction and check it in OMC1.
    Regards,
    R.Brahmankar

  • Which is better?  2 iTunes installs wl one logon -or- One iTunes install with configured sync parameters?

    First, I'm on Windows Vista ... not a mac ... and I do not own MobleMe ... my wife and I are already users of iTunes ... so we're talking about going from where we are now to where we want to be - which will involve changes.  Thanks in advance for sharing ...
    Currently, my wife and I have separate Windows Logons (on the exact same desktop machine) ... and we each have our own respective iTunes software installed on our separate desktops.   She syncs her iTunes with her iPhone, and I sync my iTunes with my iPad and iPhone.
    I'm interesting in merging our separate iTunes accounts into one for the purpose of not having to purchase duplicate apps that we each will be wanting in the future.  (She doesn't know it yet, but she's going to get her own iPad for a surprise present.)
    Looks like we are going to repurchase all her paid apps and place those into my account ... (she has fewer paid apps than I have, and that seems to be the least expensive way to start off.)
    So... Here's my question:
    Is it better to have her sign off permantly from her installed iTunes Account, and sign back on as "me" ... then download all the apps I have already bought that she wants?   ( I.e.  have two separate iTunes installations - both using the same login ID and password ... but personally configured to our liking).
    ... OR ...
    Is it better to delete her installation of her iTunes Account and just start using mine ... again configured to her liking by checking which apps should install her her devices and which should be installed to my devices?
    =============
    Right now, she has her own music and I have mine ...
    I'm open to any suggestions about PROs and CONs of each method ...
    Thanks for sharing

    I've done some more reading around and found posts talking about disconnect issues and that some of them were able to fix their issues with a newer router.
    I started thinking about my setup... I have a fairly old Linksys WRT54G-L v1 router and the latest firmware is 4.3.0.12. I had previously been running 4.3.0.5 and last night before more tests I upgraded my router.
    After upgrading the router I restored and re-upgraded Apple TV. Connected to iTunes and synced a movie. The streaming worked even if I rebooted Apple TV. I could close iTunes on the computer and restart it and the Library title would go gray and then turn back to white when iTunes comes back up.
    Sounds like its working ...
    However, when I restarted the computer... relaunched iTunes... the library title / link stays grayed out and no streaming...
    SO after reading those posts about the potential for routers to be incompatible it got me thinking about how old mine is, 5 or 6 years old I think... and now I'm thinking about a Time Capsule or AirPort Extreme...
    But before I do that, I'm going to update my Windows computer that hosts iTunes to XP SP3 and see what comes out of it. I have been putting that off long enough (actually thought I had already done it but I guess it just slipped me).
    After that I will see how everything is behaving.
    IF anyone has XP SP3 and still has this issue I'd be interested to know what kind of router you are using.

  • Goods Receipt Slip Requirement

    Dear Experts,
    I am developing a FORM which is the "Goods Receipt slip" with "WE03" output type.
    My Boss want to add 3 informations into the FORM header:
    1.Inbound Number : (Available in VL33N) LIKP-VBELN
    2.Transportation Number : (Available in VT03N) VTTK-TKNUM
    3.Shipment Number : (Available in VI03) VFKK-FKNUM
    Now i try to finish this requirement.....
    The first information i can use MKPF-XBLNR directly output to the form. It is easy ...
    And the second information i can write ABAP code, select the VTTP table and get the TKNUM field throught link the delivery note number ....
    (Question : Is this logic correct ? My sense tell me that probably it is incorrect because of i am selecting the items data... usually, the delivery note number are placed in the header table.... Does it has another beatiful solutions ?)
    Third, the shipment number. I found it in VFKK table as well, but it is the same situration. It placed the Transportation Number into the item Table VFKP as a reference field.... i need the Transportation number to make a WHERE statement ...
    Has someone can give me advise ?
    Thanks in advanced,
    Carlos Zhang

    Copy ur SAP Standard Script to Zscript and this zlayout should assign One output type,probably this would be new output type.
    Output type configured by Functional Consultant and give ur Layout name so that he will configure.
    Depends on Ur requirement we need to use print Program.
    If there are so many changes and need to modify lot of things then i would prefer Copy ur print program to zprint program and do the changes.
    if not do not modify (I mean only layout like windows modification).
    if you do not modify print program and eventhough you need to get data from some other tables ,.. use
    /: PERFORM NAME IN PROGRAM NAME
    /: USING  VAR1
    /: USING VAR2
    /;CHANGING OUTPUT.
    /:ENDPERFORM
    Call your form routine in se38 by creation of program and this form routine will use ITCSY Structure..
    Reward Points if it is useful
    Thanks
    Seshu

  • N0 Collective slip is printing in MB90

    Hi Experts,
    I maintained configuration settings and condition records for both out put types WE01 and WE03.
    When  I do the GR Collective slip in the general tab is automatically activated and I can see the both out put types WE01 and WE03 in the out put tab.
    but in MB90 system is showing only WE01 condition type and not showing the WE03 condition type .Here I need to print the collective slip for that GR document.
    Any Inputs are greatly appreciated....
    Regards,
    Devi...

    Hi
    Please check in NACE and ME ( Inventory) there will be conditions WE01/WE02/WE03 ETC attached to the procedure just like pricing procedure check it there, if existing there should be no reson why it should not show up in MB90. Just check for condition records with WE01 & WE03 and the printer assignments , and print details. When taking print out in MB90, do not enter any output type but enter other details except for Material doc no... lok whether system is picking  the output types pertaining to WE03 or not.
    Regards
    Samuel

  • Printing problem with GR collective slip

    Moderator message: Please do not post the same question in more than one forum. Duplicate rejected.
    Hi all,
    When I print GR collecive slip , it is not printing with standard forms iteslf. I m using standard form and print program. It is priting Individual slip properly. I want to print more than one line item in single page itself. Is there any configuration is there for WE03 ? or Need to code in form ? please help me on this
    Using  WE03 , Collective slip, checked ITEM OK
    Thanks
    JK
    Edited by: Matt on Jan 23, 2009 9:34 AM
    Edited by: Matt on Jan 23, 2009 9:34 AM

    you need to write logic for multiple items, copy the print program and cnage the logic...

  • Print of all the document no In MB90 by collective slip

    Hi All,
    we want to print of all the document no. we  put in MB90 from and to.
    collective slip already mark in MIGO output.please guide what has to be done in configuration.
    Or there is another Tcode where we solve this issue.
    Thanks in advance.
    Kunwar

    Hi Kunwar,
    first check, Have you created message for all the documents and what is the dispatch time in the message. You have to select option no. 3 ( send with application own transaction) for output type WE03.
    SPRO >> Materials Management >> Inventory Management & Physical Inventory >> Output Determination >> Maintain Output types >> Click on Output type go to default values and set the dispatch time as 3
    Hope this will help you.
    Regards,
    Manish Jain

  • Regarding incentives text in the pay  slip

    hi experts,
               one of my friend configured <u><b>incentives</b></u> wage type '6500'  with the help of spro ,no doubt the amount of incentives is calculating in the total  amount on the pay slip but the text of incentives and figure for it is not coming  ,what will be the possible reason for it if u have a idea plz let me know ,,thnx in adnance...
    here its comes like this...
    Basic Salary                    9,200.00
    Special Allowance               5,872.00 
                                   15572.00                   
    but in third line the incentive text and figure  is not coming.....but its calculating in the total i.e incentives amount 500 must be displayed here.
    null

    solved by own

Maybe you are looking for