Sample of Request and Reply in Jco Interface - problem

Hi
I created a transaction with JCO interface and generated a sample of req and reply for a custom BAPI. A day later my co-worker added 2 new parameters in the BAPI and in this case I need to regenerate the req and reply sample.
After I regenerated them ( I also tried delete the Jco Interface and insert new Jco action block); however the new parameters were not showing up.
I do have another MII system (free from using this BAPI) and tested with the new BAPI. I received the new parameters in the new MII system.
So it looks like MII is caching this Req and Repl.
Question
1. How do I clear the cache manually?
- edited: I found the answer in forum .... to use http://<SERVER>:<PORT>/XMII/JCOProxy?Mode=Reset . This solve my problem. Do anyone knows any side effect if I use this ?
2. Where does MII save this Req & Rep? in MII Database?
3. In MII JCO interface config page, there is a parameter call retention time in Days. Does this parameters related to my problem?
(there is no documentation about this parameter)
any answer is greatfully appreciated
Edited by: Seng Kiang Hoe on Jan 11, 2011 2:42 PM

This issue has come up  before in the last 12 months.  I would search back further than the standard90 days to find what they did to refresh the NW or possibly ECC cache of the BAPI structure.
Regards,
Mike

Similar Messages

  • Thunder Bolt to Monitor and Firewire to Audio Interface Problem

    Hello. I just purchased 2 studio monitors for producing. I have a audio interface connected from my firewire plug on my 15 inch mabook pro, which are going out to my speakers. Thats all fine, but whenever I plug in my thunderbolt to hdmi adapter going to my other computer screen, it makes a really annoying buzzing sound. I can like hear all the buzzing and sounds inside my computer hard drive or something, its weird. Does anyone know why this is happening?
    Any help would be appreciated.
    Thanks!
    Zach

    Hi Studzik,
    Welcome to the discussions.
    Ummm ---- given that you have a G5, maybe it's better that you post this is the iMac G5 section of the discussions (this is the flat panel iMac G4 section that you have posted in). That way, you have a greater chance of a G5 iMac user familiar with your issue picking it up and being able to help you.
    All the best, hope you find a solution.
    Cheers!
    Karl

  • Synchronous interface udf to remember value between request and response

    Hello,
    I have two synchronous message interfaces bundled in an operation mapping and a message mapping for the request and one for the response.
    I need to remember a value obtained during request message mapping so that I can access it in the response message mapping.
    Is there any place where I can put a value and then access it later on the way back?
    I tried global container in udf, but the scope of that object seems to be just the current message mapping.
    Any ideas appreciated!
    Thanks
    Matthias

    Hi Matthias,
    the fact is that the Integration Engine is stateless and not statefull, hence it cannot remember anything between two messages.
    Perhaps, the correct way for this needs could be to use a BPM.
    At any rate, when I need of this persistence I write the data on ABAP stack via UDF/Lookup function.
    If you choose this way, remember to clean the table when you used it and forecast a way to manage the exceptions that could leave dirty in your temporary table.
    Ciao.
    Nicola

  • Parameter JCO.Request and JCO.Response where null

    Hi ;
    I try to execute RFCtoRFC scenario. I have done all settings including receiver,sender agreement too.
    But when i call rfc , i get following error
    parameter JCO.Request and JCO.Response where <null>
    My code that the calls a remote function is like;
    CALL FUNCTION 'ZBAPI_EH_GET_DATA_GEN'
        DESTINATION 'OLT200'
    What would be the reason ?
    Thanks

    Hi,
    in your RFC call, specify the data which is sent as RFC req msg from R/3 system in EXPORTING parameter if your RFC call is asycnh or both EXPORTING and RFC response msg structure in IMPORTING if your RFC call is synch.........in your report, use pretty printer and specify your RFC in CALL FUNCTION and then you will see the default calling procedure of your RFC.......then create a structue for your RFC req msg structure and response msg struc and fill it with data and then execute your RFC by using this CALL FUNCTION method.........
    Regards,
    Rajeev Gupta

  • How to create and see the user interface of helloworld sample??

    hello friends,
    i have deployed the hello world sample
    now i want to know how to create and see the user interface of hello world sample.
    thanks and regards..

    If you go to bpel console host:port/BPELConsole (in a dev install, localhost:9700), click on your process, we will generate, based on the describing wsdl a UI for you ..
    hth clemens

  • Decline a meeting request and send a reply?

    How can I decline a meeting request and send a reply to the owner of the meeting?
    Many Thanks - Michael

    Try Menu>Settings>Calling>Call>Reject call with message ?
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • How to configure Integration B2B to request and process AS2 Sync MDN

    Hi,
    Is it possible to configure B2B to request and process sync MDN in Custom Document Over Internet scenario?
    I have set up the TP Delivery Channel's Acknowledgement mode to Sync but It does not work for outgoing documents. Our trading partner sends back MDN over the same https connection but it only results in an error. The business message status of is Wait Ack for few minutes and then changes to Error:
    Business Message Details
    Collaboration          
    Revision          
    Business Action          PROCESS
    Revision          1
    Process Protocol          
    Exchange Protocol          AS2 - 1.1
    B2B Message Id          1036
    Protocol Message Id          <1036@as2test>
    Protocol Collaboration Id          
    Receive Time Stamp          April 21, 2009 2:37:43 PM
    Send Time Stamp          April 21, 2009 2:37:43 PM
    Acknowledge Mode          Sync
    Reply Mode          Async
    Agreement          TP_TEST_AGR
    Message Date Time          April 21, 2009 2:37:43 PM
    Error Code          AIP-50079
    Message Type          
    State          Error
    Remaining Retry          0
    Acknowledge Type          Document Exchange
    Direction          Outbound
    Time To Acknowledge          
    Sending Trading Partner          HOST_TEST
    Wire Message          View
    Correlated Message          
    Payload          Payload
    Transport error: [IPT_HttpSendError] HTTP encounters send error :.
    Premature EOF encountered
    Also our trading partner reports that he gets the message six times during the time between Wait Ack and Error status and each time send Ack. Nothing is visible in b2b.log in that time.
    When we switch to Async Ack, B2B also sends message six times and each time receives Async MDN. This time however, each MDN is received and processed correctly. Our request has status Complete, until the 6th Ack is received, then it changes to the same error as above.
    Have any of you experienced above error? Is it at all possible to process AS2 MDN's correctly especially in Sync mode?
    Thank you in advance.

    Just consider your BPM is receiver, and sender:
    Src --> BPM  (BPM is Receiver)
    ==========
    Sender Agreement (If it is IDOC or HTTP, then you do not have to create)
    Commnunication Channel
    Receiver Determination
    Interface Determination    
    BPM --> Target (BPM is sender)
    ============
    Receiver Determination
    Interface Determination    
    Communication Channel
    Receiver Agreement
    If your BPM interact with other systems, you will have more Receiver Determination and Interface determination, possible Receiver agreement
    Hope this clear your doubts
    Liang

  • Sample Java code and detail to call RFC from Java clas developed in Eclipse

    Hi All,
    I am new to Java. I have downloaded Eclipse IDE  and planning to use for developing Java application to send data to SAP by calling RFC JCO Interface.
    I need a sample java code/tutorial step by step to create Java class for simple example to call RFC from Java.
    I have downloaded SAPJCO3 from service market place.
    Kindly help me to send steps involved to configure for JCO  with my Eclipse with JCO.
    Thanks in advance.
    Sharma

    Hi Sharma,
    Please have a look at [Example: Using Generated Proxies to Call Function Modules |http://help.sap.com/saphelp_nw04/helpdata/en/b6/55e3952a902447847066a0df27b0d6/content.htm]
    JCo Exceptions : http://help.sap.com/saphelp_nw70ehp1/helpdata/en/f6/daea401675752ae10000000a155106/content.htm
    Hope it will helps
    Regards
    Arun

  • Difference between customizing request and workbench request?

    Hi ,
    What is the difference between customizing request and workbench request?
    please reply.........

    HI,
    <b>Workbench Requests</b>
    When you change a Repository object of the ABAP Workbench, a query window appears in which you need to specify a Workbench request. You can only save the changes if you have assigned the object to a change request.
    Workbench requests and the tasks assigned to them are normally used to record changes to Repository objects and Customizing for all clients. However, you can also include client-specific Customizing.
    Whether the changes to Repository objects are transported depends on whether a transport route is defined from the current SAP System for the package of these objects. From the system settings, the system automatically determines whether the change requests are transportable and to which target system they should be transported.
    <b>Customizing requests</b>
    Customizing requests record client-specific Customizing settings made in a single client (the source client of the request).
    Automatic recording of configuration activities in the Customizing work for a client can be activated or deactivated for each client with Client Control. If automatic recording is active, a query window appears when you change Customizing settings, asking you to specify a Customizing request.
    Whether Customizing requests are transported or not, does not depend on the objects entered, as is the case with Workbench change requests. The Customizing requests in an SAP System (or in a client if you use Extended Transport Control) are either all transportable or all local, depending on the system setting. The system uses the standard transport layer to determine automatically whether the change requests are transportable and to which target system they should be transported. However, you can change this manually.
    pl reward if it helps.
    Thanks
    Sadhu Kishore

  • Need Business Object (BUS) for sample order request in CRM 5.0

    Hello Friends,
    Path: Sales-> Maintain Sales transactions ->Sample Order Request
    I want to create workflow for below scenario.
    When i create Sample order request in CRM, that time workflow should be triggered and notification mail go to a concerned person.
    now for that i need Business Object for Sample Order Request.
    So please can you suggest me a Business Object (BUS) for this sales transaction of sample order request.
    Thanking you,
    Marmik Shah

    Hi,
    if you activate the technical names in the menu, you'll see that transction for maintaining sales transactions is called:
    crmd_bus2000115
    So there you have it, it's BO BUS2000115
    regards, Rob Dielemans

  • Create a view - Service Requests and Incidents

    Hi all,
    I have a Service Manager 2012 environment that has gone through an in-place upgrade from SCSM 2010.
    In the SCSM 2010 environment, Service Requests were implemented by extending the Incident class with an attribute that would denote whether the work item was an Incident or a Service Request.
    In SCSM 2012 I would like to create a view that would combine the SCSM 2010 "Service Requests" with SCSM 2012 Service Requests.
    Is it possible to create a Type Projection that performs the job of an SQL UNION statement?  If I was doing this in SQL, I'd be writing a query similar to the following:
    Select *
    From ServiceRequestDim
    Union Select *
    From IncidentDim
    Where ServiceRequestType = 'Service Request'
    (Obviously, some mapping of attributes between the two class types would be needed...and perhaps that's the reason why a type projection of this sort would not be possible...)
    An alternate approach - attack this from the Work Item class.  It's trivial to create a view that contains Service Requests and Incidents - just set your criteria to be: ID begins with 'SR' or ID begins with 'IR'.  Unfortunately, that criteria
    returns all Incidents, and I only want the Incidents that have the attribute ServiceRequestType = 'Service Request'.  Is it possible to create a Type Projection starting with the Work Item type that employs criteria from child classes?

    Work Item is an abstract class, and can't be extended for implementation reasons. 
    i think Anders has understated the difficulty of combining these views: this is a bit like saying "show me all the orange things, given this bucket of cats and this bucket of fruit" yes, they are both "orange", but fur is not the same
    as fruit rind; they're not the same "orange".
    the 2010 Service Request implementation was never intended to be a serious use case (i assume you're talking about the SCSM Service Request demo implementation on codeplex), it was intended
    to be a demo of what you could do with the form and object interfaces. 
    The solution here should be simple, convince your client that their solution has been replaced by a newer, better version, Resolve Close and then deprecate these requests, and start reporting only the new type requests. these are history, and dirty data,
    and should be ignored. 

  • Sample SOAP request for Data Loader API

    Hi
    Can anyone please help me out in giving a sample SOAP request for Data Loader API .This is to say import 1K records from my system to the CRM instance I have .

    Log into the application and then click on Training and Support there is a WS Library of Information within the application

  • How to merge request and dependent task

    Hello,
    I would like to merge some TOs generate during the last month and I see than I have some object which are missing because they are only present in tasks.
    Is it possible to choose all objects contains in requests and dependant tasks when we have only the requests number?
    Thanks for your answers
    Regards,
    Nico.

    Tasks are designed to be run once. If you want restart functionality, use a service:
    http://docs.oracle.com/javafx/2/api/javafx/concurrent/Service.html
    The sample service I posted in the following thread demonstrates how to do this:
    Multithreading
    Use of Executors is not necessary as a Service encapsulates the execution thread management (though you can set your own executor on the service if you really needed it). All you need to do is make use of the service start, cancel, restart and reset methods as required. If you do use the cancel method, then you need to make sure that your service is properly interrupt aware for the cancel to function as you expect.

  • Need to get SOAP request and SOAP response message.

    Hi All,
    I need to know that how can I get the SOAP request and SOAP response message. Now I am using WSDL2Java tool from Axis to generate the stub classes (such as ServiceLocator, SoapBindingStub, and soapPort ) and applying the classes to make the SOAP request. I have seen the solution for getting the SOAP request with Dynamic invocation interface (DII) style (http://mail-archives.apache.org/mod_mbox/ws-soap-user/200310.mbox/%[email protected]%3e), but not Static stub like what I did. Could anyone suggest me how to do it please ( I can't run tcpcom on the linux server, because x-window is not allowed to install ). Thank you for any help in advance.

    You can try writing a client-side handler.
    Handler gets called before the actual request is sent, and you can get the SOAP
    message in it.
    You have to deploy the handler in client-config.wsdd.
    Handler is just like Servlet Filter.
    I think there might be a simpler solution, but I dont know.

  • WLC 5508 - Ignoring Primary discovery request received on non-management interface (2) from AP

    Hello,
    Im receving this error on my syslog server:
    capwap_ac_sm.c:1443 Ignoring Primary discovery request received on non-management interface (2) from AP
    already checked the configuration and everything seems ok. They are registered and with clients associated.
    What could be the cause?
    Thanks in advance,
    Chris

    Thanks Scott for your fast response.
    No, I'm not using LAG.
    What do you mean with separate AP Managers?
    I have one AP Manager on vlan 100 (10.100.0.25) and the Management interface on the same Vlan (10.100.0.26)
    And users use vlan 150 (10.150.0.x).
    The switch port where the AP is plugged is configured with:
    interface GigabitEthernet2/0/20
    switchport access vlan 100
    switchport mode access
    spanning-tree portfast
    On WLC I can also check the AP history:
    Last Error Occurred Reason            Layer 3 discovery request not received on management interface

Maybe you are looking for

  • Unable to fill out interactive form fields in the pdf form.

    I'm unable to fill out interactive form fields in the pdf tax form in Reader 11.0.06 with purple bar inviting to do so.

  • What is the next step after ABAP ? Need resources for SAP structure

    Hello, I have learned ABAP and now it is time to use it to write SAP programs. But what is the next step? From where can I get information about SAP tables to proceed? I have 2 ABAP books but they only provide the syntax for ABAP. After learning that

  • Arch is mounting / as read-only post-install

    Okay, so I have no idea what I'm missing (I've done several Arch installs.) Machine is i686, no unusual hardware, and it's had Arch installed on it in the past. I run through the configuration, partitions, packages, etc., and when I reboot, Arch moun

  • [solved] Start-Button replacement for pypanel

    Salut, is there a way to display an application launcher in pypanel? Found the launcher-section of the .pypanelrc but as I got a lot of applications, the bar is too short for all of them. Displaying the context-menu (menu.xml) of the desktop would be

  • Same pc, replacement motherboard installed, won't accept activation

    Hi all, I have adobe installed on my main desktop and a laptop. The desktop recently went for repair and came back with a replacement motherboard (exactly same make/model etc) but now adobe won't accept the activation. I had assumed that after roughl