Project  code updation in JE

Hai,
While creating an A/R invoice - Project is getting updated in JE if we set the same in Settings - A/R Invoice (Project) in row lever & header level except the GL Accounts related to  Service Tax, Ces & Ecess. Even if we set the project in COA -> Accounts Details -> Project it is not getting updated in Project column in JE.
Pl. help to solve this issue as the project code should be updated automatically in all the rows  in JE while creating A/R Invoice
Thanks & Regards
Narayanan

hi,
I tried that option also it is getting updated only in row level and BP but not in service tax GL A/c. Only service tax GL are not being updated.
below is the JE
Particulars           Dr.             Cr.              Project
Vendor A/c       1011                             Unit 1 Sales                                 900.00         Unit 1
Ser.Tax 12%                       108.00        Not updated
Cess @ 2%                            2.00        Not updated
E Cess @ 1%                         1.00        Not updated
Can anybody address how to update the project in Ser.Tax A/c.
Regards
Narayanan

Similar Messages

  • Project Code Update after AR Invoice posted

    Dear Experts,
    I have AR Invoices with blank Project Codes on the rows. Is there anyway to updated these?
    Holding thumbs,
    Adriaan

    Hi,
    You can update, its journal entry if you want to update,
    First clicking its Journal Mark,
    Where the screen shows the entry of AR invoice, There you can update the project code.
    try this, and not possible at A/R invoice itself.
    Regrds
    Sadhik
    Edited by: sadhikmba2006 on Nov 22, 2010 3:28 PM

  • Formatted search to update Batch attribute to match row project code

    We have extented project codes to the batch level by creading a UDF OIBT.U_ProjectCode.
    Is it possible to create a formatted search in the "Batch Setup " window to update this UDF with the project code from the corresponding row of the purchase order? Keep in mind not all rows on the purchase order may be tracked by batches.

    Hi,
    Formatted search can only get value from database or current form. There is no access to other open forms.
    Thanks,
    Gordon

  • Dimension  and project auto Updates for Balancesheet GL

    Dear All,
    I have implemented SAP B1 in our company. In company it has 2 manufacturing units and 3 Trading units, apart from that it also having branches. I have mapped branches through dimension as it requires for revenue generation and to identify branch wise sales purpose only.
    I am not using account segmentation as it disable .
    I need your help in following issues.
    a.) How to update dimension and project for balancesheet Item at document level .( AR/AP).
    b.) I s it okay to change account type of balncesheet gl code from others to expenditure/sales.Is it affects any Financial reports.
    c.) I want to generate seperate balancesheet for Manufacturing and Trading without dimension It is not possible.
    Please guide...
    Regards,
    Harshad Surve

    hi harshad
    if u want to update project or dimesion at documnet level then at each documnet prepared and save in teh sytemn should have a project determining the deal belongs to which dimesion of which location
    and as per this process u would be bale to [prepare seperate balance sheet for all dimesions / locations/ projects codes
    but for that u would require to creat  a seperate balance sheet template for all dimesion/location/projecy and accordingly u would have to map the accounts in balnce sheet
    but for all thhis process u if accounts are mapped per warehouse it would be more effective and easy
    Regards,
    Manish

  • Project code

    Dear Expert,
    Project field in SAP B1 8.82 is now a choosefromlist.
    When I add  a document, e.g., the good receipt PO, the project code that I have selected in the accounting tab --> project can't be filled in the journal entry.
    So, I want that the project field value appears in the journal entry good receipt PO transaction before I add the journal entry. Please kindly let me know the code because my code is not working as expected.
    I appreciate your help. Thank you
    Steve

    Steve, i use this code in order to Update a Journal Entry Line, you can change for your specific issue.
    Public Sub UpdateJournal(oCompany As SAPbobsCOM.Company, DocEntry As String, DocNumFV As String)
            Dim rstJrnNumer As SAPbobsCOM.Recordset
            Dim Qry As String = ""
            Dim JrnNumber As Integer = 0
            Dim DocNumFact As String = ""
            Dim oJournal As SAPbobsCOM.JournalEntries
            Dim lRstCode As Integer = 0
            Dim nResult As Integer = 0
            Dim errString As String = ""
            Qry = "Select T0.DocNum, T1.TransId From OPCH T0 Inner Join OJDT T1 On T0.TransId  = T1.TransId  Where T0.DocEntry=" & DocEntry
            rstJrnNumer = CType(oCompany.GetBusinessObject(BoObjectTypes.BoRecordset), Recordset)
            Try
                rstJrnNumer.DoQuery(Qry)
                If Not rstJrnNumer.EoF Then
                    DocNumFact = rstJrnNumer.Fields.Item("DocNum").Value.ToString.Trim
                    JrnNumber = CInt(rstJrnNumer.Fields.Item("TransId").Value)
                End If
                oJournal = CType(oCompany.GetBusinessObject(BoObjectTypes.oJournalEntries), SAPbobsCOM.JournalEntries)
                Try
                    If oJournal.GetByKey(JrnNumber) Then
                        For i As Integer = 0 To oJournal.Lines.Count - 1
                            oJournal.Lines.SetCurrentLine(i)
                            oJournal.Lines.Reference1 = DocNumFV
                            oJournal.Lines.ReferenceDate1 = DateTime.Now
                            oJournal.Lines.Add()
                        Next i
                        lRstCode = oJournal.Update
                        If lRstCode <> 0 Then
                            Call oCompany.GetLastError(nResult, errString)
                           Throw new System.Exception(errString)
                        Else
                            ''Your Action Here
                        End If
                    End If
                Catch ex1 As System.Exception
                    Throw New System.Exception(ex1.Message)
                Finally
                    Marshal.ReleaseComObject(oJournal)
                    oJournal = Nothing
                End Try
            Catch ex2 As Exception
                Throw New System.Exception(ex2.Message)
            Finally
                Marshal.ReleaseComObject(rstJrnNumer)
                rstJrnNumer = Nothing
            End Try
        End Sub
    Cheers,
    Pablo

  • Project Code in J.E.

    Dear All,
    Please let me know even when the Project Code is mentioned in the Marketing document, why is this Code not updated in the J.E.???? Because of this when the Ledger of that Account is viewed as per Project Code it does not show any implications of the entry.
    Thanks & Regards

    Hi Binita,
    In Business One at the moment when a project code is assigned at header
    level in a marketing document then it will only be assigned to the credi
    tor or debitor in the journal entry.
    If the project code is assigned to the item on row level in the
    marketing document then it will also be assigned to the
    revenues account in the jounral entry.
    Similarly, when in the journal entry if the project code is entered in
    the header of the journal entry then  the project code will be entered
    for all rows in the journal entry including the vat row.
    This is the system behaviour.
    Please refer to note 875291 for further information.
    If you want just to put the project code in the revenues row of the
    journal entry a formatted search can be set up on the "project" field on
    row level in the marketing document.
    Query to use:
    SELECT T0.PrjCode FROM OPRJ T0 where T0.PrjCode = $$157.1.0
    Save this as a formatted search behind the "project code" field on row
    level. Everytime a bp with a project code is used this formatted search
    will copy its project code to row level.
    Hope this will help.
    Regards,
    Gagan Thareja
    SAP Business One Forums Team
    Edited by: Gagan Thareja on Mar 19, 2009 3:01 PM

  • Aging report - detailed needs invoice project code

    Dear All,
    Would it be possible for us to have project code (on A/R invoice header) on Aging report - detailed print layout? I found all fields in Aging report - detailed PLD are sys var. Is there a way for us to figure out which sys var is for project code of the invoice? Thanks a lot.
    Regards,
    Yuka

    Unfortunately you can't, you have to recreate it using crystal. In all SAP std reports you only able to show/print what it already shows.

  • Error while approving change document(TR lost project code)

    Hi All,
    I am having issue in change document approval, when we are approving change document for unit testing or if release management approving change for pre-production or production approval, we are getting error, I started coming from last two days only,\
    when I did detail analysis,  in all transports project code related to change document, disappear
    although if I create new change document, project code appear,
    Do we have  way to solve this issue?, I even not able to decouple the transport from change document, it giving error, do we have way where we can resync change document and transport?
    Dinesh

    Hi All,
    Do anyone have some solution for this issue?, it  is bigger than I thought, I can check it impacted all systems, and all transports,  all transports seems to issue they lost project code in it we rollover maintenance cycle last week and this problem started from their, we put charm master note and few other charm fixes(notes) last week,
    this problem not coming any new change document, but all change document created before rollover impacted
    Dinesh

  • Error while "Project Code Generation" in Entity service

    Hi SDN's,
    I have created an entity service which is the help documentaion of NWDS. After completion of all steps while generating project code i am getting an error called "AbstractStringBuffer not reachable"
    Can any body help me in solving this issue.
    Thanks in advance

    Hi Raju,
    it seems like you have a version problem, try to use jdk 1.4 or higher and try.
    Or go to
    Prefrences --> Java --> Installed JRE's here change the Jdk to the latest,compatable version
    Sometimes reinstallation also solves such problems.
    Award pts if help full
    Cheers
    Souza

  • How to Make Project Code as Mandatory

    Hi ! I Need Project code as mandatory in Po's and Sales Order in Row Level. How to Make that one. Also i have a issue with approved PO's. If some PO got approved is there any option to make amendment and resend for again approval.
    Thanks and Regards
    Kamal

    Hi Kamal.......
    Try this below SP for making project Code Mandatory........
    For Sales Order:
    If @object_type='17' and @transaction_type='A'
    BEGIN
    If Exists (Select T0.DocEntry from ORDR T0 Inner Join RDR1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.Project Is Null
    And T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'Please select Project'
    End
    End
    For Purchase Order:
    If @object_type='22' and @transaction_type='A'
    BEGIN
    If Exists (Select T0.DocEntry from OPOR T0 Inner Join POR1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.Project Is Null
    And T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'Please select Project'
    End
    End
    If your PO is approved and you want to ammend it then your approver has to reject the PO first and it will come to you and then make edition and send it again......
    Regards,
    Rahul

  • Project code based  Sales Order and Purchase Order - Item wise Report

    Dear all,
    Scenario:
    We are doing business based on Projects.  So, for every Sales , Project code is created and Sales order is booked with Project code and subsequently Purchase Order is booked with Project code. (Note:Some cases, few items might not be purchased since stock is available.)
    We want report like
    SO Project code
    SO Posting date
    SO Sales Employee
    SO Customer Name
    SO Item code
    SO Quantity
    SO Unit price
    SO Row Total
    PO Project code
    PO Posting date
    PO Sales Employee
    PO Customer Name
    PO Item code
    PO Quantity
    PO Unit price
    PO Row Total
    *SO line item and PO line item for same project should be parallel , that is important and challenge (certain cases, item in SO might not be in PO, for such cases Blank field should appear for PO Item code.)
    Thanks in advance,
    Regards,
    Dwarak.

    Hi Dwarak.......
    Your Report is right but a small change you have to make Left join RDR1 with POR1........
    Try this.......
    SELECT T0.PrjCode, T1.Project, T0.PrjName, T1.DocNum, T1.DocDate, T1.CardName, T2.ItemCode, T2.Dscription, T2.Quantity, T2.Price, T2.LineTotal, T3.Project, T4.ItemCode, T4.Dscription, T4.Quantity, T4.Price, T4.LineTotal FROM OPRJ T0 INNER JOIN ORDR T1 ON T0.PrjCode = T1.Project INNER JOIN RDR1 T2 ON T1.DocEntry = T2.DocEntry LEFT JOIN OPOR T3 ON T0.PrjCode = T3.Project LEFT OUTER JOIN POR1 T4 ON T3.DocEntry = T4.DocEntry AND T2.ITEMCODE = T4.ITEMCODE INNER JOIN OITM T5 ON T2.ItemCode = T5.ItemCode WHERE T0.PrjCode ='[%0]' AND
    T5.ItmsGrpCod in ('108', '110') GROUP BY T0.PrjCode, T1.Project, T0.PrjName, T1.DocNum, T1.DocDate, T1.CardName, T2.ItemCode, T2.Dscription, T2.Quantity, T2.Price, T2.LineTotal, T3.Project, T4.ItemCode, T4.Dscription, T4.Quantity, T4.Price, T4.LineTotal
    Regards,
    Rahul

  • Cannot assign Project Code to GST Tax Code

    Hi all
    With reference to SAP Message 389302, SAP has acknowledged the following limitation.
    We would like to feedback to SAP Development team for correction of such limitation so that there is an option to assign Project Code to GST Tax Code in AP Transaction. 
    Our Client is not able to assign Project Code to Input GST Recoverable in AP Invoice transaction posted to General Ledger.
    Currently, we are able to assign Project Code to the GL account for expense and AP Vendor so it will Dr Expense with Project Code Cr AP Creditor with Project Code but there is no way for us to assign Project Code to GST Code in AP transaction.
    This is very incomplete and User has to make extra
    effort to assign Project Code that is missing in Journal Entry created in from AP Invoice transaction with GST for printing the Balance Sheet by Project Code.
    Kedalene Chong

    Jac,
    Another issue is cost center or profit center. It must also be assigned in th journal entry.
    Rgds,

  • Project Code to be included in Depreciation run

    Hi Friends,
    Previously, the Cost Center was mandatory for all assets. Now, they want the depreciation to flow to either a cost center or to a project code. In accordance with the requirement, I had made Cost Center optional, along with Maintenance Order. Previously Cost Center was mandatory and Maintenance Order was not shown in the asset class master data configuration screen.
    Hi Friends,
    Find below the description of the issue faced.
    Previously, the Cost Center was mandatory for all assets. Now, the depreciation HAS to flow to either a cost center or to a project code. In accordance with the requirement, I had made Cost Center optional, along with Maintenance Order. Previously Cost Center was mandatory and Maintenance Order was not shown in the asset class master data configuration screen.
    Further, there was a validation which checked that each asset master had a Cost Center field filled in and a substitution which filled the Cost Center field with a default Cost Center. I have changed the validation to reflect that either a Cost Center or a Maintenance Order is filled in. I have modified the Substitution to reflect either a Cost Center or a Maintenance Order.
    Before the above changes were made, the Depreciation run was being executed without any error. After the above changes were made in the system, the Depreciation Run is ending with an error "Account 551100 requires an assignment to a CO object - Message no. KI235"
    Even prior to the error, the Default Account Assignment tab in the relevant Cost Element was empty.
    I have checked the Field Status Variant and Cost Center is only optional in that.
    Can you suggest any further config. settings that have to be changed? Two SAP Notes, ‘827363’ and ‘98778’ have suggested patches, which have already been applied to SAP.
    Regards,
    GV Shivakkumar

    Answered .thanks

  • Project code  wise aging

    dear   expert all
    parameter    from date  to to date , project code
      one of my client requriment  i have  need   project  code wise  aging report .
    send  me the query.

    Hi Zal....
    Very Good Afternoon.........
              The question was simple. Sinha was simply asking about the Project code wise aging report. If I'm not wrong then for every marketing document level, on header level as well as on row level the project code field is there with the help of which we can categorise the transactions. So if sinha is doing billing as per the project code then he can get the project code wise aging report.
    Even you can get the project code wise trial balance sheet also............
    Regards,
    Rahul

  • Profit center and project code report

    Hello all,
    My customer needs a report showing the profit centers and project codes that appear on AP and AR invoices.
    It would be something like:
    Project    Profit Center    Profit    Loss    Difference  
    and showing the totals for each different project.
    Is this possible?
    Thank you.
    Kind regards,
    Pedro Santos

    Hello Gordon,
    Yes, I think a query report is enough.
    What the customer wants is to control the profits/costs in each project.
    They will add the project code to every sales and purchase invoices and the profit centers.
    Then they need to see which profit centers are with more gain or loss inside the projects.
    Do you need more information?

Maybe you are looking for

  • INDEX vs TABIX

    Hi, Can some body explain the CLEAR difference between Sy-index and Sy-tabix. And one or two small examples. I am little bit confused. Thanx.

  • What microphones are compatible with a mac mini

    what microphones work on mac mini?

  • BIS-B outage in Russia

    Hi RIM, please try monitoring BIS-B in Russia (carriers: Beeline, MTS) if I hard use internet connection BIS Blackberry.net outage usually coming and sometimes just outage . usually I turn off mobile connection and turn on, its help, but sometimes ca

  • Adding Zeros infront of a field in Message Mapping

    Hi, I need to add zeros infront of my target field (eg Target Field length is fixed (10). If incoming field is having only 3 digits (123), I need to add 7 (10-3) zeros infront of my target field (0000000123). How to go about it. Is there any standard

  • Lock Sing on an infotype screen

    Hi all, can someone explain what a lock sign in pa20 in a certain infotype means - in this case it is in infotype 6. The sign appears right next to the change user name in the header of the screen. Thanks,