SLD in R/3 4.6C and WebDynPro calling BAPI from EP7.0 to 4.6C

Hi,
First let's describe the landscape :
- EP7.0
- R/3 4.6C
Second, the goal : I want to do WebDynpro that will communicate with the R/3 4.6C.
To achieve that, a EP7.0 (based on NW2004s SR2 that was "upgraded" to SPS10) was recently installed.
No problem with this one. The SLD server (local server) is installed on this portal.
As there is no gateway on the portal, I took the gateway of the R/3 4.6C for the SLD server.
The ABAP system was created manually in the SLD server.
I then created the two JCo and it seemed to work fine (as least the tests were OK)
When I created a WebDynPro that I published on the portal I was able to retreive the BAPI of the R/3 server, I was able to send him my requests but I received nothing from the R/3.
I also noticed when I tried to configure SLD in the R/3 that the tcode SLDCHECK, SLDAPICUST were not present. Do you need a defined SP level to be able to run them ? Are they important for my use ?
The question is : is my configuration wrong (SLD...) or is my Java code in the WebDynpro wrong ?
TIA,
Denis.

Raghav,
The most common reason for this error is exactly what it says, you have somehow overlooked including a material/plant in a PR IM.
Go into the failed queue, find all material/plants that exist in the failed LUW.  Enter these one by one into CFM5 in R/3.  You should have one and only one active model for each of these materials.  Inactivate all but one IM if there are multiple PR models active.
If this PR is for a STO, then you must have open active IMs for both the source and destination plant materials.
Now, you say that in SCM you cannot select the models, this means that they are not active and valid.  If you can find the model in R/3, but Delta3 can't find it, it implies that there is some type of error with connectivity, perhaps in your system destination definitions.  Wrong RFC connection name, wrong server id, wrong client, etc in SM59.   Or, wrong logical system name.  Check these on both sides.
More unlikely, but also possible, check is for inconsistencies in the IMs.  In R/3, run RAPOKZFX.  Regenerate your IM runtimes with RCIFIMAX.
Finally, it is possible that you have userexits that are impacting the CIF.  Talk to your developers to see if any have been activated.
Best Regards,
DB49

Similar Messages

  • How can I store a form name with path and then call form from a table

    Is it possible that any form that I built I store that form in some table in DB and then call that form from table, if yes, then how can i get this functionality. I am not very experience in form and do not know if it can be done because i think if it is possible then this can be a good security for application and easy to handle as well.
    Thanks in advance
    Maz

    If you have a Forms block based on this table:
    declare
      module varchar2(100);
    begin
      module := :block.column;
      call_form ( module ) ;
    end;If you don't have any blok based on that table
    declare
      module varchar2(100);
    begin
      select  module_name
      into module
      from ...
      where ...
      call_form ( module ) ;
    end;Francois

  • Creating webservice using webdynpro java calling bapi from r/3

    hi all,
    as i am new to this area can anyone provide me a guide to create a simple webservice using webdynpro java to call bapi's from r/3?
    i want to consume the created webservice on a .net client.
    Thanks in advance,
    Raghunandan

    You can use the SAP .NET Connector to do it.
    Download from [http://service.sap.com/connectors|http://service.sap.com/connectors].

  • No ringback and no call stablisment from one party side

    I have a live voice/data network in star topology. The network has up eigth routers but my problem is with one site where the data traffic is working but the voice traffic no working at one direction. The star center is CARACAS and two branch are MARIPOSA and VALERA. The calls from MARIPOSA to CARACAS and from CARACAS to MARIPOSA work very well but the calls from CARACAS to VALERA no working and from VALERA to CARACAS yes!!!
    Why??. I don't know what happened!!.
    The show running-config and show version of the three routers is attached.

    The calls from MARIPOSA to VALERA and from VALERA to MARIPOSA is working fine. The routing is running.
    Thansk very much.
    Daniel Toro

  • Calling BAPI in the Classes and also in Methods

    hi ,
    is it possible to call the BAPI function module in the classes, i am creating BSP for creating the material, i think BDC will not work properly in this case, so i want to use BAPI for creating material , so please suggest me which way is suitable for this, and let me know is it possible to use BAPI's in classes which is created throw SE24 tcode.
    srujan.p

    Hi,
    yes, it is possible to call BAPI from method. It is just normal function module call. Generally I am trying to avoid BDC. It almost always brings some problems. There is BAPI BAPI_MATERIAL_SAVEDATA for maintaining material master data.
    Cheers

  • Calling BAPI and manipulating using macros

    Hello Guys,
    Calling BAPI from SAP and manipulating the same using some macros or similar kind of code in MS Excel.
    Can u give one example to the above scenario with step by step procedure.
    thanks.
    Regards,
    reddy.

    Hello Guys,
    Calling BAPI from SAP and manipulating the same using some macros or similar kind of code in MS Excel.
    Can u give one example to the above scenario with step by step procedure.
    thanks.
    Regards,
    reddy.

  • UI Control options do not appear for TCD mode and Webdynpro mode

    Hi guys,
    When I open the screen Start option in eCATT for ECC 7.0, there is no options for TCD mode and Webdynpro mode, only have for SAPGUI mode. So pls help to me find the options for these modes.
    Thanks in advance,
    Thien

    Hello Friend,
    This has been corrected by  640  SAPKB64023 and 700 SAPKB70016.
    Please install the relevant SP to your system.
    Thanks.
    Eric Monteiro

  • Any difference between webdynpro for java and webdynpro for abap ?

    Hi all:
       I would like to build one small system in EP.
       I can choose to use webdynpro for java and webdynpro for abap.
       I would like to ask any major difference between webdynpro for abap and webdynpro for java ?
       Is fpm supported in webdynpro for abap ?

    Hi,
    see this thread,
    ABAP Vs JAVA WebDynpro
    Regads,
    J.Joe

  • Problems between Xcelsius and WebDynpro for Java

    How should I do to show Xcelsius in WebDynpro for Java?
    How should I transport data between Xcelsius and WebDynpro?
    How should I control WebDynpro with Xcelsius?For example,firing plugs in Xcelsius like in WebDynpro to change one view to another.
    How should I do to execute a Java method in Xcelsius?For example,scheduling a job on clicking a button in Xcelsius.
    Besides these,I also want to know the same problems between other BOE contents and WebDynpro for Java.
    Regards,
    Abe

    Hi Pradeep:
    Well that purely depends on the business application (project) your client is proposing. Following are very few factors which will drive for creating web-based applications:
    VC: it's a UI modeling tool (non-programming) for creating rapid creation of web-based applications.
    WD: its a powered by Java and ABAP with which you can create robust business applications.
    If your client is very choosy about rapid application development, reporting, rich user interface, to reduce TCO then VC is the choice. Or if the project contains typical integration with SAP and non-SAP systems, complex business logic development, integration with WCM systems...etc then WDJ is the option.
    If you’ve some sort of custom development with facilitating the Development Infrastructure (NWDI) then WDJ is the only option I could say.
    We hope with NW CE 7.1.1(referred by Priyanka Singh) tighter integration between these TWO tools may over come the ambiguity of using them.
    Tnx,
    MS

  • DIfference Between OOPS ALV and WEBDYNPRO FOR ABAP ALV?

    Hi to All,
    i want some information that What is main difference when we develop ALV Report in OOPS and WEBDYNPRO For ABAP.which is good n in what way it is good?
    In the Same way I m also want know that WHICH IS BETTER AMONG WEBDYNPRO FOR JAVA/ABAP.In which way?
    Regards,
    Ravi K

    Thanku for ur valuble Information.
    could u give me information regarding OOPS ALV and WEBDYNPRO FOR ABAP ALV?which is better?is there differences?
    Edited by: ravi k on Mar 26, 2008 12:23 PM

  • How to create cookies in webdynpro and How to read from cookies

    Hi all
    Please let us know how to create cookies and how to store and retrieve the data from cookies in webdynpro.
    we have the following requirement in each and every webdynpro form we have dropdownbox UI element , when ever a user logins into portal then he will select his state from the dropdownbox UI element then when even again the same user logs into portal and select the state field then the previously existing value which ever used in cookies that should be selected as dropdownbox.
    can you please send sample codes how to create and read the data from cookies in webdynpro?
    if you have any useful links or documents on this cookies in webdynpro then it would be great help to us.
    Thanks in advance.
    Regards
    Kalki reddy

    Hi,
    Have a look at the following thread:
    Re: How to use Cookies in Web DynPro?
    This may help you.
    Regards.
    Rajat

  • BSP and Webdynpro real time questions

    Hello gurus,
    Can any one help me in proviiding me with the real time scenarios in BSP's and Webdynpro for ABAP.
    i have just been trained on them but not really worked. If you all can also provide me with the interview questiosn it will be very helpful.
    Thanks.

    Hi Rao,
    Wrong place to be looking for Interview questions my friend try google instead , if you are looking for some excercises than try this link Web Dynpro ABAP exercises from TechEd 2007 for ABAP Trial Version
    Happy Learning,
    Chaitanya.

  • Diff between BSP and WEBDYNPRO FOR ABAP?

    Hi All,
    can anyone let me know the Difference between BSP's and WEBDYNPRO FOR ABAP.
    Regards,
    Ravi

    Hi Ravi,
    In truth, Web Dynpro contains many of the enhancements than BSPs....like built-in value-help and select options...... they
    will become standard in Web Dynpro. But these can also be added to BSPs also.
    There are several architectural differences between BSP and WDA. WDA has some advanced features but more restrictive framework compared to BSP.
    WDA is stateful only. While BSP supports both stateful and stateless programming models.
    WDA doesn't aloow us to use our own custom HTML, JavaScript or other controls. To provide compatibility the rendering logic is completely hidden from the developer.
    On the other hand, BSP has no such restrictions and allows an extreme level of custom rendering. This makes BSP a perfect platform for applications that require pixel-perfect layout or specialized UI elements.

  • SAP Enterprise Portals and Webdynpro application development environment

    Hi,
    Is there a way to set up a Development environment for SAP Enterprise Portals and Webdynpro on a laptop/desktop without SAP-GUI.
    Any help/guidance will be truly appreciated.
    Thanks,
    Prasanna

    hi,
    can you look at this
    [http://www.sap-hefte.de/download/dateien/1000/075_leseprobe.pdf]
    [http://www.octavia.de/fileadmin/octavia_files/content_bilder/Hauptnavigation/SAP_NetWeaver/WebDynpro/Tutorial_1.pdf]
    [http://www.sercononline.com/suntechnovate07/images/images/13%20-%20Rajiv%20Jain%20-%20SAP.pdf]
    Regards,
    Muralidhar

  • Webdypro for ABAP and Webdynpro for BI

    Hi,
    Please someone explain me Webdypro for ABAP and Webdynpro for BI is different or same.
    Thanks,
    GAL

    Gal,
    there is nothing like webdynpro for BI.where did you see this
    we have webdynpro for java and webdynpro for abap
    Thanks
    Bala Duvvuri

Maybe you are looking for

  • How do I add my old ipod to a new Itunes account?

    I have an old ipod that has a ton of music on it and i'm trying to sync it to my account for my iphone but have NO idea how to do it.  HELP!!!!

  • Running in Safe Mode - are there any implications. ( a sub section of Rebooting problem continued...)

    As with others I have become frustarted by my 9720 rebooting at random sometimes mid call and often at annoying times. I often have to take out the battery too, otherwise it will not restart. I have wiped, rebooted and even tried the 4hr 15 min trick

  • Scalable Director Projector but keep it in proportion

    Hello.   I have found advice for resizing the projector to full screen     the stageColor = the stageColor -- removes the white screen flash!!!     (the stage).rect =  (the desktopRectList)[1]     (the stage).drawRect = (the desktopRectList)[1] but I

  • Can not export in excel

    Hi, this is not a question, this is an affirmation: a password protected numbers spreadsheet can not be exported in excel (or any other format)!

  • Number of Alerts Consumed by AlertInterval

    When I do a show stat virt I see the following information:          Number of Alerts Consumed by AlertInterval = 744             Sig 3653.0 = 744 What does this mean? I checked the signature and the Alert Interval is set to 2. The Action is set to P