Writein/Writeoff using movement type 501/502

Hi all,
Please tell me that can we use movement types 501, 502 for material writein and write off ? Are there any SAP recommendations for this?
Please respond,
Best Regards,
AI.

Hi,
501/502 is used for GR without PO. When you receive material without PO that time to make GR you can use this movement type. There will be seperate GL assigned to this to have proper information.
For writein / write off you can use physical inventory in SAP.
This situation comes due to discrepency in stock quantity which can be corrected using following procedure.
Create Physical inventory doc with MI01
MI04 for entering count
MI11 for recount or to change the count
MI07 for Posting the difference
Regards,
Umesh
Edited by: Umesh Agrawal on Dec 17, 2008 10:56 AM

Similar Messages

  • Movement Type 501/502 Config

    Hi All,
    1. My 1st question is there a configuration for MT501/502 that we can enter values/amount?
    2. 2nd, is there another way that the Exdeal procurement (materials from vendors that there "No Values" only inventory (quantity)) to be enter in SAP then convert it into valuated materials.
    award points to usefull answer. Thanks in advance.
    Joven

    In std SAP system MT 501/502 it's not configure with amount option but you can add the field in this movement type via transaction OMJJ adn select MT 501-502 and cleck on field selection for enjoy and here make new entry for amount field EXBWR.
    For you second que.
    you can create non valuated material then transfer to valuated material

  • Movement type 501 in MIGO doing GR for FG Product

    I am using movement type 501 in MIGO doing GR for FG Product, at that time its giving error 'no manual posting allow to GL Account'
    We dont want to allow any manual posting in this GL . Can be configure this Movement type like that whenever we do GR for FG product it will be automatic posting to GL Account
    Regards
    Arun

    hi,
    you can use OMJJ trx for assigning the coreesponding stock G/L to the accounting modifier
    In the selection screen give the mov type as 501  and then select the account groupng for mov.types,
    there you will the find the account modifier
    zob
    iN OBYC, ASSIGN THE CORRESPONDING STOCK GL
    REGARDS,
    VELU

  • Splitting the items to be posted to movt type 501/502

    Hi
    Suppose if there are 1000 records in the flat file, first system will sort the line items material wise.
    For E.g., with material A -300 records, material B-300 records, material C -400 records.
    It will create one material document each for material A and material B.
    Two material documents for material C i.e for the first 300 records one material doc and next 100 records one material doc.
    For mvt type 501/502,I need to implement splitting if it exceeds 300 items.
    below is the code where I need to implement this logic.
    how to acheive this ? Flat file will have around 30000records.
    FORM COLLECT_INVENTORY.
       CLEAR TEMP_TAB. REFRESH TEMP_TAB.
       CLEAR TAB_INV. REFRESH TAB_INV.
       SORT TAB BY WERKS MATNR.
       LOOP AT TAB WHERE MSGNR EQ ' '
                     AND STKFL EQ 'X'
                     AND ( USAFL EQ 'S' OR USAFL EQ 'N' ).
           TEMP_TAB-WERKS = TAB-WERKS.
           TEMP_TAB-MATNR = TAB-MATNR.
           TEMP_TAB-RECNO = TAB-RECNO.
           IF TAB-MENGE < 0.
              TEMP_TAB-FLAG = 'N'.
           ELSE.
              TEMP_TAB-FLAG = 'P'.
           ENDIF.
           APPEND TEMP_TAB.
           MOVE-CORRESPONDING TEMP_TAB TO TAB_INV.
           COLLECT TAB_INV. CLEAR TAB_INV.
           CLEAR TEMP_TAB.
       ENDLOOP.
       SORT TAB_INV BY WERKS FLAG.
       LOOP AT TAB_INV.
         IF TAB_INV-FLAG = 'P'.
           PERFORM POST_INVENTORY USING '501'.
         ELSE.
           PERFORM POST_INVENTORY USING '502'.
         ENDIF.
       ENDLOOP.
    ENDFORM.

    It should be the same as the on-prem code.
    http://msdn.microsoft.com/en-us/library/office/jj164022%28v=office.15%29.aspx

  • Automatic PO form goods receipt without reference Movement type 501

    Hi,
    My client receive sample material from the vendor that is without reference to PO, but upon approval of sample the vendor has to make the payment for which i do not have the reference document number.
    To arive at the solution i wanted to generate automatic PO for movement type 501, for which i have checked the movement type settings, 501- automatic PO, i ahve maintained the info record, and during GR for movement type 501 i enter the vendor even than system is not generating any PO in backend, I have centraalised purchase organization assigned to the plant.
    can anyone suggest me if i am missing any settings,
    Suggestions willbe worth appreciating..\
    Thanks
    Sarf

    Hi,
    You need to configure the following steps for creating automatic PO in MIGO transaction.
    1.Activate the auto PO in Material and Vendor Master.
    2. Maintain the Info record.
    3.Assign the Standard Purchase organisation for the plant you want to create auto Po.
       Path: ENTERPRISE STRUCTURE-ASSIGNMENT-MATERIALS MANAGEMENT-ASSIGN STANDARD PURCHASE ORG FOR PLANT.
    4. Activate create PO automatically for movement type (101,501).
    Path: MM-INVENTORY MANAGEMENT AND PHYSICAL INVENTORY-GOODS RECEIPT-CREATE PURCHASE ORDER AUTOMATICALLY - here you can activate for the mvt type you want.
    5.In MIGO screen, goto menu Settings and click default values , you will get a screen where you can check the mvt type 101,501... are maintained in mvt type column. if not you just enter the mvt type which you want. and click adopt tab.
    6. Now you do GR using 501 mvt type and give the material and vendor ..
    It will work.
    Regards,
    abi

  • How to change moving average price with movement type 501

    Hi Gurus,
                         Our client procures stock item with P-Card and use the movement type 501 to receive into the stock. The value of these items are updated with the moving average price, most of the time the current purchase price is different than current moving average price, so client wants to change the moving average at the time of receiving the goods into the system. Can some one explain is it possible or not. If possible how can we adjust the price? Client doesnu2019t want to go modify the price with other transaction. They want to modify while receiving with MIGO.
    Thanks,
    Vikram

    Hi
    You need to goto transaction OMJJ, select the movement type as 501.
    Then double click on "Field selection-Enjoy transaction".
    Add the field EXWBR & make it optional.
    Now when you goto MIGO & enter 501 movement type you will find the Ext amount in LC field on Quantity tab page.
    Enter the amount in this field during the GR.
    Regards
    Prasad

  • Material Purchase against Mov Type 501 (without PO)

    Hi Experts,
    We have a problem, we want to purchase the some misc material ( like sugar, tea, building material, stationary etc) thru mov type 501 (we don't want to make the po), how to credit the vendor  / how to post miro in that case.
    Can some body tell us the complete process / cycle.
    Regards
    Ishu

    hi,
    you can use the framework purchase order.
    where you can give the description as stationary, mention the validity period and net value for that validity period.
    after that against this purchase order, you can keep posting invoice verification for all materials like sugar, tea, stationary everything.
    while doing miro, system will check for the validity period and the net value of the po, whether the value is exceeded or not.

  • Movement type 501 m

    What is the Purpose of Movement type 501 M and 551, Please explain me

    Hi Lakshmi,
    I dont know about 501 can be used or not.
    But for scrapping..if scrap is happend during production for making an assembly then movement type will be 261 (goods issue to order)..the cost of scrap will be accounted to order and material which is produced.
    If scrap happens before and after the production for example in handling in storage then use 551 movement typw. cost will eb accounted to GL account of material or to the cost center.
    If any question the let me know with rewarding the suitable points.
    Regards
    TAJUDDIN

  • Error in MB1C but works perfectly in MIGO for movement type 501.

    Hi
    I get an error in MB1C but works perfectly in MIGO for movement type  501
    here is the error Account 353300 requires an assignment to a CO object.
    I know for this if we add the co object in OKB9 it works.
    But my question is - how it works in MIGO transaction but throws an error in MB1C
    Any idea ? has any one faced this kind of an issue ? Please let me know.
    Thanks
    Dkmurthy

    Hi
    Are the entires same in both the transactions? Means did you check 353300  GL was hit when you posted through MIGO?
    Check in FS00 - for GL account 353300 - under bank/interest tab - double click on field status variant -> under Additional account assignments - CO object is ticked as mandatory?
    Thanks

  • Can we use Movement Type other than 653

    Hi all
    we are using movement type 653 for material which are being returned by customer.
    we dont want to create FD ( Free of Chagre)  Sales order against the returned delivery.
    Problem
    The Return Delivery is being showed in VLO6  transaction,(outbound delivery),we dont want the return delivery to get displayed in this transaction.Is their any other transaction we can use inplace of 653,in order to get material in unrestricted stock as well as the delivery should not be get displayed in the transaction.
    I have created the new return delivery type (By copying LR) and at the time of runing the T-code VLO6,I exclude that delivery.
    In this way the delivery is not being shown.
    If there is any other way to slove this issue please let me know.
    Thanks
    Siddharth

    The "Return Delivery" is being showed in VLO6
       transaction, "(outbound delivery)"
    Not sure on this.  When you say you created a return delivery, how it is appearing in outbound delivery list.  For information, standard movement types in SD for returns are 651, 653 & 655 and transfer the blocked stock to unrestricted use with movement types like 453, if you wish to do so.
    But strictly speaking, all returns will have to be addressed in QM and only after their clearance, any returned material should be reused.
    thanks
    G. Lakshmipathi

  • Stock Transfer for Excisable Materials Using Movement Type 301

    Hi,
    We are having a Plant 1002 as excisable Materials.
    During GR we following the process like GR (Part -I), Capture Invoice, Post Invoice.
    Can we transfer the Material from Plant 1002 to other Plant, say 1001, using Movement Type 301?
    Or we need to follow some other router for Stock Transfer for the Excisable Materials?
    I was told by the ex-consultant that we would be using Mov Type 301 for all Stock Transfers, but I have a doubt, please guide.*
    Regards,

    Hi PK,
    Here in Brazil we work with excisable material and when we have to transfer it plant to plant, we have to use IVA that performs tax posts on accounting document. Also, we have to create Nota Fiscal (BrazillianLegal Document).
    I think you have to talk to your legal/accounting area in order to make sure which procedure you will have to use.
    If you need tax posting on accounting document, then you will not be able to use 301 movement type.
    We use MM/SD Plant to Plant transfer (movement type 861 / 862)
    Depending on your Legal/accounting area feed back, you could use this scenario or just MM plant to plant transfer (movement type 303/305).
    If they are ok with no tax postings on accounting document, then 301 movement type should be used.
    Try to make a test, show then how it works, then you could get ok from then
    I hope it helps you.
    Best Regards,
    Natan

  • Sales Returns Stock posting using movement type 651

    Hi Experts,
    I want to upload the sales returns stock using movement type 651. Because, our existing company code 'xxxx' has been changed to 'zzzz' and all the stocks, balances and so on has been uploaded and carry forwarded to new company code 'zzzz'.
    Now, I stuck with the customer/sales returns stock. Also, I know that there is no accounting effects with the movement type 651 i.e., blocked stock stored in customer rejection storage location.
    I have tried lot but I didn't get the solution for the same.
    Kindly share some ideas to upload the sales returns stock.
    Anandkumar KS

    Dear Experts,
    First of all, sorry for late reply.
    I tried using the movement type 655, but i can't able to post the stock.
    Is there any other way to post the stock in customer rejection storage location with the movement type 655?
    Also, it should not create any Accounting Document while posting the stock.
    Please advice me in this issue.
    Anandkumar KS

  • Movement type 501

    Dear All,
    Can anyone tell me  why does movement type 501 is not displaying in OMB5. I just want to change its printing of document as 1 (material document). but is not available in the list to change. But its available in the view V_156_D. Pls give me a solution to change it and enable material document (posted with 501) for printing.
    Tks
    Sujith

    Have you checked correctly ?
    501 is a standard movement type, it is showing correctly in my system .
    Check once Go to OMJJ and select movement type, and give from 501 and to 501.
    Then check in first page.
    Can you see that option?
    Regards
    Dev

  • Material to Material Transfer using Movement Type 309

    Hi,
    We have activated the material ledger.
    Issues:
    When we transfer material A to Material B using Movement Type 309 the price difference from Material A was not allocated to Material B after executing CKMLCP.
    But the another company who using the materail to material transfer, the price difference was allocated to receiving material.

    Hi,
    Please check SAP Note 167722 to able to do multi-level price determination for material transfer with using modification.
    best regards, Takashi

  • Restriction to use mov type 309

    Hi,
    I need to restrict  some of users not to use mov type 309 only, other mov type they need to use, in that case how to do ??
    I knew the object (object name -authorization object is M_MSEG_BWA)  pls tell me the steps?

    Dear Jayakumar,
    While creating the roles using T Code PFCG,after adding the T code MB1B under any role,ask your Basis consultant to look for
    this authorization object M_MSEG_BWA,and dont include the check box for 309 movement and include it for the other
    movement's like 311,312 etc.
    So whatever role that's allowing MB1B should be checked so that it 's not having the authorization for 309 movement.
    Check and revert back.
    Regards
    Mangalraj.S

Maybe you are looking for