Accounting entries behind good issue

Hi,
     I am quite new to SD and i have some questions that I hoped you will certainly answer.
1. In terms of accounting what entries does good issue generate?
2. How do you configure the accounts to be posted for good issue?
3. In case there is no inventory management set up for a company is it useful to set up outbound delivery  and good issue in its sales and distribution process.
4. Is it possible to have the client account debited and a provision account credited during goods issue and when invoicing have the provision account debited and sales a/c credited. If yes how do you set up the customising for goods issue.
Thank you in advance for your answers.

Hello,
Please note the following answers to your questions:
1. Cost of Goods Sold A/c Dr. (Will reflect in P & L A/c Debit side)
             To Stock A/c Cr. (Will reflect on Assets side of balance sheet)
2. Also suggested by Sai & Vasu above.
3. If there is no Inventory Management in your company, then why do you want to create Delivery & PGI in Sales & Distribution. I have worked for a Project Based Company & we used to create Invoice directly from Sales Order. We had made settings in MM module such that while doing MIGO we would directly issue the goods to Projects. Or if there was stock in hand, that can be issued to Projects by hitting Consumption account.
To sum it up, you dont need Delivery & PGI in Companies where there is no Inventory Management involved.
4. In your suggestion, how would you hit the Cost of Goods Sold Account which is most important in Net profit calculations? Also it is against SAP standard functionality. Let the Customer Account hit only when Invoice is created. What is the business need to hit Customer Account while doing PGI?
Hope this helps..
Thanks,
Jignesh Mehta

Similar Messages

  • Accounting entry Inter company issue of goods as Sample

    Dear SAP expert
    We have a process to issue Finshed goods to vendor for testing purpose.
    For this, I am issuing a finished goods for testing purpose to vendor (another company code  in same group) .
    At that stage accounting entry for goods issue is
    Cost of sales Debit
    To : Finished goods inventory credit.
    We have created a PO of  cross company code  type and created a outward delivery  for cross company code replenishment.
    IF we change and add VQP general modifier in GBB transaction type  then all material issue of such material will be accounted as testing expenses  . However there may be some material transactions which are not sample but sale of finished goods ,  i have explore all options in OBYC but not sure what to do .
    Company is not using valuation type functionality. 
    *Please suggest a way out to book expenses as Testing expenses whenever finished goods are issued as sample.*
    Regards
    Mehta S

    Hi all
    Is there any risk in doing the account determination through User exit in such a scenario. I have found a user exit  EXIT_SAPMM07M_001 and include z_mm_exit_zxmbcm02_05 as useful instead of mapping the whole process for this transaction.
    This user exit is working fine. Any risk people feel in bypassing OBYC through User exit.
    Regards
    MEHTA

  • Process order accounting entry for goods

    Hi,
    what accounting entry should get generated for goods issued to process order ( raw materia) and goods received from process order ( fg).
    CHEERS

    1. Raw Material Consumption Dr.
                 Inventory of Raw Material Cr.
    2. Inventory of Finished Goods Dr.
                Raw Material Consumption Cr.
    Regards
    Mohit

  • Problem in creating a new entry in Goods Issue via DI

    Good Day Experts,
    Im having trouble creating Goods Issue Document Entry via DI API. The code works fine,
    it just returns "-1150 (Invelid Index)" after adding the GI Document. I would like to know
    if there's something i missed out?
    Below is my sample code for the creation of GI :
            Dim goodsIssue As SAPbobsCOM.Documents = Nothing
            Dim lRetCode As Long
            Try
                goodsIssue = _company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInventoryGenExit)
                With goodsIssue
                    '// HEADER
                    .DocNum = GetDocEntry()
                    .Reference1 = _InventoryTransferLOBO.DocNumber
                    .HandWritten = SAPbobsCOM.BoYesNoEnum.tNO
                    .DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items
                    .DocDate = _InventoryTransferLOBO.CreatedDate
                    .DocDueDate = _InventoryTransferLOBO.CreatedDate
                    '// DETAILS
                    For x As Integer = 0 To _InvTransLOItems.Rows.Count - 1
                        .Lines.ItemCode = _InvTransLOItems.Rows(x).Item("U_ItemNo")
                        .Lines.ItemDescription = _InvTransLOItems.Rows(x).Item("U_ItemDesc") 'drITLOItems("U_ItemDesc")
                        .Lines.WarehouseCode = _InvTransLOItems.Rows(x).Item("U_FWhse") 'drITLOItems("U_FWhse")
                        .Lines.Quantity = _InvTransLOItems.Rows(x).Item("U_Qty") 'drITLOItems("U_Qty")
                        .Lines.AccountCode = GetAccountCode(_InvTransLOItems.Rows(x).Item("U_FWhse")) 'drITLOItems("U_FWhse"))
                        If x < _InvTransLOItems.Rows.Count - 1 Then .Lines.Add()
                    Next x
                    lRetCode = .Add()
                End With
                If Not lRetCode = 0 Then
                    _sboInventoryTransferLO.MessageBox("Error: " & lRetCode & ", " & _company.GetLastErrorDescription)
                End If
            Catch ex As Exception
            End Try
    Thanks in advenced
    Tyron James Gono

    Hi Sir Owen,
    Thank you so much for your reply, it still doesn't solved the problem. In my code below
    i repositioned the Line.Add Property and also added the "Lines.SetCurrentLine(Index)".
    It still returns the message "-1150 Invalid Index".
    Is it the row items im having a problem with? or the header itself?
                    For x As Integer = 0 To _InvTransLOItems.Rows.Count - 1
                        If x > 0 Then .Lines.Add()
                        .Lines.SetCurrentLine(x)
                        .Lines.ItemCode = _InvTransLOItems.Rows(x).Item("U_ItemNo")
                        .Lines.ItemDescription = _InvTransLOItems.Rows(x).Item("U_ItemDesc") 'drITLOItems("U_ItemDesc")
                        .Lines.WarehouseCode = _InvTransLOItems.Rows(x).Item("U_FWhse") 'drITLOItems("U_FWhse")
                        .Lines.Quantity = _InvTransLOItems.Rows(x).Item("U_Qty") 'drITLOItems("U_Qty")
                        .Lines.AccountCode = GetAccountCode(_InvTransLOItems.Rows(x).Item("U_FWhse")) 'drITLOItems("U_FWhse"))
                    Next x
                    lRetCode = .Add()
    Regards,
    Tyron

  • Account determination in Goods issue

    Hi Experts,
    Is it possible to determine different accounts during goods issue based on customer accounting group?
    Regards
       Federico

    Hello,
    customer account assignment group will come into picture in revenue account determination only (VKOA), that too when the invoice is created through sales.
    At the time of goods issue the accounts will get updated based on the G/L accounts maintaned for GBB in OMWB.
    Prase

  • Exit or substitution GL account when posting goods issue

    Hi out there,
    does anyone know how to change BSEG-HKONT via a subsitution ? It seems to be blocked for that purpose. Although if I unblock it in table GB01 this does not work.
    If there is no possibility does anyone know a customer exit to change the account determination for GBB VBR when posting a goods issue ? It is needed for special postings and I want to program it either in a substituiton or exit.
    Thanks a lot for your help.
    Sebastian

    Dear Sebastian,
    It is possiable to change G/L through subsitution. But you will have to take help from abaper who will write code for the subsitution.
    Any subsitution which is realted to G/L can be written though the following path
    Financial Accounting (New)->>Financial Accounting Global Settings (New)->>Tools->>Validation/Substitution->>Substitution in Accounting Documents
    after that enter new line and double clik to write ABAP code based on your requirement.
    Hope you got the way.
    Rupesh

  • Account Detrmination for Goods Issue against Order

    Dear All,
    We have a requirement where goods issued against reservation created through plant maintenance order should hit repairs & maintenance account instead of default account such as consumption stores and spares.
    Can any changes be made in configuration so that the default account can be changed either while saving plant maintenance order or can the default be overwritten when material is issued through MB1A against reservation.
    Useful answers will be rewarded with points
    Regards
    Milind Nair

    Dear
    Your knowldge iam adding the points
    In materail master check the Valuation class 4 digits (ex: 2010)
    is assigned in material master . The same material will be used in many places , this valaution class depends Production created by Fi.
    This same will have assigned in G/L at OBYC t code. Here we assign as automatic posting. The same G/l account has given as automatic posting in G/L t code FS00.
    In obyc has many process example for goods issue it will come as BSX. costing difference PRD.
    your materails type is ERSA these types may bes used many plcaes other than Pm . If clinet interests you can assign valuation class with seperate G/l account for PM
    All the G/L , costing docuemnts will appear while doing migo (mb1a) 261 movements as per your obyc seetings
    Tell requirements with FI/MM

  • 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

  • Clarification on account entries for goods receipt

    Hi Experts,
    I have my accounting document for a goods receipt as follows. I understand that 3 sets of entries refer to 3 different SKUs in the GR. However I do not understand the purpose of having 3 sets instead of one clubbed double entry. Is there a way to track back to the corresponding GR line?
    Any help is much appreciated.
    Thanks in advance,
    Em Jay

    Material document number is stored in table MSEG and MKPF and accounting document number is stored in table BKPF and BSEG.
    You can find the relation in table, you have to compare this BSEG table with MSEG table,
    You will find the PO number (EBELN) and line item number (EBELP) in both table.
    The EBELP will be same for each line item of accounting entry and material document number.
    BSEG table
    And MSEG table
    Although you can assume there will be a sequence for material document number and accounting document number.
    Suppose you have the 3 sets of accounting entry. The 1st set is for the first line of material document number, the 2nd set id for the second line item of material document number and the 3rd set is for the third line item of material document number.

  • Multiple account assignment in goods issue reservations

    Hello,
    I have the folowing situation,
    We want to create a reservation (MB21) for a goods issue - for instance for Cost Centre (201)  or Fixed Assets 241) - in which we can change the cost centre or fixed asset number por ítem line.
    In the standard configuration this does not seem te be posible. The account assignment object is entered at header level in the reservation, not allowing to be able to change the number en every ítem-line.
    Is there a way to acomplish this funcionality in the reservation?
    Thanks for any answer.
    Aart

    go through these  links  also
    GL Account Assignment in reservation | SCN
    MB21/MB22/MIGO - change account assignment (GL ACCOUNT)

  • Problem in Accounting entry - Goverment securiites (ISSUER and COUNTERPARTY

    Hi Expert,
    I am facing a problem in investment module, Require your help to understand/ resolve one problem.
    We have purchase one central government security from my counterparty for ex. - ABC & Company.(code - 10000)
    I have created security id and maintained Issuer as Central government (for ex. - 11000).
    Because it is issued by central government.
    When i am going to record this transaction in TS01 then i have choose business partner - 10000 as my counterparty because i have purchase from him. Now i will get the Interest from my ISSUER ( central government - 11000). How can we mapped the ISSUER for MY interest income Posting.
    It is available in SAP but i am not able to figure out from where I should get this logic.
    It is a general practice ISSUER and counterparty will be different for a deal then how can we manage our flow from ISSUER.
    Please help
    Regards
    Gaurav Gupta

    Hi,
    In the BP Masterdata/Counterparty role/comanycode tab/Standing instruction for payment details tab... you have a field  "Payer/ee" you can use this field to map a different business partner for settling payment transactions.
    Alternatively.... On the Transaction... Payment details tab.. when you choose to make payment via customer... you get this field for paying/receiving through alternate business partner...
    You may create different payment details for each flow (If you want to receive only interest from the issuer and not others) to pay / receive differently.
    for e.g. To make interest receips from Issuer only (Issuer should also be maintained in the role counter pary) and all other payments via the actual counterparty.
    Hope this helps.
    Thanks & Best Regards,
    M. Naveen Kumar

  • Good Issue to Account Receivable

    Dear Expert,
    My client has requirement to create good issue with output accounting document as below:
    Dr Account Receivable
    Cr Material
    Do you have any idea, if this requirement can be accommodated in MM via automatic posting?
    Is there any movement type that can be used to accommodate this requirement?
    If it's not, do you have any idea to perform this transaction?
    FYI, current accounting document for good issue is:
    Dr Expense
    Cr Material
    Thank you in advance for your assistance.

    Hi,
    The accounting document of goods issue will have:
    debit   GBB
    credit  BSX
    And the posting key is determined by the value string for certain movement type, so it's not changeable for automatic posting.
    Thanks and regards,
    Polly

  • Consignment Process Accounting Entries on AP and AR

    Hi Gurus
    Can you Please let me know the accounting entries in detail for the Consignment Process on AP and AR side?
    Please rephrase me if the question is represented incorrect
    I have never worked on the Consignment Process
    I really appreciate for your helpful answers
    Thanks
    Regards,
    Meenakshi.N

    Vendor provides materials & stores them on your company premises. The vendor remains the legal owner of the material until you withdraw material from consignment stores. You need maintaion all like ME11,ME01 and account assignemnt for KON in OBYC.The steps ME51,ME21,MIGO,MB1A,MRKO
    The Accounting Generated After GR/GI/Settlement are:
    1.Goods Receipt
    No Accounting Movement
    2.Goods Issue
    Consumption A/C: DR
    Consignment (Liability Account ) Payable: CR
    3.Consignment Settlement
    Consignment (Liability Account ) Payable: DR
    Vendor Account A/C: CR
    Found it from the other link below   Vendor Consignment
    Thanks
    Meenakshi.N

  • Additional G/L account entry at the time of PGI.

    Dear All,
    I have scenario of exports. At the tiem of PGI we generally get the entries Inventory account credtt to cost of goods sold account credit.
    I want to have a track the value of goods which are at the port. So it is required have another g/l account entry at the time of PGI.
    Which will be recoicilled at the time of commercial billing.
    Can any one help me out. How to have the addtional G/L account entries along with the standard G/L entry.
    Thanks and regards
    Rasik Waghela

    Hi Rasik
    You need to modify the account assignment for Goods issue and find out a user exit to replace the account at the time to commercial biiling.
    Regards
    Yatin

  • Post Goods Issue Accounting Entry & Profit Center Updation???

    Dear All,
    At the time of Post Goods issue it generates an accountng entry.
    we are getting an error related to Profit center.
    we maintained profit center in the sales order. and please clarify me can we create cost element for COGS account which hits at this level.
    I am getting the following errror.
    Balancing field "Profit Center" in line item 001 not filled
    Message no. GLT2201
    Diagnosis
    The field Profit Center marked as balancing is not filled with any value in line item 001, even after document splitting.
    System Response
    The document cannot be posted.
    Procedure
    First check your entries.
    Additional causes could be:
    No value can be derived for this field from the current document data.
    You have entered a document type that is not designed for this business purpose.
    Procedure for System Administration
    Customizing
    But we need profit cener wise balance sheet.
    so please guide me.
    regards,
    shashi kanth.

    If you define document splitting criteria based on Profit Center and if your document contains multiple line items with different profit center, this type of error will come.
    To check this, Go to IMG Path -- Financial Accounting (New) --> General Ledger Accounting (New) --> Document Splitting --> Define Document Splitting Characteristics for General Ledger
    There check whether the mandatory check box is selected for profit Center.  So check in your delivery document, whether any line item does not have profit center.
    You can also have a look at any of the following notes
    a)  995055
    b)  1074689
    c)  1079819
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • Cannot install or uninstall

    I can't uninstall or install iTunes and i do not know why. When i run the install process, this error occurs: c:\programfiles\itunes\itunes.resources\fi.lproj\iphonesetup.nib\objects.xib. I don't know how to fix this. Thanks

  • Bluetooth mobile printer for the bionic?

    I bought a HP 100 inkjet mobile printer with bluetooth. I can't get it to communicate witht he cell. Will it work at all? I was able to list it in the phone then i don't have anything. The printer works with my laptop.

  • Embedding .swf font Success?

    Has anybody had any success whatsover using style declarations in order to embed fonts into a Flex application? I've found a few posts (on this forum, even) but no consensus THAT IT HAS EVER WORKED. If people have had success, can you please share yo

  • Comunication between two databases

    Hy ! I have 2 computers both of them with windows xp profesional. Their IP's are 192.168.0.1 and 192.168.0.2 The first computer is in a workgroup, and the second is in a domain. The firewalls are disabled. The ping works fine. I had configured the tn

  • Time machine hung?  reboot?

    I bought a new 2TB drive and installed it and I am using TM to transfer everything. It took two hours for it to do the back up -then the screen said 'less than a minute' for the last ten hours - transferring files - moving support applications. Is it