How to change goods receipt time for a plant?

Hi All,
How do I change the goods receipt time for a plant?
Thanks for your help!!!
Rana

hi,
GR time is defined for the specific material ..it is defined as GR processing time..in the Material master in the MRP view...
Pls check ...
Hope it helps..
Regards
Priyanka.P

Similar Messages

  • How to change auto logoff time for Essbase AddIn when Essbase server is in Shared Services mode

    Hi all,
    could anybody describe me the way to change the auto logoff time for the Essbase Excel AddIn? I only know the possibility to change the properties in the EAS console, but our Essbase Server is running in Shared Services mode so the relevant settings doesn't apply...
    Thanks a lot!
    Kind Regards
    Andre

    You should still be able to set the "Inactive limit" in EAS or use Maxl e.g. alter system set session_idle_limit x minutes;
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Automatic Goods Receipt from for a Plant

    Hi Experts
           We are doing shipment from one plant to another plant.
    Now my requirement is,
    when i do PGI(Post Goods Issue) activity from one plant to   other plant using VL02N, i need to do automatic GR for other plant.
             The PO number will be maintained in the sales order itself, so how to do this.
             Can we use BADIs, if so, whats the right one, and how to do it, pls advise me on this.
    Thanks in advance.
    Regards
    Rajaram

    Hi Raja,
    data: bapi_head   LIKE bapi2017_gm_head_01,"OCCURS 10 WITH HEADER LINE,
    bapi_move   LIKE bapi2017_gm_code,
    bapi_move   LIKE bapi2017_gm_code,
    bapi_headret LIKE bapi2017_gm_head_ret,
    bapi_out    LIKE bapi2017_gm_head_ret-mat_doc,
    bapi_year LIKE bapi2017_gm_head_ret-doc_year,
    bapi_item LIKE bapi2017_gm_item_create OCCURS 10
                                                  WITH HEADER LINE,
    wa1 LIKE bapi2017_gm_item_create,
    bapi_serial LIKE bapi2017_gm_serialnumber OCCURS 10
                                                  WITH HEADER LINE,
    bapi_return LIKE bapiret2 OCCURS 10 WITH HEADER LINE.
    bapi_move = '01'.
    MOVE t_sd-bldat TO bapi_head-doc_date.
    MOVE  t_sd-budat TO bapi_head-pstng_date.
    MOVE  t_sd-xblnr TO bapi_head-ref_doc_no.
    MOVE  t_sd-bktxt TO bapi_head-header_txt.
    loop at t_sd.
    MOVE t_sd-werks TO wa1-plant.
    MOVE t_sd-lgort_r TO wa1-stge_loc.
    wa1-move_type = '101'.
    MOVE t_sd-ebeln_s TO wa1-po_number.
    MOVE t_sd-ebelp_s TO wa1-po_item.
    MOVE t_sd-VBELN TO wa1-DELIV_NUMB_TO_SEARCH.
    MOVE t_sd-POSNR TO wa1-DELIV_ITEM_TO_SEARCH.    
    MOVE t_sd-menge TO wa1-entry_qnt.
    MOVE t_sd-base_uom TO wa1-entry_uom.
    MOVE t_sd-matnr TO wa1-material.
    MOVE t_sd-reswk TO wa1-plant.
    MOVE t_sd-lgort_s TO wa1-stge_loc.
    APPEND wa1 TO bapi_item.
    endloop.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          goodsmvt_header             = bapi_head
          goodsmvt_code               = bapi_move
      TESTRUN                     = ' '
       IMPORTING
          goodsmvt_headret            = bapi_headret
          materialdocument            = bapi_out
          matdocumentyear             = bapi_year
        TABLES
          goodsmvt_item               = bapi_item
          goodsmvt_serialnumber       = bapi_serial
          return                      = bapi_return
      IF sy-subrc = 0.
        headr_ret = bapi_headret.
        mat_doc   = bapi_out.
        doc_year  = bapi_year.
        ret_tab[] = bapi_return[].
      ENDIF.
      IF ( bapi_return-type = ' ' ) AND ( NOT bapi_out IS INITIAL ).
    if the material document created this function is used to make the
    permanent changes to the database
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = space.
               IMPORTING
                 RETURN = MESSTAB_COMMIT.
      ENDIF.
    if it is helpfull pls reward pts.
    Regards
    Srimanta

  • How to change the transition time for a title in the new imovie

    With the new update I have lost how to do a simple task.
    I have titles in the lower left hand corner ine a video (pictured below). I would like for the titles to change seamlessly, without blinking after each new title appears. Sort of like a digital clock ticking. So say there's a video clip for each day in August, I want the date to change without blinking and re-appearing each time. This was easy in the past version of imovie. But I can't seem to find it in this version.
    Any help would be greatly appreciated!
    The red box indicates that I have attempted to merge the title into the title that comes after to see if it blends the transition, but it still blinks before showing the new title.
    Movie Version 10.0

    Please take a look at the usage of the precision editor it's very powerfull as are a lot of functions in iMovie10.
    http://help.apple.com/imovie/mac/10.0/#movf8b8fc9b2
    (I hope it directs you to the English version). And of course I asume you have the latest version (10.0.3) which solves al ot of the earlier problems.
    In case you understand some Dutch. I've produced a number of video-tutorials on the usage of iMovie10.
    http://www.videoidee.nl/iMovie/imovieindex.html
    Part 5 2nd half explains the usage of the precision editor in detail.
    If you don't follow my Dutch, google for iMovie10 tutorials  and you will find lot's of video-tutorials in English.
    Have Fun
    Ben

  • Max Stock & Good Receipt Time with Optimizer

    Hello,
    We are attempting to use the optimizer to maintain a max stock level (Max Stock = 750 ) constraint at a location. We are also using a Good Receipt time (Good Receipt = 1 day) for this location/product. Currently when we execute the optimizer (discrete) the system is exceeding our max stock value we have maintained in the product master because of the Goods Receipt Time.
    For example on 09/15 we have an on hand quantity of 200 units. On 09/16 we have demand for 200 units, bringing our on hand quantity to 0 units. On 09/17 we have a receipt of 950 units to fulfill the demand of 200 units and bring our stock up to maximum level, resulting in a stock on hand quantity of 750 units for this day, which is our maximum stock level for each day.
    However, the receipt of 950 units on 09/17 is in reality received at the location on 09/16, because only one-day transport time is defined. Utilization of Goods Receipt Time is causing us to go over our max stock of 750 units defined. Any ideas how to resolve this issue?
    Thanks

    I would assume max stock level to be a softer constraint compared with meeting the demand on time. Can you confirm what would have happened had you received 950 units one day later, say by decreasing the GR days to 0 ? If the receipt date were pushed out without violating the max the stock level, I would conclude the max soft level to be a soft constraint.
    Also check the result when GR time is 2 days.
    I would also experiment with keeping inital stock on hand beyond the max stock level and watch it fall below max stock level before calling any receipts.

  • To Set Goods Receipt Indicator For Particular Line Items In SRM

    Hi All,
      i am working on BBP_DOC_CHANGE_BADI in SRM. i am trying to set the goods receipt indicator for particular line items based upon certain conditions. The values are being set in the badi. But when the Purchase Order is created in the backend R/3 i coudn't able to find the goods receipt indiactor being set..
    i used this field to set the GR indicator
      GR_IND = 'X'.  " Goods Receipt Indicator
    Can anyone help me in this?
    helpfull answers will be rewarded....
    Thanks,
    Murali

    To Murali and Christophe,
    I have set the GR and GR non val indicator in CREATE_PO BADI but I face the following situation :
    problem -
    In case of multiple account assignment in the shopping cart, the R/3 transaction ME21N sets these flags. 
    The flag status determined as per EBP conditions is lost.
    I need to retain the flag status as per EBP conditions even in this multiple account assignment scenario.
    proposed solution -
    - CREATE PO badi is already implemented in EBP and customised logic for GR and GR non valflag is in place.
    - I create user exit in R/3 backend system in ME21N transaction 
    - I make RFC call in this user exit to EBP and check the table BBP_PDPSET for the shopping cart.
    This is how I get the flag status as per EBP conditions and copy the same to R/3 thereby overriding the multiple account assignment check of the R/3 system.
    issue - 
    When I tried to verify that I can check the BBP_PDPSET table from R/3, I found that this table is not having entries for all the records in  CRMD_ORDERADM_I table.
    For which shopping carts will the BBP_PDPSET table not  be populated ?
    thank you in advance,
    Bhakti.

  • How to change the default time?

    when you finish the action of dialing ,the CCM system recognize your finish after 10s .How to change the default time in Service Parameters ,which is the detail Parameters ?

    Please see the following link for information on configuring the interdigit timeout.
    http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a00800dab26.shtml
    Hope this helps. If so, please rate the post.
    Brandon

  • How to close goods receipt PO

    Hi All,
    We are using SAP 8.8
    how to close Goods Receipt PO that has been pulled to A/P Invoice with a partial amount of freight ?
    i.e.
    Our GRPO has freight 5000.
    On pressing COPY FROM button in A/P invoice we selected that GRPO
    On Pressing Customize button
    Items in the GRPO appear
    We selected all items and press next
    Freight appears
    We edited freight amount from 5000 to 3000 and pulled GRPO into invoice and saved.
    After this OUR GRPO and freight remains
    Guidance in this is really needed as we want to tally stock
    Thanks
    Malhaar

    Hi Malhaar......
    Does it happen all the time like this reversal of entry?
    Like how you tested in demo this kind of scenario I would suggest you to do this excercise too.
    So that you get knowledge about that and Today you are asking this doubt but after doing this excercise you will come to know the exact effect and next time you can suggest this to others if he has same problem and will become expert in SAP
    All the Best
    Regards,
    Rahul

  • No goods receipt possible for purchase order 'PO#" "Lineitem"

    Hi gurus,
    Please help on below error.
    While doing return to vendor transaction using BAPI 'BAPI_GOODSMVT_CREATE' error 'No goods receipt possible for purchase order 'PO#" "Lineitem"' was encountered. As checked, all data are correct including the plant, sloc, PO#, stocks, batch.
    Please kindly advice on how to resolve the issue.
    Thank you in advance.

    Hi,
    Few things which immediately comes to my mind.
    1. Check if the PO is released?
    2. Check if the confirmation control is properly set in Confirmations tab of item details of a PO.
    3. Check if the Goods Receipt indicator is ticked at item level of PO.
    I hope these helps.
    Kind Regards,
    Prakash

  • BAPI_GOODSMVT_CREATE, will do the goods receipt ( MB01 )for the subcontracting PO with batch management.

    Dear Professionals ,
    I Just want to confirm that whether BAPI "BAPI_GOODSMVT_CREATE " will do the goods receipt ( MB01 ) for the subcontracting PO with batch management.
    Since I will be passing only 101 mvy type in BAPi, will the system automatically call 543 mvt type with batch management and post the consumption.
    can I change the batch of the component items ?

    Hi ,
            Delivery note is like a ref document number
    so you can use the
    In the BAPI_GOODSMVT_CREATE There is header structure BAPI2017_GM_HEAD_01 which has a field REF_DOC_NO
    you can pass the delivery note value to that field .
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Jul 10, 2008 3:41 PM

  • Good receipt problem for subcontracting purchase order

    Good receipt problem for subcontracting purchase order
    with account assignment type ‘E’.
    After update to ECC 6.0. Do good receipt for subcontracting purchase order with account assigment 'E'.The system show the error message(KI235)----Two cost elements (Change in Stock (Subcontracting)&Outside processed fee) haven't CO account assignment.but the field status  for sale order is option entry , when I default cost center for the cost element  in OKB9.the system post the material document and generate the following accounting document.
    Doc.Type : WE ( Goods receipt ) Normal document
    Doc. Number    5000056065       Company code    1000         Fiscal year     2007
    Doc. date      2007.12.04       Posting date    2007.12.04   Period          12
    Calculate Tax
    Doc.currency   HKD
    tm PK Account    Account short text   Tx Cost Ctr   SaleOrder               Amount
    1 89 13500000   Stock-Work in proces                   1007823  10             274.4
    2 96 21210010   GR/IR Clearing                             1007823  10             205
    3 91 41010102   Chg in Stock(Subcon)    10901099  1007823  10            274.4
    4 86 41031000   Outside processed fe     10901099  1007823  10            205  
    5 99 13500000   Stock-Work in proces                    1007823  10            69.4
    6 81 41010101   Cost of Prod (Subco)                      1007823  10           69.40
    My problem is:
    When use MIGO to do good receipt for subcontracting Purchase order, for consumption account((Change in Stock (Subcontracting)-41010102&Outside processed fee--41031000) ,why the system don’t recognize the sale order filled as CO account assignment?

    Dear fanny chen
    Did you get a solution for your open question?
    I`m facing the same problem, so any help yould be appreciated.
    Regards

  • No goods receipt possible for the PO - Interesting issue

    HI all,
    I need to do the GR for an open inbound delivery. At the item level of precessing document i.e PO 'No goods receipt' check is marked. Same thing is copied to my inbound delivery 'No goods Movement' is marked in Adminstrative tab of my inbound delivery item.
    When I use the BAPI BAPI_GOODSMVT_CREATE to do GR for this Inbound delivery, it throws an error saying that 'No goods receipt possible for the PO item'.
    But when I do the same thing manually it happened successfully by creating a "service confirmation document" and changed the goods movement status as C (fully completed) without creating an material document as these items are no relevant items for goods movement.
    As we are moving goods directly from Vendor to customer, just we want to do service confirmation to vendor without any goods movement. It happening manually but not through BAPI. Please suggest.
    Helpful anwers are certainly rewared
    Thanks,
    Raggs.

    Hi AP,
    I didn't find any relevant FM to do the same.
    Thanks.

  • No goods receipt possible for purchase order message number# M7036

    Hello,
    We are working in 4.7C , Created the scheduling agreements, with Shipping notification(Inbound delivery)   .
    Created the Scheduling agreement on 25.09.2009 and created the schedule line one same day with date 25.09.2009, (time column Blank).
    So in Practice for Goods receipt we are using MB0A t code for GR,(not using MIGO)..while MB0A..iam going to make GR with ref to Shipping notification then system will through below given message.
    No goods receipt possible for purchase order
    5500001447 0001
    Message no. M7036
    tried every thing but unable get. shar your views
    Regards
    Sapman man

    Hi
    If you use Shipping notification then you have to create inbound delivery VL31n and do the PGR in inbound delivery  VL32N itself.
    Incase of scheduling agreement schedule lines you have to make sure the following
    1) Schedule line delivery date shoud be todays date or in the past
    2) Schedule must be released by using message type based on the type of schedule ( Normal, JIT or forecast)
    Hope it helps
    Thanks/Karthik

  • No goods receipt possible for purchase order 4000010123 00001

    Hi Experts,
    I created PO with 100 Qty then create GR with 20 Qty with mvt type '101' .
    then I am doing Return PO with 20 then I am creating GR with Reference to return PO with 161 movement type through BAPI 'BAPI_GOODSMVT_CREATE'.but it  giving error as 'No goods receipt possible for purchase order 4000010123 00001'.
    but manual it is working fine and creating GR.Please let me the reason.
    I am unable post GR for first time with fresh return po.but second time after manual posting.i am able to do it.

    Hi,
    have you compare the data you send to bapi with data recorded in GR (mkpf/mseg) tables by the system after manual document posting?
    I would check it first - here usualy is the diference between manual and bapi document creating that causes problems.
    hope it helps
    regards,
    wojciech

  • No goods receipt possible for purchase order 4800000097

    hi,
    i am facing a problem while at the time of Doing GR . it says the "No goods receipt possible for purchase order 4800000097"  when i try to proceed with the GR.
    I have checked all the necessary possibilities such as
    1.  PO has been released
    2. at the item level delivery tab GR is flagged and delivery complete option not flagged.
    3. version management is not activated
    4. i checked in the table EKPO field statistical . ther is no entry
    plz kindly help
    regards
    sufiyan

    Hi,
    Please check the plant in PO and in MIGO are correct and that PO is exist in the system.
    Also check PO history in PO.
    Regards
    ram

Maybe you are looking for

  • How can I pair with Apple TV without going to set up on Apple TV?

    How can I pair with Apple TV without going to set up on Apple TV?

  • How to making login id as one field in the coding

    hi, I need to make the id(login in sap) as one of the field and that should be automatically assigned to it once we login . wht kind of modifications to be done for this.....pls help me... Saurabh.

  • Access bean events data with axbridge ?

    I build a bean and packaged with axbridge It works in c# but how can I get data from my Events ? I defined a listener in my bean public interface TestChangedListener extends EventListener{      void testChanged(TestChangedEvent e); and in c# the meth

  • Function recording_off dosen't work for EHP5

    Hi Expert,        I am using function "Recording_off" in eCATT. The transport requirement for current client in SCC4 is deactived by this function. But I found there are some transaction codes like FSE2&GCL2 still need transport request when eCATT pe

  • Refresh TreeControl

    Please Help!!! I'm trying to refresh a TreeControl after a DB change, I had search this site without finding a solution. This is what I'm doing and is not working .... protected void findForward(DataActionContext ctx) throws Exception //refresh Itera