Error message SWF_UTL_000 number 021

Hi Team,
When I try to process an Output Type for an Outbound Delivery, I am getting the error message "Object reference expected: 'IDOCMSG' is not a valid object type" (Message Class: SWF_UTL_000 Message Number: 021). I think this is related to a work flow and it is getting trigged at the Class: CL_SWF_IO_SERVICES Method CHECK_OBJTYPE, because the Read at the Internal table "supertypes" fails. This internal table is populated in the function module SWO_QUERY_SUPERTYPES where the object type is not present in the table SWOTIP but it is present in the table TOJTB.
Can someone please tell me the link that is missing and what are the steps to correct it?
Thanks in advance,
S.Dakshna Nagaratnam.
Edited by: Dakshna Nagaratnam on Jan 26, 2011 9:26 PM

Hi,
I think system behaves correctly.As there is no sufficient stock to do the GI, that's why Goods movement is not possible even though you have change the msg control.
In this case one possibility is there.Go to OPK4.Select your Plant and Order type combination.Now in detail screen go to General Individual entry Tab, here don't activate or remove tick if it is already activated for Error Handling in case of Error in Goods Movement.This will allows you to complete the Order confirmation incase of there is a error in goods movement.
Regards,
Dhaval

Similar Messages

  • I am trying to send a text message from my iPad when I enter phone number I get error message phone number not registered with iMessages  from contacts

    When attempting to send text message from iPad I get error message "phone number not registered with iMessage REMOVE" the number is for iPhone an includes area code and country code. How do u register a number with iMessage?.

    TestnTag wrote:
    When attempting to send text message from iPad I get error message "phone number not registered with iMessage REMOVE" the number is for iPhone an includes area code and country code. How do u register a number with iMessage?.
    The iPad is not capable of sending an SMS message so texts, pictures, etc., must go through iMessage.  The destination device must be registered with the Apple servers by turning on iMessage.  Therefore, the user with the iPhone must enable it for iMessage.

  • Error message "Maximum number of drilldown characteristics exceeded"

    Hello,
    an user created a Web report. In the navigation block there are nearly 100 selection fields. If you make either "drilldown in the rows" or "drilldown in the columns" you recieve after 50 drilldowns the error message "Maximum number of drilldown characteristics exceeded" and it is not possible to proceed further. Does anybody has got an idea what this can be?
    Thanks!
    Regards,
    Christian

    Hi Check SAP Note No -
    Note 144478 - BEx: Termination/Message at 10th/20th drilldown characterstc
    1. Terminations occur when you drill down a large number of characteristics at the same time during interactive navigation in the Business Explorer Analyzer (Excel).
    2. In the global query definition, the system displays message 'Termination: the maximum number (10/20) of drilldown characteristics is exceeded' if the total of the characteristics and structures you are using exceeds
                  - 10 objects in Release 1.2B
                  - 20 objects in Release 2.0A/2.0B/2. 1C
                  during the definition of a query.
    Hope it helps
    regards
    Vikash

  • Incomplete list Oracle Database Error Messages Part Number B14219-01

    The following regards documentation on Oracle® Database Error Messages Part Number B14219-01 as read on http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14219/intro.htm
    Reading an example on Message Stacks in section 1 Using Messages, the following error description is nowhere to be found in the main list: ORA-06502. So are many other very common errors like ORA-00942 ¿Are these described in another book?
    Thanks,

    Hello again. I have learned that some of these older low-number error messages were present in the code in a different and abbreviated format than the one eventually agreed upon. These messages were entered by hand in the Error Messages book. When we began generating the messages directly from the code, some of these older messages were inadvertently dropped. We hope to fix this problem in the next release by changing the code. I apologize for any inconvenience this causes. For now the only workaround is to go back to an earlier version of the documentation, as the meaning of the messages has not changed.

  • EDI-IDOC-To see error messages of number of IDOCS

    Hi,
    I have a scenarios where more than 1000 inbound idoc are with status 51. I want analyse the error messages of all.
    When i see the entry in EDIDC table the status text is 1&, 2& in stead of document numbers.
    Pl let me know with which program i can see the exact errors of number of idocs. Now i am going to WE02 and clicking on status which is very very time consuming.
    Thanks
    Jatin

    Hi
    Please use the following t codes:
    1) WE05
    2) BD87 - for further processing of inbound idocs
    depending on your R3 ver- the screens will be having the advanced screen fields
    both the above will be useful - buit be careful of BD87 - experiment with this in development before doing so in production -
    I use the above 2 regularly for all my IDOC analsys and re procesing alongwith we02 also
    cheers
    nandu

  • How can I install PS Elements 10 when get error message, serial number not valid

    I have a new computer (PC Windows)  and want to install my PS Elements 10  and Light Room 5.2.  When I try to do so I get the error message that my serial number is not valid.  I have used the help/support and have done what suggested but nothing seems to work. (The copies were registered.)  Please help me solve this so that I can't get my pix edited. Thanks so much for any help you can give me.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Cathylof did you receive your installation files for Photoshop Elements 10 on CD?  If so are you installing from the CD provided with your purchase?  Please also make sure to utilize the registered serial number at http://www.adobe.com/.  You can find additional details on how to locate the registered serial number at Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.

  • Error Message-"Maximum number of internal sessions reached"

    Hi,
       In one of the User defined screen , we are getting error as
    "Maximum number of internal sessions reached".
       This error is not coming each & every time.This screen is used to store the values in Z-table.
       This error is coming after entering 6-9 entries.  
       What may be the problem.
       The code is as follows :
       when 'save'.
            INSERT zmmt001_grn_gate FROM wk_zmmt01.
            INSERT zmmt002_grn_item FROM TABLE it_zmmt02.
            IF sy-subrc EQ 0.
              COMMIT WORK.
              MESSAGE I002 WITH wk_sno.
              CLEAR wk_lifnr.
              CLEAR wk_ebeln.
              CLEAR wk_name.
              CLEAR wk_appval.
              CLEAR wk_chal.
              CLEAR wk_form38.
              REFRESH it_temp_tc1 .
              CALL TRANSACTION 'ZMMI001'.
            ELSE.
              ROLLBACK WORK.
              MESSAGE e000 WITH text-006.
            ENDIF.
      Whether CALL TRANSACTION 'ZMMI001' statement having problem..
      Pls give your suggestion on this.
    Thanks in Advance,
    Best Regards,
    Pavan.

    Hi
    I agree on the reason of the problem, too. SAP limits the number of internal sessions. By calling the transaction with <b>"CALL TRANSACTION ..."</b> statement, you keep the current transaction's program data and open a new internal session. To handle things technically, SAP forces an internal session number limit.
    The solution is to use <b>"LEAVE TO TRANSACTION ..."</b> which ends the current transaction session, rolls out the relevant program and then opens the new session.
    *--Serdar
    [email protected]

  • Error message "incorrect number of file hard links" after Lion installation. Please could you advised to solve this problem; my iMac (mid 2010) is working well

    After installation of OSX Lion I have ran the disk utility program and the following error message appears: "incorrect number of file hard links". The program advises to fix the disk by reinstalling the Mac OSX install dvd (Snow Leopard). Please could you advise? Additonal information: the iMac was up-to-date before installing Lion. Thx!

    Martha Mcsherry1 wrote:
    I feel like I'm on a scavenger hunt and it's getting very dark!  You are absolutely correct.  My computer doesn't show my HD in the finder window.  That's been the case for a long time.  At one point, I found a solution and fixed it but then it reverted.
    From a Finder menubar, select Finder > Preferences, then either General (controls what appears on your desktop) or Sidebar (your Finder windows's sidebar) and check the box with your Computer's name, hard drive, etc. 
    I read to hold 'option' and press 'go'.
    On Lion, that allows you to see the Library folder inside your home folder (it's only hidden in Lion).
    I have found the right file and deleted it.  It keeps reintroducing itself so I guess I'll need to delete it from the trash as well?
    No, you've deleted the one that may have been damaged.   As with most preferences files, OSX will create a new one, with default values, when needed, which is what we want.  (Sooner or later, you should empty the trash, but it's not a problem.)
    As mentioned in #A4, you'll have to re-select your Time Machine drive, re-select any of the things that were checked on the Options panel, and re-enter any exclusions.

  • I get a error message contact number is unregistered

    I added a friend to my contact list and wanted to send him an imessage. I got the error this number is unregistered. How can I register his number so I can imessage him?

    Hi,
    On his iPhone he needs to go to Settings > Messages and enable the Messages item.
    This "registers" the iPhone Number.
    It takes a little while to "Verify".
    10:01 pm      Thursday; June 5, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Error Message - Reference number of a document from Back Error

    Hi,
    I created proforma invoice but it is not transferred to GTS. I tried to transfer manually, status shows it is released but there is an error at the top saying 'Reference number of a document from Back Error'. When I checked it in GTS, there is no custom document for proforma invoice. I checked configuration in ECC as well as GTS regarding activation of BADis, document types etc. everything looks fine. Can you please help me where to look at it and get it solved?
    Thanks in advance.

    Hi Manohar,
    Are you trying to create an Export Declaration?  If so, is this the first time, or has it worked ok previously but failed this time?
    In case it's the first time, have you made sure that:
    The Billing Type is set for transfer to GTS?
    The Billing Type is mapped in GTS?
    The Item Category is mapped in GTS?
    The proforma is actually an export (Shipping Point and Ship-to address not both in the EU)?
    Do you see any related entries in Transaction SM58?
    Do you see any related log entries in the GTS transfer log?
    Regards,
    Dave

  • Error message destination number format incorrect

    i have sony xperia z3 and when i send a message i get text stating destination number format  incorrect HELP

    Do you have the correct APN settings? how old is your SIM card? are you using the preloaded Messaging app or a third party app?
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Error message: Serial number invalid.

    I have entered twice exactly as it is shown online when logged into my account. What gives?

    Hi,
    You may want to provide more information (I assume you are talking about Lightroom) such as:
    - What version is the serial number for?
    - What version are you trying to enter the serial number in?

  • Error message, Maximum number of windows open. How do I close windows on Droid 2 Global white?

    I know this sounds like a simple question, in fact it is so simple that I can not find any writen solution to this problem in the on line help manual.
    I'm new to the Droid (a former BB user) and am looking for the obvious answer.
    Who knows I may eventually learn how to drive this thing.... 

    Call off the dogs on this one. I dumb lucked the solution.
    Thanks for any replies.
    CAG43

  • Error message: 450 [Wrong number of arguments or invalid property assignment]

    Hello Support,
    I have a vbscript which does some database query. i see from the log that script quits with the below error.
    Error message: 450 [Wrong number of arguments or invalid property assignment]
    but when i execute the same query directly on database, it gives me correct result. also i see that not all the time script quits with this error.
    Does anyone have idea how to troubleshoot it?
    -KAKA-

    i see. i know at which line it fails as error handling is done and will be written in the log.
    sQuery_Prod = "select object_text from sto_ov_externalnode where name = '" & NodeId & "'"
    oRecordSet_Prod.Open sQuery_Prod, oConnection, adOpenStatic, adLockOptimistic
    if err.number <> 0 then
    LogWrite ("Unable to run query")
    LogWrite ("Query: [" & sQuery_Prod & "]")
    LogWrite ("Connection string: [" & sConnect & "]")
    LogWrite ("Error message: " & err.number & " [" & err.description & "]")
    wscript.quit(1)
    end if
    and this piece of code write following in the log.
    07.10.2014 16:55:03:Unable to run query
    07.10.2014 16:55:03:Query: [select object_text from sto_ov_externalnode where name = '{B10255CF-F618-45FB-99BC-31A57D747702}']
    07.10.2014 16:55:03:Connection string: [DSN=Script;DRIVER={SQL Native Client};User ID=xxxxxx;Password=yyyyyy]
    07.10.2014 16:55:03:Error message: 450 [Wrong number of arguments or invalid property assignment]
    Where as i can run query "select object_text from sto_ov_externalnode where name = '{B10255CF-F618-45FB-99BC-31A57D747702}'" successfully directly on database.
    also in the next cycle same query will be successfull within script too.
    Does this help in understanding the problem?
    -KAKA-

  • Credit Card number not Valid" error message

    Hi ,
    While we are trying to test our pilot, we have configured the Preauth in our Credit Card process. I have given the Credit Card number ranges for VISA and Master like /5100000000000000 to 5199999999999999, and 40000000000000000 to 4999999999999999. Rest of the other config is maintained.
    I could add 4111111111111111 to one of the customers in the customer master , but when I try to add a number to another customer 4000234016729199,  I get a error message " Card Number not Valid "..I checked the Checking groups it is all fine.
    Please let me know if I missed something .
    Thanks
    Ravi

    Srinath
    Thanks for your reply.
    I tried the option but still it gives me the same error.
    The config is as below:
    1.Payment Card Type - VISA - CCARD_CHECK_VISA (assigned)
    2.Defined Card Categories MC/VISA/AMEX/DISC
    3.Determine Card Categories - VISA/1/BT/ 4000000000000001/4999999999999999/VI
    And the rest of the config is maintained.
    Do you think any other area/assignment I would have missed?
    OR 49999999999999999 is a bad number?
    I am not knowing what please let me know.
    Thanks for your help in advance.
    Ravi

Maybe you are looking for

  • Can I edit anything in a pdf using Acrobat XI Pro?

    Can I edit anything in a pdf using Acrobat XI Pro?

  • Need solution for Report

    HI In report i want to find frame(heading the columns ) is displaying in how many pages please give me a solution Regards Yashavanth

  • Failed to navigate from RegistryWizardState

    Hi, I am running into an issue while configuring EPM system 11.1.2.3. When I enter the Shared Services user credential, it gives me an error "Failed to navigate from RegistryWizardState:. I have granted the shared services user with the following gra

  • Trying to run simple procedure in SQL Workshop

    Hello, I'd like to test how procedures work and APEX so I setup a simple one that I'd like to run in SQL Workshop (below). I try the follow to execute the procedure: begin MY_TEST_PROC; end; But it results in the following error: ORA-06550: line 2, c

  • Anyone from ORACLE knows what's wrong with oidspadi.sh

    Hi, I downloaded the Cygwin and am trying to run oidspadi.sh it keeps giving the following error. $ ./oidspadi.sh : command not found 28: : command not found 38: : command not found 43: : command not found 47: : command not found 51: : command not fo