Setting in SICF transaction

Hi All,
I have activated the standard service "WEBGUI" in SICF transaction. It has generated URL.
Now I want to transaport the settings done in SICF transaction to activate WEBGUI on quality server.
But during activation on development server, system has not asked the request no.
So can anyone tell me how to transport the settings done in SICF transaction or do we have to do SICF service activation settings on each server i.e. on quality, development etc?
Kindly do reply as it is very urgent.
Regards,
Pranjali

to transport the setting of the SICF service, select the service and then in the menu go to ->object directory entry to attach it to a transport request.
also note that after transporting, by default the services will be in inactive state and you have to manually activate them.
Regards
Raja

Similar Messages

  • Steps to create  service in   SICF   transaction

    hi..
    steps to create  service in   SICF   transaction
    thank you.

    hi
    good
    go through this link
    http://help.sap.com/saphelp_nw70/helpdata/en/78/9852aec06b11d4ad310000e83539c3/frameset.htm
    thanks
    mrutyun^
    null

  • IDOC_XML Service in SICF Transaction

    Hello Everybody,
    I want to use IDOC_XML Service in SICF Transaction.
    Anybody has idea how to use this Service?
    I want to know the parameters required to call this service outside and the content structure of the Posted data to this Service.
    Its very urgent. so, if anybody has idea then please help me.
    Regards,
    Bhavik

    Hi,
    You might want to have a look at this Exposing IDoc as Webservice.
    Hope that helps (please reward me if it does ,
    Joerg

  • Set up autonomous transaction with error

    Hi, Guys:
    I try to set up autonomous transaction as a process after button pressed, I have this error:
    1 error has occurred•ORA-06550: line 4, column 8: PLS-00710: Pragma AUTONOMOUS_TRANSACTION cannot be specified here
    Could anyone give me a hint?
    declare
    PRAGMA AUTONOMOUS_TRANSACTION;
    begin
      if :P2200_CURRENT_SETTING='Y' then
        update SOR_APEX_CONFIG
        set CURRENT_SETTING='N';
      end if;
      update SOR_APEX_CONFIG
      set APEX_SERVER=:P2200_APEX_SERVER,
      PORT=:P2200_PORT,
      APEX_STRING=:P2200_APEX_STRING,
      CURRENT_SETTING=:P2200_CURRENT_SETTING,
      APP_ID=:P2200_APP_ID,
      CONFIG_DATE=sysdate
      where ROWID=:P2200_ROWID;
       commit;
    end;I am using Oracle 11g, APEX 4.1
    Edited by: lxiscas on Aug 23, 2012 1:56 PM

    Hi Ixiscas,
    I am able to reproduce this issue on my APEX Installation (4.1, 11g).
    The reason maybe that the code is not executed directly but via dbms_sys_sq.parse_as_user().
    My suggestion would be to move the functionality to a pl/sql procedure in the parsing schema and call this procedure in the page process.
    Regards
    Marc
    Edited by: telemat on Aug 23, 2012 11:46 PM

  • Transportation of settings done in SICF transaction

    Hi All,
      I have activated the standard service "WEBGUI" in SICF transaction. It has generated URL.
      Now I want to transaport the settings done in SICF transaction to activate WEBGUI on quality server.
      But during activation on development server, system has not asked the request no.
      So can anyone tell me how to transport the settings done in SICF transaction or do we have to do SICF service activation settings on each server i.e. on quality, development etc?
      Kindly do reply as it is very urgent.
    Regards,
    Pranjali

    Hi
    You can transport a webservice using SE80. But for activation, you have to go to the system ans activate that.
    Because SAP also provides the services in the "inactive" state and also you have to individually maintain the settings for the webservices.

  • Namespace '/BIC/' must be set to 'changeable' (transaction SE06)

    Hi BI expoerts,
    I am trying to set up the background job in portal using Information Broadcasting to distribute reports to various users . But the time when you have to give the Technical Name and Description, I am constantly getting warning message as below.
    Namespace '/BIC/' must be set to 'changeable' (transaction SE06).
    I set the system to modifiable in transaction SE06 which allowed me to set up the background job. But you cannot leave all the Software Component and Namespace/Name Range to be modifiable. 
    Is there anything I need to do to resolve this issue apart from opening the system?
    Thanks for your brilliant help.

    Hi Bhai,
    I am also facing the same issue, while saving the broadcast setting, I checked the notes 184586 and 337950.
    This issue is raising only in BI Prd system. I made the setting Object changeability for Broadcast setting in RSA1->Transport connection>Obejct Changebaility-->Broadcast setting set changeble.
    This setting is not working.Please suggest how you sorted out ur issue.
    Thanks & Best Regards,
    Sudhakar.K

  • Unable to "save as" WAD report due to error Namespace '/BIC/' must be set to changeable (transaction SE06)

    Hi All,
    We have a WAD report for whcih we are not able to execute due to some wrong properties assignment, since we dont have change authorisation, so we tried to create a copy of WAD report by SAVE AS option and change the properties correctly.
    But when doing SAVE AS we are getting below error.
    Namespace '/BIC/' must be set to changeable (transaction SE06)
    We dont have authorisation to SE06, although iam not sure what needs to be done in SE06.
    Is there any other way to create a adhoc/copy of WAD report so that we can chage the properties of the report and can test it.
    And what exactly SE06 tcode is used for??
    Please advise.. thank you

    Hi,
    /BIC/ is the name space(Prefix) given for customer defined objects. you can understand this in fact table or DSO active table's naming difference between a standard cube and a custom cube.
    in SE06 you will get option like in below picture,
    there you can set/BIC/ as modifiable.
    unless you set this to modifiable, you cannot create custome object in you system.
    -Sriram

  • Status profile  could not be set according to transaction type

    Hello,
    Error Status profile 'ZXXXXXXX' could not be set according to transaction type 'ZYYYYYY'.
    Possible causes are:
    1. Status profile 'ZXXXXXXX' has not been assigned to object type COH by the system administrator.
    2. Initial statuses can be set in status profile 'ZXXXXXXX', which cannot be set using the current document attachment.
    3. The current user XXXXXXX does not have the authorization to set an application status.
    Though i have assigned Object type COH . and the user has the autherization. Pls Help.

    Hi ,
    Please check you have assigned status profie to object type that is using this status profile. Ex. If you are assigning status profile to campaigns , you also need to check mark object type campaign under allowed objects types.
    Nitin

  • Can Entity Bean be set with "RequiresNew" transaction Attribute?

              I find it result in "dead lock"
              when I call RequiresNew attributed CMP method in session Bean.
              Then, Is it possible to use CMP which is set with "RequiresNew" transaction attribute?
              I Wonder why.
              Thanx in advance.
              

    Requires-new makes the container start a new transaction. Only use that flag
              at the point that you are certain that a NEW transaction should BEGIN. I
              suggest you use Required as your default for all methods in the application,
              and only change that to anything else when you are certain that you should.
              Peace,
              Cameron Purdy
              Tangosol Inc.
              << Tangosol Server: How Weblogic applications are customized >>
              << Download now from http://www.tangosol.com/download.jsp >>
              "A.J,LEE" <[email protected]> wrote in message
              news:3ba5adb2$[email protected]..
              >
              > I find it result in "dead lock"
              > when I call RequiresNew attributed CMP method in session Bean.
              > Then, Is it possible to use CMP which is set with "RequiresNew"
              transaction attribute?
              >
              > I Wonder why.
              >
              > Thanx in advance.
              

  • Document type to be set blank in transaction code mr41,mrhr

    Hi,
    I want to set document type and currency field as blank whenever the user go for the transaction MR41 and MRHR. At present whenever user enter transaction MR and MRHR these two fields display some value which is there in memory id, i want to set these field as blank instead of getting the value from memory id. Please help me out if there is any solution.
    Regards
    karan

    Hi,
    Good morning and greetings,
    Go to the transaction Code OBU1 and make the default Document Type for the transaction code MR41 and MRHR as Blank and the system will not propose the Default Document Type for the same...If you dont want the user to use a document type from History disable History in the SAP GUI options...Hope this meets your requirement.
    Please reward points if found useful.
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Setting permissions for transaction iview

    Hi,
        I had created a transaction iview (Purchase Requesition) and am able to acess it.But i'am also able to acess other TCODES like se38,se11 and able to do transactions.I want to set the permissions to a user that he should be able to acess only Purchase Requisitiona nd he should not be able to acess other TCODES through this iview.
    Please anybody guide me in this issue.
    With Regards
    Praveen

    You can not contol this on the ivew, you have to control this throug backend.

  • Setting Application level Transaction Timeout

    Hi,
    I have seen option in weblogic to set jta transaction time out. Is there a way I specify application level timeout.
    Thanks,
    Bhargav.

    Scott,
    Many thanks for the response.
    We've found a way around this now, by changing the developer's usernames to the same as their NT/ Active Directory signon, which fools APEX into maintaining the session id from their builder session even though when logging into the application they get authenticated by LDAP.
    Using a post authentication process would be ok but I can't see any way of passing a variable retrieved in the authentication process under the first session to the post authentication process so that it can be set in the second session. We'd either therefore have to insert the data into a table and read it back or add an extra LDAP call to retrieve the user role/ group list during the post authentication process.
    Thanks again,
    Matt

  • Setting for enjoy transactions

    Dear all,
    could any body help me in this.
    how do i get edit - new entries option in
    Img-Materials Management-Inventory Management and Physical Inventory-Settings for Enjoy Transactions-Settings for Goods Movement-Setting for Transactions and Reference Documents
    regards

    Hi
    here you can add any transaction or reference documents.You can make whether the transaction event active or inactive means example In MIGO there are several options GR,GI,Transfer posting etc.If you remove active check box againest MIGO, you can't perform GR with migo.(GR transaction will disappear from drop down).
    Similarly Within GR , you can allow GR with respect to  Purchase orders,Inbound delivery etc.You can't add your own transaction/event and reference document for transaction/event.
    Regards
    Ramakrishna

  • Appl_soap_management not found in SICF transaction

    Hello All
    In SP14 the WSADMIN transaction is obsolute so we are using SOAMANAGER transaction to create web service.To use this transaction we have to activate the appl_soap_management service in SICF but we can not find this service there.
    Please let me know what is the problem .
    Thanks
    Sonal

    Hi Sonal,
    Sorry to asking this but I am also facing same as WSADMIN says its obsolete and appl_soap_management node is not there inside SICF.
    I am wondering, how did you manage to solve this issue and make this soamanager t-code run in the system.
    I am surprised that tcode exists but the related web dynpro application does not exist.
    Any clue will be highly appreciated. Thanks.
    Regards,

  • IE 6 Browser setting  to see Transaction Iview

    Hi
    When I open transaction iview through Portal Blank pop up screen is open.And transaction iview open outside that blank popup screen.
    I want  to see that transaction iview inside that pop-up window(means fit to pop-up screen).
    I check with other user they are seeing transaction iview inside that pop-up window.But in my case its not showing .I think its some browser setting.(IE 6)
    Can anyone help me on the same to resolved my issu?
    Regards
    Ruturaj

    Ruturaj,
    Check this SAP  Note 785308 - Microsoft security patch side effects in NW and refer to [this|Transaction Iview Error; thread. Check out Alexander Zhukau's response and implement the same.
    Cheers!
    Sandeep Tudumu

Maybe you are looking for

  • Itunes wont even come up!!!!

    i just downloaded the new itunes 7 but i wont work every time i click on it it says, 'Quicktime Version 7.0d0 is installed, Itunes requires Quicktime version 7.1.3 or later plaease reinstall intunes' but i already did several times and i restarted my

  • Enquiry Form Spam

    Two things. I have an Enquiry Form on my site and every now and then I receive a reply which is totally blank and although some fields are mandatory (name, email address), which I have set a behaviour for. I am puzzled how this gets through the syste

  • Export data in CSV and store the file in local drive

    Hi, Here is the requirements. Fetch the values from table (around 60000 records), and export them into CSV file and store the file in local drive. I have written servlet to to this and it is working fine expect saving the file in local drive. At the

  • T.code AS91 going for shortdump.

    I have an Issue that Transaction Code AS91 is going for shortdump. It suggests that there is an error in the program SAPLAIST in line No. 12 of the Include Program "LAISTF3A"  i.e., -Termination Occured call function 'VIEW_SELECT' - >>> *Termination

  • Spinning Ball Want Go Away!

    All of a sudden my MacBook has developed an issue where the cursor turns into the spinning ball for about 4 to 5 minutes. Then I am able to return to work briefly before the process starts again. No matter what I have running and no matter what I am