Unable to capture message from BAPI_REQUIREMENTS_CHANGE in production

Hi,
I have written code for uploading PIRu2019s as per demand planner in SAP R/3.
For this i have used  BAPI_REQUIREMENTS_CREATE and  BAPI_REQUIREMENTS_CHANGE.
As the command COMMIT WORK is entered within the BAPI, i have not used TRANSACTION_COMMIT bapi.
It was tested in Development server & working fine in Production server.
But recently (after 2 months), messages captured from return table of BAPI_REQUIREMENTS_CHANGE, is not coming.
If any one has faced similar problem, they can guide me to resolve this issue.
Thanks & regards,
Tanaya

Hi Mamta,
I have already checked that link.
regards,
tanaya

Similar Messages

  • Unable to capture messages from java.util.logging

    I have a class called (Caller.java) which invokes a method called foo from another java class(Util.java) using reflection API.Now this method foo logs messages using Java's logger.My requirement is to call foo for 3 times from Caller and capture/redirect the log messages into 3 log files.
    But only the first log file is capturing the log messages(from logger) and other two are not ?
    Plz suggest if I am doing somethin wrong here ?
    Caller.java
    package project2;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.PrintStream;
    import java.lang.reflect.Method;
    public class Caller {
        public Caller() {
        public static void main(String[] args) throws Exception {
            Caller caller = new Caller();
            for (int i = 0 ;i<3 ;i++ )  {
                caller.createLogStream(i);
                System.setOut(caller.getPs());
                System.setErr(caller.getPs());
                /*****************Invoking Util.java*****************************/
                Class clas = Class.forName("project2.Util");
                Method m = clas.getMethod("foo",null);
                Object obj =clas.newInstance();
                m.invoke(obj,null);
        public void createLogStream(int i) throws FileNotFoundException {
            ps = new PrintStream(new File(System.getenv("HOME")+File.separator+"MyLog"+i+".log"));
        public void closeLogStream(){
            ps.close();
            ps = null;
        private PrintStream ps = null;
        public PrintStream getPs() {
            return ps;
    } Util.java
    package project2;
    import java.util.logging.Logger;
    public class Util {
        Logger logger = null;
        public Util() {
            logger = Logger.getLogger(this.getClass().getName());
        public void foo(){
            System.out.println("Hello out stream");
            System.err.println("Hello error stream");
            logger.info("This is an information");
            logger.warning("This is a warning message");
            logger.severe("This is fatal!! ");
    }First Log file MyLog0.log:
    Hello out stream
    Hello error stream
    Feb 16, 2009 7:55:55 PM project2.Util foo
    INFO: This is an information
    Feb 16, 2009 7:55:55 PM project2.Util foo
    WARNING: This is a warning message
    Feb 16, 2009 7:55:55 PM project2.Util foo
    SEVERE: This is fatal!!
    Feb 16, 2009 7:55:55 PM project2.Util foo
    INFO: This is an information
    Feb 16, 2009 7:55:55 PM project2.Util foo
    WARNING: This is a warning message
    Feb 16, 2009 7:55:55 PM project2.Util foo
    SEVERE: This is fatal!!
    Feb 16, 2009 7:55:55 PM project2.Util foo
    INFO: This is an information
    Feb 16, 2009 7:55:55 PM project2.Util foo
    WARNING: This is a warning message
    Feb 16, 2009 7:55:55 PM project2.Util foo
    SEVERE: This is fatal!! Other 2 log files have only this much
    Hello out stream
    Hello error stream

    A stale Connection Factory or Connection Handle may be used in SOA 11g
    Regards,
    Anuj

  • Unable to capture data from drop down list in custom added field in migo tcode at item level

    Hi guys,
    need bit help in resolving query related to custom added field in Tcode migo.
    i have added a field in migo at item level ,in this i have used drop down list
    to get data but unable to capture data from drop down list.gown through
    many blogs in scn but unable to resolve.
    Please help me out in this.
    Thanks,
    Umakant.

    Hi,
    U can use following code to fill the list box
    write this code in PBO
    In layout editor please select listbox in dropdown attribute of input field and put some fctcode attribute
    TYPE-POOLS vrm.
      DATA values TYPE vrm_values WITH HEADER LINE.
      TABLES: <ur custom Database table>.
      clear values, values[].
      SELECT * FROM <ur custom Database table>.
        values-text = <TABLE FIELD TO DISPLAY IN DROPDOWN> .
        values-key = <TABLE KEY FIELD TO DISPLAY IN DROPDOWN>.
        APPEND values.
      ENDSELECT.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = '<SCREEN INPUT FIELD NAME>'
          values          = values[]
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
    Also please define the following before accessing the listbox value
    data: <listbox input field name> type <table field name>,
            <inputfield name where text to display> type string  in top include
    In PAI, select the text from the table into <inputfield name where text to display>  depending on value selected which will be called when enter key is pressed or any vale is selected

  • Unable to capture video from webcam in JMF in xlet

    hi
    I am unable to capture video from webcam in an Xlet. I am using Xletview to run Xlet. The method CaptureDeviceManager.getDeviceList(vidformat) returns empty array. Which videoformat should I use and why do I get empty array?
    Thanks
    Rajesh

    MHP and OCAP only use JMF 1.0, which does not include support for capturing video. You will not be able to do this in any current MHP/OCAP imlementation that I know of.
    Steve.

  • Unable to capture video from webcam in JMF

    hi
    I am unable to capture video from webcam in an Xlet. I am using Xletview to run Xlet. The method CaptureDeviceManager.getDeviceList(vidformat) returns empty array. Which videoformat should I use and why do I get empty array?

    MHP and OCAP only use JMF 1.0, which does not include support for capturing video. You will not be able to do this in any current MHP/OCAP imlementation that I know of.
    Steve.

  • Why am I getting unable to purchase message from App Store with free apps

    Why am I getting unable to purchase message from App Store for free apps on my I pad?

    Sign out of your Apple ID, reboot yor iPad and sign in again.
    Settings>iTunes and App Store. Tap your ID and sign out.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    Go go back to Settings>iTunes & App Store. Sign in. Try to download the free apps again.

  • BPM - Unable to generate message from BPM in PI

    Hello Experts,
    I am using a test scenario using BPM which has only two steps Receive and Send step. The scenario flow looks like  File-> BPM-> ECC. File posted from the external file system is picked up by PI processed successfully and sent to teh Integartion Process.
    However the later part i.e BPM is supposed to receive this processed message (MATMAS) and send it to ECC. There is no PI message generated for BPM -> ECC part.
    I have ticked the Start Process flag in Receive step. Am i missing something else?
    Kindly advice.
    Thanks and Regards,
    Elizabeth.

    Hello All,
    On testing teh configuartion in ID my scenario works fine and all steps are tested successfully, wheras when i try manually triggering the message from RWB, message fails in Pi with the following error:
    <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_INV_SND_SERV</SAP:Code>
      <SAP:P1>BPMTriggerAcknowledgement</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Unable to convert the sender service BPMTriggerAcknowledgement to an ALE logical system</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I have already tried following this thread IDOC_ADAPTER - ATTRIBUTE_INV_SND_SERV
    Is there anything else to be taken care of?
    ~Elizabeth.

  • Unable to send messages from IS to AE.

    Hi,
    I am getting 401 Unauthorized error in "Call Adapter" of the IS pipeline its a simple FIle-to-File scenario.  I did search on the SDN but unable to find a answer.  The user "PIISUSER" is not locked, I checked in SU01 transaction.  The J2EE port mentioned is also correct. 
    Error:
    URL: http://XISERVER:50000/MessagingSystem/receive/AFW/XI
    USER: PIISUSER
    <SAP:Category>XIServer</SAP:Category>
    <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
    <SAP:P1>401</SAP:P1>
    <SAP:P2>Unauthorized</SAP:P2>
    Thanks for the help in advance.
    Sarvesh

    Hello,
    I think you want to send a message from RWB. For that instead of adapter Engine, select Integration engine, go to test message and give your XI username and pwd.
    there , you will get the URL as : http://gda.na.pg.com:8011/sap/xi/engine?type=entry
    Try it once and let me know.
    Regards,
    Sreeni.

  • BizTalk 2013 SB-Messaging Adapter: Unable to receive messages from a Azure service bus Subscription

    Hi,
    I am trying to receive messages from a Azure service bus subscription using SB-Messaging Adapter in BizTalk Server 2013 but getting the following error.
    "The token provider was unable to provide a security token while accessing 'https://overcasb-sb.accesscontrol.windows.net/WRAPv0.9/'.
    Error Code: 407 Proxy Authentication Required. The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. (12209)
    It seems the error is related with Service Bus Authentication and Authorization with the Access Control Service. Can anybody help me out if I am missing something here? 
    Also for consuming the AWSB (namespace, topic name, subscription name, Issuer name, Issuer Key) I have referred the following link
    http://soa-thoughts.blogspot.in/2013/02/biztalk-server-2013-new-adapters-series.html
    Thanks!
    Regards,
    Gautam
    gautam

    Hi,
    When I am trying to receive the same messages from a Azure service bus subscription using .net (C#) client,
    BusSubscriberbusSubscriber =
    newBusSubscriber("TestTopic2",
    "Endpoint=sb://overcasb.servicebus.windows.net/;SharedSecretIssuer=owner;SharedSecretValue=wqYlT4yHZimeUZacH+1V1hj/ZrKu7zK9ELaaLYDxqjc=",
    "AssetMovement",
    "AssetMovement");
    I am getting the same error here also.
    "The token provider was unable to provide a security token while accessing 'https://overcasb-sb.accesscontrol.windows.net/WRAPv0.9/'.
    Error Code: 407 Proxy Authentication Required. The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. (12209)
    By setting  <defaultProxy useDefaultCredentials="true" /> in appconfig, I got rid of the above error. And now its working fine with .net(C#) client.
    <configuration>
      <system.net>
        <defaultProxy useDefaultCredentials="true" />
      </system.net>
    </configuration>
    The same setting I tried in BTSNTSvc.exe config file and ofcourse restarted the host instance but still getting the same error. Any help?
    gautam

  • Unable to capture video from VHS through DAC-200

    (Running Final Cut Pro 5.1.4)
    I have a DAC-200 to hook up my VCR to my G5 in order to capture video from VHS tapes into Final Cut. I had this set-up working a few months ago, but it was disconnected to rearrange equipment and now I can't get it working again. I have followed the advice from the DAC-200 installation instructions and advice from other forum topics but can't seem to get it to work. I finally was able to get something in the log and capture window besides "preview disabled" and "cannot capture because there is no video." I now can get Final Cut to capture video, however it only captures a blank black screen (and this is all I can see in the preview window).
    I've triple-checked every cable hook-up, the G5 recognizes the converter box, the video tape plays fine to a tv. I've even had our IT-guy here at work come check out my set-up for help and he can't figure out what is wrong either. (He did get my log&capture window to get white fuzz in the black screen at one point though. Does that mean anything?)
    Any help is greatly appreciated! (I'm happy to answer any other questions too.) Thanks!

    I had difficullty with the X.4.10 plus QT7.2 and put my info on the Forum as well as sending feedback to Apple. Shortly afterwards, Apple brought out a short security update which I downloaded and, hey presto, I was then able to use QT7.2 with OSX.4.10. It may be that you missed out on the later small update to QT7.2..... ? Another factor I found was that some little while later I again had a problem so I again installed QT7.2 and over-installed FCP5.1.4 which has resolved my problems for the time being. Worth a try if you still can't get through on the DAC.
    Ron.

  • Unable to raise Message from Sattelite System to support Desk

    Hi Experts,
    I am facing issue when i try to raise the message from sattelite system to support desk in solution manager 7.0.For this Below Checks i ahve already performed please suggest i am missing something.
    1.RFC in Back Format.
    2.addtional RFC authorization to RFC user in solmon system.
    3.Sattelite systems entry Maintained in solmon in SMSY and loical clients.
    4. No Range Maintained for both internal as well as external.
    5.Support Pack level looks fine
    Thanks in Advance
    Suveer

    I have come across this issue. The system was giving the same error message as you got.(error 513 ). But actual problem turned out to be authorization..!!(took some time for debugging that)
    Look at the user which <solman>_back RFC uses when logging in from satellite system. Now login to Solution manager and check the authorization of that user. Does it have the following roles assigned..
    SAP_SUPPDESK_CREATE
    SAP_SV_FDB_NOTIF_BC_ADMIN
    If NO, generate these roles (if not done) and assign them to this user.
    Do let me know if it helps...
    Regards,
    Anish

  • Unable to capture movie from camcorder.

    I had tried to capture a movie from HDV camcorder for the first time since I updated to 10.5,
    and got a green and pink image from iMovie. It looked like signals been mixed or track is off.
    Then I tried with Quicktime and it seemed like working in the beginning but at the end of the clip
    an error occurs saying unable to save the movie. FCP HD crashes trying to do capture either.
    Anyone with similar symptoms? Any troubleshoot check list anyone?

    yes, my powerbook is too slow to capture at full resolution, so I've tried with smaller size w/
    'better' setting, i believe w/.264 encoding, but still i got an error. I don't know why this happen.
    i had no problem before upgrading to 10.5. i checked the mini DV tape for any defect playing
    it back and capture but it's not the cause. I was able to capture same tape with same camcorder
    on my new iMac D2C .1.5.1 at my office. perhaps something to do with G4 or PPC version of OS...

  • Reciver File channel unable to get message from Xi in file- file scenario

    Hi All,
    I have done a small File to File scenario.
    Sender file adapter receiver the file and gives it to XI, then deletes the file from that directory.
    Receiver is unable to get the file.
    I have a message mapping defined for the receiver which concatenates two fields from one message type and transforms it to another.
    I have configured the scenario.
    When I check the adapter stats Sender channel picks the Xml deletes it from the directory.
    <b>Sender channel:</b>
    Sender Adapter v1014 for Party '', Service 'SourceFileBS':
    Configured at 04:25:50 2006-06-03
    Up and running: Last message processing started 05:10:50 2006-06-03
      last poll interval started 05:10:50 2006-06-03
      length 60,000 secs
    <b>Receiver channel:</b>
    Receiver Adapter v1027 for Party '', Service 'TargetFileBs':
    Configured at 04:25:50 2006-06-03
    Up and running - no message processing until now
    I configured the scenario (receiver agreement, determination, sender agreement, and interface determination).
    Instead of Business systems, I Configured Business services (Virtual) for inter company communication.
    XI is unable to give the message to the receiver channel.
    Please help me to debug the scenario.
    Regards,
    Meher

    Hi All,
    Thanks for all your Responses.
    I see a high payload in my monitor belonging to some other process ( shipped with XI) MAT_LEGACY.
    The scenario which I executed is showing up a status of <b>scheduled</b>
    Adapter has picked the message at 01:59:37 2006-09-12
    and start time and the end time of the message is shown as
    01:59:37 2006-09-13 in the XI monitor with a status of scheduled .
    can I purge the sceduled messages for MAT_LEGACY scenario?
    if yes how do i do that?
    is this causing a problem for the file not being received by receiver?
    when i go to the transaction manager with SMQ1 with the client 100 i see the queue on which the above message is persisted with a queue status of ready.
    help me.
    Regards,
    Meher

  • [SOLVED] Unable to delete message from Kmail

    There's one email message I cant delete from Kmail. If I click on it and press Del, it tooks about minute until Kmail says Message sucessfully deleted but message remains. If I try to move message by using drag and drop I get popup notification
    Unknown error. (Unable to update item)
    Other messages I can move/delete without problems.
    Last edited by benke (2011-11-07 08:37:27)

    Hello benke, would please mark this thread [SOLVED] instead of [CLOSED].
    This is because "closed" is used by the system to mark a thread which is not accessible for new posts anymore.
    Thanks, bernarcher.

  • Capture Message from R3/ECC

    Hi Experts,
    The scenario is eith the system CRM 7.0 with ERP Sales order  - B2B Ecommerce.
    We have a requirement wherein "Static Credit Check" message needs to be captured. The message is coming from R3.
    In turn of this standard message i need to display a generic message at the JSP level (confirmation page).
    What is the detailed procedure to achieve this ?
    Please help .
    Best regards,
    Rohit Sharma
    Edited by: Rohit Kumar Sharma on May 5, 2010 3:44 PM

    Hi Rohit,
    If you want to do it at JSP level then try to find how your message get displayed? i.e. it how your JSP get the message text.
    If it retrieve through some method and that method returns some resource key then try to store it into some string variable and then compare it with text and if match then replace it with your custom Message.
    Suppose your message display through resource key b2b.message1 then store this value in some String variable VAR1.
    Retrieve resource key before display message and store it into variable VAR2 then compare VAR1 & VAR2 if both are same then display your custom message by replacing value in VAR2 and use VAR2 value to display message.
    I hope this info will help you to solve your issue.
    eCommerce Developer.

Maybe you are looking for