ACD amount not being utilized

Hi,
This is scenario of Import Purchasing, where we update first the excise register for the amount of CVD, Ecess (2%), SEcess (1%) & ACD (4%) and then utilize it while making payment to the Excise Department.
We have done proper customization for the condition type JADC (Add. Customs duty) and its value is flowing properly from MIRO to MIGO, J1IEX and then the corresponding Excise Register (RG23). But while doing Utilization, the value posted against JADC (Add. Customs duty) is not flowing and we are not able to utilize this.
Can any one assist in suggesting the settings required to get the desired result?
Thanks in advance
Thanks & Regards,

Check settings of both combination
SPRO - Logistics General - Tax on Goods Movements - Account Determination- Specify Excise Accounts per Excise Transaction
SPRO - Logistics General - Tax on Goods Movements - Account Determination-Specify G/L Accounts per Excise Transaction
and Check below as well
SPRO - Logistics General - Tax on Goods Movements - Business Transactions - Utilization - Utilization Determination

Similar Messages

  • Withholding tax Amount not being displayed in the Invoice while posting a Parked Document

    Hi,
    I have created a parked document for the Vendor who has the Witholding tax code w9 - 15% . I created Parked Document using FBV1 and then tried posting the same using FBV0.Somehow I am not getting the Withholding tax Amount in the FI Document created. However the W/Tax Base Amount and the W/ Base LC are being displayed correctly.
    Say if the Line item Amount is 1,000$ then both the amounts mentioned above in the Additional tab "Withholding tax Data" are being displayed as 1,000 usd but the W/Tax Amount is 0,00 USD.
    2. Also We have the PI and the Interface is written to post the Parked document while the xml file. There is a Method Execute_Asynchronous which has two BDCs one  for FBV2 ( Change Parked Document ) followed by the Post Parked Document FBV0. Hence When I try to post the Parked Document using the SPROXY Interface which has two BDCs Viz FBV2 & FBV0 I still get the Invoice with the Same Amounts and at times with additional 2 zeros added to it in the Additionsal Tax Data Screen.
    I am not sure what is the reason for this. Can anybody help  me sort out this Issue.
    Can there be any Config issues. Please let me know what all config Settings we need to do to sort out this Issue.
    Also let me know why the 2 Zeros are getting added to the Base Amount e.g if the Vendor Line item is 12,000 USD it shows as 12,00000.00 in the Withholding tax Data  Tab in the Invoice.
    Regards,
    Deepak.

    Dear Praveen,
    please check into IMG if You defined the WT type You are using for Your Comapny code:
    IMG --> Assign Withholding Tax Types to Company Codes
    I hope this helps.
    Mauri

  • 1099 amounts not being combined when more than one vendor same TIN

    I have multiple vendors within the same company code with the same tax id number. When the 1099's are generated, the amounts for both vendore are not getting combined. So if for one of the vendors, he has been paid $4850.00 on one vendor number, and on his other vendor number, he has been paid $500. His 1099 should be $5350.00, but it is being generated for only $4850.00.
    This is only one example of this problem. Does anyone have any idea what could be causing this? Everything I have read says the 1099's should combine based on tax id number.But this is not happening.
    Thanks
    Alicia

    Sorry to keep dwelling on this subject. I was able to accumlate the totals for 8 vendors with the same tax id sucessfully. However, all of the payment amounts exceeded the mininum for the 1099 tax type royalty.
    I have not been able to take two vendors, one with let's say 6453.02 in payments, and another with the same tax id number, who only has a payment of $500.00. The $500 is below the misc limit. The 1099 form and file only show 6453.02, however the report does show the two amounts. These vendors are in different company codes.
    In the define withholding tax codes, I have set the accumulation type to be combined accumulation. Still the two amounts are not beng added together on the form.  Using the help for the field "combined accumulation", there is a statement "these vendors may belong to different company codes if these company codes are assigned to one tax on sales/purchases group".
    Can someone tell me where I would assign this? My company is not currently using either sales or purchasing.
    Thanks
    Alicia

  • T430s Nvidia GPU not being utilized

    I noticed that when looking at my nvidia gpu tray icon, it is almost never being used.
    On a T410s I had a while back, I had the ability to choose to turn it on and off based on power schemes.  
    1) Is there any value to keep my discrete GPU on and have it run all visual events?
    2) If yes, how can I do this?
    i7-3520; 16GB Ram; msata - 256 gb

    You should also be able to right-click and there should be a "run with graphics processor" option that will allow you to select the nVidia card.
    When asking for help, post your question in the forum. Remember to include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help others with the same question in the future.
    My TPs: Twist 2HU: i5-3317U Win 8 Pro, 4GB RAM 250GB Samsung 840 | T420 4177CTO: i5-2520M, HD+, Win 7 Pro x64, 8GB RAM, Optimus, 160GB Intel 320 SSD, Intel 6300 WiFi, BT 3.0 | T400 2764CTO: P8700, WXGA, Win 7 Ult x64, AMD 3470, 8GB RAM, 64GB Samsung SSD, BT, Intel 5300 WiFi | A20m 14.1" PIII 500 (retired). Monitors: 2x Dell U2211h IPS 100% sRGB calibrated w/ Spyder3.

  • Crystal Reports Excel Export Issue - page footer not being displayed

    We recently converted all Crystal Reports from Visual Studio 2003 to Visual Studio 2005 sp1, .NET 2.0, Crystal Reports for .NET.  I have the latest merge modules from business objects.  All reports & footers worked fine in VS2003 ... but now when I export to PortableDocumentFormat (PDF) or WordForWindows (DOC) the page footers appear correctly.  But, when I export to Excel (XLS) like the code below, the page footers do not appear.  We need to place a disclaimer at the bottom of every page of an exported excel document.  I checked the print preview, and I tested printing the document ... the the footer is not being utilized properly by the Crystal Reports export.
    System.IO.MemoryStream oStream = new System.IO.MemoryStream() ;
    oStream = (System.IO.MemoryStream) report.ExportToStream(CrystalDecisions.Shared.ExportFormatType.Excel) ;
    Response.Clear() ;
    Response.Buffer = true ;
    Response.ContentType = "application/vnd.ms-excel" ;
    Response.BinaryWrite(oStream.ToArray()) ;
    Response.End();
    I have asked the question in msdn forum
    http://forums.msdn.microsoft.com/en-US/vsreportcontrols/thread/0ead9e34-bc45-4062-90dd-17f8f8ebf062

    fyi - if i hadn't mentioned it, problem occurs in all our environments (developer workstation, development server, testing server, production server, etc.)
    on my development workstation i found the file 3 times
    c:\program files\common files\business objects\1.0\bin\crxf_xls.dll
    has file version 9.1.1.557
    c:\program files\common files\business objects\2.7\bin\crxf_xls.dll
    has file version 10.2.0.1093
    c:\program files\common files\business objects\3.0\bin\crxf_xls.dll
    has file version 11.0.0.1937
    on my development server (and our other environment servers too)
    c:\program files\common files\business objects\2.7\bin\crxf_xls.dll
    has file version 10.2.0.1210
    so just from that i notice that the file versions in the 2.7 bin are different from my developer workstation to my development server ... but the issue still occurs in both places.

  • In AS03 internal order field is not being utilised

    Hi All,
    In the master data (AS 03 ) internal  order field under the Tab, Time dependent is not being utilized because when the field is filled with I/O No it is generating wrong depreciation(additional) in COu2019S module which is to be rectified..     
    This field as a matter of fact needs to be filled up, to know from where the asset is capitalized. Correct me if i am wrong.
    Regards,
    Arvind

    Hi Arvind,
    This field in the tab Tab, Time dependent is used for the depreciation posting.
    When you want to see where it comes from you have to use the ftab origin.
    If you settle the cost from an investment order/project it fills in automatecly this value in the tab origin

  • IPhone core data - fetched managed objects not being autoreleased on device (fine on simulator)

    I'm currently struggling with a core data issue with my app that defies (my) logic. I'm sure I'm doing something wrong but can't see what. I am doing a basic executeFetchRequest on my core data entity, but the array of managed objects returned never seems to be released ONLY when I run it on the iPhone, under the simulator it works exactly as expected. This is despite using an NSAutoreleasePool to ensure the memory footprint is minimised. I have also checked with Instruments and there are no leaks, just ever increasing allocations of memory (by '[NSManagedObject(_PFDynamicAccessorsAndPropertySupport) allocWithEntity:]'). In my actual app this eventually leads to a didReceiveMemoryWarning call. I have produced a minimal program that reproduces the problem below. I have tried various things such as faulting all the objects before draining the pool, but with no joy. If I provide an NSError pointer to the fetch no error is returned. There are no background threads running.
    +(natural_t) get_free_memory {
        mach_port_t host_port;
        mach_msg_type_number_t host_size;
        vm_size_t pagesize;
        host_port = mach_host_self();
        host_size = sizeof(vm_statistics_data_t) / sizeof(integer_t);
        host_page_size(host_port, &pagesize);
        vm_statistics_data_t vm_stat;
        if (host_statistics(host_port, HOST_VM_INFO, (host_info_t)&vm_stat, &host_size) != KERN_SUCCESS) {
            NSLog(@"Failed to fetch vm statistics");
            return 0;
        /* Stats in bytes */
        natural_t mem_free = vm_stat.free_count * pagesize;
        return mem_free;
    - (void)viewDidLoad
        [super viewDidLoad];
        // Set up the edit and add buttons.
        self.navigationItem.leftBarButtonItem = self.editButtonItem;
        UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@selector(insertNewObject)];
        self.navigationItem.rightBarButtonItem = addButton;
        [addButton release];
        // Obtain the Managed Object Context
        NSManagedObjectContext *context = [(id)[[UIApplication sharedApplication] delegate] managedObjectContext];
        // Check the free memory before we start
        NSLog(@"INITIAL FREEMEM: %d", [RootViewController get_free_memory]);
        // Loop around a few times
        for(int i=0; i<20; i++) {
            // Create an autorelease pool just for this loop
            NSAutoreleasePool *looppool = [[NSAutoreleasePool alloc] init];
            // Check the free memory each time around the loop
            NSLog(@"FREEMEM: %d", [RootViewController get_free_memory]);
            // Create a minimal request
            NSEntityDescription *entityDescription = [NSEntityDescription                                                 
                                                  entityForName:@"TestEntity" inManagedObjectContext:context];
            // 'request' released after fetch to minimise use of autorelease pool       
            NSFetchRequest *request = [[NSFetchRequest alloc] init];
            [request setEntity:entityDescription];
            // Perform the fetch
            NSArray *array = [context executeFetchRequest:request error:nil];       
            [request release];
            // Drain the pool - should release the fetched managed objects?
            [looppool drain];
        // Check the free menory at the end
        NSLog(@"FINAL FREEMEM: %d", [RootViewController get_free_memory]);
    When I run the above on the simulator I get the following output (which looks reasonable to me):
    2011-06-06 09:50:28.123 renniksoft[937:207] INITIAL FREEMEM: 14782464
    2011-06-06 09:50:28.128 renniksoft[937:207] FREEMEM: 14807040
    2011-06-06 09:50:28.135 renniksoft[937:207] FREEMEM: 14831616
    2011-06-06 09:50:28.139 renniksoft[937:207] FREEMEM: 14852096
    2011-06-06 09:50:28.142 renniksoft[937:207] FREEMEM: 14872576
    2011-06-06 09:50:28.146 renniksoft[937:207] FREEMEM: 14897152
    2011-06-06 09:50:28.149 renniksoft[937:207] FREEMEM: 14917632
    2011-06-06 09:50:28.153 renniksoft[937:207] FREEMEM: 14938112
    2011-06-06 09:50:28.158 renniksoft[937:207] FREEMEM: 14962688
    2011-06-06 09:50:28.161 renniksoft[937:207] FREEMEM: 14983168
    2011-06-06 09:50:28.165 renniksoft[937:207] FREEMEM: 14741504
    2011-06-06 09:50:28.168 renniksoft[937:207] FREEMEM: 14770176
    2011-06-06 09:50:28.174 renniksoft[937:207] FREEMEM: 14790656
    2011-06-06 09:50:28.177 renniksoft[937:207] FREEMEM: 14811136
    2011-06-06 09:50:28.182 renniksoft[937:207] FREEMEM: 14831616
    2011-06-06 09:50:28.186 renniksoft[937:207] FREEMEM: 14589952
    2011-06-06 09:50:28.189 renniksoft[937:207] FREEMEM: 14610432
    2011-06-06 09:50:28.192 renniksoft[937:207] FREEMEM: 14630912
    2011-06-06 09:50:28.194 renniksoft[937:207] FREEMEM: 14651392
    2011-06-06 09:50:28.197 renniksoft[937:207] FREEMEM: 14671872
    2011-06-06 09:50:28.200 renniksoft[937:207] FREEMEM: 14692352
    2011-06-06 09:50:28.203 renniksoft[937:207] FINAL FREEMEM: 14716928
    However, when I run it on an actual iPhone 4 (4.3.3) I get the following result:
    2011-06-06 09:55:54.341 renniksoft[4727:707] INITIAL FREEMEM: 267927552
    2011-06-06 09:55:54.348 renniksoft[4727:707] FREEMEM: 267952128
    2011-06-06 09:55:54.702 renniksoft[4727:707] FREEMEM: 265818112
    2011-06-06 09:55:55.214 renniksoft[4727:707] FREEMEM: 265355264
    2011-06-06 09:55:55.714 renniksoft[4727:707] FREEMEM: 264892416
    2011-06-06 09:55:56.215 renniksoft[4727:707] FREEMEM: 264441856
    2011-06-06 09:55:56.713 renniksoft[4727:707] FREEMEM: 263979008
    2011-06-06 09:55:57.226 renniksoft[4727:707] FREEMEM: 264089600
    2011-06-06 09:55:57.721 renniksoft[4727:707] FREEMEM: 263630848
    2011-06-06 09:55:58.226 renniksoft[4727:707] FREEMEM: 263168000
    2011-06-06 09:55:58.726 renniksoft[4727:707] FREEMEM: 262705152
    2011-06-06 09:55:59.242 renniksoft[4727:707] FREEMEM: 262852608
    2011-06-06 09:55:59.737 renniksoft[4727:707] FREEMEM: 262389760
    2011-06-06 09:56:00.243 renniksoft[4727:707] FREEMEM: 261931008
    2011-06-06 09:56:00.751 renniksoft[4727:707] FREEMEM: 261992448
    2011-06-06 09:56:01.280 renniksoft[4727:707] FREEMEM: 261574656
    2011-06-06 09:56:01.774 renniksoft[4727:707] FREEMEM: 261148672
    2011-06-06 09:56:02.290 renniksoft[4727:707] FREEMEM: 260755456
    2011-06-06 09:56:02.820 renniksoft[4727:707] FREEMEM: 260837376
    2011-06-06 09:56:03.334 renniksoft[4727:707] FREEMEM: 260395008
    2011-06-06 09:56:03.825 renniksoft[4727:707] FREEMEM: 259932160
    2011-06-06 09:56:04.346 renniksoft[4727:707] FINAL FREEMEM: 259555328
    The amount of free memory reduces each time round the loop in proportion to the managed objects I fetch e.g. if I fetch twice as many objects then the free memory reduces twice as quickly - so I'm pretty confident it is the managed objects that are not being released. Note that the entities that are being fetched are very basic, just two attributes, a string and a 16 bit integer. There are 1000 of them being fetched in the examples above. The code I used to generate them is as follows:
    // Create test entities
    for(int i=0; i<1000; i++) {
        id entity = [NSEntityDescription insertNewObjectForEntityForName:@"TestEntity" inManagedObjectContext:context];
        [entity setValue:[NSString stringWithFormat:@"%d",i] forKey:@"name"];
        [entity setValue:[NSNumber numberWithInt:i] forKey:@"value"];
    if (![context save:nil]) {
        NSLog(@"Couldn't save");
    If anyone can explain to me what is going on I'd be very grateful! This issue is the only only one holding up the release of my app. It works beautifully on the simulator!!
    Please let me know if there's any more info I can supply.

    Update: I modified the above code so that the fetch (and looppool etc.) take place when a timer fires. This means that the fetches aren't blocked in viewDidLoad.
    The result of this is that the issue happens exactly as before, but the applicationDidReceiveMemoryWarning is fired as expected:
    2011-06-08 09:54:21.024 renniksoft[5993:707] FREEMEM: 6131712
    2011-06-08 09:54:22.922 renniksoft[5993:707] Received memory warning. Level=2
    2011-06-08 09:54:22.926 renniksoft[5993:707] applicationDidReceiveMemoryWarning
    2011-06-08 09:54:22.929 renniksoft[5993:707] FREEMEM: 5615616
    2011-06-08 09:54:22.932 renniksoft[5993:707] didReceiveMemoryWarning
    2011-06-08 09:54:22.935 renniksoft[5993:707] FREEMEM: 5656576

  • Mid month period not being calculated in pay slip

    Hi Experts,
    Mid month period given in 0008 is not being calculated. 
         e.g. if i hire some one on 16.01.09, then 0008 data should be calculated for those days only (e.g. 16 days) in pay slip.   But in my case it is taking full amount of 0008. 
    Can any one kindly help, pl.
    thanks
    Balu

    Dear Sikindar,
    thanks for the replay.
    PCL 1 and PCL10 are having 3 and 1 respectively.
    checked  the control record and the pay roll area of that employee and generation of pay roll periods are available in  V_T549Q.
    please guide me further
    thanks
    Balu

  • When I tried to log into my itunes account, I was asked to update my credit card information. When I confirmed my credit card info, I got a response about my security code not being accurate -which is not the case-it is 100% accurate. How do I fix?

    I keep getting a message about my security code not being accurate. I tried 3 different cards & have the same issue. Is this a systems issue? I need to get my apps installed on my new iPhone 4. I am unable to download without confirming my credit card info- My security codes are 100% accurate.Anyone else having this issue? What is the fix for this?

    Ohemod,
    There are 120+ countries that have iTunes Stores, but that leaves many that do not.  You can consult this document:  iTunes Store: Which types of items can I buy in my country?
    Opening in a new country requires a tremendous amount of legal, commercial and financial investment, but I am sure Apple would be interested in knowing where there is unmet demand.  If you wish to make suggestions to Apple, you can use the iTunes Feedback page.

  • Home directory is not being backed up in Time Machine

    Problem: It turns out my home directory does not have any backups in Time Machine for the last year.  I've never received any error message indicating it wasn't doing the full backup.
    Goal: I'd like to get Time Machine to back up my home folder (which contains 100% of the content I care about) again, ideally in a way where I can keep my history from the last time it backed up successfully.
    How I found out:
    - I opened Time Machine and realized all the "pink bars" were dimmed all the way back up to Sept. 2011 when I navigated to my home folder or any folder within it.
    - I cloned a file within my home folder, did a manual Time Machine back up, opened Time Machine and verified that the backup volume did not contain the cloned file.
    - I did this again while watching the Console and verified that it did not make a large enough backup to include the cloned file.
    - I explored all the backups in Finder and realized that indeed all the backups that corresponded to the dimmed pink bars in Time Machine had no home folder.
    - I did an "ls -a" in the backup volume in Terminal and realized that it was not the case that the home directory was present but merely hidden.
    What I've tried:
    - I created a new admin account, logged into that and did a manual Time Machine backup from there.  The new account was backed up, while the original home directory still wasn't.  This continues to be true in subsequent backups made while logged into the main account.
    - I examined the exclusions list in Time Machine preferences.  The only items were the backup volume itself and another partition of that external drive I use for other backups, as expected.
    - I did a "Full Reset of Time Machine" (http://pondini.org/TM/A4.html), with a reboot before re-enabling Time Machine.  The plist file did change to become much simpler, but the home folder is still not being backed up.
    Other notes:
    - I run Dropbox, and have those contents in a folder one level under the home directory
    - I run Git
    - The existing backups have only used 500GB or so of a 1TB partition, so it's not filling up.
    - I ran Verify Disk in Disk Utility on both my backup volume and the mac's HD.  The backup volume appeared OK, but the mac HD was "found corrupt and needs to be repaired".  I could boot into the Recovery HD and repair it, but I feel like this is a risk and I'd like to have a working backup before I do that (I don't have another external HD around to make a temporary backup).  Could the corrupted drive be the reason Time Machine has been silently skipping the home folder?
    - My home folder is named "apple".  Might this be a problem?  I'd rename it, but that's a risk and I'd like a verified backup before doing that.
    - The Time Machine plist file in /Library/Preferences is pretty hard to read in pico, TextEdit, etc (maybe this is normal?)
    I've scoured the forums and pondini's very thorough troubleshooting pages to no avail.  Please let me know if anyone has ideas.  Thanks.

    Latest update: Bought a new external harddrive, set that up as the new Time Machine volume, but got the exact same results (all but my main user directory are backed up).  This is after another Time Machine reset (deleting the .plist), starting up in Safe Mode, and trying to initiate the backup from both the account that doesn't get backed up and another administrator account.
    Here is some of the output from the Console when filtering messages for "backupd":
    10/5/12 2:51:23.572 AM com.apple.backupd[13529]: Backup content size: 481.57 GB excluded items size: 11.31 GB for volume Macintosh HD
    10/5/12 2:51:23.572 AM com.apple.backupd[13529]: Found 1437613 files (470.25 GB) needing backup
    10/5/12 2:51:23.573 AM com.apple.backupd[13529]: 564.3 GB required (including padding), 1.5 TB available
    10/5/12 2:51:23.581 AM com.apple.backupd[13529]: Waiting for index to be ready (100)
    10/5/12 3:40:33.297 AM com.apple.backupd[13529]: Copied 763432 files (21.54 GB) from volume Macintosh HD.
    Put the relevant parts in bold.  No messages about why it only backed up 21.54GB when it found 470.25GB that needed to get backed up.
    Does this make sense to anyone??

  • Inovice is not being importe while running Request :Payables Open Interface

    Dear
    We are on release on R12, We need to import legacy invoice into oracle e-business thought import program,
    Right now we are working on to import invoice through subject mentioned request, but after running this request
    System is not being import invoice and showing message as below mentioned.
    I have also mentioned insert query through do this.
    We are on release on R12, We need to import legacy invoice into oracle e-business thought import program,
    Right now we are working on to import invoice through subject mentioned request, but after running this request
    System is not being import invoice and showing message as below mentioned.
    I have also mentioned insert query through do this.
    MSG-00000: 0 invoice(s) were created during the process run
    MSG-00000: 0 invoice(s) were fetched during the process run
    MSG-00000: summarize flagN
    insert into AP_INVOICES_INTERFACE (
    invoice_id,
    workflow_flag,
    invoice_num,
    vendor_id,
    vendor_site_id,
    invoice_amount,
    INVOICE_CURRENCY_CODE,
    invoice_type_lookup_code ,
    invoice_date,
    gl_date,
    DESCRIPTION,
    -- PAY_GROUP_LOOKUP_CODE,
    source,
    org_id )
    values ( 132277,
    'D',
    'INV100',
    '1401',
    '192',
    1200.00,
    'PKR',
    'STANDARD',
    sysdate,
    sysdate,
    'This Invoice is created for test purpose',
    -- 'WUFS SUPPLIER',
    'Manual Invoice Entry',
    82 );
    3cs test scenario
    insert into AP_INVOICE_LINES_INTERFACE (
    invoice_id,
    line_number,
    line_type_lookup_code,
    amount )
    values (132277,
    1,
    'ITEM',
    1200.00
    appreciate your response
    --thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Thanks for reply,
    As you mentioned regarding operating unit, we were passing it throught backe-end and fron as well, but still the same error appearing, and we need to do this asap, becuase we are going to live and we don't have much time.
    Kindly any body can guide me to reslove this problem,

  • Excise Amount not capturing in MIRO

    Hi
    Excise amount is not being captured in MIRO. Case is that a GR has been reversed with 102 and then new GR was made but when user is trying to do Invoice Verification then he is not getting the MODVAT values there.
    Please suggest what shall we do.
    Thanks in advance
    Pankaj

    Hi,
    Assign the excise and CENVAT accounts to GL Accounts.
    Logistics - General > Tax on Goods Movements > India > Account Determination > Specify G/L Accounts
    per Excise Transaction
    When you come to execute the various transactions, the system determines which G/L accounts to post to by looking at the:
    Excise group
    Company code
    Chart of accounts
    Furthermore, if you want separate account determination settings within an excise group, you can also use sub transaction types.
    Requirements
    You have already:
    Defined the G/L accounts
    Defined the excise groups
    Maintained the transaction accounts
    Activities
    For each excise group, assign the excise and CENVAT accounts to G/L accounts. For most businesses, one set of accounts will suffice for all transactions.
    Check and ensure the above IMG activities.
    Regards,
    G Bhaskaran

  • Barcode printing -Barcode is not being scanned by the scanner.

    Hi,
    I am working on a rtf XML template creation for Pick slip Report. I have field called delivery_id which should be printed as barcode. I
    followed the instructions as per documents: 411899.1 and 373001.1.I downlaoded
    a demo version of the barcode font.(IDAutomationSC128L).
    I added it to the template . and registered the font in XMl publisher and ran the whole process
    which generates the report output. The report gave me a output as per the
    template witha a barcode.But the barcode reader did not read it. the barcode
    reader(I am using the Intermec Oracle Ready CK30 Handheld Computer) that I have
    is compataible with the following fonts.
    Supported Bar Code Symbologies
    Code 39, Code 39 Full ASCII, Code 93, Code128, UCC/EAN-128, Codabar, Code 11,
    DUN-14/16, EAN-8, EAN-13, 2 digit supplement, 5
    digit supplement, UPCA, UPC-E, 2/5, 2/5 I, 2/5 Matrix, EAN. UCC Composite, 2/5
    Industrial, MSI Plessey, Postnet, Code16K, Codablock A, Datamatrix, Maxicode,
    PDF417, MicroPDF417, QR Code.
    I have copied the sample encoder code from the XML Publisher user guide but when I tried to create the class file using javac command I got the following warnings
    C:\source>javac -g XXBarcodeUtil.java -Xlint:unchecked
    XXBarcodeUtil.java:26: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type
    java.util.Hashtable
    ENCODERS.put("code128a",mUtility.getClass().getMethod("code128a",clazz));
    ^
    XXBarcodeUtil.java:27: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type
    java.util.Hashtable
    ENCODERS.put("code128b",mUtility.getClass().getMethod("code128b",clazz));
    ^
    XXBarcodeUtil.java:28: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type
    java.util.Hashtable
    ENCODERS.put("code128c",mUtility.getClass().getMethod("code128c",clazz));
    ^
    3 warnings
    Can any one please let me know how to chnage the code so that these warnings wont be there.
    I got a class file eventhough there were warnings. and i put that class file in the path /u6/u0/ting/comn/java/oracle/apps/xdo/template/rtf/util
    I am getting a report with barcode. but the scanner is not reading it. ?
    DO i have to put the font in reports server path. I have put the font to this path in the server :athena2:/u6/u0/oracle/trng/appl/fnd/11.5.0/reports.
    Please help.
    Is there any stpes that i am missing.
    Thanks,
    Nisha

    Hi Nisha
    If you are using a code 128 barcode font then you need to call an encoding class to transform the input, delivery_id from say '123456789' to an encoded string string, say '!wrwr34353'
    It looks like you are on the right track. Some thoughts:
    1. You say its a demo font - are there any limitations that IDAutomation has documented e.g. it will not handle certain characters in the barcode font?
    2. You should not really copy and paste from the documentation - that was an example class. IDAutomation, I know provides the java code algorithms to encode the data correctly for their fonts. That said the basic structure of the class is good to use you just need to plug IDAutomation's java code into it
    3. You get warnings, this should not prevent the .class file being generated.
    4. To test that the class is being called correctly. Change the font on your delivery field to a humanly readable font, say Arial. Now run the template against the data - you should see the encoded value for the delivery id in the output. If its the same as the data in the XML delivery_id element then your class is not being called correctly. this could be caused by:
    a. The class is not in the classpath for the publisher engine - from your directory path it looks like you are using EBS and you are putting it in the right place. Whats the field contents for the barcode vendor registration field?
    b. The class is not encoding the result correctly - to test this and c. you should add a 'main' method that you can call to test the class outside of EBS
    c. the class is erroring out somewhere - see above
    If you are getting a barcode on your output then the font is in the right place. Are you testing in Template Builder or on the server? If the hardware is not reading it then I would suggest you check 1 and 2 above and then carry out step 4 to check its being encoded.
    you might also check out this blof article on the encoding - http://blogs.oracle.com/xmlpublisher/2006/06/advanced_barcode_support.html
    regards
    tim

  • Can't use Find My Friends on iPhone due to Apple ID not being verified. Can't do this as I can't access my .mac email any longer and I can not change the primary e-mail address for my Apple ID!

    Can't use Find My Friends on iPhone due to Apple ID not being verified.
    Can't do this as I can't access my .mac email any longer and I can not change the primary e-mail address for my Apple ID!
    So my options are:
    Create a new Apple ID, use that and lose all the apps I've purhcased with it (a fairly substantial amount)
    Somehow Migrate these purchases over to a new Apple ID
    Apple let me change the primary ID for the account
    Anyone else ran into this before?
    I've tried accessing the mail through a mail application using the correct server information, and trying both the old 6 character password and the one I had to change it too after they updated the security guidelines - neither work.
    Help would be greatly appreciated as I can see more services down the line not working without the address being verified!

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use.  When you do this you may find that the password for your old ID isn't accepted.  If this should happen, and if your old ID is an earlier version of your current ID, you need to temporarily recreate your old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You should not need to verify the old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • I've used an external drive for time machine which has important files on it. After trying to back up my computer, it suddenly needed to be "repaired" by utilities. Now it's not being "seen" at all! How do I recover my important files off the drive?

    I've used an external drive for time machine which has important files on it. After trying to back up my computer, it suddenly needed to be "repaired" by utilities. Now it's not being "seen" at all! How do I recover my important files off the drive?

    If the external drive can be seen at all in Disk Utility, follow the instructions for repair here.

Maybe you are looking for

  • How to change pdf doc. font colors

    I recently upgraded to Adobe Acrobat Pro 9 and wondered if there is a way to change colors of the fonts in a documment. Thanks, doug

  • Problems with my new zen mi

    I just bought a new zen micro this week and have been having a few problems with it. I bought it specifically to use with rhapsody to go and it is replacing an ipod mini so that I can use it with subscription services I have upgraded the firmware to

  • When calling method error .class expected

    First the method I'm calling. public void ExeSqlStmt(String sqlStmt, String columnNames[], String connectString, String userName, String password,int numColumns) This compiles clean. The code that calls the method is giving me fits with expecting .cl

  • I am running Firefox 4 but it looks identical to the old version that it replaced

    I have just downloaded and installed Firefox 4. When it opened for the first time, it looked like Firefox 4. After shutting down and reopening, I am seeing what appears to be the old version (ie, Classic Compact theme is used, colored tabs working, w

  • Drilldown on SAP Query

    Hi all, I have created an SAP Query and assigned a Transaction Code to it. All works perfectly. I now want to be able to drill down on the List Report. For example, I want to double-click on the Purchase order number and the Purchase Order must then