Order Type wise GL Account While doing Good Issue.

Dear All,
Good Day,
We have Different types of Plant Maintenance Order , now when we do Goods Issue against the order we need specific GL Account based on Order type.
Example: Preventive Order should need XXXX GL Account
               Corrective Order Should need YYYY GL Account.
thanks in advance.
Best Regards,
KSK

hi
when any material is issued against the order the G/L account will capture according the valuation class specified in the material master record and the corresponding cost element assigned to the valuation class.
once you get the material and after the work is completed you can settle the cost to the G/L account provided the settlement profile allows that.here you can maintain different settlement profile to the each order type
regards
thyagarajan

Similar Messages

  • How to change the g/l a/c being used while doing goods issue using migo

    when I pass a migo entry whilie purchasing material
         , the entry goes through stock
         stock (230000 a/c no)    150        dr
          GR/IR (150000 a/c)      150        cr
    when I issue material after reservation for which again migo is done
        entry is
          repairs to plant and mach (4800569 a/c)   175
                    stock (230000 a/c no)           175
    The stock a/c is debited and credited due to t.code obyc where for inventory posting I have assigned a/c 2300000 for valuation class assigned to material.
    now I want to have a/c no  4800689 in place of 4800569. how can i change that.
    that is when I issue material from stock this should be debited to 4800689 instead of 4800569. please provide t.code to change the gl from 4800689 from 4800569
    full points will be awarded

    continuing my issue is it possible to that we donot have to change the gbb and vbr and still we can have the desired results.
    that is we are able to use different gl for debit while doing goods issue from a single stocked material
    or we want to have this result
    1.          repairs to p&m    1000    dr
                         stock of cement  a/c           1000    cr
    2.          repairs  to building    2000   dr
                          stock of cement  a/c            2000   cr.
    3.             construction     3500     dr
                                 stock  of cement     3500     cr
    we donot want to change the GBB and VBR every time    or change the GL a/c while doing reservation.
    is there any third option where we get the desired result without changing or entering the g/l manually
    if there is please let me know the t.codes

  • User exit while doing Goods Issue

    Dear Guru's,
    I have the below requirement from my client,
    They want an warning msg from the system while doing Goods issue, if the stock of certain material is goes below min stock level, so i spoke to my abaper to create user exit, but he is asking for some programs from MM side related MIGO. What programs we need to give him ? is that right ? pls suggest
    Edited by: channabasappa kallapur on Jan 21, 2009 5:29 PM

    I don't believe you need a user exit for this .. USE OMCM and configure the availability check against the appropriate movement type

  • Issue while doing goods issue

    Daear All,
    while doing goods issue getting the error message : Acct. 200510 for trans./event key BSX, postable directly.
    the same in goods receipt also.
    please help me on this.
    Best Regards,
    Venkat.

    In FS00 ,Please TICK 'post automatically only' for the GL 200510.
    Regards
    jabeen

  • Dump while doing goods issue against order with movement type 261

    Hi Team,
    We are integrating Asset management process along with the goods issue against the order which is created with a business partner for movement type 261.
    when we try to complete the process the system gives us a dump as described below.
    please look through the dump and advice for the same.
    Short text
        The current application triggered a termination with a short dump.
    What happened?
        The current application program detected a situation which really
        should not occur. Therefore, a termination with a short dump was
        triggered on purpose by the key word MESSAGE (type X).
    Error analysis
        Short text of error message:
        System error in the FI/CO interface
        Long text of error message:
         Diagnosis
             Updating of the FI/CO interface was called with object type "MKPF"
             yet the checks were run for object type "AMBU".
         System Response
             Checking and updating must be for the same object type.
         Procedure
             It has to do with a system error from the calling applications.
        Technical information about the message:
        Message class....... "RW"
        Number.............. 103
        Variable 1.......... "MKPF"
        Variable 2.......... "AMBU"
       Variable 3.......... " "
       Variable 4.......... " "
    rigger Location of Runtime Error
       Program                                 SAPLMBWL
       Include                                 LMBWLU21
       Row                                     62
       Module type                             (FUNCTION)
       Module Name                             MB_POST_GOODS_MOVEMENT
    46    IF xmkpf-xabln IS INITIAL.                               "note 434093
    47        CALL FUNCTION 'MB_XAB_NUMBER_GET'.                   "note 434093
    48    ENDIF.                                                   "note 434093
    49
    50 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_01 SPOTS ES_SAPLMBWL STATIC.
    51
    52 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_02 SPOTS ES_SAPLMBWL.
    53    CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'
    54         EXCEPTIONS
    55           error_message = 4.
    56 *  As soon as we have started to put things into UPDATE TASK, we must
    57 *  ensure that errors definitely terminate the transaction.
    58 *  MESSAGE A is not sufficient because it can be catched from
    59 *  external callers which COMMIT WORK afterwards, resulting in
    60 *  incomplete updates. Read note 385830 for the full story.
    61    IF NOT sy-subrc IS INITIAL.
    >>>       MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH            "385830
    63                  sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    64 *     MESSAGE A263.
    65    ENDIF.
    66 * Optische Archivierung
    67 * Spaete Erfassung mit Barcode
    68 * Redesign of barcode handling -> note 780365
    69   PERFORM barcode_update(sapmm07m) USING xmkpf-mblnr
    70                                          xmkpf-mjahr
    71                                          barcode.
    72
    73   MOVE-CORRESPONDING xmkpf TO emkpf.
    74   CALL FUNCTION 'MB_MOVEMENTS_REFRESH'
    75     EXCEPTIONS
    76       error_message = 4.
    77    MOVE-CORRESPONDING xmkpf TO emkpf.
    ource Code Extract
    ine  SourceCde
      32 *    BKPF as well. There is no other way to forward XBLNR to FI as not
      33 *    every document is posted by MB_CREATE -> a new function module in
      34 *    MBWL for transferring the information, called by FI, meant to load
      35 *    the complete function group for all MBxx postings when this isn't
      36 *    required (Performance). Would be the better way to transport the
      37 *    information after switching off MBxx in later release.
      38 *    corresponding IMPORT ... FROM MEMORY ... can be found in
      39 *    AC_DOCUMENT_POST (FORM FI_DOCUMENT_PREPARE (LFACIF5D))
      40      l_mem_id = 'MKPF-XBLNR'.                                   " 641365
      41      EXPORT xblnr = xblnr_sd TO MEMORY ID l_mem_id.             " 641365
      42    ELSE.                                                        "1245374
      43      l_mem_id = 'MKPF-XBLNR'.                                   "1245374
      44      FREE MEMORY ID l_mem_id.                                   "1245374
      45    ENDIF.

    Couple of notes are mentioned (385830, 780365 etc) and check whether these notes are applied.  If so, check with the ABAPer and go through the source code corrections explained in the respective notes.
    You may also go through the following notes
    1)  Note 386656 - FBV4: RW103 'System error in the FI/CO interface'
    2)  Note 388316 - RW103 "System error in the FI/CO interface"
    3) Note 543463 - Inconsistent Posting in budgetary ledger and/or RW102/RW103
    thanks
    G. Lakshmipathi

  • Error while doing Good Issue for Production Order using BAPI

    Hi All,
    I am facing an error like 'u2018Content of order 1011907: MDT218AJ10 transferred to interface (IMSEG): T-86410-71".
    I have written the code as below. Please let me know what is missing when using the BAPI 'BAPI_GOODSMVT_CREATE'. What is the cause of this error ?
    *Action in Transaction (GM_CODE)
    *GM Code for Goods Issue for Production Order is 03
      gs_gmcode-gm_code = '03'.
    *Header Data
    *Posting date
      gs_header-pstng_date = sy-datum.
    *Document date
      gs_header-doc_date   = sy-datum.
    *Item Data
    *Material
      gs_item-material  = zptp_s_rf_migo_261-matnr1.
    *Movement Type
      gs_item-move_type = '261'.
    *Movement Indicator
      gs_item-mvt_ind   = 'F'.
    *Stock Type
      gs_item-stck_type = 'F'.
    *Plant
      gs_item-plant     = gv_plant.
    *Storage Location
      gs_item-stge_loc  = gv_str_loc.
    *Quantity
      gs_item-entry_qnt = zptp_s_rf_migo_261-menge2.
    *Unit
      gs_item-entry_uom = gv_uom.
    *ISO code for unit of measurement
      gs_item-entry_uom_iso = gv_uom.
    *Order Number
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input  = zptp_s_rf_migo_261-aufnr
        IMPORTING
          output = gs_item-orderid.
    *Reservation Number
      gs_item-reserv_no = gv_resv_num.
    *Reservation Item
      gs_item-res_item = gv_resv_itm.
    *Reservation Type
      gs_item-res_type = gv_resv_type.
      APPEND gs_item TO gt_item.
    Calling BAPI_GOODSMVT_CREATE to create the Material Document Number
      CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          goodsmvt_header       = gs_header
          goodsmvt_code         = gs_gmcode
        IMPORTING
          goodsmvt_headret      = gs_headret
        TABLES
          goodsmvt_item         = gt_item
          goodsmvt_serialnumber = gt_serial
          return                = gt_return.
    Thanks in Advance.

    hi,
    did you look at message ?
    System says, there are differences between the interface data and the order data. It can be anything. I think you should check
    data in the interface . 
    this is the long explanation of your message :
    Diagnosis
    When calling the function module MB_CREATE_GOODS_MOVEMENT or the BAPI GoodsMovement.CreateFromData (BAPI_GOODSMVT_CREATE) to post a goods receipt for a production order, there are differences between the interface data and the order data.
    Example: The order was created for plant 0001, but plant 0002 is passed on in the interface.
    The system checks this for the material and the order item.
    System response
    Due to this difference, the system cannot post the goods receipt.
    Procedure
    Check the data in the interface (IMSEG-WERKS, IMSEG-AUFNR). If necessary, correct the plant or the order number in the interface.
    << Moderator message - Point begging removed >>
    Edited by: Rob Burbank on Feb 6, 2012 11:24 AM

  • Batch Determination while doing goods issue 201

    Hi MM Experts
    i have setup batch determination , and assign procedure to movement type 201 also copleted reamaining activity
    now when i am doing godds issue batch is not coming automatically.
    please help me out to complete process
    Regards
    anubhav
    Edited by: anubhav parashar on Jan 21, 2011 3:24 PM

    hi ravi
    i have created an class and charateristic ERSDA (Creation date) , also i have created 2 batches , also characteristic assigned to short rule also , now i want whoever batch created 1st should come at the time of issue

  • Error while doing goods issue of finished goods

    Dear All,
            When I try to issue fineshed good to project using transaction code MIGO, I get the following error:
    "WBS element xxxx does not exist" and  the message line shows " Variant xxxxx is deleted."
    Kindly help me in solving this problem.
    Regards,
    Shynu John

    I am not sure why it has happened ?  May be some inconsistency, but if you wanted to check than change the date of project and try to reverse the GI.  The the project date is not having any direct linkage with WBS posting.
    With regards
    Nitin P.

  • Unable to upload serial number from desktop while doing goods receipt MB01

    Hi,
    We have upgraded our system from 4.7EE to ECC6.0. While doing goods receipt for purchase order (MB01) in ECC 6 for serial number profile material, I can't find the option for uploading serial number from desktop where as the same option was there in 4.7.
    Please help me .....
    Thanks
    Nrusingha Dash

    Hi Experts.,
    Thanks for all of you for responding my questions.
    I found my question resloved.
    Actually, in previous version, the standard program has been modified by taking access key. When the upgradation happened, it got overwrited to the previous one. So, in recent version it is not appearing.

  • Error While doing Goods Reciept

    Hi all,
    While doing goods reciept for a PO we get an error"RFC destination required for GTS:it also says to see Note385830.
    Kindly assist on the same.
    Thanks,
    Adarsh N

    Please go to
    http://service.sap.com/message
    fill out the form and wait some hours
    But I guess the solution can be found in note 825448
    https://service.sap.com/sap/support/notes/825448
    Edited by: Björn Panter on Nov 13, 2008 10:53 AM

  • Order Confirmation Without Doing Goods Issue & No Goods Receipt W/o Confirm

    Hi,
         I am facing a problem at client site & i need a quick response from you people.
    If i am not doing GOODS ISSUE to a Production Order the system is allowing me to do Confirmation for that Production order & also the system is allowing me to do GOODS RECEIPT for that Order before doing complete Confirmation.
    My client wants that Without doing Goods Issue it should not allow order confirmation & also No Goods receipt without doing Final confirmation. Please help me regarding this configuration, How to do it. If it is possible then please help me& tell how to do it.
    I am in final stage of my project.Please i want a quick response.
    regards
    Jimmy

    Hi Ashish,
    you need to create new thread anyway
    for process industry you need to use CONFPI 02  you can put this in SMOD and go to display in that you can see component when you click that you can find functional module  : EXIT_SAPLCORF_402 click in that you can see include in which you need to modify
    take help of ABAP and do some modify to this module
    Thanks
    Bala

  • Order Type Wise Summary Report

    Hi Experts,
    Is there any report or table which would give me order type wise cost summary like sum of cost booked for Rework Cost or sum of cost incurred for maintenance, since these are created as separate order types.
    Also further split based on activity type would also be very helpful
    Thanks in Advamce

    Hi
    Set up Product Summarization Hierarchy in KKR0,say, ZTEST... (Eg: Contr Area, Comp Code , Plant > Material > Order Type)
    Then Execute KKRC to collect the summarized data
    Now when you run KKBC_HOE, choose ZTEST and execute.. You will the data summarized as desired
    br, Ajay M

  • Movement type wise GL accounting entry report

    Hi,
    Is there any standard report available in SAP which shows movement type wise GL accounting enty report apart from MB51. Because in MB51 accounting document is avaibale one by one you click the accounting document button with corresponding material doc number. That accounting entry will show side by side as per movement type wise.
    Regards,
    Anindita

    Hi Mahmud,
    Thanks for your reply.we have done configuration through ome9.All movement types are working fine except 411 q.
    My MM consultant is trying to transfer with movment type 411 Q (MIGO,A8-Transfer posting) inventory with less cost.When we are transfering PRD gl will be placing but PRD gl has given default cc also OKB9.System is showing same error posting key field status to change as per gl.
    Regards,
    Nivas.

  • ORDER TYPE WISE PRODUCTION

    Dear All  ,
    My requirement is that i want production order type wise .ie i have one FG Sloc and all my materials packed under different order types such as repacking , sales return ,& normal production are posted in same sloc now i want a report in which i could get this all production seperately.any std report or Table that could help me .
    Regards
    Sarfraz

    Hi Sarfraz,
    You could develop a custom report for your requiremnet.
    First,based on your date range, go to table AFRU and get a list of the confirmed orders.
    Then collect all the order numbers and in the next step, go to table AFPO. Here, select the order types you want one by one and pass the collected order numbers. This would segregate your selected orders according to the order type and you can get your desired output.
    Hope this helps.
    Revert in case of problems.
    Rgds,
    Shrenik

  • Order type wise variance report in controlling

    Hello All,
    This is our clients requirement,they can see variance report for single order,but now they want it for order type wise.
    i have gone through the threads related to this but those doesn't works.
    Please do needful

    Hi Sachin
    You can use the Product Drilldown reports in KKO0 to view Variance reports - Order type wise
    (Do following Settings to use KKO0
    a. assign Product Grp = Material Group, and
    b. assign a Cost Comp Structure in OKBN0 +
    c. Execute KKRV to collect the Data before you run KKO0)
    Another option is set up a Summarization Hierarchy in KKR0 (not sure about the T Code) wherein you can choose Order Type.. Then execute KKRC before running the report from KKBC_HOE
    Br, Ajay M

Maybe you are looking for

  • How do I add multiple family members to eprint capability on my 8600 pro?

    I dont know how to add my wife and son to the eprint capability on my 8600 pro, i tried adding them as seperate users under hp connected but it wont let you use the claim code more than once.  Anyone have any ideas?  I'm sure someone has done this be

  • How can I view a .fdf file from a galaxy S4 ?

    I would like to know if anyone knows how to view and possibly edit a .fdf file on a galaxy S4 cell phone?

  • Using Automator to insert Username and press "Enter"

    Hello all, this is my first post so I'm trying to keep it relatively simple. Basically, I have only ever used Automator for very light, easy tasks. This is one I am trying to make for a friend for an automated voting process on a gaming website. The

  • Oracle 10 g Express Edition

    Hi, I want to know how this express edition is different from main edition Oracle 10g Database. I also want to know whether license of the expresss edition expires after some time. Thanks in advance, Rajeev

  • Interaction with other plataforms?

    Hello, Does OEM provides any way of intereacting with other plataforms? namely xml files, SNMP traps? Thanks Gonçalo Ribeiro