Configuring SLD -  No Fields for ABAP server parameters

Hi all,
    I am trying to configure the SLD.
  But, in <b>SLD -> Administrastion -> Profile -> Server settings</b> , I am <b>not</b> having fields to specify the <b>'ABAP Parameter Settings'</b>.
   In Visual Administrator also, I dont have <b>'RFC Settings'</b> tab in <b>Cluster (tab) -> Server(node) -> SLD Data Supplier(node) .</b>
   What may be the problem?
Thanks and Regards,
Prabhakar.

Hi,
     Thanks Kandy and David.
     The SLDCHECK is running successfull. It gives as
"Summary: Connection to SLD works correctly"
Thanks ,
Prabhakar.

Similar Messages

  • Configuring SLD - Fields for ABAP server parameters missing

    Hi all,
    I am trying to configure the SLD.
    But, in SLD -> Administrastion -> Profile -> Server settings , I am not having fields to specify the 'ABAP Parameter Settings'.
    In Visual Administrator also, I dont have 'RFC Settings' tab in Cluster (tab) -> Server(node) -> SLD Data Supplier(node) .
    What may be the problem?
    Thanks and Regards,
    Prabhakar.

    Hi,
         Thanks Kandy and David.
         The SLDCHECK is running successfull. It gives as
    "Summary: Connection to SLD works correctly"
    Thanks ,
    Prabhakar.

  • Superclass for ABAP server proxy?

    Hi Experts,
    I generated an ABAP server proxy by using a synchronous inbound interface of XI.
    Can someone tell me which superclass does the server proxy use? I am trying to send an attachment back to XI in the proxy response but am not able to write the code of it.
    Please help.
    Thanks,
    Shobhit

    Hi Prateek,
    This blog is for sending attachment in client proxy. (Sending data from ECC to XI using a trigger in ECC)
    But my requirement is to send the attachment in server proxy (XI calling the ECC proxy program which returns the attachment back to XI synchronously)
    For this purpose Im not able to use the code in https://weblogs.sdn.sap.com/pub/wlg/3509. [original link is broken] [original link is broken] [original link is broken]
    The server prxoy does not recognize the statement
    attachment_protocol ?= prxy->get_protocol(
    if_wsprotocol=>attachments ).
    as the superclass of this method is not accessable by this proxy interface.
    HELP!!
    Regards,
    Shobhit

  • Configuring HWIC-8A card for terminal server access

    Hi Friends,
    I have a 3825 router having HWIC-8A async card, and want to cnfigure that for terminal server connectivity. I believe it will have different config to NM-16A module config. any advice please.
    Thanks..
    Arun

    Having them both kills being able to access the Net.Take out the gateway on your loopback adapter and network traffic should happen as normal :)
    Is this configured only in TNSNAMES.ORA, and if so how?It's configured in listener.ora, but changing the port won't change the amount of traffic nor the Oracle load, it will just make everything slightly more confusing to everyone trying to help you troubleshoot your machine ;)
    ~Jer

  • Adapter for ABAP server proxy??

    Hi all
    Can anyone tell me why we need receiver agreement (XI adapter) in case of ABAP server proxies???

    Hi Smith,
      The use of XI adapter in abap server proxies is to communicate the IS with its respective R/3 system ( ie application system).Proxies will communicate with the XI server through the native SOAP calls over HTTP . So we need to mention the integration server to connect to the correct application system during runtime.
    Have luk at below links:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/85/78af1bf407434796aaf8dbd6d4e7b7/content.htm
    Hope this will help.
    Regards,
    Prasanthi.

  • Web Services Test Page: No input fields for SOAP header parameters?

    Hello,
    we're using OracleAS / OC4J 10.1.3.1 and have developed a web service that has some self defined SOAP header parameters.
    I would like to use the Web Services Test Page provided by the OAS but it seems that there is no opportunity
    to provide input values for these SOAP header parameters.
    Do I miss something there or is it not supported by OAS?
    I've read the documentation but could not find a clue.
    any help is appreciated,
    Regards,
    Martin

    I hear you. As you have probably heard, OC4J is being replaced by WebLogic Server and the 10.1.3.x releases are the last that will be produced. We'll do maintenance on it of course, but little/no new feature work. This would be a new feature we'd have to add, so I'm afraid there's not much chance in having it done.
    It's not ideal, and of course more work for you, but if you want to provide your client with a test page that exposes the SOAP headers as form fields, you could always develop and ship one yourself.
    -steve0

  • Software Configuration and Change Management for ABAP

    Hi all,
    we developed an ABAP application with about 10 developers and shipped it to Customer A.
    Then we do corrections and enhancements for a new Customer B. But then Customer A finds bugs in his shipped version, which is not the current version on our development system.
    Now a lot of time is wasted debugging the current version and finding out why the bug is there in the shipped version A but not in the current version.
    So its difficult and timeconsuming to manage those different versions of the same application for different customers.
    This effort increases with each new customer dramatically.
    The ABAP workbench only knows linear versioning of single ABAP objects like report, function module or class.
    Now the question:
    Is there a standard transaction or external ABAP software that supports such a Software Configuration & Change Managment, i.e. allows tagging, branching, maintaining multiple development branches, allows running transactions and reports of older revisions, etc. like so many non-SAP/ABAP SCCMs like CVS, Bitkeeper, Subversion or Monotone do in the OpenSource world?
    I found one called Conigma from Galileo Group, but am wondering if there are others, or whether there is someone having used such a tool.

    Hi Frank,
    In ABAP world, there is supposed to be one development environment for one production system.
    The transport of changes follow the path
    DEV --> QAS --> Production.
    One golden rule is while making any changes to a program in  Development, ensure that the version is compatible with production and QAS.
    If there is a change request already open for the development object then that earlier change request should be finished first and the changes should get transported to QAS and production.
    It seems you are trying to handle two production systems using one development system. That will surely bring some serious fun
    Though, if you have no other option then keep the record of versions applicable to your different customers.
    Later retrieve the version according to the customer before making any changes.
    Cheers,
    Ram

  • Installing and Configuring Microsoft IIS plugin for weblogic server

    Hi guys,
    I want to navigate from "a page in website hosted on IIS" to "a page in application hosted on weblogic". I found out that there is a plugin for Microsoft IIS that can proxy requests to weblogic server. The documentation of the plugin can be found on the following address:
    Webserver plugin
    I want to know about the configuration of machines. Can IIS and weblogic be on the same machine or different machines????  Where i have to install the plugin????
    I am not able to find this in the above documentation.
    My environment is:
    1) Weblogic Server 10.3.5 installed on windows server 2012.
    2) Forms and Reports 11gR2 are installed on this weblogic server
    3) Apex Listener is also installed on the weblogic which communicates with a different db server.
    4) I also want to install JDeveloper and ADF on the same weblogic server and call applications developed in ADF (like jsp page) from Microsoft IIS website.
    Please help me and give me suggestions.
    Regards,
    Waqas

    There is a free ebook here:
    http://www.microsoft.com/en-us/download/details.aspx?id=30384
    It's also the title of a section of technet but that's not available in printed format as far as i know.
    http://technet.microsoft.com/en-us/library/cc262957.aspx

  • Web dynpro for ABAP serv - Switch to Another Personnel Number (Substitute)

    All,
    Is the service Switch to Another Personnel Number (Substitute) to change the persnnel number to be create travel expenses availible in WDA. I could not find the same.
    we are planning to use WDA services for travel management w/o installing portal. As it happens anywhere Travel assistants enter most of the travel data. We cannot use the WDA travel services, if Switch to Another Personnel Number (Substitute) is not availible in WDA.
    I am perplxed as to why just this one service is not avilible in WDA. Any ideas gentlement, before I raise this with SAP

    Hello Sameer,
    Starting ABAP Web Dynpro the "Switch Personnel number" has been replace by the POWL Functionality. Please kindly check your Release Notes for this.
    Regards,
    Raynard

  • Configure a different design for each Server.

    Hi, 
    I need to configure system-wide designs.
    If I work  on the productive system, the background should be colored red,
    on the test system the background should be colored in u201CSap-Blueu201D.
    How I can configure these?
    Thanks in Advance
    Christian

    Hello. The GUI version is ? For windows , java or may be ITS? The version is 620 640 710 ?  In windows gui -->
    Press ALT+F12 ( Customize local layout) --> set color to system, in SAPGUI 710 first change the theme on
    "enjoy". Regards.

  • Configure XI adapter for abap proxy scenario- plz help

    Hi,
    Pleas help me in configureing the XI adpater in abap server proxy scenario, answer the one in bold in below
    Scenario is asynchronous
    Http -> XI ->R/3(abap server proxy)
    sender: Through http client
    receiver is abap server proxy
    Repository objects:
    Sender: sender_DT, sender_MT, sender_MI(outbound asynchronous)
    Receiver: receiver_MI
    Interface mapping: source=sender_MI, receiver_MI.
    <u>Proxy generated on R/3 client 550 for receiver_MI.</u>
    this proxy internally calls an RFC which inturn updates a table.
    Configuartion objects:
    Sender: business service, no comm channel since http sender.
    receiver: R/3 business system
    Comm channel: receiver_cc type of XI.
    transport protocol: http
    message protocol : XI 3.0, since both XI and R/3 on webas 6.4
    <b>addressing type: URL
    target host: ??? where can I find this
    service number: ?? where can I find this
    path: /sap/xi/engine?type=entry</b> i guess the path is correct for XI 3.0
    <u>My system details: XI - client 400, R/3 client  550.</u>
    Authentiction data:
    <b>user name: this user suppossed to be from R/3 or XI?,</b>
    passwrod; proper password
    <b>logon client: the client supposed to be of R/3 or XI?</b>
    Recevr determinaion, interface determination and recevr agrrement looks fine.
    Please reply , your help is appreciated.
    Thanks
    KK

    Hi,
    <i>>>>target host: ??? where can I find this</i>
    Your R/3 host number you can find System->Status
    <i>>>>service number: ?? where can I find this</i>
    You can find in SMICM in services
    <i>>>>user name: this user suppossed to be from R/3 or XI?,
    passwrod; proper password
    logon client: the client supposed to be of R/3 or XI?</i>
    R/3 logon details.
    Thanks,
    Prakash

  • Kerberos Configuration Manager for SQL Server is available

    This thread describes the Microsoft Kerberos Configuration Manager diagnostic tool for SQL Server. This tool is available for download from the Microsoft Download Center: 
    Download the  package now.
    About Kerberos Configuration Manager
    The Kerberos Configuration Manager for SQL Server is a diagnostic tool that helps troubleshoot Kerberos related connectivity issues with SQL Server, SQL Server Reporting Services (SSRS), and SQL Server Analysis Services (SSAS). It can perform the following
    functions:
    Collect information on operating systems and Microsoft SQL Server instances that are installed on a server.
    Report on all Service Principal Name (SPN) and delegation configurations on the server.
    Identify potential problems in SPNs and delegations.
    Fix potential SPN problems.
    More information
    This tools helps troubleshoot the following exceptions:
    401
    Note: This error message is for http errors, SSRS errors, and some other similar errors.
    Login failed for user 'NTAUTHORITY\ANONYMOUS'
    Login failed for user '(null)'
    Login failed for user ''
    Cannot generate SSPI Context
    For more information about Kerberos Configuration Manager, go to the following related blogs:
    Released: Kerberos Configuration Manager for SQL Server
    Kerberos Configuration Manager updated for Reporting Services
    Kerberos Configuration Manager updated for Analysis Services and SQL Server 2014
    Reference from the following KB article: Kerberos Configuration Manager for SQL Server is available
    Elvis Long
    TechNet Community Support

    Thanks for posting, Elvis. Can you post this to the SQL Security forum too?
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • WebDynpro for ABAP iview

    Hi All,
    In my client portal there is no iview template of type "SAP WebDynpro iview" .
    I created one from the list of PAR templates of type com.sap.portal.appintegrator.sap.WebDynpro
    and embedded it in a webdynpro proxy page
    i have given the following parameters.
    Application
    Application Namespace
    configuration name
    platform 'webdynpro for ABAP'
    WebDynpro client 'plain HTML'
    system
    But at runtime when i login with the end user it gives a blank page.
    Please advise.
    Thanks,
    VV

    What happens when you try to test the same application you put in the iView from SE80.  Sounds like the developer of the application might have forgotten to embed their default view in the window.  A very common mistake on older support packge levels before the workbench started embedding the default view automatically.

  • Configuring SLD for ABAP trial version.

    Hi,
      I have installled ABAP trial version and 2004s Java trial version.I am facing error in configuring SLD for 2004s ABAP trial version . I am getting this below error.
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM  TYPE=B MSHOST=aarya-3 GROUP=SPACE R3NAME=NSP MSSERV=sapmsNSP PCS=1 ERROR       Group SPACE not found TIME        Mon Apr 21 15:33:19 2008 RELEASE     700 COMPONENT   LG VERSION     5 RC          -6 MODULE      lgxx.c LINE        4288 DETAIL      LgIGroupX COUNTER     4 
    Has anybody configured the SLD for local ABAP server? please let me know where I am doing the mistake..I have read many threads regarding JCO error but my problem is not resolved yet

    Hello Sam,
    Yes it is. Check the documentation at
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/cc/bae93a2876a81ae10000000a11402f/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/cc/bae93a2876a81ae10000000a11402f/frameset.htm</a>
    for further details.
    Regards,
    Klaus

  • Prerequisites to configuration for ABAP Proxy -???

    My scenario is file->XI->R/3(abap server proxy).
    Xi and R/3 are 2 seperate business systems
    -Abap server proxy created on R/3 business system. R/3 client 550
    -Xi client 400.
    -SLD is common for both XI and R/3
    <b>My question is in reference to the below message thread:</b>
    <b>1.I  understand all the below configuartaion has to be done on R/3 business system, tell me am I correct</b>
    <b>2. are these configuartion needed for <u>client proxy as well as server proxy</u> also?</b>
    HTTP_RESP_STATUS_CODE_NOT_OK
    The prerequisites to configuration for ABAP Proxy include: (landscape dependent)
    1. The business systems should be based on SAP Web AS 6.20 and SAP Web AS 6.20 kernel patch level above 1253
    2. You have installed the XI Add-On in each of these business systems as described in the Installation Guide SAP Exchange Infrastructure 3.0
    3. The business systems and your central Integration Server are maintained in the System Landscape Directory (SLD).
    Configuration required on the Business System:
    1. Create HTTP connection in the business system.
    Configuration Details:
    Technical Setting:
    1. Following Inputs are required for technical setting
    1 Connection Type: H
    2 Target Host: System name
    3 Service Number: HTTP Port name
    4 Path Prefix: /sap/XI/engine/?type=entry
    Logon Security
    On the Logon/Security tab page, enter the following logon data:
    1 User: XIAPPLUSER (for example); this user should represent the sending business system (see also the SAP XI Security Guide under Service Users for Message Exchange).
    2 Password: the password you have specified for this user
    3 Client: SAP XI Integration server
    4 Language: Language required
    2. Configuration Business system as local Integration Engine.
    1. Goto Transaction SXMB_ADM
    2. Choose Edit --> Change Global Configuration Data.
    3. Select Role of Business System: Application system
    4. Corresponding Integration server: dest://<HTTPDESTINATION>. Here <HTTPDESTINATION> SAPISU_XID created in step 1. Dest://SAPISU_XID.
    5. Under Specific Configuration Data you can specify additional configuration data
    1.Select the relevant category under Specific Configuration Data.
    2.Choose Change Specific Configuration Data.
    For ABAP Proxies, Add the following configuration:
    1.Category RUNTIME
    2.Parameters: IS_URL
    3.Current Value: dest://SAPISU_XID
    Configuration of the Integration Engine
    3. Connection between Business System and System Landscape Directory
    1. Create RFC destination (TCP/IP) LCRSAPRFC and SAPSLDAPI for the SLD connection.
    1.Execute transaction SM59 in the business system.
    2.Choose Create.
    3.Enter at least the following:
    1.RFC Destination: LCRSAPRFC
    2.Connection Type: T
    3.Description: <your description>
    4.Choose ENTER.
    5.Choose the Technical settings tab page and do the following:
    6.In the Program ID field under Registered Server Program, enter LCRSAPRFC
    7.This program ID must correspond to a program ID specified in the RFC engine settings of the SAP J2EE Engine on the Integration Server host.
    RFC Destination
    2. Maintaining the SAP J2EE Connection Parameters for LCRSAPRFC and SAPSLDAPI in SAP J2EE engine
    1. Goto J2EE Engine
    2. Choose Cluster --> Server --> Services. JCo RFC provider
    3. Under RFC destination specify the following:
    Program ID: LCRSAPRFC
    Gateway Host: <Integration Server host>
    Gateway Service: <Integration Server gateway service>
    Number of process: 3
    4. Under Repository specify the following:
    Application Server: <Integration Server host>
    5. Choose Set.
    3. Maintain SLD access details in Transaction SLDAPICUST
    1. You can reuse this program ID for all Business systems
    2. If there is HTTP error during connection, first run transaction SLDCHECK in the Business system. Also check that HTTP connection is working fine.
    3. In XI Adapter use HTTP connection rather then giving R/3 input details as this is easier to transport and maintenance
    4. One receiver adapter can be used for all Interfaces connecting to a Business system.
    <b>Thanks for your reply in adavnce.</b>
    KK

    2. are these configuartion needed for client proxy as well as server proxy also?
    >>>>
    the configuration is one time thing and your R3 will act as a server or client according to the data being sent or received.
    In R3 a point to be noted is that in SXMB_ADM -> Intg. Engine Confg. -> Role of Business System sud be as a Application System.
    Ref: /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    Message was edited by: Shabarish Vijayakumar

Maybe you are looking for

  • Pivot Day wise closing stock report

    Expert, we need same report from SAP Pivot report day wise closing stock Item Code - Item Description - UoM - Warehouse - Item Group - Days 1-2-3-4-31 Selection criteria From Date To Date Item Group Please help and send Pivot query. Thanks in advance

  • Cycle count error "HU 100201 not in an HU-managed storage location" in LX26

    Hi, I get the following error message "Handling unit 1000020118 is not in an HU-managed storage location" When i try to initiate a cycle count for a bin through LX26 Tcode. Kindly advice about the cause of the problem and how I can fix it. Thank you

  • Trying (tried) to install Essbase v11.1.2.0.0

    The instructions below are for 11.1.1.3 - thought they were just slightly old and used them to download and configure v11.1.2.0.0 http://timtows-hyperion-blog.blogspot.com/2010/01/windows-7-essbase-11113-installation.html I'm on Windows 7. So I downl

  • Does anyone know a resource for training courseware for the iWorks Suite?

    I'm teaching a Keynote 09 class and have been trying to find a vendor that publishes courseware for Keynote specifically. Anyone know of a source? - thank you!

  • You need to shut down your system.....

    Greetings, I am unsure if the dump below is due to issues with the O/S (10.4) or hardware. I have been using Disk Warrior once per month for preventative maintenence. Can someone shed some light please? This is happening perhaps once per week. Thank