SPROXY probelm in XI

Hi
      When i execute SPROXY in webas system,a dialog box is opened  with rep on top and asking for userid & pwd.
Once we enter the details then only it is connecting to repository.
why this dialog is opening prompting for uid & pwd every time.
I posted in XI forums, but they say its siome thing concerned to admin.
regards
shekar chandra

check the details of your RFC connection between XI and other systems.
I

Similar Messages

  • Some Software Component Versions do not show up in transaction sproxy

    I have a landscape with a CRM system, a PI system (with the SLD on it) and some other systems.
    In transaction sproxy in the CRM system the Software Component Version SAP CRM ABAP 7.0 shows up, but others that should be there like SAP ABA 7.01 are not there.
    So I went on the SLD and edited the technical system for the CRM system, I added the product SAP CRM 7.00 and set the checkmark for installed for the relevant SWCVs like SAP ABA 7.01.
    I then went to the business system for the relevant CRM client and there also checked those SWCVs.
    But still they do not show up in transaction sproxy in the CRM system.
    What am I missing?

    Hi Monika,
    There's several suggestions that you could look at to help resolve your problem in this thread:
    [Can't find  ESA ECC-SE 603 SWCV;
    Regards, Trevor

  • Facing probelm in PF status in ALV Grid display

    HI,
    i have created a ALV grid intractive report in that i have a check box and Traffice lights , when user select the check box and press save then then traffice light color should changes to green it's doing well..but my problem is..for second time display i am calling same function module to display with chnaged traffice light color.here my probelm is after second time display when i press back it's taking me to first list not to the selection-screen. pls suggest me wot to do now for directly going to selection-screen.
    Thanks,
    saleem.
    points to awarded for all usefull answers.

    Hi again,
    1.
    <b> and press save then</b> then traffice light color should changes to green it's doing well..but
    U must have written some code
    when the BOLD occurs.
    2. This must be the call back command
      (FORM subrouritine, which the alv call backs,
       on a user command)
    3. In the same u have to write.
    4. For your reference,
       just copy paste this code.
    a) it will show records from t001 table
    b) if u double-click on any row,
        it will change the 2nd column to 'CLICKED'
        and refresh the data again.
       (it won't show alv once more in new screen)
      c) then when u do back, it will go back.
      d) See BOLD code.
    5.
    REPORT abc.
    TYPE-POOLS : slis.
    Data
    DATA : BEGIN OF itab OCCURS 0.
            INCLUDE STRUCTURE t001.
    DATA : flag tyPE c,
           END OF itab.
    DATA : alvfc TYPE slis_t_fieldcat_alv.
    DATA : alvly TYPE slis_layout_alv.
    Select Data
    SELECT * FROM t001 INTO TABLE itab.
    *------- Field Catalogue
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
      EXPORTING
        i_program_name         = sy-repid
        i_internal_tabname     = 'ITAB'
        i_inclname             = sy-repid
      CHANGING
        ct_fieldcat            = alvfc
      EXCEPTIONS
        inconsistent_interface = 1
        program_error          = 2
        OTHERS                 = 3.
    Display
    alvly-box_fieldname = 'FLAG'.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        it_fieldcat             = alvfc
        i_callback_program      = sy-repid "<-------Important
        i_callback_user_command = 'ITAB_USER_COMMAND' "<------ Important
        is_layout               = alvly
      TABLES
        t_outtab                = itab
      EXCEPTIONS
        program_error           = 1
        OTHERS                  = 2.
    CALL BACK FORM
    FORM itab_user_command USING whatcomm TYPE sy-ucomm whatrow TYPE
    slis_selfield.
    IMPORTANT.
    <b> 
      data : m type sy-index.
      m =  whatrow-tabindex.
      itab-butxt = 'CLICKED'.
      modify itab index m.
      whatrow-refresh = 'X'.</b>
    ENDFORM. "ITAB_user_command
    regards,
    amit m.

  • We are facing some probelms with reports6i

    hai,
    I am facing some probelms with reports6i.
    1.when i try to mail one report it is coming in the 'eps' format.how
    can i open this format.
    2.we are calling the report using the command line method not
    run_product.for these reports 'Generate to File' menu is not working.It say
    an error like Umimplemented Error (rep-0999)
    3.In one report we are using clob field.but when we take the print output of
    this field some of the characters are missing in paper.the problem what we
    think is that, there is no entre key padding when a word wrap is
    occuring.We have to give it manually which is not applicable in all
    cases.Please give some methods to solve these probelms.
    Please treat this as an urgent matter.
    thanking you,
    dilip

    If you have not set desformat you will get a file format determined by the driver of your default printer (even though you are not printing !). The file extension always seems to be .eps regardless of whether it is actually an eps (postscript) file.
    You can get other formats eg. pdf by setting desformat.
    If you do want to work with eps files you can download 'Ghostscript and GSView' which can display and convert them.

  • ** SPROXY is not working properly in Business System

    Friend
    My SAP Business System is having Ver 7.00. This system is already connected with our XI server. I face 2 problem when execute SPROXY tcode in this system.
    1) System asks  username & password for every click.
    2) Whatever I have created SWCVs in IR, only SWCV names are displayed there are no objects under that.
    I troubleshooted the following things.
    I have run the following reports.
    1) SPROX_CHECK_HTTP_COMMUNICATION - HTTP Communication is working fine.
    2)SPROX_CHECK_IFR_RESPONSE - We get the response.
    3)SPROX_CHECK_IFR_CONNECTION - Integration Builder connection is working properly and Data understood.
    When I run the 4th report, SPROX_CHECK_IFR_ADDRESS, the data in the SPROXSET table is not shown.
    Actually when I checked the data in the SPROXSET table, there is no data in that table.
    Friends, how do enter data in SPROXSET table ? How to bring all the objects in SPROX under SWCVs.
    Could you kindly help me to solve the above 2 issues ?
    Thanks in advance.
    Kind Regards,
    Jegathees P.

    Actually
    when you run the SPROXY it does 2 things
    1. can take the rep information from the table
    2. can take the rep info from the exchange profile in the SLD
    if you want the sproxy to take the data from the exchange profile do the following:
    RFC Dest: should work fine.
    LCRSAPAPI
    SAPSLDAPI
    SLDAPICUST should work fine?
    Also in RZ70 TC you should point to the SLD.
    This 2 RFC are Registered Programs, if this RFC is working then your Application system can ping to the SLD where the exchange Profile is present.
    Message was edited by:
            n Khan

  • Not able to see Enhanced Data type in SPROXY in SRM

    Hello Experts,
    We are planning to use an outbound (SRM to PI) Proxy between SRM and PI to send XML messages. Our SRM team has requested a Datatype enhancement of SAP's predelivered SCV, SAP SRM SERVER 7.0 component i.e. RFQRequest. So, In ESR we have created a new Enhanced data type based on RFQMessage (SAP's pre delivered datatype). I've added their (SRM team's) 6 extra elements to this new Enhanced Data Type, RFQMessageExtension. And, saved and activated it.
    Now, to generate the Proxy I went into SRM -> SPROXY, but I donu2019t see my Enhanced Datatype, RFQMessageExtension. Please let me if you've come across this problem or know the solution. I was following this blog [/people/michal.krawczyk2/blog/2006/11/14/xipi-data-type-enhancements-standard-business-partner|/people/michal.krawczyk2/blog/2006/11/14/xipi-data-type-enhancements-standard-business-partner]
    Thanks,
    Mayur

    Hi Mayur,
       Have you read this article?
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0bb5687-00b2-2a10-ed8f-c9af69942e5d
    Regards,
    Ravi kanth talagana

  • How can we assign sproxy generated objects to a different package?

    Hello Expert,
    We need to change the package assigment of sproxy generated DDIC objects. How can we assign sproxy generated objects to a different package?
    Regards,
    Thulasi

    Any idea?

  • Component SAP ABA 7.02 does not show up in sproxy in CRM 7.0 EhP 1

    We upgraded our CRM system from CRM 7.0 to CRM 7.0 EHP 1.
    This involved an upgrade from NetWeaver 7.01 to 7.02, i.e. also ABA 7.01 to 7.02.
    In sproxy in the CRM system we can only see
    SAP CRM ABAP 7.0
    SAP_BS_FOUNDATION 702
    various custom software components.
    SAP ABA 7.02 with the interfaces for e.g. business partner distribution is missing.
    (When switching to the local view, they are shown and BP replication works.)
    So I went into the SLD and looked at the technical system for CRM. Indeed the product "SAP NetWeaver SAP EhP 2 for SAP NetWeaver 7.0" was not marked as installed. So I added it. On the right-hand side under Software Component Versions "SAP ABA 7.02" is now listed.
    i then went to the business system for one of the clients and also selected the product "SAP NetWeaver SAP EhP 2 for SAP NetWeaver 7.0" there and I can see the SWCV "SAP ABA 7.02".
    I tried restarting both the PI and the CRM instances.
    Nevertheless in sproxy in CRM nothing changed.
    What else could be missing?

    senthilprakash selvaraj wrote:
    > To be very specific,
    >
    > Login to SAP CRM system.
    > Goto:  SYSTEM-->status
    >
    > In there under SAP SYSTEM DATA group, you will be able to see a "Magnifying Lens" icon just below Component Version field --> click it
    >
    > there you will be able to see the exact version&level of the component.
    Yes, that's where I copied that line
    SAP_ABA 702 0009 SAPKA70209 Cross-Application Component
    from.
    senthilprakash selvaraj wrote:
    > Now ask your basis team to deploy the same version&level in SAP PI as its shown in the CRM system.
    Ah, the PI/XI content could be missing, even if this shows up in the list of products and software component versions in the SLD?
    I have just checked in the ESR, that seems to be the problem, thanks.
    senthilprakash selvaraj wrote:
    > Note: Thou the release version might be same, the level of the component deployed in both the system might be different. hence the problem.
    You mean if the service pack is different? I doubt that this would result in the SWCV not showing up in sproxy.
    Monika.

  • SPROXY not working in application system

    Hello all,
    I have been trying to make SPROXY work in my QAS ERP 2004 SPS23 system
    for a few days now but I can not make it. I have
    configured SPROXY in the past for my sandbox and DEV system with
    success but I do not seem to have any luck in QAS.
    My PI landscape consists of sandbox, developement, qa and production
    systems. The version is PI 7.0 SPS21
    My ERP landscape consists of the same 4 systems but in version 6.40 -
    ERP 2004 SPS23
    All non production systems use a central SLD that runs in the PI development
    box (PID)
    The error message I get is as follows:
    When I run SPROXY in ERP QAS client 330, I get : "No connection to Integration
    Builder (only local data visible)"
    When I do Goto --> Integration Builder, I get the message "Integration
    Builder address not maintained"
    However, when I do Goto --> Connection Test, from the 4 reports I have
    to run, two work and two do not work:
    =>Check/maintain with report SPROX_CHECK_IFR_ADDRESS works and shows the correct address for Integration repository
    =>Check with report SPROX_CHECK_HTTP_COMMUNICATION works
    The other two reports
    =>Check with report SPROX_CHECK_IFR_RESPONSE
    ==>Check with report SPROX_CHECK_IFR_CONNECTION
    return: Integration builder data not undestood.
    SLDCHECK runs fine: All green and invokes correct IE session with the correct SLD URL (central SLD)
    SLDAPICUST shows the correct SLD (central)
    SXMB_ADM --> Integration Engine Configuration shows the destination RFC
    SAPIS_PIQ
    which is defined in SM59 as type H and works fine
    TCP RFCs LCRSAPRFC and SAPSLDAPI work
    The corresponding JCos in Visual Administration look ok
    I have registered the queues in SXMB_ADM and they registered ok .
    The /sap/xi/engine service is active in both the application system and the PI  system (QAs and PIQ)
    Finally the exchange profile settings in PIQ are fine as well
    com.sap.aii.connect.repository.name : piqas.finance.local
    com.sap.aii.connect.repository.httpport : 50000
    com.sap.aii.connect.repository.contextRoot :rep
    com.sap.aii.connect.integrationbuilder.startpage.url : rep/start/index.jsp
    com.sap.aii.applicationsystem.serviceuser.name: PIAPPLUSER
    and the password is set.
    PIAPPLUSER is service user and is not locked.
    I have tested SLDCHECK in PIQ and SLDAPICUST and they look ok as well.
    Any other clues? Any way I can investigate further via checking logs
    and traces to find out what is wrong?
    The "Data not understood" message is not helping me much in determining
    what is wrong
    Many thanks
    Andreas

    Hi Andreas,
    Please go through the below blog which explains you step by step in proxy connectivity.
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    Regards,
    Naveen.

  • Error While Creating Proxy in SPROXY

    Hi All,
    We Created one Packagewith NAme ZPACK1 in SE80.
    While Creating Proxy in SPROXY TC, it is Asking Package & Prefix
    We gave Package as ZPACK1 & Prefix as ZPREFIX.
    Then One Error is Comming Like <b>"Package ZPACK1 has no use access to package interface SAI_TOOLS"</b>
    Please let me Know the Solution for this Error.
    Regards
    Bopanna

    Hi,
    The packages that contain or use proxy objects must have a use declaration for the package interface SAI_TOOLS. In addition, the corresponding structure package must contain a use declaration for the package interface SAPPINT.
    For the proxy runtime, a use declaration must be available for the package interface SAI_SXMS.
    Generating Proxies By Using Transaction SPROXY
    1. Call transaction SPROXY in the system in which you want to generate a client or server proxy.The system displays a navigation tree on the left-hand side of the screen; it has the same structure as the interface maintenance tree in the Integration Builder. The interface objects are ordered according to software component version, namespace and object type
    If no connection to the Integration Repository exists, the system only displays
    interface objects in the tree structure for which a proxy exists in the system.
    2. Choose an interface object for which no proxy already exists. To create a proxy for this interface object, double click the context menu Create Proxy.
    3. In the dialog box, specify the name of the package where you want to create the proxy objects. You can also specify a prefix for the names of all objects to be created to avoid naming conflicts with names that already exist in the system.
    Other way.. try this :
    Generating Proxies  By Using the Object Navigator (Transaction SE80).
    1. Call the Object Navigator (transaction SE80) in the system in which you want to
    generate a client or server proxy. Select a package and call the context menu. Choose Create &#8594; Enterprise Service / Web Service &#8594; Proxy Object.
    2. In the subsequent dialog window, choose the source of the WSDL document (URL/http destination, local file, UDDI  or XI Repository).
    If you choose XI Repository as the source of the WSDL document, the hierarchy of the software component versions in the Integration Repository is displayed in the
    subsequent window. The interface objects are ordered according to software
    component version, namespace and object type . Choose an interface object for which no proxy already exists and confirm by choosing Copy.
    3. In the subsequent dialog window, enter the name of the package where you want to create the proxy objects. You can also specify a prefix for the names of all objects to be created to avoid naming conflicts with names that already exist in the system.
    Hope this will help you a bit.
    Regards
    Aashish Sinha
    PS : reward points if helpful

  • Unable to activate Sproxy generated objects in SRM 7.0

    HI,
       I have an interface from SRM->XI->SAP, i have created Data type, Message Type and Message interfaace in PI7.0
       all are replicated in SRM 7.0 at SPROXY t.code, i created proxy by right click on service interface then proxy has been generated.
      while activating the proxy, i am facing the below error i.e DDIC Object TABL ZADDRESS has package check errors.
      can any one help me how to resolve the same.
    regards
    Mahesh.

    Hi,
    Check the below link:
    http://help.sap.com/saphelp_nw04/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/frameset.htm
    Add SAI_TOOLS Package Interface in the "Use access" tab.

  • SPROXY Displays Nothing in SAP R/3

    Hi,
    Iam working on ABAP proxy between SAP R/3 4.72 and XI3.0, I have added addon XI APPINT on R/3 and updated APPINT patches to SP6.
    We ran successfull test in R/3 4.72 side SLDCHECK,sldapicust,LCRSAPRFC,etc.. with out any errors.
    When we try to execute SPROXY in R/3 side it shows nothing except <b>Software component versions (devserver:50000/rep)</b>
    below that it is not displaying SAP_BASIS component.But which is dispalying in XI side.
    Please suggest.
    Thanks,
    Shaik

    Hi Suman,
    Here are some links to help you..
    SPROXY transaction shows nothing
    Software component name not visible in SPROXY
    SPROXY - No connection to the Integration Builder
    http://help.sap.com/saphelp_erp2005/helpdata/en/3b/6f5c3c3806af06e10000000a11402f/frameset.htm
    cheers,
    Prashanth

  • How to change the PREFIX of a ABAP proxy in SPROXY transaction?

    Hi Experts,
    I created a ABAP proxy by right clicking (CREATE PROXY) the Service Interface in SPROXY transaction.
    At the time, I have given ZMY_XI_ as  a prefix in the box of PROXY of tab of properties, fine. Now I need to change the PREFIX, so, clicked the pencil button and changed and trying to SAVE or ACTIVATE, but am getting message saying that "Name must begin with YXI_II"
    Pls. let me know that even though SAP has given this field as editable field (on clicking the pencil button), why still am getting this error?
    How to get my requirement to be done?
    Thank you

    Howdy,
    You have to delete the proxy (save any code you've done first) and start again with the prefix you want - as all subobjects need to be generated with the same prefix.
    Cheers
    Alex

  • Probelm while installing windows 7 on MacBook pro through bootcamp? I am getting a black screen during installation

    Probelm while installing windows 7 on MacBook pro through bootcamp? I am getting a black screen during installation

    Apple Support Boot Camp
    Is there any article in the above?
    did you read the pdf before beginning from Boot Camp Assistant?
    Did you upgrade to Lion or was it pre-installed?

  • ALV to Excel Export Probelm

    Dear All,
                I want to export 80 Cols. ALV report of more than 3000 cols. into Excel, It doesnot export all the cols. but only export 28 cols. What can be the probelm
    Regards,
    Sohail

    hi,
    please go to the following link
    [CONSISTENCY CHECK|http://help.sap.com/saphelp_sm32/helpdata/EN/d6/23253963143e6ae10000000a11402f/frameset.htm]
    hope this helps you to solve your problem
    regards
    Ritesh

Maybe you are looking for