Regarding Movement type 601 and 602

Hi,
We need to copy movement types 601 and 602. I would request to please provide me the configuration settings and all integration settings.
Thank You,
Waiting for your reply.
Regards,
Usha.

Execute OMJJ where you have the option to copy the standard movement types.  Also search the forum before posting such answered question.
thanks
G. Lakshmipathi

Similar Messages

  • Difference in price movements for 601 and 602

    Hi,
    When I look at the transaction CKM3N, I see that in consumption, for movements 601 and 602 is not telling the difference in price of materials generated in the Ledger.
    How do I tell the difference these movements in the Consumer Price?
    Regards,
    Cristiane.

    Hi Christine,
    You can check the movement of goods in T-Code OMWB for each movement type through simulation. It will give you the accounts assignment through which you can check the movement type wise goods movement and see the problem while assignment and difference between the movement type. Observe price is moving through accounts to Consumer Price.
    Reply if you have any problem.
    Regards,
    Ashish

  • BADI for movement type 601 and COGS GL account

    Hello SAP expert,
    I am searching a solution from SAP enhancements.
    The requirement is to provide different COGS GL account based on the Customer Account Assignment Group value(KNVV-KTGRD) when SAP performs goods issue. for example, movement type 601,
    This means, when company ships goods to differnt customers, then SAP should generate different COGS GL account.
    for example, when company ships goods to customer account assignment group '01' (Domestic customers), then SAP should generate COGS GL account 818100.
    when company ships goods to customer account assignment group '02' (export customes), then SAP should generate COGS GL account 818200.
    when company ships goods to customer account assignment group '03' (Testing - sample customers), then SAP should generate COGS GL account 818300.
    the logic is following:
    KNVV-KTGRD COGS GL account at goods issue
    01 Domestic 818100
    02 Export 818200
    03 Testing - sample 818300
    04 Testing - VOM 818400
    05 Franchise 818500
    Is there any similar BADI available to solve the above?
    Happy New Year!
    Regards,
    Sylvia Chen

    Hello,
    First of all, Happy New Year!
    Thank you for the tip.
    Enhancement LMR1M002 was already implemented in the current SAP environment.
    The text is "Account grouping for GR/IR account maintenance".
    Function "EXIT_SAPLKONT_011" is the component under Enhancement LMR1M002.
    That is all I can see from SAP.
    I am not an ABAP person.
    Can you provide information for the next step?
    Thank you.
    Regards,
    Sylvia Chen

  • Regarding:Movement type 501M and 502M

    Dear experts,
    How can i configure Movement type 501 M and 502 M for effective RTP Process.
    Pl guide me.
    With Regards
    Mukul Kumar

    HI
    If you want to do any changes in the STD MVT type please do not do that since the impact of MVT type is huge in IM. if you want to do any change please create a MVT type with 9 0r X or Y to create a customised MVT type.
    PLease go to TX OMJJ and select the MVT type 501 to say your customising number for example 900 in the range for the work area. select the MVT Type from the list and choose copy and select the option copy all. now enter your cutomised MVt type say 900. now  you can see a number of parameters on the left pane do the necessarry changes.

  • No authorization for this transaction with movement type 601

    Dear All,
    This is chandra i am getting this error in delivery level " No authorization for this transaction with movement type 601. If give the authorization for SAP ALL its working fine. If give the authorization for SAP SD T.Codes i am getting this error. Plz help me.
    Thanks and regards
    Chandra

    Dear Chandra,
    Check with -
    T. Code: OMJJ
    Select Movement Type: 601 and Double-Click: "Allowed Transaction" (From Left-hand side) .
    Check whether the Transaction is allowed for Movement Type 601 or not
    Note: if Transaction is not listed (i.e. not allowed) and you wanna allow this Transaction with Movement type 601, then -
    Up-there, Tab: New Entry. Click on it.
    Maintain entry as:
    MovTy: 601
    TCode: As reqd.
    and Save.
    Best Regards,
    Amit

  • How to set for movement type 601 or 641

    Hi,
    For SAP standard, movement type 601 and 641 can post from restriced or block stock. In movement type setting, where can I set, then 601 or 641 can only post from unrestricted stock?
    Many Thanks
    Aries

    Hello Aries,
    I checked the system & can tell you the following. Only the 601 can book from the restricted (blocked) stock. You can't enter the stock type in the delivery but starting with 470 there's a BAdI, LE_SHP_GOODSMOVEMENT. With this BAdI you can tell the system to post the goods issue from the blocked stock.
    The mvt 641 is a different story: This movement type uses the quantity string MAU2. The quantity strings are defined in T156M. This string isn't able to post the GI from the restricted stock.
    I hope that this description is OK for you.
    Cheers,
    Attila

  • Can I assign diffierent GL to movement type 601(GI)  and 459(return to bl ?

    dear friends,
    we have GL50000 (cost of goods sales) assigned to both movement type 601(goods issue) and 459( transfer posting from return to bloked stock).
    My question is :
    1. Can I assign different GL to these two types of goods movement?
    2. in which configuration can I find movement key , such as 601 behind a transaction, such as goods issue?
    Your advice will be deeply appreciated.
    Thanks,
    Linda

    Hi
    Yes, you can assign
    The Key for 601 PGI is VAX & VAY
    The Key for 459 is is also VAX as per OMJJ... However, you can type ZAX in the place of VAX and assign a diff GL Account in OBYC: GBB-ZAX
    Go to OMJJ > Tick Movement type > Enter > Specify the Mvt Type 459 > Enter > CLick on "Account Grouping Tab" on Top Left side
    br, Ajay M

  • BAPI to reverse Goods Issue for movement type 601

    Hi Everyone,
    Does anyone know of any BAPI that could be use to reverse Goods Issue for Movement type 601?
    I tried using BDC of transaction VL09 and was able to reverse the GI document successfully but the return message type was 'E' with unreadable message -
    Tabelle 'E' enth#t keinen Eintrag f# 'Ch 004 &'
    When I tried using BAPI_GOODSMVT_CANCEL, I get the error message 'E M7 130 Material document cannot be processed'.
    Best Regards,
    Junwen

    hi, Junwen!
    the following code works pretty well:
          fp_vbeln = vbeln_val.
          fp_budat = budat_val.
          fp_tcode = 'VL09'.
          fp_vbtyp = 'J'.
          CALL FUNCTION 'WS_REVERSE_GOODS_ISSUE'
            EXPORTING
              i_vbeln                         = fp_vbeln
              i_budat                         = fp_budat
            I_COUNT                         =
            I_MBLNR                         =
              i_tcode                         = fp_tcode
              i_vbtyp                         = fp_vbtyp
            TABLES
              t_mesg                          = it_mesg
           EXCEPTIONS
             error_reverse_goods_issue       = 1
             OTHERS                          = 2.
    luck.

  • Fld selection for movement type 601/ act 425000 differs for customer goods

    hi all
    When i try to do PGI for delivery, i am getting given below error.
    "Fld selection for movement type 601/ act 425000 differs for customer goods movement (015)" Please guide me to solve this issue. Rgds
    Madhavan
    Edited by: Madhavan SR on Apr 14, 2010 3:09 AM

    Hi,
    Please run report RM07CUFA for the movement type and account, and check the field selection for
    "Customer goods movement" if the setting is consistent or not.
    Thanks and regards,
    Polly

  • GL during Mov type 601

    Hi SAP Experts,
    Need your help please
    During PGI Mov type 601 few GL are debited and few are credited and during billing also the same
    I) How is the GL determined in both the cases which one will be hitting dr and which one Cr
    2) If we need to add one cost duing PGI and the same cost should not be billied to  customer how to achive this ??
    Please Advice..Thanks in advance for your reply

    Hi,
    GL Debiting at the time of PGI: COGS account is fetching from T Code OBYC, Offsetting entry for stock posting (GBB), VAX: for goods issues for sales orders without account assignment object (the account is not a cost element) ,VAY for goods issues for sales orders with account assignment object (account is a cost element)
    GL Crediting at the time of PGI: Inventory Account is fetching from T Code OBYC, Stock posting (BSX).
    GL Crediting at the time of Billing: Revenue account is fetching from T code VKOA.
    If you need same value at the time of PGI and billing, Please maintain the cost value in condition record of the customer.
    Thanks and Regards
    Binoj M D

  • Amount not turning up for material movement type : 601 from 2lis_03_bf

    Hi all,
    i have loaded the inventory cube from 2lis_03_bx the quantity is turning up for movement type 601 but the amount is not getting reflected it is always blank.
       If   (  SOURCE_FIELDS-BWVORG EQ '000'         "Other Issues
       OR    SOURCE_FIELDS-BWVORG EQ '101'        "Returns / Vendor
       OR   SOURCE_FIELDS-BWVORG EQ '104'         "Material Transfer
       OR  SOURCE_FIELDS-BWVORG EQ '105'          "Stock Adjustment InvD
       OR   SOURCE_FIELDS-BWVORG EQ '106'         "Stock Ajdustment Other
       OR  SOURCE_FIELDS-BWVORG EQ '110' )
       "Issues from stock transfer
       AND SOURCE_FIELDS-BWAPPLNM EQ 'MM'
    only movements which are relevant for stock control
       AND SOURCE_FIELDS-BWBREL EQ '1'
       AND SOURCE_FIELDS-BWGEO  <> 0
    SEE OSS NOTE 630254
       AND (  SOURCE_FIELDS-BSTTYP IS INITIAL OR
                   (  SOURCE_FIELDS-BSTTYP CA 'EQ'  AND
                      SOURCE_FIELDS-KZBWS CA 'AM' ) ).
    *IF THE RETURNCODE IS NOTE EQUAL ZERO, THE RESULT WILL NOT BE UPDATED
         RESULT = SOURCE_FIELDS-BWGEO.
    and i can see for other movement type like 641 the amount is turning up.
    Can anyone advise me on this
    thanks

    does the material movement type : 601 will be updated from this data source : 2lis_03_bx nor it is from 2lis_03_um??
    Can anyone advise me on this!!
    thanks

  • Different Consumption Account for Movement type 201 and 261

    Dear All ;
    Client want use different consumption account for movement type 201 and 261  .
    How we canmap this in SAP
    Kindly suggest .
    Regards;
    Joydeep Mukherjee

    This you can acheive by setting account assignment indicator is checked.
    OMJJ >>> Movement Type >>>Account Grouping >>Check account Assignment
    If this indicator is set, the system checks whether a G/L account or an account assignment has been specified on the item screen when user post transactional data. If so, the system copies this data to the posting line for account determination.
    If this indicator is not set, the system always uses the G/L accounts or account assignments determined automatically.

  • Re: Changing Inspection lot origin from 08 to 05 for movement type 322 and 349

    Reference discussion:  Changing Inspection lot origin from 08 to 05 for movement type 322 and 349
    With reference to the above discussion and your explanation for user EXIT QAAAT0001, it was stated that:
    If you only have two inspection types, you can mark one as preferred.  Then with exit use logic that if MM = 311 use preferred inspection type, if 911 use, non-preferred inspection type.
    May I ask what are you refer to for MM? It seems like movement type to me, however, I can't find movement type field in the structure within the component of EXIT_SAPLQAAT_002.  Appreciate if you could shed some light on this.
    Best Regards,
    CY
    Branched from older discussion by moderator.  When there are questions concerning an older discussion, please create a new discussion with reference to the older one.  Thanks! 

    Yes.. you are correct.  But with the info that is provided by EXIT_SAPLQAAT_002, you should be able to identify the proper material document in table MSEG which will have the material movement. 
    You can use the values of plant, batch, material number, Purchase order number, Order number, item number, storage location as well as the current date since the exit would normally be executed on the same date the material movement was done.  You'd also probably only execute the logic if QKZ is "X".
    Craig

  • Fld selection for movement type 601/ act 425000

    hi all
    When i try to do PGI for delivery, i am getting given below error.
    "Fld selection for movement type 601/ act 425000 differs for customer goods movement (015)" Please guide me to solve this issue. Rgds
    Madhavan

    Dear Madhavan,
    For mvt type 601,in OMJJ, customer field is set as optional.
    You can check this in OMJJ - mvt type 601 - field selections - Material management.
    Check in FS00 - the field status group assigned to GL account - 40005900, then open the attributes of that field selection group in OBC4, check customer field is suprresed.
    You can change either (suggest to check with FI consultant to change in field status group).
    Alternatively you can go to t/code se38 & run RM07CUFA program with variants to compare these two settings and make necessary changes.
    Hope this could help you resolve this issue. TQ
    rgds,
    nema

  • Movement type 313 and 315 with special stock K.

    Hi,
    I would like to post a movement type 313 and 315 with special stock k (consignment) but it is not possible. Also i have tried to create a new movement type (OMJJ) coping 313 and trying to set stock special k in somewhere but I couldn't.
    it is possible a movement type 313 K or 315 K?
    Thanks in advance.
    Anna

    Hi Anna Barnils ,
    Not possible.
    Read the below help:
    SproMMInventory Management and Physical InventoryMovement TypesClick on the help infront of Copy, Change Movement Types and check movement types 313 / 315
    Regards
    Ramesh Ch

Maybe you are looking for

  • Error when adding MB servers to a DAG in Exchange 2013

    Hello, I have already pre-staged my CNO in active directory. I also have created my DAG in exchange 2013. When I try to add my mailbox servers to my DAG, I receive the following error. I also tried to install the Failover Clustering feature manually,

  • Adobe Interactive Form Standard Layout Type

    Hi, We are on SAP ECC 6.0 system with ADS patch level 7. We are failing the FP_TEST_00 test.. It does not produce any output. System just hangs as if into some infinite loop.  Also noticed that, in SFP in form properties, we just have "Unknown" - "ZC

  • My Indesign CS4 crashes when I open it, ow when I am exporting my work on my pc

    I have had this issue now for a week and I am stuck after browsing for a solution on this online, basically I run a windows XP pro pc,  and my InDesign was working just fine untill last week, sometimes when i open a file  it crashes, sometimes it ope

  • Fresher In SAP (Fi/CO)

    Hi All, I am an MBA (Fin) graduate and I have around 3 years experience in investment banking, back office loan operations, working in a world wide recognized bank. Could any one please suggest me, if there is any scope for me to enter into SAP(FI/CO

  • HT2101 Why is phone consuming so much of battery

    My phone consuming so much of battery