Not allowing to update RG23A part 1

Hi All,
I have done a GR with capturing the excise. but after this i captured the excise with J1IEX, reference to GR, but when i am going to update the excise register with T-code: J1i5 with reference to GR (material document), system showing the message "List contain no item".
and now allowing me to upated the part 2 register (post excise)
but if I capture the excise while doing the GR, it is capturing and allow me to post excise.
Thanks
Pankaj Garg

hi
plz check the dates and Classification ROP
also check other data and try using the Material doc no
regards
kunal

Similar Messages

  • Excise Invoice (J1IIN) Cancelltion did not update RG23A Part-II

    Hi, Dear's
    I have cancelled Excise Invoice (T.Code J1IIN), system shows reversal accounting entry generated thru J1IH
    BUT did not update RG23A Part-II register
    Thanks
    SR

    Hi,
    1)Have U created Master Data in J1ID,If U are allready Created Master Data pls Check Mtrl Type(It should not Non Cenvatable)
    2)If you are following TAXINN,Then u should maintain Tax code to Company code.
    If u are Using TAXINJ,U should maintain Excise Defaults.
    3)In Excise Group,U should Activate MIGO transactions.
    4)Check ur TAX code,Tax code is Deductable or non dedctable.
    Raghu

  • Excise Invoice Cancellation did not update RG23A Part-II Register ?

    Hi, Dear's
    I have cancelled Excise Invoice (T.Code J1IIN), system shows reversal accounting entry generated thru J1IH
    BUT did not update RG23A Part-II register
    Thanks
    SR

    HI
    As far as i know there is no part 1 or part 2 for RG1 register.
    regards
    Prashanth

  • HT4972 Why 2nd generation IPod Touch is not allowed to update with newer IOS?

    Why 2nd generation ipod touch not allowed to update its OS to IOS 5 or later? This limitation made that IPod more or less useless as updated apps cannot be installed.

    Be sure to backup your current apps.  They can not be downloaded again,  Earlier iOS apps are becoming increasingly difficult to find.  You may want to look at VintApps, new in the Apple app store, that makes this much easier. 
    https://www.facebook.com/VintApps313
    Although there are thousands of available apps to choose from, they will definitively not be the latest greatest.
    I wrote my 99 cent app specifically to help solve this kind of problem.  I need to add that "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Windows tells me "an unknown program wants to change this computer; windows does not allow firefox updates to complete.

    What can i do about this problem? I click "more details" and find out that the 'unknown program' is firefox. I click to install; but windows does not allow the updates to complete. I let the update window run for over an hour one day... it still did not complete.

    Check that you do not run Firefox as Administrator.<br />
    Right-click the Firefox desktop shortcut and choose "Properties".<br />
    Make sure that all items are deselected in the "Compatibility" tab of the Properties window.<br />
    * Privilege Level: "Run this program as Administrator" should not be selected<br />
    * "Run this program in compatibility mode for:" should not be selected<br />
    Also check the Properties of the firefox.exe program in the Firefox program directory.<br />

  • Opening Balnce is not showing correctly in RG23A PART II register print

    Dear All,
    I am using J2I6 transaction for printing RG23A PART II register. I had maintained initially the correct Opening balances two year back in table J_2IACCBAL . But currently in register print out,, the figures coming is not matching with GL Balance .
    I tried to correct Opening balances in table J_2IACCBAL and again exctrating data using J2I5 but balances as per GL is not getting corrected.
    regards,
    Sanjay

    Hi,
    Check table J_2iaccbal, whether the opening balance is updated or not. This table must have entries in order to reflect on the register.
    Regards,
    SAPFICO

  • Will not allow iOS updates

    will not allow iOS updates

    If you mean that you don't have a Settings > General > Software Update option on it, then that only appears when you have iOS 5+ installed, if you have iOS 4 as your tagline suggests then you will need to do the update via your computer's iTunes.
    Connect the iPad to your computer's iTunes and copy any purchases off the iPad to your computer via File > Transfer Purchases (File > Devices > Transfer Purchases if you are on iTunes 11). You may also want to copy photos and any important documents off the iPad as well e.g. via the file sharing section at the bottom of the device's apps tab when connected to iTunes, via wifi, email, dropbox etc - they should be included in the backup, but it's best to have a copy of them outside of the backup just in case. You can then force a backup of the iPad by right-clicking the iPad 'Device' on the left-hand side of iTunes and selecting 'Backup'.
    Then start the update by selecting the iPad on the left-hand side of iTunes, and on the Summary tab on the right-hand side clicking the Check For Updates button
    Updating to iOS 5+ : http://support.apple.com/kb/HT4972
    An iPad 2 will update to iOS 6.0.1 (which is the only version that is 'signed' by Apple for it), so you will lose the built-in YouTube app and the Maps app will change.

  • Not allowed to update apps. Why?

    My App store on my Iphone does not allow me to update my apps all of a sudden.I used for a year already and one morning it tells me I have to go to my Swedish store "Your account is not valid in the US store, you must switch to the Swedish store before purchase". What went wrong and what can I do to update  my apps?
    Thank you for your help.

    Forum software glitch regarding the automatic TimeOutLength of ±30 minutes - affects only posting a new question as a Reply has a facility to reset the TimeOutExpiration automatically. Try again - ÇÇÇ

  • Will not allow app updates on iPad2 and iPhone4s but will allow new apps

    Updated iPad 2 and iPhone 4S.  But it will not allow me to update existing apps.  Does anyone know how to help? Thanks

    Nope... Just joking what you could try to do is reboot the device hold off button and home button for about 5 seconds. If it doesn't work then go on to iTunes and make a back up of the device and then go to setting>general>reset (at the bottom of the page)>erase all content and settings.. Then once that has happened go on to iTunes and reinstall the backup..
    Thanks Dan

  • Changed my email at iTunes, now phone will not allow apps updates

    changed my email at iTunes, now phone will not allow apps updates

    Hello rblacktx,
    If you changed your Apple ID (which is an email address), then you should be able to sign out of your iTunes Store account and sign back in with the updated information.  Take a look at the resources below:
    Change your Apple ID - Apple Support
    http://support.apple.com/en-us/HT202667
    Sign in with a different Apple ID on your iPhone, iPad, or iPod touch - Apple Support
    http://support.apple.com/en-us/HT203983
    Have a great day,
    - Judy

  • Do not allow insert update or delete of records

    hii
    i have a status field which when set to X should not allow any dml on that record (ie should disable those records whose status field is X )
    how do i do it ?
    plzz help me
    mandar

    Hii
    i did the following in the pre_record trigger
    if (:candidates.status='T')then
    --set_block_property('candidates',insert_allowed,property_false);     
    set_block_property('candidates',update_allowed,property_false);
    set_block_property('candidates',delete_allowed,property_false);
    else
    --set_block_property('candidates',insert_allowed,property_true);
    set_block_property('candidates',update_allowed,property_true);
    set_block_property('candidates',delete_allowed,property_true);
    end if;
    is there any problem with this code
    (it is working fine for me ?
    what is the difference if i write it in when new record instance ?
    plzz help me
    mandar

  • MacBook Pro randomly shutting down, but not allowed to update

    Hello, I have a MacBook Pro 13 inch and it just recently has started shutting down at very random times. I saw another discussion about downloading an update to fix it, but when I went to download the update it said that my computer did not need the update. Any suggestions/help???

    “If your MacBook is shutting down intermittently, please contact AppleCare for service.”
    Good luck,
    Clinton

  • Unable to Open .pdf and not allowed to update the Reader

    I work for a State Agency that sends out .pdfs created with Adobe Acrobat Pro 9 to other State Agencies as an email attachment.
    We put security on the .pdf allowing only printing of the document.
    We have been doing this for years with no problems; however, we recently added a new branch of agencies to receive them.  Many of these agencies are unable to open the .pdf.
    I suggested they update to the Reader X, but they say they are unable to update the Reader because, "Our IT department does not have the capability to upgrade my adobe without it affecting the daily operation of my case management system."  Apparently, they have lots of forms that they will be unable to use if they upgrade.
    So, my question is:  Is there some other way the agencies can view and print the .pdf we are sending to them?
    Thank you so much for your help!

    Wendy7390 wrote:
    When they try to open the .pdf, they get an error message that says the file is damaged.  I have not gotten a more detailed error message than that.
    That could be enough.
    Some email systems use encoding on files to make the transfer a little faster. When they are decoded at the receiving end, they can become corrupt.
    One way to test if this is the issue would be to Zip the file first, email it, and see if they can unZip the file and open it. If that works, then encoding is the problem. Not sure what can be done about that other than to Zip all files or post the files to a server and send them a link.
    I also seem to remember a conversation a long time ago about some newer files not being readable in Reader 5 and it tossed up that same error message but unfortunately, I'm depending on memory for that one and can't seem to find that old thread.
    But try a testing a Zip file and see if that works first.

  • Changing one instance of a recurring meeting does not allow an update to be sent to all attendees

      The Outlook Community seems to think this an Exchange problem, although I'm skeptical:
    Have a user that is executive admin, handles many calendars and sets up many recurring meetings that have several attendees. It would appear that occasionally something "wonky"
    is going on with one or two of them. The behavior is sporadic not constant across all recurring meetings.
    What happens is this:
     1) User creates a recurring meeting on HER personal calendar, and invites 4 sometime more attendees (some within our domain
    others outside our domain)
     2) User sends out meeting request and people accept request. New recurring meeting is added to their calendars.
    3) Time passes sometimes months.
    4) An attendee of the recurring meeting can't make the normal time and request that the meeting time be changed for THAT SINGLE OCCURANCE, of the meeting, just that one time, all remaining
    occurrences of the meeting should remain in their normal time slots.
    5) User opens up the recurring meeting on her calendar. Chooses "Open this occurrence" (not open the series)
    6) Meeting shows that she is still the organizer. User changes the time of the meeting.
    7) User only has the option to SAVE & CLOSE the meeting, there is no "SEND UPDATE" button to notify all the other attendees that this occurence of the meeting has had it's
    time changed.
    8) If user clicks SAVE & CLOSE, the meeting DOES change on her calendar but again no notification goes out to any other attendees and of course meeting time remains the same old uncorrected
    time on their calendars.
    In a nutshell, where is the SEND UPDATE button, it is missing from this meeting entry.
    All users are using Office 2010 some (some with SP1)
    Exchange environment (Exchange Server 2007 Service Pack 3 Rollup 8V2)

    Hi Vtcrusade,
    Attendees only receive the notification when meeting organizer update the meeting request.
    If she is the meeting organizer, she should have Send UPDATE button.
    Thanks,
    Evan
    Evan Liu
    TechNet Community Support

  • I have been using OS X Lion until last night. Now using OS X Yosemite. But I am not allowed to update my iPhoto or iMovie. How can I fix this?

    I have been using OS X Lion for years. Last night I updated to OS X Yosemite. Now I cannot update either my iPhoto nor iMovie. How do I fix this? Telling me to go to the Support at App Store is not helpful as they are oriented to my MacBook Pro and not toward the theft of my iPhoto or iMovie. Is there any way around the App Store mismanagement of AppleID for these applications?

    What happens when you try to download the new iPhoto and iMovie?  Do you get any message and if so what is it?  What do you mean by "theft of my iPhoto or iMovie"? Who do you think stole them?
    One trick to try is to move the iPhoto and iMovie apps to the Trash in the Dock but don't empty as yet.  Then go to the App Store and try to download the apps again.

Maybe you are looking for

  • Magic Mouse and Trackpad Become Randomly Eratic

    My setup: 2011 Macbook Pro 27" Thunderbolt Display Wireless Keyboard TrackPad Magic Mouse My Problem: about once every 2 or 3 days, my mouse and trackpad will become eratic (at the same time) Im unable to reliably control them and the cursor will mov

  • ITunes 8 for Windows and my iPods. FAIL

    Hi everyone, I recently upgraded my girlfriend's PC to iTunes 8 and then problems began. Everything was ok yesterday but today when I tried to connect her iPod Nano second gen to iTunes 8, I got a message from Windows saying that the "USB Device cann

  • HT1689 I have charges on my bank statement from Itunes that I did not purchase...how can I fix this???

    I have 2 separate charges for $20 each on my bank statement from Itunes.  In my purchase history - it isn't showing up.  How do I get reimbursed for these charges?

  • Combined upgrade & Unicode conversion.

    Hi I need some suggestions for my concerns: I would appreciate, if you reply ASAP for below situations and actions. Current system: HP unix DB: Oracle10.2.0.2 SAP 6.20 with SP 61, single code page strategy: resource minimized. Upgrading from 4.7 was

  • Part Appraiser and Appraiser

    Hi All, We have a requiremnt where in 2 appraisers and 1 appraisee is involved in the Appraisal process. 1) Solution1 : Multiple appraiser, how does this work .what would be the staus flow? In preprn(person authorized-all users), In planning(person a