SAP1 Transaction in ECC 6.0

Dear Experts,
I'm trying to use SAP1 transaction in ECC 6.0, but i'm getting the message as transaction not available. Can you specify the equivalent transaction for SAP1 in ECC 6.0
Thanks & Regards
Dominic Rajan

hi,
SAP1 is normally available/possible with ECC 6.0..
If you don't get the reports, then Under Information systems in SAP easy access  screen check for the reports manually...
Hope it helps..
Regards
PRiyanka.P

Similar Messages

  • How to download list of transaction from SAP area menu in SAP1 transaction

    Hello All,
    My requirement is I want to download the list of transaction under the SAP area menu in SAP1 transaction.
    I tried with SE43, entered area menu as S000, but it doesn't give me of the same hierarchy and some transaction were missing, for example IH08 is available in SAP1 transaction and not available in SE43.
    Could you please let me know is there any way to download the list.
    Regards,
    Thanga

    If you open SE43N, type SAP1 and Display (F7), Tree is shown with collapsed nodes. Print option in Menu shows the same tree as a list. The nodes do not get expanded by default.
    So in order to get expanded tree in list ( so that transaction codes can be seen), you need to expand the tree before choosing Area Menu > Print.
    This works for average area menu which is less number of transactions.
    Since you are looking for SAP1, it has lot of transactions, and on expanding it, information message is shown as:
    The tree could only be partially expanded for performance reasons
    Diagnosis: The hierarchy could not be completely expanded for performance reasons; it has too many subnodes.
    Procedure:
    Restrict the number of nodes to be expanded by expanding a lower-level node
    or
    Expand this node repeatedly until this message no longer appears. The hierarchy is then completely expanded.
    As a result, IH08 transaction which is under Quality Management node can't be seen in list view as overflow occurred before this node was reached.
    On debugging, it can be seen that the tree is expanded recursively by standard until an overflow flag is set.
    In order to get around this overflow protection, you can write a custom code.
    Below snippet is for demonstration purpose.
    1. Run FM BMENU_DISPLAY_RSTREE in SE37 with tree_id as QM01
    2. Run my snippet that calls same FM in the end
    Compare 2 outputs and see the difference.
    I am going 1 level deep and IH08 transaction can be seen in output.
    Similarly, you can write a code that recursively expands every sub-tree found so that entire list can be seen.
    DATA: ls_nodes  TYPE hier_iface,
          lt_nodes  TYPE STANDARD TABLE OF hier_iface,
          lt_nodes1 TYPE STANDARD TABLE OF hier_iface,
          lt_nodes2 TYPE STANDARD TABLE OF hier_iface,
          lt_refs1  TYPE STANDARD TABLE OF hier_ref,
          lt_refs2  TYPE STANDARD TABLE OF hier_ref,
          lt_text1  TYPE STANDARD TABLE OF hier_texts,
          lt_text2  TYPE STANDARD TABLE OF hier_texts,
          lv_tree_id TYPE hier_guid VALUE 'QM01'.
    * read top level node
    CALL FUNCTION 'STREE_HIERARCHY_READ'
      EXPORTING
        structure_id       = lv_tree_id
        read_also_texts    = abap_true
      TABLES
        list_of_nodes      = lt_nodes
        list_of_references = lt_refs2
        list_of_texts      = lt_text2.
    * read hierarchies of sub-trees
    lt_nodes2 = lt_nodes.
    LOOP AT lt_nodes INTO ls_nodes WHERE node_type EQ 'AMRF'.
      CLEAR: lt_nodes1, lt_refs1, lt_text1.
      CALL FUNCTION 'STREE_HIERARCHY_READ'
        EXPORTING
          structure_id       = ls_nodes-reftree_id
          read_also_texts    = abap_true
        TABLES
          list_of_nodes      = lt_nodes1
          list_of_references = lt_refs1
          list_of_texts      = lt_text1.
    * add sub-tree details to main tree
      APPEND LINES OF lt_nodes1 TO lt_nodes2.
      APPEND LINES OF lt_refs1 TO lt_refs2.
      APPEND LINES OF lt_text1 TO lt_text2.
    ENDLOOP.
    CALL FUNCTION 'BMENU_DISPLAY_RSTREE'
      EXPORTING
        tree_id       = lv_tree_id    " Unique ID - 32 Characters
      TABLES
        list_of_nodes = lt_nodes2    " Hierarchy Maintenance Tool Node Passing Interface
        list_of_refs  = lt_refs2     " List of References to Structure Items
        list_of_texts = lt_text2.    " General Structure Repository Node Text

  • New Added RF Transactions in ECC 6.0?

    Hi,
    What are the new RF transactions added to ECC 6.0??
    I would appreciate if someone can provide a list of all supported RF transactions in ECC 6.0
    Thanks,
    Sen

    hi
    new Gl is the main functionality of ECC6
    u can know more about new GL at
    Re: Classic G/L and New G/L
    and also  check the link for Delta between 3.1-4.0- 46C - ECC5.0 & ECC 6.0
    http://solutionbrowser.erp.sap.fmpmedia.com/
    assign points if useful
    regards
    Srilakshmi

  • Transfer a transaction to ECC from BIW

    Hi,
    Is there any way to transfer a BIW transaction code to ECC 5.0.
    Had done a executable program and created a transaction code need to execute the same transaction in ECC
    Let me know the solution for this.
    Regards,
    Nithiya.

    How to post a video to YouTube or Facebook from your new iPad

  • Open Transactions in ECC for Master Data changes in MDM

    Hi All,
    I have a basic Design question on how to handle the impact of Data changes in MDM for any open transactions with that Master object. For eg if we have a Material set up in MDM and in ECC and there are open Purchase Orders for that Material, now if the Base Unit of Measure is changed in MDM and gets harmonized to ECC(After Workflow approval of the Change) how will it impact the PO attached to the material . Can we do any configuration in ECC that will restrict any Open PO s not to take the new changed value and any new POs taking up the new Base Unit of Measure , or can we set up an alert/notification that will trigger for a PO whenever any Master Data is changed and the PO takes the new changed value on the fly . What will be the best approach from a solution point of view .
    Thanks ,
    Prabuddha

    Hi Prabuddha,
    In ECC if a change happens to a master data not all the changes are reflected automatically in the open documents like open PO or open Sales order. Some fields values have to be redetermined for eg: "pricing procedure", some of them needs to be changed manually for eg: "Description". Moreover specific to your eg of Base unit of measure, this is a sensitive field and has lot of impact on the process so there for changing such fields it is necessary to close all the open documents against the Master data record in consideration. This fact is regardless whether the change happens through an IDoc or directly by MM02/XK02/XD02
    Prabudha, Please revert if you have further questions.
    Best Regards
    P T Manoj
    Edited by: PT MANOJ on Sep 2, 2011 10:25 PM

  • Short Dump with VA22 transaction in ECC 6

    Hi All,
    We are on ECC 6 and facing a short dump whenever we are trying to save some quotation. We are getting the following error.
    There is probably an error in the program "SAPLSYDB". The program is triggered in the update task. There, the following ABAP/4 statements are not allowed:
    CALL SCREEN
    CALL DIALOG
    CALL TRANSACTION
    SUBMIT
    "POSTING_ILLEGAL_STATEMENT" " "
    "SAPLSYDB" or "LSYDBU27"
    "DB_COMMIT".
    Is there a sap note for this. Any link or pointer to this will be highly appreciated.
    Regards,
    Jayant

    Hello,
    This looks like a problem for SAP.  I assume that you have not modified the
    program SAPLSYDB.  I also assume that you have searched the Service Marketplasce
    for any OSS notes.  My next step would be to create a message to SAP to get them to
    have a look.
    Regards
    Greg Kern

  • BADI for MIGO transaction in ECC 6.0

    Hi All,
    We are upgrading our SAP R3 from 4.6c to ECC 6.0.
    In the new system, Transaction SE18 now has two options
    1. Enhancement spot
    2. BAdI Name
    When I display my BADI MB_DOCUMENT_BADI
    Attributes tab shows BAdI migrates to enhancement spot MB_GOODSMOVEMENT
    When I display Enhancement spot Technical details Tab shows Enhancement Implementation Status shows "Initial".
    We have implemented this BADI in our 4.6c version. And it’s triggering when I run MIGO transaction.
    In the new system BADI is not triggering when I run the MIGO.
    Above is the only difference I found in the new system when compared with our old system settings.
    Can any one suggest me what all the things I need to take care to get working this BADI
    Thanks,
    Satish

    Hi satish,
                Pls check here,
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://www.esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt
    Cheers
    Hareesha k

  • Obsolete Transactions in ECC 6.0

    Dear All,
    How to find what are the Transactions are obsolete in ECC 6.0 ?
    Note:PRGN_CORR2 Table doesn't contains all Transaction Details. and RODIR table contains only obsolete Function Module names.
    Thanks in Advance.
    Kanagaraja L

    Hi,
    check here
    https://wiki.sdn.sap.com/wiki/display/ERP6/TransactionsChangedinECC6.0
    OR
    check release notes for ERP 6 at http://service.sap.com/releasenotes.
    Regards,
    Amit

  • J1ID Transaction - Recording - ECC 6.0 Version

    Hi All,
    Can anyone let me know how to record J1ID transaction using SHDB? Im using version ECC 6.0 and it does not allow recording for this transaction J1ID in ECC 6.0
    Thanks,
    Anita

    Hi Anita ,
    better to Go for Diff.Options like BAPI.
    Regards
    Prbahu

  • Bex transaction to ECC/CRM screen

    Hi
    We have a unique requirement of trigerring a ECC/CRM transaction screen from Bex report when the user clicks on context menu or a key field. Ex BP Number.
    We are using ECC 6.0 and CRM 5.0
    Any sugesstion ideas on how to go about doing it.
    Thanks

    Hi,
    you already posted this question. you shouldn't post multiple times..
    regards,
    Diego

  • Ordinary Depreciation - FI-AA transaction type, ECCS transation type

    HI FI-AA experts,
    What FI-AA transaction type is used for normal/ordinary monthly depreciation?  In addition, what ECCS transaction type is updated?  Is this configurable?  Is so where?  Lots of questions.
    Thanks in advance!
    Bill

    Hi,
    no problem just a question.  sounds like SAP does not generate an FI-AA transaction type during normal depreciation.  So..what ECCS transaction type is update?  I know in the other addit/retir...etc FI-AA transaction types you specify the ECCS transaction type during config.  We need to know how this works for ordinary depreciation.
    Thanks!
    Bill

  • Add Z-transaction to ECC menu

    Hii All
    How to add our own Z-tcode to the ECC menu?? PLs explain the steps.
    Tx

    Hi Shakir,
    You can do with the help of area menu SE43 transaction.
    Check this link for step by step process
    http://web.mit.edu/sapr3/docs/webdocs/getstarted/gsFAVORITE.html
    <b>FriendlyNote:</b> You have many open threads. Plz close the threads if they are solved/answered.
    Thanks,
    Vinay

  • Inventory:Transaction in ECC for displaying Total Stock and Stock value

    Hello Experts,
    I have ran the report on BW side which gives me Inventory's Total Stock (ZTOTALST) & Stock Value(ZSTDPRICE) period wise.
    I want to reconsile data between ECC & BW for these two fields, please provide me trasactions for the same.
    I have material num & Plant for input.
    I want  to see the ZTOTALST & ZSTDPRICE value period wise in ECC.
    Thanks in Advance.
    Regards,
    Yash.

    Hi,
    Check in MB5B and MC.9 Tcodes in ECC.
    Note: select Valuated Stock in ECC and gibe Date Ranges also
    Thanks
    Reddy

  • Error in Transaction SARA - ECC 6.0

    Hi ,
    When executing the report MMREO050N in ECC 6.0 there are two fields MATNR_EX and MATNR_VE  with no description against the same.
    Please let me know whether anyone has corrected through a SAP Note.
    If yes please provide me the Note Number.
    If not through note what is other alternative to correct the same.
    Regards
    Ramesh

    Thanks for the solution.
    Regards
    Ramesh

  • Do we have reversal of reversed transaction in ECC 6.0 latest version??

    Hi All,
    Do we have reversal of reversed transactions in Latest version ??
    if so pls let me know the Tcode and procedure.
    regards,
    shashi

    Dear Friends,
    Thank u for u r responces..
    points have been assigned to all.
    we can reverse a reversed document in F-02 itself taking reference of reversed and we can generate in same document number range ..in this way we can reverse a reversed document.
    i got solution ..so iam closing this thread.
    regards,
    shashi

Maybe you are looking for