L_TO_CREATE_MOVE_SU : Block the standard message

Hi ,
I am using the FM  'L_TO_CREATE_MOVE_SU' which simulates the functionality of LT09 transaction ( This FM only simulates LT09 transaction , TO is not created ) although I get the message that the Transfer order no  XXXX is created .
This message is just a virtual message as the TO is not yet created.
Now I need to block this standard message which is coming from the FM as after running this FM their is some coding that I need to do .
Tried checking the Sy-subrc value just after the FM but the message come before that even.
Please advsie ....
-- Mohit

Hi
Try adding below exception in exception part :
Error_message = 99 "it can be any number"
Hope it helps.

Similar Messages

  • Keys for the Standard Messages

    In the tutorials we find the example to Customizing a Standard Validator Message, and we can see a table of Keys for the Standard Messages, my question is, where can i find a table with all messages displayed including the Message Alert?, especifically one like this:
    System Messages
    Error Invalid cursor position

    rename defaulttheme.jar > defaulttheme.zip
    copy messages.properties file to a directory
    copy and rename this file eg: messages_hu_HU.properties
    after that you can open and edit this files in Creator
    finaly copy back this files to the defaulttheme.zip and rename > defaulttheme.jar

  • How to over wite the standard  messages

    Hi,
    How can I  over wite the standard  messages ?
    Cheers,
    srak
    Moderator message - Please ask a specific question - post locked
    Edited by: Rob Burbank on Jun 24, 2009 1:41 PM

    There is no know issue like this; have you installed any Preware apps? Have you tried restarting your device from Device Info, Reset Options, and Restart? I would try this first; but you may have to go the next step and Erase Apps & Data. This would delete all PIM data and apps off you device, and then you would have to reload from your backup data. This however will also delete all text messages on the device, and there is no way to restore them. The last step would be to run webOS doctor on the device to restore or repair the operating system. You can get this application from www.palm.com/rom, enter your serial number and follow the steps on this web page.

  • Capturing the standard Messages / Exceptions

    Dear All,
    I have a field in my application which consist of list of values and and when the user enters the value in the field which is not there in the Possible list of values the application will show the Error as The value entered is not in the possible list of values.This is the standard message i am getting it and i wanna to capture the message in some variable. How can i do that and from where i am getting this error message.
    Thanks
    Shareef.

    Hi...
    Every message have some parametes associated with that like msgid, msgty, msgno.
    As any exception will occur these values will come in following parameters sy-msgid, sy-msgty, sy-msgno. Get these values in the variable in the following way And You can use it anywhere.
    data: lv_errornumber TYPE symsgno,
             lv_msgid type symsgid.
    lv_errornumber = sy-msgno.
    lv_msgid = sy-msgid.
    msgid contains the message class name.
    After getting msgid go to transaction SE91 Enter the classname You will get all the messages of that class.
    Regards,
    Rohit

  • Block the standard user list

    i want to block the standard users(adinistrator, overseer, owner) during the process
    initiation.
    regards
    Sukumar

    Hi Sukumar,
      You can not block the standard users, but you can assign all standard users to one use like initiator.
    Regards
    Srikanth

  • How to block the undeliverable message internally?

    How to block undeliverable message internally in case the internal sender sent email to one oversize internal recipient?
    Thanks a lot

    Exchange 2010/Outlook 2010
    Sorry for posting in such an old thread, but I have a similar issue:
    We have a mailing list account that receives thousands of Undeliverable messages every day.
    Could I use ECS to tell Exchange to Reject Messages From "MicrosoftExchange[long string]@domain.com?
    What would happen to the Undeliverable messages? Are there any problems with this?
    Thank you!
    -R
    Edit: that solution did not block the DSNs.
    I also tried creating a transport rule to delete all e-mail going to that account, but that only worked for personal e-mails, not DSNs.
    One solution I was able to come up with was to set a mail rule that sends everything to a subfolder. This will prevent the mailbox from hitting the "100,000 items in critical path folders" best practice.
    The second solution I am testing is to create a Mailbox Retention Policy to permanently delete all items older than 7 days.

  • In iOS8, my third party keyboards are working with every app except for the standard "Messages" app.  How do I fix this issue?

    I recently updated to iOS8 and downloaded a few third party keyboards.  These keyboards are usable and available with all apps except for the "Messages" app.  The third party keyboards don't even show up as an option while typing a text message or an iMessage.  I have allowed these keyboards Full Access and have turn off Guided Access.

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    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.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • No standard message displayed in the new custom form

    Hi All,
    I developed a new custom form for FA module using Template.fmb. It is not showing any standard messages such as "Transaction complete: 1 records applied and saved". The records are getting saved. I even tried setting in when-new-form-instance ":SYSTEM.MESSAGE_LEVEL := 0" but that too didn't work out.
    Please help on how to display the standard message. Please let me know if I am not clear with my question
    Details
    Oracle Form version: 6i
    Application version: 11.5.10

    Can you see if something in the code is overriding your message level?
    Can you set the message level to 0 in the pre-commit trigger?

  • Can we modify the standard AOL Message with custom Message in Seeded Page?

    Hi,
    I have a requirement to change AOL Message with custom Message in Seeded Page.
    In a seeded OAF page when a user clicks on a submit button a standard AOL Processing Message is populated.
    I Need to change the Standard Message and call Custom Message.
    Did controller extension and found that both the messages are populating.
    called the code after super and tried to call before super also.
    Did any one face this issue and resolved it. Kindly provide the solution.
    Regards
    Chaitanya

    Hi Gyan,
    I have tried by extending a sample custom controller.
    Below is the code of TestCO calling create message
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
          OAApplicationModule am = pageContext.getApplicationModule(webBean);
          if (pageContext.getParameter("Test") != null)
              OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_CREATE_CONFIRM",    null,
              OAException.CONFIRMATION, null);
              pageContext.putDialogMessage(confirmMessage);
      }Then I extending the TestCO to XXTestCO and it is calling Update Message
        public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
          super.processFormRequest(pageContext, webBean);
            OAApplicationModule am = pageContext.getApplicationModule(webBean);
            if (pageContext.getParameter("Test") != null)
                OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_UPDATE_CONFIRM",    null,
                OAException.CONFIRMATION, null);
                pageContext.putDialogMessage(confirmMessage);
        }got below Confirmation
    Confirmation
    Employee &EMP_NAME with the number &EMP_NUMBER has been created.
    Employee (&EMP_NAME) has been updated.
    Tried below approach also calling the message before super class
        public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
            OAApplicationModule am = pageContext.getApplicationModule(webBean);
            if (pageContext.getParameter("Test") != null)
                OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_UPDATE_CONFIRM",    null,
                OAException.CONFIRMATION, null);
                pageContext.putDialogMessage(confirmMessage);
          super.processFormRequest(pageContext, webBean);
        }got below Confirmation
    Confirmation
    Employee (&EMP_NAME) has been updated.
    Employee &EMP_NAME with the number &EMP_NUMBER has been created.
    My requirement is to print only the message which I have kept in Extended controller i.e. Update message
    Regards,
    chaitanya

  • Sometimes one message blocked the whole queue

    Now I am developing a MDB in weblogic to consume the TIBCO jms queue and I have deployed the MDB properly. And normally it runs ok.
    But sometimes there is one message in the queue that can not be consumed by the MDB .And also this message blocked the following messages to be consumed. We don't know what is the reason.
    If we redeploy the MDB, it will continue the process and we have checked that the message that has blocked the queue is correct.
    Wait for your answer.
    Thanks a lot.

    I think this may be an example of a "poison message". This is a message that causes an exception during consumption in the MDB causing a transaction rollback and putting the message back on the queue.
    Possible solutions:
    1. Some messaging server allow you to move a message out of the queue after a set number of failed deliveries
    2. Handle this exception in your code - check the validity of the message first and proceed only if the message is valid, otherwise exit gracefully without doing any work.
    Hope this helps!

  • Reproducing oracle standard messages

    Hi Forms gurus,
    when I try to save a new record or update an existing record in a form in various blocks, the tables in the database get populated or updated accordingly.
    But I don't get the standard message in the message bar at the bottom of the form saying Transaction Completed.. or No changes to Save etc.
    How do I reproduce the standard messages? Please help.
    TIA,

    hi
    if u do not have on-message trigger at form level
    u can create on-message trigger and it will display message on taskbar.
    message('--------------');Note:-if u have On-message trigger please disable it.
    run your form and insert values.
    sarah

  • Reg: copying standard message mapping

    Hi,
    Can any one suggest me how to copy the standard message mapping..
    I have copied it in normal way...but its not getting executed...
    when i try to execute the standard map with same payload, then it works fine...
    << Moderator message - Please do not offer points >>
    << Moderator message - Everyone's problem is important >>
    Thanks,
    Madhu
    Edited by: Rob Burbank on Oct 22, 2010 3:51 PM

    Stefan,
    I have copied the SAP delivered standared map. When I run the copied map, it is giving an error "Cannot create target element /ns1:envelope/catalogueRequest/document. Values missing in queue context". But same getting executed in original SAP map.
    here in the map node "document" occurences is 1 to 1000. For mapping logic it has been duplicated 3 times.
    ex : document(1..1000), document[1](1....1000), document[2](1...1000).
    according to payload we can able to create node document(first occurence) once. That should be enough. and standard SAP map is working accordingly.
    But when we ran copied map its giving an error. we desabled the occurence 2 then its working.
    no look ups are used.
    Any suggestion....

  • Standard message type limitation on company code

    Hi all,
    currently I'm implementing ale distribution with the standard message type
    FIDCC1, i'm filling idocs in my source code and run function master_idoc_distribute
    now i need to set up a distribution model, but when i do so, the transactions to make
    documents complains that for certain company codes there is no global company code
    although those codes aren't used for the distribution. Is there a way/place where i
    can limit the use to certain company codes, without having to make global cc for
    all the companies in the system?
    or do i need something else then a distribution model to send the idocs?
    grtz,
    Koen

    you will get good answer if you post it in ABAP forum.

  • CUWL Standard Messaging - user assignment

    Hi All,
    I have CUWL Standard Messaging : 25 license. I am trying to find about how to associate the voicemail user so that that we can use the CUWL messaging. As I know in the CUCM, we can associate device with "owner user ID" in order to use the CUWL license (1 CUWL = 10 device). I think on the Unity Connection have the same criteria like the CUCM, so if I have 25 CUWL messaging, I have 250 users that can associate to unity connection.
    I also attached the capture of ELM. Please kindly help me solve my problem.
    Thank You.
    Taufik.

    Hi Taufik,
    In this licensing model the "Standard Messaging License" breaks down
    as follows;
    1 License = 1 User = 1 Mailbox
    not a 1 License to 10 mailboxes ratio This is why you are
    seeing a -54 in ELM mailbox licensing.
    And for Devices the CUWL License is for up to 10 devices
    for a single user not really 10 devices for 10 different users.
    http://www.cisco.com/en/US/prod/collateral/voicesw/ps6882/ps9156/product_solution_overview0900aecd806cc7a4.html
    Cheers!
    Rob
    "Why do the best things always disappear " 
    - The Band

  • Need to change the standard error message when no data found in a window

    Hi All,
    We have a button in our screen, on clicking we show a window with details from a view for the selected record in the screen using master-detail relationship.
    But, if i dont have any data to display, it is giving standard message,
    " FRM-40350 Query caused no records to be retrieved " in a seperate window,
    And if i click on Ok then the window is opening up with no records/data.
    My Requirement is to
    1. I need to show a custom message(some user friendly mesg) instead of standard mesg
    2. And the window should not open at all.
    I tried putting with :system.message_level=5 to suppress the standard mesg. But how we can achieve other two requirements.
    And this should happen at block level only not at form level.
    Please suggest me in this.
    Thanks
    Pavan

    Hi,
    No, I have just put my original code.
    This is what i have tried based on our suggestion.
       BEGIN
              IF event = 'WHEN-BUTTON-PRESSED'
                   --AND cnt <> 0
              THEN  
              GO_BLOCK('XXSCP_GBL_CUST_PEG_V');
          EXECUTE_QUERY;
          l_chr_so := :xxscp_gbl_cust_peg_v.sales_order_number;
          fnd_message.DEBUG('SO:'||l_chr_so);                                                                    
          :parameter.p_excep_detail:='FALSE';
              IF l_chr_so IS NOT NULL
                   THEN
              SHOW_VIEW('XXSCP_GBL_CUST_PEGGING_CON');
              SHOW_VIEW('XXSCP_GBL_CUST_PEGGING_STK');
              app_window.set_window_position('XXSCP_GBL_CUST_PEGGING_WIN',
                                             'CASCADE',
                                             'XXSCP_GBL_EXCEP_DETAILS_WIN');     
          fnd_message.DEBUG('xx');                                                                    
          END IF;                                        
          ELSE
              NULL;
              END IF;
        EXCEPTION
             WHEN OTHERS
             THEN
             NULL;
       END;I can see, its not going to IF conditon, stil the window pops up.
    Thanks
    Pavan

Maybe you are looking for

  • Issue in Extending VO

    Hi Iam trying to extend a VO when Iam editing the SQL Statement by just adding a column to it at the Attribute mapping level it is showing as transient and later it is not allowing to update the column in base table At some situation some Query Colum

  • WHY CAN'T I ACCESS THE TRASH SECTION OF MY BACKUP ASSISTANT??

    IT'LL SHOW NOTHING WHEN I CLICK ON IT EVEN THOUGH I HAVE DELETED CONTACTS THEN USED BACKUP ASSISTANT ON MY PHONE BUT NOT DELETED THEM PPERMANENTLY ON THE WEB SITE

  • Balance confirmation issue.

    Hi All, We are just upgraded our system to ECC 6.0.Now I am doing configuration for Balance confirmation. But in SPRO I got all the settings related to Forms only. & while running F.17/F.18 I have specified Reconciliation date but system is picking o

  • Error row definition - unable to find the source mapping

    Thanks for looking. I created a custom integrator, that uses a PL/SQL API interface to insert into custom tables. The importer program is also a PL/SQL API. In the spreadsheet, I click on Oracle->Upload and select 'Submit import automatically'.. I ge

  • Problem in changing CAPTION (header) of a View in Web dynpro component

    Hi All, I want to change the Caption (header) text of a View in Web dynpro component. But when i transport it the changes are not reflecting in other systems. Also when i activate the Web dynpro component in development system, it issues a message "T