GR based IV - message

I have GR based IV ticked in PO.Now I am trying to enter without GR.
I am getting error ' No GR exist'
I want to make this message as warning, messages are :
1. M8 035
2.M8 532
But I could not find these message anywhere, can anyone pls help me to find out this message numbers?
Thanks

Hi,
As per the standard system behaviour It should not be possible to change indicator 'GR-based IV' after
follow-on documents have been posted. However, you could change this using the report mentioned in note 550163.This note wil give you more information on this.
Hope this will helps you.
Regards,
Sunitha

Similar Messages

  • Retrieve message based on Message ID

    Hi All,
    Could you please let me know how to retrieve the message payload based on Message Id.
    Regards

    Hi Anusree,
      Go to SXI_MONITOR and go to the advanced selection tab.
    In that, give the message id and click on execute button or press F8.
    Then docuble click on the message that you get in the report.
    In the screen that follows, you need navigate to the payload section of the tree diagram that is there on the left hand side of the screen.
    If the logging is set for your system, then u can see the payload there.
    Regards,
    Ravi

  • Sun Messaging Server - Filter based on Message Type

    Hi,
    Can I do the filtering based on the message type like Voice mail, text mail.. ?
    and also can I filter the messages based on the user?

    sunstore wrote:
    I am looking at filtering more so at the IMAP Level. I would like to only provide certain messages to clients using IMAP using Server Side filters based on message headers. There are no apis/interfaces to "filter" IMAP operations.
    Please let me know if this possible. Also i would like to restrict IMAP access to certain users only. Is that possible ? You can restrict IMAP access by using the mailAllowedServiceAccess: attribute:
    http://docs.sun.com/app/docs/doc/819-4437/6n6jckqu5?a=view
    Regards,
    Shane.

  • How to select a value based on message choice

    Hi,
    I want to display a value into screen based on message choice selection.
    Message choice contains absence type infomation and it will return absence type id .
    I have created a view object (XxpmAbsenceCategoryVO , in this view only one column category_name) for selecting category name from the database using message choice selected value.
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if ("displayCategory".equals(pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM)))
    OAViewObject AbsenceCategory = (OAViewObject)am.findViewObject ("XxpmAbsenceCategoryVO1");
    String absenceTypeId = pageContext.getParameter("AbsenceTypeId");
    System.out.println("type "+absenceTypeId);
    AbsenceCategory.executeQuery();
    I will apppreciate, if somebody can help me how to set value for my UI field "CategoryName" when message choice selecting time. I already set an PPR event.
    Regards
    Satheesh Kumar

    Hi,
    I have tried to create a view link betwwen VO used for the poplist and XxpmAbsenceCategoryVO and assign category name to UI field.
    But when I run the screnn following error message appearing:
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition XxpmCategoryVL of type View Link Definition not found
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1969)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition XxpmCategoryVL of type View Link Definition not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1969)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition XxpmCategoryVL of type View Link Definition not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1969)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Regards

  • Reprocess Idocs in BD87 based on Message Function

    Hi Experts,
    User wants to execute tcode BD87 based on Message Function.will it possible to achieve this functionality using Business objects.
    Thanks & Regards,
    Veera,.

    Hi,
    you are right, it is not possible to schedule a job using BD87, instead you could schedule a job for RBDMANI2 with the variant containing all the message types or you could also categorize your message types based on the priority and schedule a job for the same.
    In a similar case, i have seen jobs being scheduled only based on the message types because some of the Partners would be external systems in which case it is better to provide the patner name in the variant.
    Thanks
    Krithika

  • Auto sort incoming email based on message content and subject

    I am trying to do what it says above. I have created a smart mailbox and that will put on copy of the message in the mailbox and one in my inbox. How can I do it so it will be automatically added to that mailbox instead of my inbox?
    Thanks,
    Daniel

    don't use a smart mailbox for this. a smart mailbox is not a real mailbox. it's a saved search and doesn't move messages anywhere. make a regular mailbox and make a mail rule that moves incoming messages to that mailbox based on criteria you want.

  • Fun Module to get payload based on Message ID input

    Hi,
    Do we have any function module provided in ECC, so that based on the message id we can get the payload in return.
    Thanks,
    Krishna

    Hi Krishna,
    I think you can get those details from tables. Please check this [Link|https://wiki.sdn.sap.com/wiki/display/Snippets/PIMonitoringFunctionality-FetchingDatafromSXMB_MONIStandardTables-PartI].
    Regards,
    Raghu_Vamsee

  • Route tickets based on Message creaters's location

    Hi SDN team,
    Let me introduce my self since I am new to SAP basis world & to this community.
    My name is Rajani kumari , joined recently as SAP basis admin.
    I was assigned to configure in SM 4.0 .
    I have few questions in configuring Service Desk in SM 4.0
    1) I was asked to give estimation period, how many Hours /Days/months  does it take to configure Service Desk in SM 4.0 for 1000 key users and 5 support teams , each team consists of 4 employees to resolve issues .
    2) As of now I have created 100 key users( Message creaters) and 10 support employees( to resolve issues) using T code BP . Do I need to use a rule for the partner determination (e.g. AC13200137) for 100 key users to determine support team?
    3) Out of 100 key users , 50 key users( message creaters) work from USA and rest 50 opeate from UK . How do I manage to route tickets created by USA key users to USA support team and tickets created by UK users should be routed to UK support team?
    4) Can I create group for Support team and add memebers in to that group?
    Thanks in advance for all.
    Pls help me in configuring as per requirement.
    Regards
    Rajani

    Hey Rajani,
    1) estimation depends on complexity of requirement. 2 months should be more than suficient to cater your requirement.
    2)Rule for partner determintation will not be usefull to you as this rule will attache support team based on SAP-component. YOu can do this in the EVENT created of business obj BUS200016( for service transaction)
    implement the fucntion module which is associatated with EVENT created.
    The relevant tcode is swetypv.
    3)You can create Business partners with the attribute COUNTRY.
    So every business partner wil have resp country and routing can be based on this.
    4) for this logic to work, create 2 team(USA and UK )as support team.
    This work (routing) involves good knowhow of CRM-technical and CRM-ABAP.
    Plz reward for usefull answer.
    Regards,
    Anand.

  • HowTo Rename file based on message content?

    Hi All,
    Newbie here.
    I have an message which i'm pushing out to a file via a File eWay.
    I need to name\rename the file based on the ID of the message.
    What is the best way to do this?
    Thanks,
    Ken

    I'm not aware of a way to do this via the File eWay, which is very limited in functionality. Of course, you could do it with standard java.io but that isn't very Java EE. So, I typically use the Batch eWay (Batch Local File) where more robust capabilities such as this are quite easy using the dynamic configuration features.

  • Support team determination based on message creators - how to

    Hello, dear experts,
    I try to implement the following scenario:
    We have several user groups with numerous users (they create messages).
    Support team needs to be determined based on the user group. How can we implement this?
    Standart decision with rule AC13200137 seems not applicable in that case. I try to do it with org. structure: create org. unit corresponding to user groups, assign business partners/users to them but I don't know what access sequence can I use for this (in Partner Determination). Could you give a piece of advice about this scenario?
    Any help is really appreciated.

    Hi Remy
    I have configured service desk message and determination of message support procesors
    Users can change status of service desk message trough B_USERSTAT  Authorization object if the Actions are available regarding the ticket status
    I like to set conditions, sou2026 if service message are assigned to BASIS TEAM only this group must change service message status or edit  service message data
    Thereu2019s any way to do this trough authorization objects?? B_USERST_T  maybe ?  combination of B_USERSTAT & B_USERST_T (activation) ?? Status profiles & Authorization key & transactions types, actions profiles??
    Best regards

  • Priorization based on message content

    Hello Everybody!!
    I have a RFC -> ccBPM1 -> ccBPM2 --> RFC scenario! 
    The RFC message sent to PI (ccBPM1) has to be processed before or after the other messages based on the content of one of its fields. Since the RFC messages are from the same type (same RFC) they all are received in the same queue (WS****01). Is there any way I can do priorization with messages of the same type?
    tks in advance
    Julio

    Hi,
    >>>Is there any way I can do priorization with messages of the same type?
    in your case you don't want prioritization - you need EOIO mode
    and you need to send messages in correct order from ERP
    try using abap proxy or IDOC instead of RFC (so you can do EOIO)
    and remove the BPM in the middle as EOIO cannot be maintained with a BPM
    but if you want answer to this question only:
    >>>Is there any way I can do priorization with messages of the same type?
    then it's no not in 7.1
    Regards,
    Michal Krawczyk

  • Event based xml message creation and sending to an ESB

    Hi,
    what's the easiest way, to trigger xml message creation based on certain event (e.g. change of the contract) and to automaticaly send it to ESB - IBM websphere in this case? So it's not clasical web service call, more like an event driven architecture. BAdI for Inform Of Contracts Change is available in this case.
    Thanks in advance!

    Hi UjwalKumar,
    Follow this link:
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy
    This blog gives an excellent description of 'FILE to Proxy' scenario.
    what you need is XML to proxy...i.e. your scenario is very similar to this one...only diffrence is  that  , you wont be using FCC .since your source msg is in XML format..
    Hope this helps..
    Regards ,
    Sushil

  • VXI Register-based versus Message-based Device Communications

    DAQ application using LabView 8.6 communicating with VXI chassis with multiple cards (both register and message based devices).  Register-based devices randomly stop communicating (after many hours at 200 scans/sec) while message-based devices continue to communicate.  Currently searching for the cause and a resolution to the problem.

    David,
    Thanks so much for your response.
    Our application (after initial setup and configuration of data communication cards in  the 2 VXI chassis) enters an overall loop which contains many separate individual loops which carry out the data communication with the various individual cards.  Some of these individual loops contain counters which increment each time through the loop.  This overall loop continues until the operator interrupts it.  We have been running the executable of the code so when we encounter the problem it is difficult to get much in the way of details of what's exactly happening.  We are now planning on running the source code so if the problem occurs we could possibly get more information about what is happening.
    1.  By stop communicating I mean that the some of the counters that I mention above go to zero which indicates that particular loop is somehow "hung-up" and not incrementing the counter. 
    2.  When we encounter the problem we have to exit the program, reboot the computer and start the program again.  We have to reboot the computer because after the problem occurs we try to run Resman and we get the error "Unable to initialize ni-vxi driver".  I researched this error and found information in the Resman Troubleshooting Guide which mentioned the possibility of a conflict between the NI-VXI device driver and some other memory resident program or device driver.  The guide recommended adding lines to the config.sys and system.ini files to exclude the VXI device driver region of memory (0xD000 - 0xEFFF) from other device drivers (MS-OS).  We did this but we still had the problem.
    3.  We have not tried changing the scan rate (currently 200 scans/second) for the cards but the problem occurs at very random times (anywhere from a few hours to 24+ hours).
    V/R,
    Craig

  • Lack of information in JMS based notification message

    Hello,
    I have configured Watch for server log and related JMS Message Notification.
    However, I get only a text like "MapMessage[ID:<589306.1276727319522.0>]" in the JMS message text.
    How can I get the original log message by that ID or the JMS message's text can be extended with content WatchData attribute?
    Very appreciate any help or direction to place where I can read about it.
    Thanks,
    Yuriy

    I have figured out what is going on.
    WLDF notification is written to JMS in the format that WLS Administrative Console can not read it.
    However, when I export message to XML I can see all information that I need:
    <?xml version="1.0" encoding="UTF-8"?>
    <JMSMessageExport>
    <mes:WLJMSMessage xmlns:mes="http://www.bea.com/WLS/JMS/Message">
    <mes:Header>
    <mes:JMSMessageID>ID:&lt;589306.1276788240914.0></mes:JMSMessageID>
    <mes:JMSDeliveryMode>PERSISTENT</mes:JMSDeliveryMode>
    <mes:JMSExpiration>0</mes:JMSExpiration>
    <mes:JMSPriority>4</mes:JMSPriority>
    <mes:JMSRedelivered>false</mes:JMSRedelivered>
    <mes:JMSTimestamp>1276788240914</mes:JMSTimestamp>
    <mes:Properties>
    <mes:property name="JMSXDeliveryCount">
    <mes:Int>0</mes:Int>
    </mes:property>
    </mes:Properties>
    </mes:Header>
    <mes:Body>
    <mes:Map>
    <mes:name-value name="WatchAlarmResetPeriod">
    <mes:String>60000</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchSeverityLevel">
    <mes:String>Notice</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchRule">
    <mes:String>(SUBSYSTEM = 'ousgg.valves')</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchDomainName">
    <mes:String>my_domain</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchData">
    <mes:String>DATE = Jun 17, 2010 11:24:00 AM EDT SERVER = AdminServer MESSAGE = Invalid record ...</mes:String>
    </mes:name-value>
    <mes:name-value name="JMSNotificationName">
    <mes:String>OUSGG-FileValves-Fail-JMS</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchAlarmType">
    <mes:String>None</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchRuleType">
    <mes:String>Log</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchName">
    <mes:String>OUSGG-FileValves</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchServerName">
    <mes:String>AdminServer</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchTime">
    <mes:String>Jun 17, 2010 11:24:00 AM EDT</mes:String>
    </mes:name-value>
    </mes:Map>
    </mes:Body>
    </mes:WLJMSMessage>
    </JMSMessageExport>
    Does anybody know what format the notification is written in?
    I'm trying to read it via JMS transport in OSB and it throwing errors no matter what "Request Message Type" I use:
    Unexpected type of message received: weblogic.jms.common.MapMessageImpl
    Thanks,
    Yuriy
    Edited by: user736637 on Jun 17, 2010 12:15 PM

  • Create a custom Logger based on messages in LogViewer

    Hi All,
    I am presently trying to create a logger to log all of my Process logs instead of using the logViewer. However, the option of using the "Global Automatic Activity" with Events listeners using the API Fuego.Msg.ServerLogListener seems to have been deprecated to error in Oracle BPM 10gR3. This option existed in ALBPM 5.7(never tried in 6.0)
    Could somebody let me know of anyother means of creating custom application logs ?
    TIA
    Rudraksh

    This will require a complex, custom-made script. The basic functionality of populating another field based on a selection in a drop-down is not that complicated, but if you want it to also populate other drop-downs (and then presumably use them to populate other fields), it will require a more complex solutions.
    This tutorial is relevant for your question: https://acrobatusers.com/tutorials/change_another_field

Maybe you are looking for

  • Windows 7 and HP Deskjet D1660

    I'm operating a 64 bit Windows 7 with the HP Deskjet D1660.  When I print, the printer really slows down and will sometimes freeze up.  Also, it won't print multiple copies of the same form.  I've uninstalled and reinstalled the drivers and short of

  • Dynamic pl/sql to fetch data from production server

    Hi, I need to create a dynamic pl/sql program to fetch all the packages from the production server and store them on my local machine in different files. Thanks in advance.

  • ORA 12514 once again..

    Hello, I knew, there are thousends of topics similiar to mine. I read them all. Nothing works for me. And there i will discribe my problem: I created a Oracle database using Oracle SQL developer setting values : connection name: test, username: bob,

  • How to disable content search

    Why does the Mac OS default to content search? Really. With all the stuff I have on my Mac? Everytime I search, I have to click to switch to filename.... after waiting 20 seconds to a minute for it to search my whole system of content indexes! I mean

  • Export Photo Size Problems

    Hi, I am having aproblem when I export images. I have changed Aperture> Presets> Image Exports to Jpeg, Image Quality=12, size= original size and DPI=72.  When I export version, which in Aperture shows as image size 1936 x 1288 (2.5mp), it works corr