To remove error message....

hi i am calling a program from selection screen of another program
for eg program one has selectio screen with a button
Case ok_code.
  when 'BUT1'.
    SUBMIT zprogram2 and return.
now prpgram tws has selection screen
field 1 mandatory
field 2 mandatory
now when ipress the butoon the second program program2 iand its selection screen is displayed but when it is called it is displaying the error message of to make entry in all fields as when it comes when user don't enter in mandatory field
please let me know how to avoid this errro as i am calling only the program with above code the user is not entrying anything so the message should not come whille calling the program2 ...
regards
Arora

Hi Arora...
if my understanding of the issue is clear...then i ll suggest the following..
1.export a variable to memory from the first program....
say wf_memo..
Now import that variable in program 2.
Put a check in program 2..
if not wf_memo is initial.(means program2 is called by program1)
giv an error message as "The X filed is empty .."
endif.
try that or
2. put a check in the program1 itself...if empty it will ask for entering value...
Hope one of the abv solutions will help u..

Similar Messages

  • How to remove error message power pc applications no longer supported

    How do you install photoshop 7.0 disk drive on a mac os x with the error message, "Power PC applications are no longer supported"?

    Which version of mac os x are you trying to install photoshop 7 on?
    If you really do mean photoshop 7 (cira 2002), then it won't work on any newer intel macs.
    Photoshop 7 needs an PowerPC processor and your mac probably uses an intel processor.

  • Can any one help remove error message Apple SyncNotifier.exe_entry point not found

    Hi I have a nano ipod and a microsoft computer and every time I boot up the computer I have the above message? which I have to delete off the main screen.
    Can any help me to stop the message coming up ?
    Cheers
    Phil

    Do this: Go to My Computer, then local disk(C:)/Program Files/Common Files/Apple/Apple Application Support then right-click SQLite3.dll file and select copy then go back to the Apple folder then select Mobile Device Support then right-click on the window(not on the files in that folder) and select paste to add that in the folder.
    Hope this solves your problem. It did on mine. It's like the exact error message I had on the iTunesHelper.exe issue and it was solved from the message that was added in the forums by an Apple representative.

  • BADI INVOICE_UPDATE Removing error message

    Hi
    I have implemented some validations in BADI INVOICE_UPDATE and I raise the ERROR_WITH_MESSAGE exception in case of incorrect data entered via MIRO.
    But after user corrects the error and presses ENTER, the Error message still remains in the message tab.
    Is there any way to delete the error message?
    Thanks and Regards
    Radha

    Hi,
    when you say:
    I directly press "SAVE' in MIRO
    are you holding RBKP-RBSTAT = ' ',
    parking RBKP-RBSTAT = 'A',
    or saving  as complete RBKP-RBSTAT = ' B'
    the document?
    According to SAP Note 1156325 - BAdIs in the Logistics Invoice Verification environment:
    Definition name: INVOICE_UPDATE
    Usage
    The BAdI 'INVOICE_UPDATE' was only designed to execute checks during
    document entry or document posting in transaction MIRO.
    According to SAP Note 392342 - MIRO: No data change through Bussiness Add In
    Symptom
    In the logistics invoice verification MIRO, you cannot change data using
    Business Add In 'INVOICE_UPDATE'.
    Additional key words
    BAdI, SE18, MRM_BADI_INVOICE_CHECK,
    Cause and prerequisites
    This system behavior is correct.
    BAdI 'INVOICE_UPDATE' was only designed to execute checks during the
    document entry or document posting in Transaction MIRO. Therefore, it has
    only import parameters. There are no export parameters. This means that the
    data changed in the BAdI is not processed further in standard program MIRO.
    Best regards.
    Edited by: Pablo Casamayor on May 11, 2010 4:56 PM

  • 8110 shutting off, dropping calls, restarting with "media card removed" error message

    we have a brand new AT&T red pearl 8110, OS v4.5. We have not loaded any applications on the phone, and we do not have a media card installed. Several times now the phone just shuts off, then restarts itself. this even happens during the middle of a phone call. It is my wifes phone so i cannot give any more specifics, but she says she has noted now that it says something like "media card removed" right before it shuts off, then the white screen comes with the hourglass of death, then it verifies security settings and is back to "normal". Any ideas? I am within the 30 day window ot return, but figure this must be a fixable problem (or am hoping so). Thanks!

    My BB pearl started by doing the same thing. For the past month or so it has randomly been doing this. Today it has been shutting down then rebooting and 10 seconds after it reboots it does it again. I had to call T mobile and they are sending out a replacement. I cant even retrieve my contacts.

  • To remove error from error message screen stnd SAP in case condition met

    Hi all,
    I have a strange problem may be not to you guys,
    well i am showing an error message in ME21N on certain condition in EXIT 'EXIT_SAPMM06E_012' this is working fine i am using simple stmt Message e(MSGno) text-01, but when i correct the problematic part and again want to save my data it is aloowing me to save data but my error message(In red) still remains there if i see in EDIT ( of faulty messages pop-up window). Can any body know if we have to remove error message manually in case our program satify the condition.
    if yes what portion i m missing to delete the error message.
    any reply will be highy appreciated <REMOVED BY MODERATOR>
    Mandy
    Edited by: Alvaro Tejada Galindo on Feb 7, 2008 10:51 AM

    Well we can remove message from message text tray using pre-defined macros to erase message.its like
    IF SY-SUBRC NE 0.
    IF NOT tekpo-id IS INITIAL.
    "This is to remove error message later on
    "if problem corrected.
    mmpur_business_obj_id tekpo-id.
    ENDIF.
    mmpur_metafield mmmfd_item_userexit.
    mmpur_message 'E' 'ZMM02' '050'
    'Intraplant STO :' '' '' ''.
    else.
    "To erase message
    mmpur_metafield mmmfd_item_userexit .
    mmpur_remove_messages_by_id tekpo-id.
    ENDIF.
    its working for one line item, if more then one line item you need to verify it.
    ENJOY SAP

  • To remove error from error message screen in ME21N

    Hi all,
    I have a strange problem may be not to you guys,
    well i am showing an error message in ME21N on certain condition in EXIT 'EXIT_SAPMM06E_012' this is working fine i am using simple stmt Message e(MSGno) text-01, but when i correct the problematic part and again want to save my data it is aloowing me to save data but my error message(In red) still remains there if i see in EDIT ( of faulty messages pop-up window). Can any body know if we have to remove error message manually in case our program satify the condition.
    if yes what portion i m missing to delete the error message.
    any reply will be highy appreciated n offcourse points for sure
    thanks a lot.
    regards
    Mandy

    Well we can remove message from message text tray using pre-defined macros to erase message.its like
    IF SY-SUBRC NE 0.
      IF NOT tekpo-id IS INITIAL.
       "This is to remove error message later on
       "if problem corrected.  
        mmpur_business_obj_id tekpo-id.
      ENDIF.
       mmpur_metafield mmmfd_item_userexit.
    mmpur_message 'E' 'ZMM02' '050'
                  'Intraplant STO :' '' '' ''.
    else.
      "To erase message
       mmpur_metafield mmmfd_item_userexit    .
       mmpur_remove_messages_by_id tekpo-id.
    ENDIF.
    its working for one line item, if more then one line item you need to verify it.
    Mandy

  • J6480 Ink Cartridge Door Hinges Broke. Door Open error message won't let me print. What can I do?

    Have always been very careful with cartridge & scanner doors.  Pressing OK doesn't remove error message.  Broken hinges will no longer go down, so Door Open message won't go away and preventing printing.

    The problem is the spring tension used to hold the cover open is stronger than the poorly designed weak hinges.
    The way I solved it was to break both the hinges, (pretty easy to do just open and close the cover a few times),  lift the cover up being carefull not to break the ribbon cable (wires) from the cover to the base. Then I pryed out the lower spring plates, these are located in the hinge assembly of the printer and removed the black plastic plunger and  the large springs below it from both hinges. The cover wil now stay closed and allow you to print. You just have to be careful when changing the print cartridges as the cover can open too far now and possibly break the wires going to the top cover.
    Happy Printing

  • Tax error message

    Hi all,
    We encounter error message for a tax line item, everytime we post a transaction with tax, error message pops when we are about to post it and what we do is just double click on the tax line item and the transaction is already ready for posting.
    I would like to remove the said error, i dont know what part of configuration was incorrect. Please help thank you.
    error encountered:
    Error messages still exist -> see error log
    Message no. F5A047

    We are currently using EC6 version of SAP. My apology but i dont know how to view notes of SAP if you could help me how to navigate the notes it would be a big help.
    We need to remove error message on posting taxes.
    Thanks again, waiting for reply.

  • ITunes 7.3 problem synching and error message

    OK so the first thing that was happening was the error:
    The iPod is connected so a low speed 1.1 USB port. For better performance you should connect it to a high speed 2.0 port if one is available on your computer.
    I didn't always get this message, just in the last few months, I assume after a software update. Everything worked fine, I just got the message everytime I connected the iPod to the computer and used iTunes. I thought I had USB 2.0 but I guess I have 1.1.
    Then next error message is: The iPod cannot be synched. The required file is in use.
    So the BIG problem is, when I try to sync my music library to the iPod, it will only go so far and then the iPod disconnects. I get the Device Removal error message: The decice you removed was not properly put away. Data might have been lost or damaged…
    Then the iPod freezes and I have to reset it manually. SOMETIMES though the iPod has not frozen, and will automatically reconnect, try to sync, only to disconnect again, and then freeze. It happens when I let it automatically try to sync, AND if I choose to sync just a few folders at a time. I have restored the iPod, updated the software. I think it is a problem with version 7.3 but I'm not sure as I hadn't used the iPod for a while, so can only assume that in the meantime there was a software update, I updated, and then a week or two later only connected the iPod to charge/sync.
    When I called Apple, the rep hadn't heard of anything like this. So I tried the computer at work, it synched fine, but I think it had version 7.2. And no USB error message, but it's a new Mac Pro.
    iMac G4   Mac OS X (10.4.10)  

    I have been getting this error message for a while - I narrowed it down to the calendar and contacts files.
    Mount your ipod through itunes. From the desktop, open the ipod to the calendars and contacts folders - drag those contents to the trash, empty the trash, and re-sync the contacts and calendars through itunes.
    I don't know why this happens, but I have seen it happen on 4 different ipods (15gb 3g, 30gb 5g video, 2gb nano, 4gb nano), no matter what the version of itunes on what platform.
    Hope this helps.
    G4 1.25 ghz dp powerpc; mac mini 1.66 ghz dp intel   Mac OS X (10.4.10)   itunes 7.3.1 on g4 and itunes 7.2 on mini

  • TS3697 I am receiving an error message(iTunes will no longer sync photos to the iPhone "Peter's iPhone". Do you want to keep or remove photos previously synced to your iPhone") I am trying to download pics from my computer to my iPhone. Any ideas? Peter

    When I went to download some pics (originally taken with my iphone 4S) from my computer back to my iPhone I got the following error message: "iTunes will no longer sync photos to the iPhone "Peter's iPhone". Do you want to keep or remove photos previosly synced to your iPhone?"
    Coincidentally, my wife just purchased an iPhone 4S and syncs to iTunes on the same computer.
    Any ideas?
    Peter

    The "best" way to handle it, if you want to keep everything separate, is to create separate user accounts on the computer. make sure you log into your account on the computer before you attempt to sync your phone and log out when you're done using the computer.
    Though it's possible to sync both of them to the same iTunes library, and even share an account for the iTunes store, you're inviting confusion and possible data loss (as you've discovered already). Best to just use separate user accounts on the computer. That also gives you the benefit of not polluting the other persons browser favorites, contacts, etc.

  • I have an older iMAC that once burned CD's with no issues. Now I get an error message saying "The attempt to burn a disc failed. The device is not accessible, probably because it was removed". I have never had it touched so the device was not removed.Help

    I have an olde iMac that once I have an older iMAC that once burned CD's with no issues. Now I get an error message saying "The attempt to burn a disc failed. The device is not accessible, probably because it was removed". I have never had it touched so the device was not removed. Please advise as to what could be the problem. How to fix. Thanks

    Try resetting the SMC and PRAM first, if that doesn't help try a cleaning disc.....and then buy an inexpensive external burner. Slimline super drive failures are all too common.
    To reset the SMC
    Shut down the computer.
    Unplug the computer's power cord.
    Wait fifteen seconds.
    Attach the computer's power cord.
    Wait five seconds, then press the power button to turn on the computer.
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • When trying to udate iTunes on my PC, I recieve the error message "The older version of iTunes cannot be removed"  How do I correct this error and not lose all the music I have in iTunes?

    When trying to update my version of iTunes on my PC with Windows 7,  I receive the error message "The older version of iTunes cannot be romoved".  How do I correct this problem without losing all the music that I have in iTunes on my PC?

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Windows Installer error message when installing or removing iTunes

    When I try to either upgrade, install, or remove iTunes, I get this message:
    "The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance."
    Anyone know how I can fix this?

    Microsoft have this help article on this error message;
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;q315346#kb1

  • I keep getting blue screen and error message to remove this file from system. spooldr.sys

    HP Officejet 4500 Wireless All-in-One Printer - G510n    w/operating system     Windows XP Professional
    I installed the printer in February and the disk did not finalize the setup process.  I went online and
    down loaded the drivers and software that was offered from the HP website.
    The printer works, but as the months have gone along, I keep getting updates for the printer and
    the system needs to reboot and it does automatically.
    Now I am getting a blue screen with a critical dump error message.  HP error reporting keeps sending
    the same message back to restore to earlier date before the updates.  That worked for awhile.  Now
    HP Error system says that malware has corrupted and needs to remove system file     spooldr.sys
    Is this in your driver software.  Spooldr is the system that caches pages of data for printing in chronological
    order....
    Can I uninstall my software and drivers and change to the plain & simple, print and scan to prevent the
    spool driver from loading to my system?

    Thank you for your input.  But, It is amazing that you can tell me that I was infected with  rootkit. 
    Without information as to how to fix, your information is after the fact and useless.
    I used the Safety Scanner provided to me by HP.  A full scan didn't detect any Malware in any files on my system.  But the last screen dump provided the information that   spooldr.sys  was corrupted and  needed
    to be removed.  
    Coming into HP Form, I did read on the HP website that my system Windows XP Professional was not listed
    and noted that the software may have not been just what I needed.  This was the reason for the question
    about uninstalling and reinstalling less of the program.  I really don't need my printer to print backward and
    that is all I see that it is doing that other printers don't.
    Besides, Kudos goes to the person from HP who sent the email,  suggesting I used the HP Update software and drives recommended  for my computer system.  Computer, printer is working, back to normal and hasn't taken a dump since, I uploaded  software and drives for Windows XP Professional.

Maybe you are looking for

  • Error message in trying to use local content in Adobe Community Help of Flash Builder

    Hi, I have set my Adobe Community Help application preferences of Flash Builder to 'Display local content only'.to Yes. I also disabled my internet connection to use local help content only. I get the following error message when trying to access any

  • Adobe Reader PDF Problem

    Whenever I scan a paper, it won't open as a PDF. I used to be able to scan and save as PDF, but not anymore. It comes up as an error, so I need to open with another program. I checked for updates and ran a repair, which didn't help.

  • Multiple plots on Y-axis

    I have multiple plots and how can I plot them with different depth on the Y-axis, Thks

  • Can't download apps on creative cloud

    i've downloaded the trial version for now, i'm trying to download the trial version apps on creative cloud but everytime i click "download", it just sits on the load page and doesn't do anything. i've tried closing the browser, restarting my laptop.

  • Sync without waiting for backup

    I have looked around in "Preferences" but I cannot seem to be able to find any way to sync my iPad without waiting for a slow backup.  My iPad has been backed up hundreds of times.  I don't feel the need to do it every time I sync. iTunes version 11.