Formatted Search that will change the Tax code in SO.

Hi All,
I have a requirements that will allow me to change the Tax Code column via formatted search. Like for exmaple, i have 50 line items in SO and the tax code is ZO. If i want to change the tax code, i will select it for individual items. Anyone can help me to have an alternative solution that will prevent me to change it per item.?
thanks and regards,
vin

Hi Melvin........
You can have a work around for this....
Just create a UDF say U_Tax at Header level...
Just Create a FMS for Tax Code say..
SELECT *  FROM OSTC T0
Save this tax code FMS to thus UDF.
When yo select a particular Tax Code in this Field through this saved FMS
this Tax Code gets copied to each and every line say for 100 lines also.
For this you have run other FMS which is below...
SELECT $[ORDR.U_Tax.0]
Save above FMS in tax Code field say in Sales Ordr form.
Now when you do this you can see if you have 100 line items and you want to copy same tax code in a single click you have to just select single tax code via FMS in U_Tax as i suggested.
The moment you select this Tax Other FMS will be fired and the same will be copied to other 100 lines....
Hope this will help you.....
Regards,
Rahul

Similar Messages

  • Change the tax code at order header level that reflect the change in all it

    Dear consultant,
    Change the tax code at order header level that reflect the change in all items lines under this order
    Facts:
    Define tax code,
    Assign it to bill & ship to customers,
    I do all setup in oracle receivable guide for defining tax
    Examples: I navigate to order management to create order
    First I select the customer and order type after that I navigate to tab line
    I enter the item in the first line the tax code coming by default
    I enter the second items line also the tax code coming by default etc three ,four, five until line 40
    Now I want to change the tax code for all items but not by enter and change it in each line? No,
    I want the way that I change Tax Code at order header after that the change is reflect in all items line
    Business Impacts:
    Suppose I create order include 40 items , I want to change the tax code that coming by default , that require me to enter in each line to change tax cod 40 times ,this not logic and not acceptable from my customer

    Hi,
    The defaulting rules apply only for the first time when you are adding new lines on to the Sales Order. Respective field vaues will be defaulted from the SO header level.
    In case, if you want to update all the 40 lines for Tax Code in one shot, then please select all the lines on the sales order, try Mass Change.
    (Navigation: Tools->Mass Change).
    Regards,
    Hemanth

  • Restrict changing the tax code in purchase order after goods receipt.

    Hi,
    Po is created with tax code x1.
    Gr is done for partial quantity.
    IR is still pending.
    User has changed the tax code to x2.
    This case we want to restrict the tax code change in PO after goods receipt.
    Please advice.
    Regards
    Ravi Kumar

    Hi Sumit,
    Po created with wrong tax code x1.
    Stores person has done the receipt and consumed the stock.
    Now user has suddenly realised that tax code is wrong and changed the tax code in PO.
    In IR we will use correct tax code and post the accounting entry.
    Stock values will be adjusted properly. to stock ac if stock is there and to price diff ac if stock is consumed.
    Point is user's are asking that how system is allowing to change the tax code after receipt.
    Point to be attended is restrict the change of tax code by any means after Gr has happened.
    what are the possibilities to restrict the change of tax code.
    Regards
    Ravi Kumar

  • Changing the Tax Code in the GL Master

    Hi Friends,
    The users have created a GL Account with only 'Input Tax' allowed in posting. Now they want the 'Output Tax' also to be activated. When we try to change the Tax Code to allow all types of Taxes, the system gives an error message - "Tax Code cannot be changed as the postings exist". How can we change the Tax Code now? Is it that we have to nullify the balance in this account?
    Thanks for the help.
    Regards

    Hi,
    According to me, if you change the error to warning, it wont affect any previous postings but it will allow to extend the tax code to further future postings which is required. So i don't think so that it will affect your existing postings.
    Regards,
    Jigar

  • Change the Tax Code-  In Sales Order i have  Tax code for VAT

    In Sales Order i have  Tax code for VAT ( Condition type JIVP) it is reflecting "P4" instead of "A4".
    Where the "P4" Tax code is picking in Sales Order.
    How to change the Tax Code.
    Urgent

    Hi CHAKRI,
                     Check if the condition record is maintained with the appropriate taxclasssification.If yes, Go to sales order in change mode,then goto-header-billing-alternate taxcalssification and modify tax classification.It will pick up right tax code.
    Regards
    Ram Pedarla

  • Change the tax code issue in fs00

    Dear Sapgurus,
    in production i create one g/l code user id : mydr123 T code is fs00 g/l code number 300000 account name is sales, account group is p&l and account currency inr, tax category ">" , now i am going to change tax category * while saving the g/l system is not accepted  itsshowing error message "     1) Changing the tax code not possible; account has a balance
    2) The data contains error, you cannot save, but if i choose"-" its accepted please tell me
    Regards
    Myfriend

    Hello MyFriend,
    If you wish to make a direct posting to a tax account you must have
    the gl account active in transaction MIRO.
    Please review the online documenation located via help -> sap
    library -> materials management -> logistics invoice verification ->
    Direct postings -> direct posting to gl account
    here you can see the setttings for same in customizing are
    Setting in Customizing for Logistics Invoice Verification
    As per error message FH081, it arises only if the account had perviously
    the tax category ">" or "<". They cannot be changed anymore
    if the account has a balance. The tax categories "-", "+", "*" etc.,
    can be changed, you will get in FS02 only the warning FH011.
    Please check GL account xxxxxx with FBL3N, to see if there is a balance
    still left. To make the account balance zero, you might try transaction
    FB41, this allows you to post directly a balance to the Tax gl account
    even when the flag "Post to automatically" is set.
    I hope this helps
    Regards
    Ray

  • How to make a Java application that will change the client box's IP address

    HI how to make a Java application( that application would be run on the client ) that will change the client box's IP address ( IP address of itself )

    If you can do that through the command line, then use Runtime.getRuntime().exec(...) to execute your command.

  • FM or BAPI that will change the address in table ADRC

    Hello,
    Is there any Function module or BAPI that will change the address in table, ADRC?
    Regards,
    Remi

    Hi,
    I don't use Business Partners / Biller Direct related information... So, the related FMs :
    BUPA / EBPP might not help
    My aim is to update ADRC table.
    I have found a couple of FMs that has to be followed in an Order :
    For inserting an Record :
    1) ADDR_INSERT
    2) ADDR_NUMBER_GET
    3) ADDR_MEMORY_SAVE
    4) ADDR_MEMORY_CLEAR
    For Updating :
    1) ADDR_UPDATE
    2) ADDR_MEMORY_SAVE
    3) ADDR_MEMORY_CLEAR
    But i don't know what to fill for address_handle !!
    How do i use these FMs??
    Regards,
    Remi

  • CES 2013 and items that will change the way you enjoy your Programming.

    I was able to take time off from work this year, and spend it at the CES 2013 with Verizon in Las Vegas. The things that I was able to see opened my eyes to the future of video entertainment. As a Verizon customer and a Community Leader, I am very pleased with the way the industry is headed, and happy Verizon is leading the way in entertainment. Yes I am a big FiOS Fan! From the time I was first connected with fiber optics, I believe in 2006 with 15/5 speeds, and now Quantum speeds, I have been a happy customer. When the FiOS HD TV service was available in my area, I purchased my first 46” LCD TV. Can’t have FiOS quality on a 36 picture tube! Well you can, I just don’t believe it would look its best.
    View the videos on the Verizon News Website. These provide a good overview of the way Verizon provides, and will provide entertainment to their customers.
    Watch the video with Nicole Omo, who was showing Verizon devices and talks about items at the CES. Yes I was there and she was the first one I ran into when I darted off to see the new FiOS Media server as soon as I arrived at the show in the Verizon area.
    http://newscenter.verizon.com/residential/news-articles/2013-01-verizon-ces-bringing-the-borderless-...
    Now if you want the details on the server, see them on this page, where Maitreyi Krishnaswamy explains them in more detail, again watch the video. Also you may wish to view the video about Motorola Medios+ and DreamGallery. I can’t wait to get my hands on this new hardware. I had the experience seeing and using the remote at different times during the show, due to the huge crowds at the show, but I was hooked.
    http://newscenter.verizon.com/residential/news-articles/2013-01-verizon-motorola-fios-tv-media-serve...
    Photo by prisaz
    Widgets display with YouTube
     In the video found via the link below, Maitreyi speaks about the panel she was on regarding smart TVs, and if you look real close in the video as the camera pans to the right to shoot video of the panel sitting at the table, you may catch me as the second person in the second row of the audience. My day one at CES is when she talks about yesterday that refers to the opening day. Tonight I was out looking at smart BluRay players, as my 46” Samsung is a bit older.
    http://newscenter.verizon.com/residential/news-articles/2013-01-verizon-ces-minute-maitreyi-krishnas...
    The first day of course was Tue. 1/8/13 I wanted to see everything, but was able to see the start of the show. What I really went for was the Verizon area with the VMS, and it doesn't do it justice to call it a booth. I sat and listened to panel discussions of industry experts. Then of course the Keynote Address from the Verizon CEO Lowell McAdam. FiOS!
    http://www.youtube.com/watch?v=oyKx_615hOA&feature=youtu.be
    Day two on Wed. 1/9/13 there was more time at the Verizon area and getting to see all the cool stuff. I was always attracted back to the Entertainment Area, with the new Media Server. Of course there was a chance to meet with various Verizon staff. To put this show together you know there were key people that were at the show. It is not every day you get to meet with the people you see on the websites. Putting the names and faces together with the people was really nice. Though they were all very busy with the media and the press, they managed to find the time to meet with customers like myself. I walked the entire South Hall top and bottom of the LVCC which seems like 2-3 football fields.
    Everyone is talking and writing about the new FiOS TV platform. Six tuners pause and resume in any room! These are just a few of many articles. The VMS is buzzing, but what I heard was whisper quite, that is when it was running, with the exception of the excellent audio.
    http://techcrunch.com/2013/01/07/verizon-and-motorola-announce-fios-tv-media-server-that-can-record-...
    http://www.zatznotfunny.com/2013-01/verizon-6-tuner-media-server-dvr-arriving-soon/
    https://twitter.com/davezatz/status/288716545985740800/photo/1
    http://www.engadget.com/2013/01/08/verizon-media-server-and-ip-client-hands-on/
    http://www.cedmagazine.com/products/2013/01/ces-motorola-provisions-new-media-server-for-verizon
    http://www.dslreports.com/shownews/Verizon-Announces-FiOS-Media-Server-122656
    http://www.theverge.com/2013/1/7/3848874/verizon-details-its-new-fios-tv-media-server
    http://www.iptv-news.com/2013/01/verizon-picks-moto-for-next-gen-fios-tv-media-server/
    http://www.fierceiptv.com/story/verizon-motorola-team-fios-tv-media-server/2013-01-08
    On my third day of the CES it was time to head off to the Central Hall to some TV vendor areas where I could see the types of Smart TVs and devices that would take advantage of the entertainment services the new Verizon hardware and streaming features can provide. What you have should work just fine if you are a FiOS customer. Or even if you are not. I could not pass up the chance to see all the new stuff for TVs. Curved screens,  10K TV. Etc.  At home we have an Xbox with the 75 channels streaming over the Internet, but the Smart TVs are really amazing. If you do not have a smart TV, you may wish to make your TV smart with the use of an LG or perhaps Samsung BluRay player. For streaming to a portable device I do not have an Ipad, but do have an Iphone. It is amazing what Redbox Instant by Verizon can do, even on an Iphone. Redbox Instant by Verizon will be available to the public soon after testing. After walking what seemed to be miles, I was back at the Verizon space for some additional video that was being done.
    Day four was finishing up for the trip home and winding down. The flight home from Las Vegas to Baltimore Washington International seemed like it was going to be a longer trip than the one out to the show. I did have one stop in Denver that held me there for a while because of snow, but I did manage to get on the Verizon Community Forums from 41,000ft in the sky, and may have even made a few posts.
    Solved!
    Go to Solution.

    Another item I should mention. The photos in my previous post were taken with a phone. So if some are blurred, that is certainly not the way the TV picture looked. So excuse my poor photography.

  • How the system calculate the tax code in MIRO ?

    Hi
    I made PO in SAP  for material X and Entered the Tax Code I1 but When, i doing the MIRO in SAP, system automatically taking the another Tax code.Also i am trying to change the tax code in MIRO but s/m not allow to change the Tax code.
    I am not also maintained info record also.

    Hi,
    While doing MIRO the tax code will defaulted from PO for each line item , but to adjust the tax at last you should enter the tax code manually at header level in MIRO and post it.............
    In PO it will be defaulted if you maintain the tax code in Purchasing inforecord aor you should enter it manually.....

  • Hi All,i am currently working on a flex application that will allow the user to change the language

    Hi All,i am currently working on a flex application that will allow the user to change the language within the application from english to Japanese and vice versa. And everything works fine.
    I am using flex 4.5
    We allow the user to save records with english or japanese texts.
    problem
    When the user manually enters Japanese text and tries to save it the record defaults back to the default name (which is in english). But if you copy the entered text and paste it and then save it.It works fine.
    Any idea , why this is happening?
    Please let me know if the question is not clear.
    Looks like there was already a bug
    https://issues.apache.org/jira/browse/FLEX-28894?page=com.atlassian.jira.plugin.system.iss uetabpanels:all-tabpanel
    Not sure why does it say , Resolved .
    -KB
    Message was edited by: bKartik.b

    By Payal integration , you mean paypal button html ? or payment gateway setup etc ? If its a gateway configuration for your site domain then single page for all layout will work , but if you are using button code for all renditions then you would need to create separate pages for all.
    Thanks,
    Sanjit

  • [svn:fx-trunk] 16929: Add a [Mixin] class that will register the required class aliases in the event the mxml compiler generation   [RemoteClass(alias="")] code is not called because an application does not use the Flex UI framework .

    Revision: 16929
    Revision: 16929
    Author:   [email protected]
    Date:     2010-07-15 07:38:44 -0700 (Thu, 15 Jul 2010)
    Log Message:
    Add a class that will register the required class aliases in the event the mxml compiler generation  [RemoteClass(alias="")] code is not called because an application does not use the Flex UI framework.
    Add a reference to this class in the RPCClasses file so it always gets loaded.
    QE notes: Need a remoting and messaging regression test that doesn't use Flex UI.
    Bugs: Watson bug 2638788
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/RPCClasses.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/utils/RpcClassAliasInitializer.as

    Great exercise to document the problem like this.  It got me thinking about how an app with modules would be different from an app that does not use modules.  Solution: I moved the dummy reference of PersonPhotoView out to the main application file (as opposed to being inside the module) and it worked.  I've probably been lucky not to have experienced this problem earlier, because for most other entities I have an instance attached to my model which is linked / compiled with the main application.

  • I want to create a form that I can change at an instance that will store the information without replacing it

    I want to create a form that I can change at an instance that will store the information without replacing it: Here are examples of what i have:
    This is the form:  The True/False in column B are actually check boxes
    Date
    Job Name
    Start
    End
    Hours Worked
    Per Diem
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    Arellano, Paul
    TRUE
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    0.00
    Blackwell, Zach
    FALSE
    Christian, Charles
    TRUE
    Wednesday, Mar 5, 2014
    Duke University
    7:30 PM
    2:30 AM
    7.00
    0.00
    Christian, John
    FALSE
    Currence, John
    FALSE
    Curtis, Brandon
    FALSE
    Hawkins, Tyre
    FALSE
    King, Corey
    FALSE
    Nunez, Jose
    FALSE
    Rangel, Antonio
    FALSE
    Rice, Eric
    FALSE
    Salgado, Ricardo
    FALSE
    and the sheet that the index to looks like:
    Saturday, Mar 15, 2014
    Rice, Eric
    Providence College
    9:00 AM
    7:30 PM
    10.50
    1
    Saturday, Mar 15, 2014
    Rice, Eric
    Virginia Beach
    7:30 PM
    2:30 AM
    7.00
    Saturday, Mar 15, 2014
    Salgado, Ricardo
    0.00
    Sunday, Mar 16, 2014
    Arellano, Paul
    Providence College
    7:00 AM
    8:00 PM
    13.00
    1
    Sunday, Mar 16, 2014
    Blackwell, Zach
    0.00
    Sunday, Mar 16, 2014
    Christian, Charles
    0.00
    Sunday, Mar 16, 2014
    Christian, John
    0.00
    Sunday, Mar 16, 2014
    Currence, John
    Providence College
    7:00 AM
    8:00 PM
    13.00
    1
    Sunday, Mar 16, 2014
    Curtis, Brandon
    0.00
    I want to be able to fill out the form and it place itself into Sheet 1 without changing everytime.  I can index the array from the form, but it changes everytime.

    You think it would be the other way around.
    Just speculation, but forms probably came to iOS first because of likely use for data entry in the field that syncs back to the Mac.  On a small screen with a touch interface, forms make inputing values easier.
    On the Mac, with its bigger screen, typing directly into a data table often works well enough.
    SG

  • Is it possible to make a reflection of an image that will change with the image? [was: Reflection]

    Is it possible to make a reflection of an image that will change with the image?

    normfb wrote:
    I believe that a Smart Object will solve your problem.
    place your original image in a new file as a smart object and do the same for the reflection (made by Transforming, reducing the opacity and introducing a mild horizontal motion blur) on its own layer, then:
    by double clicking on the smart object in the layers panel and returning to the original image, any change you make in the original and save, will automatically update the upright image and its reflection.
    Nice one Norm.  Five Kudos points to you.

  • What is the best format to use for still photos in FCE that will produce the highest resolution?

    Hello,
    Can anyone recommend the best suggested format for photo stills in FCE that will provide the highest resolution and best quality output, to be broadcasted on a Standard Definition television network?
    Thanks,
    Susan Kayne

    Personally, I prefer uncompressed TIFF or PNG.  But many times it won't matter ... you'll be dropping the images into an SD Sequence, so they will lose resolution on output.
    -DH

Maybe you are looking for

  • Steps to send data from BI 7.0 to PI in XML format...

    Hello everybody, Can somebody share any direct link to a document or thread where I can find step by step details as to how to send data from BI 7.0 to PI in XML format? I extracted data from ODS objects into CSV files through Open Hub Destination be

  • Hard case vs Rubberized hard case for Macbook Pro?

    I'm looking at cases for my MBP 13" and was wondering which is prefereable - hard or rubberized? Also, are there any particular models that you all reccommend? As for keyboard skins, which is the best (affordable) one? I type fast & hard and want to

  • Stock varation in Mb51 report.

    Dear Expert, System stock & Physically stock not match in MB51 Report. we have Implement these  SAP  PP,MM SD,FI  Module. Case : when 1 job is completed then we will get some scrap from this product in Scrap location but in system stock get different

  • Hi just want to know where is the best way to type the statement?

    just to ask you what is the best way to write the statement please

  • ORA-01078 & LRM-00109 error help

    I have installed Oracle 11g x86_64 on to my laptop (OS - Fedora 13). On installing when I tried using the command "startup", it showed me the below error. $ sqlplus / as sysdba Connected to an idle instance. SQL> startup ORA-01078: failure in process