Delete Links to SAP Roadmap Accelerators in RMAUTH

I'm noticing some weird behavior in RMAUTH. Yesterday I deleted several of the links to roadmap accelerators in my custom roadmap. Today I logged in and they were there again.
Yesterday I had saved my changes, left the transaction and system, came back in and it was fine. But today it seems like the links are back.
Anyone see this before?

Hi Seshen,
The published IAC files should be under ITS server.
In the ITS server go to c:/program files/sap/its/../servicefilename/htmlprogramname
or
c:/sap/its/../servicefilename/htmlprogramname
In SAP R/3 you can find under se80.
Select "Internet service" from drop down list. Then search for IAC files. This is available after SAP R/3 4.6C.
Regards
Arun

Similar Messages

  • SAP Roadmap Composer

    Where can I find the off line versie of "SAP Roadmap Composer"? Please provide me a link to download the composer.
    It should contain SAP EAF, is this correct?

    M. Vrouwenvelder,
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000510734&_SCENARIO=01100035870000000202&
    Regards,
    DB49

  • How to post URL link in sap script

    How to give link in sap script..
    For example if someone select [sap|www.sdn.sap.com]. it will direct to www.sdn.sap.com
    Regards
    Sas
    PS: Insert Test --> Hypertext option tried but not working properly...
    Hey no replies....any one any idea?

    I don't think sapscripts does  have the  option for  entering  hyperlinks.
    SAP has provided  smartforms/advance forms:
    Link: [hyperlink - smartform;
    Link: [https://help.sap.com/saphelp_47x200/helpdata/en/9b/e3b0e0c2a711d3b558006094192fe3/
    frameset.htm]
    Link: [Hyperlink in smartform]
    Link: [How to create a hyperlink in smartform]

  • Consequences of Deleted PO in SAP

    Dear Guru's,
    We have requirement to change Material Type. For this system is suggesting to delete Purchase Orders open and completed both.
    I want to know the consequences of deleted PO in SAP. Can any1 help me out?
    Regards,
    Rashid Masood

    Hi Rashid,
    I will not suggest you to change material type of existing materials if there are PO's, GRN documents and Invoice documents existing for that particular material....
    You have to reverse all the documents including your all  PO's, GRN's and Invoice documents...which will have Financial impact too..
    So what i will suggest is.....Create a new material with correct mat type with the same material description and proceed  accordingly..
    Also you can flag for deletion your old material in MM06 Tocde...
    So now when ever you have to proceed, use the new material...
    Hope it helps..
    Utsav

  • How are attribute and text master data tables linked in SAP R/3?

    Hello,
    how are attribute and text master data tables linked in SAP R/3?
    Most tables with attribute master data like T001 for company codes,
    have a text master data table T001T (add "T" to table name).
    When looking at the content of table T001 via transaction se11,
    the text are automatically joined.
    But for some tables there is no "T"-table (e.g. table TVBUR for sales offices
    has no text table TVBURT), but in se11 you get texts. There is an address
    link in TVBUR, but the Name1, etc. are empty.
    a) Where are the text stored?
    b) How does the system know of the link?
    Hope someone can help!
    Best regards
    Thomas

    Hi Thomas
    The master and text table are not linked by name, of course, if you see the text table, it has the same key fields of master table, only it has the field key spras and the field for description.
    The link beetween the tables is done by foreign key: if you check the text table TVKBT u need to see how the foreign key for field VKBUR is done:
    -> Foreing key with table TVBUR
    -> Foreing key field type -> KEY FIELD FOR A TEXT TABLE
    ->Cardinality-> 1-:CN
    It's very important the attribute sets for Foreing key field type, if it's KEY FIELD FOR A TEXT TABLE, it'll mean the table is a text table: i.e. that mean the master table is a check table for the text table, where the foreign key type is for text table.
    U can find out the text table of master table by SE11: GoTo->Text Table
    U can fined some information in table DD08L.
    Max

  • Link to SAP R/3 Logon from Portal IView

    Hi,
    How is the Link to SAP R/3 Logon from Portal IView?
    Thanks
    Raissa

    Hi Raissa,
    Check these links
    Configuring EP for connecting to SAP R/3
    Creating system object
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N03_BB_InstallGuide_EN_US.doc
    Regards
    Arun

  • How to delete data in SAP Tables

    Can i delete data in SAP tables in IDES version? I need step wise answer.
    Best answer get good points.
    Regards
    Kalyan Pothini

    Hope this helps:
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci1159707,00.html
    Fast deletion of SAP table content
    Stan Shuralyov
    01.17.2006
    Rating: -3.86- (out of 5)
    If a table has millions of records, full deletion becomes time consuming. Try this tip when you need to delete data quickly -- it works in seconds.
    Editor's note: This tip works on an SAP 4.6C, WAS620 and WAS640 system (i.e., all currently suppported SAP platforms). Note that it is a tricky function that should only be used by programmers who know what they are doing.
    Code
    Use function from SE14
            call function 'DD_DATABASE_UTILITY'
                 exporting
                      fct                     = 'MDF'
                      obj_name                = 'TABLE_NAME'
                      obj_type                = 'TABL'
                      exec_modus              = 'S'
                 importing
                      subrc                   = sl_subrc
                 exceptions
                      unexpected_error        = 1
                      unsupported_function    = 2
                      unsupported_obj_type    = 3
                      table_is_locked_by_tcnv = 4
                      authority_check_failed  = 5
                      abort_function          = 6
                      conversion_error        = 7
                      others                  = 8.
            if sl_subrc = 0 and sy-subrc = 0.
              write:/ '&1', '- Table Deleted OK'.
              commit work and wait.
            else.
              sl_status = 1.                          "Deletion Failed
              write:/ '&1', '- Table Deletion FAILED'.
            endif.

  • How can i delete Record when i click on Delete Link in a report

    hi,
    i have to create report
    select S_NO,BILL_NO,LED_NAME,PUR_LED,VAT,BILL_DATE,ST_GRP_UND,GODOWN_NAME,
    ITEM_NAME,UNIT,QTY,RATE,PER,DIS,AMOUNT,'Delete' from DUMY_AC_LED_PURASEI want to delete corressponding record when i click on Delete Link.
    Here S_NO is P.k.
    How can i delete Record when i click on Delete Link.

    Manoj,
    If something does not work then you should report back on the same thread so that there is continuity to the whole episode. Be as lucid as you can be so that people know whats the scenario. E.g. is not working is not enough. What happens? Does is show error , go blank, goes to another page... all that is important.
    Its for posterity, down the line others will also visit the thread (may be).
    Regards,

  • Open transaction when click in the link in sap inbox body text

    Hi all,
    Requirement :
    Have to send mail through program (not workflow) and in the mail body one link should go to the sap inbox. when user click that link it should open the transaction with passing some values to the transaction.
    Solution :
    Can we use the java script in the mail sending FM body so that we can raise a event when clicking the link in sap inbox.
    Please suggest some method to solve the problem.
    Regards,

    Hi,
    Here is the sample code:
    DATA: lr_navigation TYPE REF TO if_crm_ui_navigation_service.
    lr_navigation = cl_crm_ui_navigation_service=>get_instance( me ).
    CHECK lr_navigation IS BOUND.
    lr_navigation->navigate( iv_link_id = 'ZLINKID' ).
    -ASB

  • Any Link with SAP BI and ECC6

    Hi..
    Is there any Direct Link between SAP BI and ECC6.
    Regards
    Lakshman

    Again very common...
    SAP BW (term BI is used for fronted tools) uses SAP API (SAP R/3 Plug-In) technology to connect SAP's sourec systems like ECC (R/3), mySAP components, etc... Check out more about this topic @:
    http://sapport.blogspot.com/2008/06/bicont-pibasis-st-pi-pi-r3-plug-in-see.html

  • Link to SAP Report Output from SAP Mail Inbox

    Hi Experts,
    I wants to send a link of SAP  ALV  Report output screen to SAP mail inbox and if a user clicks that link ,the report output
    screen should open and user has to see & interact  the ouput of that  ALV Report.how can i achieve this without webdynpro
    and workflow.
    Regards,
    Veera.

    Hi Asif
    When I said 'pdf/rtf/html/htmlcss', I meant any one of the above.
    You need to run the report as:
    rwrun60 <report_name> <connection_string> desformat=pdf destype=mail desname=<email_id> batch=yes
    In case you want to mail as HTMLCSS, replace PDF in DESFORMAT option in the above command to:
    DESFORMAT=HTMLCSS.
    Regards
    Sripathy

  • BAPI_DOCUMENT_CHANGE2 and delete link

    Hi,
    I am trying to delete the document's link. But I can not do this operation. My code is;
      ls_doc-documenttype = 'VD2'.
      ls_doc-documentnumber = '0000000100000000000000344'.
      ls_doc-documentversion = '00'.
      ls_doc-documentpart = '000'.
      ls_doc-description = 'try'.
      ls_doc-laboratory = ''.
      ls_docx-description = 'X'.
      ls_docx-laboratory = 'X'.
      CALL FUNCTION 'BAPI_DOCUMENT_CHANGE2'
        EXPORTING
          DOCUMENTTYPE               = ls_doc-documenttype
          DOCUMENTNUMBER             = ls_doc-documentnumber
          DOCUMENTPART               = ls_doc-documentpart
          DOCUMENTVERSION            = ls_doc-documentversion
          DOCUMENTDATA               = ls_doc
          DOCUMENTDATAX              = ls_docx
         IMPORTING
       RETURN                        = return.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
       EXPORTING
         WAIT          = 'X'.
    This code can change the description to 'try'. But It does not delete this document's link. I also check the return. But there is no error or warning. Why this is so? How can I delete link using BAPI?
    Thanks.

    Are you trying to delete object links or original files?
    If it is object links see the fm documentation.
    Your code is not setting the object links.
    You need the values for the link structure as shown;
    lt_drad-objecttype = 'MARA'.
    lt_drad-objectkey = 'M0815'.
    APPEND lt_drad
    You need to add to pass lt_drad to table objct links in the fm.
    CALL FUNCTION 'BAPI_DOCUMENT_CHANGE2'
    EXPORTING: documenttype = ls_doc-documenttype
    documentnumber = ls_doc-documentnumber
    documentpart = ls_doc-documentpart
    documentversion = ls_doc-documentversion
    documentdata = ls_doc
    documentdatax = ls_docx
    IMPORTING: return = ls_return
    <b>TABLES: objectlinks = lt_drad.</b>
    Regards
    RM

  • Link for SAP BW BestPractice

    Hi Bw Experts
               Can Anyone give me the link to SAP BW Best Practice
    Thanks
    Lakshmi

    Hi Lakshmi,
    For BW 3.5: http://help.sap.com/bp_biv335/BI_EN/index.htm
    Bye
    Dinesh

  • Link between SAP XI and R/3

    Hi Friends,
      I installed  SAP  R/3  in a  and using VMwAre I Installed  again
    SAP XI . So how to  link the SAP XI and R/3

    <i>So how to link the SAP XI and R/3</i>
    Refer this
    RFC Destination
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83deb90-0201-0010-189c-8d3ff87572f8
    U will get all the steps here
    Re: XI and R/3 connection
    Mudit

  • How to delete developer's SAP UserID and his SSCR key on SMP?

    How to delete developer's SAP UserID and his SSCR key on SMP?
    Dear Experts,
    Background:
    I want to delete developer's SAP UserID and SSCR key in QAS and SMP.
    Because as I known, developer's SAP UserID(registered SSCR key) is belonging to the SAP License measurement.
    I want to rid of the useless developer's SAP userID and the SSCR key registered on SMP.
    ====================Here below is the message I created===================
    Dear Expert,
    One of our developers whom registered SSCR key left, I want to delete
    his SAP UserID and his SSCR key.Can you pls tell me how to implement?
    What might have happened(expecially the downside) in the corresponding
    SAP Client if I delete the developer's SAP UserID and SSCR key? Will
    it cause our system screw up?
    I've searched the answer on SDN. Someone told me I should carry out the
    follow steps below:
    (1)Delete the Developer's SSCR key on Service Market Place(SMP).
    (2)Cancel all the Jobs defined by the Developer in DEV.
    (3)SU01, Replace the value 'Developer' with Blank at the 'LicenceData'
    lable.
    (4)Delte corresponding item of the Developer in 'DEVACCESS' table.
    (5)Lock/Delete the Developer.
    Is that right?
    Thanks!
    Jason   
    ====================Here below is the reply from SAP===================
    Dear Customer,
    When the SSCR Developer/Object keys are transfered to the system, the
    keys are stored in the following tables:
    o DEVACCESS : Developer keys
    o ADIRACCESS: Object keys
    But we do not have any report programs to delete the entries from these
    tables. If the customer wants to delete the entries, he has to write a
    local program to delete the table entries.
    SAP does not recommend ever cleaning out these developer keys, as long
    as the user ID is Locked / Deleted, that is the main thing.
    please Cancel all the Jobs defined by the Developer in DEV.
    So my recommendation to you is to first lock the user id of the user.
    Then Assign him a new userid which is not identical to the first one andthen subsequently delete the old userid.
    If you have an absolute need to delete a developer key without deleting
    a user then the easiest way to do this is probably to
    write a report with the instruction :
    delete from DEVACCESS where UNAME = ....
    Please note :
    There is no recording, who did what in the table, that is why SAP strong-ly does not recommend this, and customers will have to take responsibil-ity for this action.
    Thanks
    ====================My question is:===================
    Do you have any better suggestions?

    Hi,Rahul,Raghunandan
    Thank you very much!
    Her below were the SAP Support's main suggestions:
    1. Lock the user id of the user, then Assign him a new userid which is not identical to the first one and then subsequently delete the old userid.
    2. If you have an absolute need to delete a developer key without deleting a user then the easiest way to do this is probably to write a report.
    I want to know if I can delete the SSCR key directly via a particular TX? If I can, what is it? (I just want to know. For safety, I think I won't delete the SSCR key directly remained in 'DEVACCESS'.)
    Thanks!
    Jason

Maybe you are looking for

  • Won't show certain bands in artist category

    I have this problem where some of my music won't show up under the artist category and i am not sure why. It can be listed that way in iTunes but not on my iPod. Any thoughts?

  • How to move the files in DAM to the specific folders automatically according to their extensions

    For example, If i have uploaded an image, pdf, word document files in the parent project folder then these files should be filtered according to the extensions and moved automatically to  images,pdf and documentrs folder respectively

  • Customer exit not working for variable

    hi ,  i have created the variable with customer exit,options for variable are optional and ready for input checked.when in debugging mode the value in exit i_vnam is having value of the variable but in the second time it dont have.so i cannot go the

  • Animated content always in foreground. Indesign CS 5.5

    Hey, i got a huge problem. I am working on an ipad publication, viewing in adobe's content viewer for ipad. i have a lot of interaction going on in there. For example, if i wanna put a video file in one of my documents, or a scrollable content, or a

  • CS3 - resizing artwork for printing

    Hi, I have designed a new label WAY to big. And now i need to resize it for a small sticker. I initially set the document to 1100px x 500px but need to go down to 5cm x 3.6cm. I have a different objects hanging outside the 1100 x 500 as i couldn't wo