Taxes, freight etc. values to be added to stock values at the GR

We are procuring the material from vendor. Our requirement is the taxes, freight, duties which we pay at the time of procurement should be added to stock values at the time of GR. Also we wish to pay the freight or duties to separate vendor at the time of invoice verification. How the settings need to be done to meet this requirement?
Thanks in advance.
Sanjog

Hai,
You can do this by following processes:
1.Create the material vendor & transport vendor by Xk01
2.maintain the freight condition types in pricing procedure in M/08.
3.Maintain the non deductible tax codes - tax values will loaded by FTXP.
4.Create the PO for material vendor. Enter the values in the condiitons - gross price & freight in the PO -item level - condiitons tab. Here enter the freight vendor against the freight conditons in the detail icon.Use the non deductible tax codes in the Po - item level - invoice -tax codes.
5.Release the PO if release strategy is applicable.
5.Do the GR for the PO.Check the accting doc in the dispaly Material doc to see the accting entries.

Similar Messages

  • Adding Toronto Stock Exchange for the iPhone

    Need to know how to adding Toronto Stock Exchange to the stock app in the iPhone
    thanks
    MK

    Hi MK,
    The Stocks app on the iPhone pulls data from Yahoo! Finance, http://finance.yahoo.com/.
    I believe you're looking for ^GSPTSE http://finance.yahoo.com/q?s=%5EGSPTSE&d=t
    Jason

  • -ve valuated stock value of material with zero stock value

    Hi,
    I am new to this forum.
    right now i am facing a severe problem in SAP.
    That is,
    we have a material in SAP which shows -ve Valuated Stock Value of material but its valuated stock quantity is zero in TC MC.9
    while in MB5B both Stock and Value are Zero.
    now we want to make the valuated stock value of material in TC MC.9 to zero.
    how can we do this.
    plz suggest
    thanks

    Hello,
    this issue may be related to incorrect postings of accouting documents, or missing accouting documents (i.e not considered price changes). Best would be to have this analysed by SAP via an OSS message.
    Kind regards
    Michael

  • Invalid Attribute value Exception while adding Timestamp Attribute value

    Good Day friends,
    I'm using IBM Directory Server 4.1 LDAP to maintain the Online User Registeration for a Web Application. I need to store the Timestamp at the time user registers, so that another java application of mine can delete non-active users within specific amount of time. But when i provide a value for "createTimestamp" attribute in LDAP using Java sql class object Timestamp, it gives me a exception of InvalidAttributeValueException. I tried inserting the entry with String, but without success. What is the type or format for createTimestamp Attribute? How i can bind a time or date object to this object? Any Help or Suggestions will be highly appreciated. Thanks in Advance. Cheers..!!
    The source code is as follows:
    public void createUserProfile(String afname, String alname, String aemail, String apassword) {
              String fname, lname, email, password;
              fname = afname;
              lname = alname;
              email = aemail;
              password = apassword;
              Date regDate = new Date();
              //java.sql.Time tsObj = new java.sql.Time(regDate.getTime());
              Timestamp tsObj = new Timestamp(regDate.getTime());
              String strTS = tsObj.toString();
              System.out.println("Created Date: "+tsObj);
              try {
                   InitialDirContext ctx = new InitialDirContext(prop);
                   BasicAttribute objClasses = new BasicAttribute("objectclass");
                   objClasses.add("inetOrgPerson");
                   BasicAttributes attrs = new BasicAttributes();
                   attrs.put(objClasses);
                   attrs.put("givenName", fname);
                   attrs.put("sn", lname);
                   attrs.put("mail", email);
                   attrs.put("userPassword", password);
                   attrs.put("createTimestamp", tsObj);
                   ctx.createSubcontext("cn="+fname+",ou=Dept,o=InterComp", attrs);
                   ctx.close();
                   } catch (Exception e) {
                   System.out.println("Error : " + e.getMessage());
                   e.printStackTrace();
    The Error is as follows:
    Error : Malformed 'createTimestamp' attribute value
    javax.naming.directory.InvalidAttributeValueException: Malformed 'createTimestamp' attribute value; remaining name 'cn=arun15382,ou=Dept,o=InterComp'
         at com.sun.jndi.ldap.LdapClient.encodeAttribute(LdapClient.java:964)
         at com.sun.jndi.ldap.LdapClient.add(LdapClient.java:1012)
         at com.sun.jndi.ldap.LdapCtx.c_createSubcontext(LdapCtx.java:648)
         at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_createSubcontext(ComponentDirContext.java:323)
         at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:253)
         at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:241)
         at javax.naming.directory.InitialDirContext.createSubcontext(InitialDirContext.java:180)

    I've the same problem with lastModifiedTime:
    java.sql.Timestamp cal = new java.sql.Timestamp(System.currentTimeMillis());
    myAttrs.put(new BasicAttribute("lastModifiedTime", cal));
    this results in:
    javax.naming.directory.InvalidAttributeValueException: Malformed 'lastModifiedTime' attribute value; remaining name 'uid=tester,ou=people,dc=...'
         at com.sun.jndi.ldap.LdapClient.encodeAttribute(LdapClient.java:1041)
         at com.sun.jndi.ldap.LdapClient.add(LdapClient.java:1089)
    Have you fixed it?

  • Stock value at a particular date

    Hi,
    are there any reports for stock value (price S, V) in a particular date ?
    Regards

    Hi,
    You may check these:
    Re: Stock value and report
    Storage location stock value report as per MC.9
    Thanks,
    Gordon

  • PO tax value is not added in net price

    Hi
    In PO tax value is not added in Net price .
    In the pricing elements it is showing the total value .
    But in the field of net value , it is not calculating the net value and so it is showing in the PO print out.
    Kindly advise.
    regards,

    Hi Sandeep,
    In case u want to print the net value with the tax u have to make the value as print relevant in the pricing procedure .
    And also u need to store this value in the field from  where the net price is printed and again this can be done in the pricing procedure.
    Hope this will help you .
    Please reward points for useful answer.
    Regards
    Mani

  • How to read and set Pane value for new adding folder

    Hi Experts,
    I tried to add a new folder in to a system form as below
    Itm = form.Items.Add("UserFolder"), SAPbouiCOM.BoFormItemTypes.it_FOLDER)
    form.DataSources.UserDataSources.Add("F_new", SAPbouiCOM.BoDataType.dt_SHORT_TEXT, 1)
    Dim oFolder As SAPbouiCOM.Folder
    oFolder.DataBind.SetBound(True, "", "F_new")
    oFolder.GroupWith("138")
    My quester is what is the panelevel for this new folder? And how to set value to panelevel for this folder.
    If we design a folder from Screen Painter, we can set the pane value manually, can we do this from code?
    Thanks a lot
    Tim

    Hello,
    You do not have to set any panelevel for your folder, if you would like to display it all the panelevels. (Let's see an example on Item Master data form).
    Sales, Purchase, Inventory etc tabs (folders) are always visible, there is no panelevel set for them.
    To change between panelevels, you can trigger et item pressed event, and  before_action = false, then you may change the panelevel of the form poperly.
    For initially you may use the Folder.Select() command to show the default panelevel
    >The problem is here, it looks like oFrom.Panelevel property can only accept integer value, so how can I know what's the pane level number for my folder?
    Do not set panelevel for your folders, you should drive your form's panelevel based on a selection tree:
    To see clear, please check the following code in the help sample: CompexForm
    C:Program FilesSAPMásolat - SAP Business One SDKSamplesCOM UIVB.NET07.ComplexForm2003
    to make it clear:
            '// Adding Folder items
            For i = 1 To 2
                oItem = oForm.Items.Add("Folder" & i, SAPbouiCOM.BoFormItemTypes.it_FOLDER)
                oItem.Left = (i - 1) * 100
                oItem.Width = 100
                oItem.Top = 6
                oItem.Height = 19
                oFolder = oItem.Specific
                '// set the caption
                oFolder.Caption = "Folder" & i
                oFolder.DataBind.SetBound(True, "", "FolderDS")
                If i = 1 Then
                    oFolder.Select()
                Else
                    oFolder.GroupWith(("Folder" & i - 1))
                End If
            Next i
    This code add 2 folders to the form: and the first (i = 1) is selected.
    IN itemevent, the panelevel property of the form is depending from the item you have clicked:
    Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
                        '// Check if the event was raised by one of the Folder items
                        '// and change the form's pane level
                        If pVal.ItemUID = "Folder1" Then
                            oForm.PaneLevel = 1
                        End If
                        If pVal.ItemUID = "Folder2" Then
                            oForm.PaneLevel = 2
                        End If
    Regards
    János

  • Diff is adding to Net Value

    Dear All,
    In the Sales order Pricing the diff amont is adding to net value and updating in the vbrp table.we are using z-report for the sales
    register.In the report the net value is taking from the table vbrp field NETWR. After Saving the sales order the diff amonth is calculating and adding to the net value so it is mismathing the values in between the invoice and the sales register.Please suggest me how to get the net value without adding the Diff amout to it.
    Regards
    Khajahussain

    Dear Chandu and all,
    I dont have any problem with invoice value , Problem is with taxable value. For Better understanding i have
    given below one scenario 
    Below is the Problem i am faceing
    1----
         First Line Item   Second Line Item          Total
    2 Taxable Value--     10,031.20--10,031.20--
    20,062.40
    3 Tax Vat     5%--501.56501.56--
    1,003.12
    4 Invoice Value -
         10,532.76----10,532.76--
    21,065.52
    5 Diff----
    0.48
    6 Diff to each item--0.24--
    0.24      
    7 Final Invoice Value--10,533.00--10,533.00--
    21,066.00
    8 Taxable Value in-- 10031.44--10031.44--
    21066.88   
    VBRP-NETWR        
    Taxable Value fraction portion is 0.40(1) and 5% tax Fraction Portion is 0.12(2) , adding these fracions 0.40+0.12=0.52.
    Diff(5) is coming as diff=1-0.52=0.48. Rounding is set as100 to the currency INR.This diff value 0.48 is Dividing to both the items
    Diff to each item(6) = 0.48/2.Final invoice value coming correct, But when the System saves the document ( Billing Document)
    The taxable value(2) 10,031.20 is changing to 10,031.44 By adding the this diff amont 0.24 and updating in the VBRP-NETWR field. Please let me know how to update this field with actual taxable value 10,031.20 without adding the diff amont.
    Regards
    Khajahussain
    Edited by: khajahussain on Sep 9, 2011 10:29 AM

  • Subcontract Process:Transport/Freight Cost should not be added to Inventory

    Hi,
    I am following subcontract process; the involvement of transport/freight cost should not be added to the inventory account during Goods Receipt (MIG0).
    Regards,
    Biju K

    Hi BIjay,
    You may try this
    1.  New condition type to be created by copying the standard condition type FRA1/FRB1/FRC1
    New condition type ZFR1 created by copying FRA1 - M/06.Accrual flagged in this condition type same as FRA1 and Condition category of the new condition type should be Blank and maintain X-Negative value in the plus/minus field. Accrual must be flagged.
    2. New account key ZR1 created
    OLME -- >conditions -- >Define pricing Determination process -- >Define Transaction/Event keys
    3. Assign this condition type to pricing procedure - M/08 .Also assign transaction key ZR1 .
    80     1     FRA1     Freight %     70             X                              FR1
    80     2     ZRA1     Freight  in spl GL     70             X                         FRE     ZR1
    4.GL account maintained in OBYC for this new account key -ZR1
    Maintain same conditions for FRA1 and ZFR1.
    5. Goods receipt debits freight amount to separate account
    Hope Help U !
    Regards,
    Pardeep Malik

  • Conduit toolbar icon - Value Apps icon added

    I have that Value Apps icon added to my toolbar and cannot remove it.
    Tried all the common solutions (add ons etc.) as far as I know and those config changes suggested in https://support.mozilla.org/en-US/questions/713710. That does remove the icon for a while but it then re-appears. I do not want that icon, is it malicious? The pop up window associated with it has not been installed consciously by me and I do not want it. At best it annoys me.
    I have not tried the last suggestion on that link "SUCCESS! I uninstalled FF using the Revo uninstaller in the most thorough mode and then reinstalled FF." yet. Can anyone tell me what the Revo uninstaller is and implications?
    Further I have more info. I use Zone Alarm Extreme security (for years and am happy with it) and it installs a Security toolbar in Firefox. No real issues to date but I recently noticed the Value Apps icon (no idea how long it was there) It appears to the right of the ZA search box sizing separator.
    As above resetting Conduit config parameters does eliminate the toolbar icon for a while but it also eliminates the ZA toolbar as it also uses Conduit.
    ZA help was limited (not my usual experience) and I wonder were to go from here?
    I have a screenshot of the icon that I could post and also the config settings for Conduit, if of any use.

    Thanks for the response js.
    I will not go down the route of Revo!
    Control over that toolbar is limited (afaik) to on or off.
    I have reviewed the benefits and have concluded I will keep it on (see below) and will have to put up with the annoyance.
    From Zone Alarm's help regarding the toolbar added by ZA Extreme Security.
    ''"The ZoneAlarm browser security toolbar adds the following important protections.
    '' Warns you when you go to sites that do not have adequate security credentials.
    ''Detects known and unknown phishing Web sites.''
    '' When virtualization is enabled, it can stop malicious zero day drive-by downloads, meaning malware that is not yet known by anti-virus and anti-spyware engines and has no known solution. (Not included in some versions.)''
    '' Lets you choose a Privacy Browser option when you want to leave no trace on your computer of what you’ve typed or where you’ve been. (Not included in some versions.)''
    ''Checks anything you download from the Web for malware, using a sophisticated multi-layer scanning process. (Not included in some versions.)''
    '' Blocks the processes that keylogger and screen grabber malware use to secretly record your keystrokes or on screen activity. This helps ensure that even keyloggers or screen grabbers that have not yet been discovered are rendered harmless. (Not included in some versions.)"''''
    ...so it seems very beneficial. Still annoying that the Value Apps icon appears. I will try an unistal and reinstall of ZA in case it has become infected itself as I otherwise do not know where the addition has come from.

  • VALUES NOT GETTING ADDED IN JAVA DICTIONARY

    HIII ,
    AM DOING AN APPLICATION IN WHICH I AM TRYING TO INSERT VALUES IN A TABLE(CREATED THRU JAVA DICTIONARY), USING EJBS(ENTITY BEAN AND SESSION BEAN) AND COMMAND BEAN..AND WEBDYNPRO....
        AFTER DEPLOYMENT EVRYTHNG IS RUNNING FINE BUT VALUES NOT GETTING ADDED IN THE TABLE...
    THE CODE FOR THE "ADD" BUTTON IS :
    wdContext.currentEmp_cmdElement().modelObject().add(wdContext.currentEmp_cmdElement().getEmpno(),wdContext.currentEmp_cmdElement().getEmpname());
    THE CODE FOR ADD function IN COMMANDBEAN IS
    public void add(String empno,String empname){
              try {
                     local.createdata(empno,empname);
                   } catch (Exception e) {
                        e.printStackTrace();}
    PLZZ DO HELP OUT!!!

    The message in simple English just means that "You are doing something really bad" !!! It is absolutely not the communication problem, but understanding problem.
    Though you may be executing the same function using SE37 or in the webshop application through JCo, the runtime context is different and without knowing what exactly your Z rfc is doing, it is very difficult to help. To start with, the userid - that is who is running the RFC is different in both situations. In SE37, it is the logon user and in the web, depending upon whether the connection is stateless or stateful, it could be the anonymous ICSS user or the logged in user. Here again, if you have used UME, it is the user id and if you have used ALIAS user, then it is the alias user id. This is just an example. Your runtime context can be different due to many other reasons too.
    So, to make this simpler - what is that you are trying to do?
    BTW, try not to create multiple threads for the same issue..

  • How to get column values on item added event receiver

    Hi,
    I have two columns in a document library and one is people or group column and the other one is choice column with check boxes.
    I want to know how to read column values on Item Added event receiver, so that I can create if statements based on those values.
    Thank you,
    AA.

    Hi AOK2013, 
    Have you had a look at this Microsoft tutorial: http://msdn.microsoft.com/en-us/library/office/gg981880(v=office.14).aspx
    Essentially, you want to use the AfterProperties property to access the changed field value. 
    E.g. 
    var personvalue = properties.AfterProperties["YourPersonFieldName"]
    Regards, Matthew
    MCPD | MCITP
    My Blog
    View
    Matthew Yarlett's profile
    See my webpart on the TechNet Gallery that allows administrative users to upload, crop and format user profile photos. Check it out here:
    Upload and Crop User Profile Photos

  • Adding a Default value to the Filter in a Workbook

    Hi,
    I have created a workbook in BI 7.0.  In the Filter, for a variable its displaying '#' as default value, but i want to display one of my variable values there.
    I added this value in the 'Default values' tab of the variable in the Query Designer.  After saving the query, i went to workbook, clicked on the Filter button, changed to design mode, clicked on the Filter pane, assigned the query as the Infoprovider& saved the workbook.  But still i am getting the '#' in my Filter. 
    I closed the workbook, opened it again & refreshed it but still i couldnt see the variable i added.  Am i missing any other thing?  Please guide me.  Thanks for your time.
    Regards,
    Murali

    Hi,
    adding a value as default value for a variable is only relevant for the selection screen.
    If u want to define # in the navigation pane u can do that there and save the workbook.
    Then # is saved as filter on workbook lvl, but its changeable by the user.
    Hint: In analysis mode disable "initial query view on refresh" in dataprovider settings of the analysis grid.
    Regards
    Tobias
    P.S. Giving points is the way to say thx in SDN!!!
    Edited by: Tobias on Jun 6, 2008 7:50 AM

  • Excise base value to be added

    Hi to all.
       I am using Taxinn condition based excise calculation procedure. In one scenario, I have two condition types for excise calculation. Ex: ZRO1 for material price and ZRO2 for lab charges. I want to add this two conditions to calculate ED. In the pricing at sales order and Invoice it is working fine. But in the Excise item table J_1IEXCDTL the field EXBAS (Excise Duty Base Amount) is taken from any one condition type which has condition category H (basic price). Due to this the base amount is not correct for the Basic Excise Duty value.
      How can I pass value after adding these two conditions to the field J_1IEXCDTL -EXBAS? Give your valuable solutions. Thank you.

    creat another condition type which sums the above two and take best price among 3 using condition exclusion

  • What is Value added project stock and how can we track it.

    Hi all,
    There is one query in PS.
    Please guide me about Value added project stock and how can we track it.
    any information regarding this will be highly appreciated
    Thanks & Regards
    Shiv

    Thanks Thorsten for reply.
    Can you please provide the liink or any document you have.It wil be usefull to me
    shiv

Maybe you are looking for

  • Error installing windows azure pack; websites v2

    When installing windows azure pack: websites v2 gives the error.  All dependencies are installed successfully on windows 2012 R2. Other windows azure pack express  installed successfully in another machine.  when I try install WAP websites v2 on anot

  • How improve hardware to make editing faster?

    After my new camcorder arrived, I installed the trial version of Premiere Elements 12 on my new laptop. Works without crashing, but slowly. So it appears that the program would prefer more powerful hardware. So what is the best thing to do to make my

  • Problems with Query for Sales

    i have problems with a query, i need that have the follows fields. SELECT T0.[DocNum] AS #Doc, T0.[NumAtCard] AS Referencia, T0.[docDate] AS Fecha, T0.[LicTradNum] AS RFC, T0.[CardName] AS 'Nombre del Cliente', T0.[DocTotalFC] AS TotME, T0.[DocRate]

  • File2Idoc: File with Multiple Occurence

    Hi, In  File2 Idoc scenario: how to read a file with multiple structure/occurrence. I tried as per below links, it is picking only first structure i.e - (Data0). /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-

  • Can't log in to iCloud from my pc.  Server Error???

    iCloud is working on my 4s, but I can't log in on my windows 7 laptop.  Keeps telling me there's a server error.  Help!