Error message Direct PO in SRM

Hi All,
I got the below error when I try to create direct PO from SRM. This error message is triggered when I select Item type as u201CLimitu201D.
Error message
Error application is coming up.
20100816
MMARVEL
111353
sapqsr
http://sapqsr.cc.com:8002/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/
ASSERTION_FAILED
The ASSERT condition was violated.
Method: IF_WDR_NW7_EVENT_HANDLER~HANDLE_EVENT of program /1WDA/C0STANDARD==============CP
Method: DISPATCH_NW7_EVENT of program CL_NW7_VIEW_ELEMENT_ADAPTER===CP
Method: IF_WDR_CLIENT~GET_CLIENT_UPDATES of program CL_WDR_CLIENT_SSR_LS==========CP
Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP
Method: IF_WDR_RUNTIME~EXECUTE of program CL_WDR_MAIN_TASK==============CP
Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
Module: %_HTTP_START of program SAPMHTTP
Thanks

check with WEBDYNPRO consultant too.
Note 1379678 - SessionTimeout if you click very quickly in the portal
create OSS message if you dont get break through
Muthu

Similar Messages

  • Error message after clicked the SRM "Full Functionality" tab

    Hi, SRM gurus,
    After I logon to SRM and clicked on the "Full Functionality" tab, I immediately got the following error message.
    Short Text of the Message: Object type SCH is not supported
    URL: http://augustus.corp.bcm.tmc.edu:1080/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/
    Path: /sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/
    Message ID: BS 
    Message Type: E
    Message No.: 018
    Message Variable 1: SCH
    Message Variable 2: 
    Message Variable 3: 
    Message Variable 4: 
    Error Code: 560
    Error Text: ERROR_MESSAGE_STATE
    Runtime Error: Object type SCH is not supported
    ABAP Call Stack: Method:  CREATE_SC_INT of program /SAPSRM/CL_PDO_FACTORY_SC_ADV=CP
    Method:  CREATE_NEW_INSTANCE of program /SAPSRM/CL_PDO_FACTORY_SC_ADV=CP
    Method:  CONSTRUCTOR of program /SAPSRM/CL_CH_WD_BOM_SC=======CP 
    I had no problem at other tabs like "Order Status", "Advance Search".
    Where should I look to resolve the issue?
    Thanks in advance!
    Best regards,
    Fisher Li

    ...SRM and clicked on the "Full Functionality" tab...
    I have never seen this tab. Is it a custom tab? In any case, by looking at your error message, I suspect somewhere in your iView definition, the object type is mistaken.  Instead of "SCH", it most likely should be "SHC", which is the default process type for shopping cart.

  • Error message when PR without SOS is transferred to SRM

    Hello ,
    We are on SRM 7.0 SP07 , ECC 6.0
    We are facing error when PR without SOS is transferred from ECC to SRM .
    error messages seen in tcode -> /sappo/ppo2  for a particular PR which are not getting transferred are  S:/SAPSRM/CH_SOA_MSG:055 , S:/SAPSRM/CH_SOA_MSG:061 .
    Also, we noticed free text PR are getting transferred from ECC to SRM but for PR containing material are not getting transferred and getting above error message . As per SRM 7.0 we have implemented sourcing_cust badi. also data is transferred through standard XML message ( PRERPsourcingRequest , PRERPSourcingConfirmation )
    Please let me know what could be the issue.
    Regards,
    Ashish

    hello
    when i saw the same tcode /sappo/ppo2 on SRM side . i can see the error "UOM doesn't exist in XML file".  i created the PR with UOM "UNT" which is existing in both ECC and SRM , checked in CUNI tcode.
    but the data for the UOM which is passed in xml file for the message PRERPSourcingRequestout from ECC is "PA".
    so is there some conversion happening for UNT to PA becuase PA is not maintained as UOM in either ECC or SRM. it is mentioned in ISO code.
    Regards
    Ashish

  • RZ20 error message to be displayed on SRM Portal

    Hello Gurus,
         Can you someone provide me the idea of , how to display the error message of RZ20 on SRM Portal. We want to display the error message BP603 PO *** Item 001 Order **** budget exceeded.
    I want this message to be displayed on the SRM portal . Basically I want to do the validation for both SC as well as PO. I checked the DOC_CHECK_BADI and its already Z implemented . Please do find the attached screenshot.
    Thanks
    Gaurav

    Hi Gautham,
    If you can replicate the issue, please put an external break point in the following functiona module.
    FM: BBP_PD_MSG_ADD
    Line in FM: IF <bypass_log> IS ASSIGNED.
    This FM would be triggered for all the errors which are populated in SRM.
    When the break-point is triggered look for values in the fields: I_MSGID, I_MSGNO and I_MSGV*.
    In this way you can identify the message application and number after which we can backtrack the code which is doing this budget check in the transaction SE91 and same logic can be implemented in BBP_DOC_CHECK_BADI to display the error in a purchasing document.
    Let me know your findings.
    Regads,
    Raghu.

  • Display error message in EXIT_SAPLMRMP_010

    Dear expert,
    Our requirment is that:
    We want to display a  modal dialog screen for user input some other detail data when click 'Post' in MIRO, and update these data to a an add-on table. There will be a 'CHECK' button on the dialog box for checking the data which user input. 
    We found the customer function EXIT_SAPLMRMP_010 can do the job. we create our dialog screen, and call it in EXIT_SAPLMRMP_010.
    We write some code like " MESSAGE 'xx is a required field' type 'E' '' in PAI modoule of dialog screen.
    but when the program reach the code  'Message  XX',   no any error message pop-up, the modal dialog screen automatically closed and back to MIRO screen. the error message can be found when click button 'MESSAGE' on MIRO screen.
    it seems that the sytem prevent the error messages raised, and collect them into the "message box" of MIRO screen.
    But the we want to display the error message directly in the dialog window or pop-up the message without dialog window close.
    is there any one how to do that?
    thanks very much

    Hi,
    have a look at this thread:
    BADI or Userexit for MIRO and FB60 for displaying an error message
    You can try something with fm 'MRM_PROT_FILL'.
    In this way the "messages" button of the status bar will show a red traffic light indicating that you have error messages.
    Best regards.
    Edited by: Pablo Casamayor on Aug 19, 2009 8:35 AM

  • Why can't I download apps from App store? I get error message to log into Itunes but when I do I have no idea what to do!?

    I'm stuck. Can't download any apps. Error message directs me to iTunes. No idea what to do when I get to iTunes. Still can't download anything. Dead in the water.

    If you are trying to download apps over 20MB in size, you can't do it via 3G. You can download them via WiFi.
    When you go to iTunes on your computer, from the menu at the top - go to Store>Check for available downloads.

  • Capturing the error messages generated by ALV Grid

    Hi,
    I have a ALV Grid, and a field date of DATS type.
    If i enter wrong date a message pops up with invalid date entry.
    How can i capture this error message in ALV Grid.

    Hi,
    Instead of displaying the error message directly, capture the message into a string variable and display it along with the grid display.
    Thanks,
    Sri.

  • HT204088 The directions you provided above doesnt even work!  when I selected "Click to open your account", there is an ERROR message and takes me to no where!  when I try to access my itunes account, it says I have no history?

    The directions you provided above doesnt even work!  when I selected "Click to open your account", there is an ERROR message and takes me to no where!  when I try to access my itunes account, it says I have no history?

    You are not able to view purchase history on your iOS device.  You may only re-download previous purchases from the iOS device.
    To review your iTunes Store account's purchase history, follow the steps in this article from a computer only:
    Seeing your iTunes Store purchase history and order numbers
    http://support.apple.com/kb/HT2727

  • Error message runs in direct contrast to the "spirit' of iCloud

    I just tried to drop an old song into my favorite playlist on my iMac. I get this error message:
    "iCloud playlists can only contain songs from your iCloud music library.  If you continue 'this playlist' will be removed from iCloud and will only be available on this computer."
    Am I missing something?  Isn't Apple iCloud advertised as a place to store all your stuff?  Unless there is some step I'm missing, I consider this to be a strong-arm tactic in direct contrast to what the iCloud is advertised to be. 

    Am I missing something?  Isn't Apple iCloud advertised as a place to store all your stuff?  Unless there is some step I'm missing, I consider this to be a strong-arm tactic in direct contrast to what the iCloud is advertised to be.
    It is, and generally you can store all your music in iCloud. But occasionally you will find songs marked as ineligible for iCloud, like this:
    If you are seeing the crossed our cloud in the status column, you cannot use the song in an iCloud playlist, because it is either a duplicate or in a wrong format, or too large.

  • When I open itunes to play content I've already purchased and while attempting to view trailers for movies in the itunes store, I receive a generic error message from windows, and I'm directed to reinstall the latest version of itunes.  Not a fix.  Help?

    When I open itunes to play content I've already purchased and while attempting to view trailers for movies in the itunes store, I receive a generic error message from windows, and I'm directed to reinstall the latest version of itunes.  Not a fix.  Help?

    after perusing other subjects with playback issues: 
    this is the fix: 
    -Launch Control Panel - Double click Quicktime, If you do not see quicktime, look on the top left side of control panel and switch to classic view. This will then allow you to see Quicktime.
    -Now click the advanced tab and click on Safe Mode GDI Only, Apply, then ok.

  • Error message while creating shopping cart in SRM 7.0

    Hi,
    While creating shopping cart in SRM 7.0, an error message is coming as 'No authorization to purchase from product category <product group>'.
    Is there any missing authorization.
    Thanks
    Saswata

    Hi Saswata,
    Can you confirm if the "Extended Attributes" of the user's position in Org Structure has the product category maintained for the appropriate backend system?
    Regards,
    Nikhil

  • Can't access adobe from my smart phone to use my form created in formscentral I receive an error message that says "unsupported browser". There is a link to download a supported browser but the link directs me to another page that says "browser no

    When I try to access adobe from my smart phone to use my form created in formscentral I receive an error message that says "unsupported browser". There is a link to download a supported browser but the link directs me to another page that says "browser not supported at this time". This happened to me while using my IPhone 5, a friend that uses an IPhone 6, and another friend that uses a Samsung Galaxy S5. I just need for my employees to be able to access, complete and submit work orders created in formscentral from their phones. I would like to use the data collection feature in formscentral but at this point any suggestions on how to accomplish this are welcomed. Thank you

    Further info - I changed my security settings to allow apps from anywhere, and again tried to install.  I again got an error message
    that the update failed to install, and to contact Customer Support.

  • Script error message when printing google maps driving direction into PDF

    My system; Win 7/ 64bits/IE 9 both 32 and 64 bits/Adobe Acrobats 10.1.1. Pro
    Intial problems in printing web sites into PDF files has been resolved when I upgraded into 10.0.1 after having installed IE9.
    However, with 10.1.1. version, I noticed that when I tried to convert google maps results for a driving direction (From A to B), script error message showed up and I could not convert it into PDF. I tried both IE 9 32bits and 64 bits version, but both failed to do it. Please fix the problem for the next updates.
    Thanks

    You might try running CHKDSK on the disk to where you try to save the file. You might have a corrupted file directory or a damaged track on that disk. I urge you to backup what you can before trying this.
    Ken F.

  • It keeps giving me an error message when I go to download my purchases. I follow the directions and it just keeps giving me the same error. What do i do to get the songs

    It keeps giving me an error message when I go to download my purchases. I follow the directions and it just keeps giving me the same error. What do i do to get the songs?
    It just keeps telling me they were inturupted but i didnt so anything. I want the songs I paid for.

    Yes its been cleaned out, i have tried many different things to try an fix it but still nothing. i just can't understand how it can be working perfect 1 minute then not working the next minute.  seems to be a common problem with no real solution.

  • Error message when calling a Business Connector RFC destination from SRM

    Hello all,
    We are facing one problem with data Purchase Order transmission between SRM 5.0 (SRM_SERVER 5.5, extended classic scenario) and Business Connector 4.7.
    We made needed customizing in order to have "XML / XI" output medium available in tab 'Company Data' in "Manage Business Partners" web transaction (by updating BBP_USE_AI table in SM30 transaction).
    Then, we implemented BAdI definition BBP_EBPXML_OUT_BADI with method PURCHASEORDER in order to change XI system type to Business Connector.
    In this way, PO transfer data between SRM and BC is done using BC Module Function BAPI_POEC_XML_SEND (TCP/IP RFC connection was defined for Purchase Order in BBPC_RFCDEST table).
    Nevertheless, even if method BBP_PO_SEND_XML is correctly triggered when PO is created with a vendor with XML output medium, we have in the document output log ("Process Purchase Order" web transaction) an error message:
    ' Error (Unknown Partner and Message Type. Routing Rule created. Sender: SMR Receiver:) when calling RFC destination BC '
    where SRM is the SRM log. sys. and BC the Business Connector log. sys.
    Our EAI team is working on it, but if you have any idea, your are welcome !
    Thank you in advance.
    Regards.
    Laurent

    Hello Christian,
    Thank you for your help. However, we abandoned this solution between SRM and Business Connector.
    So, we followed instructions indicated in OSS note 883693 - "ECS: PO output determination in R/3".
    Nevertheless, in order to restrict this behaviour for specific vendors and purchasing organizations, we added some filters.
    It is working fine.
    However, when the PO is modified in SRM, then order again, PO is modified in R/3 (by the RFC user from SRM) more than once.
    As a consequence, we have as much messages as modifications of the order in R/3 (due to multiple RFC access with the SRM RFC user).
    Does anybody have an idea to have only one R/3 output message when the PO is modified in SRM ?
    One solution could be to check in the NAST table if the time creation of the last output message is lower than, for example, one minute.
    If it is the case, we do not allow R/3 ouput message.
    Any suggestions is welcome.
    Regards.
    Laurent.

Maybe you are looking for

  • Error in using obstication

    hey guys; iam making a mobile class library everything goes smothly and iam using its jar file on my main mobile application (J2ME Polish Project)but when i turn on the obstication of the liberary project to the highest level i got this eroor:- pre-i

  • How to freeze or make an application hang to test a script?

    

I like to test this script tell application "System Events" to set theApps to name of processes whose background only is false repeat with oneApp in theApps set pState to do shell script "/bin/ps -arxo state,comm | /usr/bin/grep " & oneApp & " | /u

  • How to change mouse & graphics settings on Solaris 10?

    I have Solaris 10 on x86. Before under Solaris 9, I used the "kdmconfig" command to change the mouse and graphics card settings. What is the command to do this under Solaris 10, x86? Thanks.

  • Login in as SYSDBA

    When I login with this command "Sqlplus SAM/password as sysdba" and do show user, it returned the User is "SYS" is it suppose to return the User is "SAM"? I have set remote_login_passwordfile = Exclusive Select * from V$pwfile_users; USERNAME SYSDBA

  • Non-default resolution problem

    I understand that the default resolution for the MacBook is 1280 x 800. I find this hard to read (my eyes are rather old) and would like to set 1152 x 720 but this gets somewhat blurry, letters are not sharp, etc. like it is slightly out of focus. Is