Transaction code to find modules in ECC 6.0

Hi gurus
I installed ECC 6.0 with windows and oracle. I want to know the transaction code that tells me what are the modules ( SD, FICO..etc) which are present in my ECC 6.0.
Pllzzz help me

Hi,
Goto --> SE93 
Suppose u want all the Tcodes for Material Mangement then type MM* in the box.It will show u the all the Tcodes for MM.
In this way u can go ahead with other modules.
Thanks,
Spandan

Similar Messages

  • Transaction code to find return code for transport request

    Hi,
    I want to see  the return code for transport requests after importing to QAS from DEV. What is the transaction code to find return code and can you explain in brief.
    Thx,
    Vasu

    you can check it out in STMS
    wht you can do is ,,
    Run Tcode STMS > Overview imports (F5) > you will find all import queues > then click on the import queue in which u want to see the status of transport (DEV , QAS , PRD )
    > then find out the transport no > click on that > then click on logs or press ( ctrl + f4)
    Return code
    Meaning
    0000
    Transport performed without errors
    0004
    Warnings were issued. All objects were transported successfully. There were special actions for individual objects that may not have been intentional, for example, a warning is issued during the export if the request contains an object deletion.
    Read the warnings.
    0008
    Individual objects could not be transported successfully. You must analyze and correct the errors. Examples of import errors: Original object was not overwritten, Repaired object was not overwritten
    0012 or higher
    A critical error has occurred, probably not caused by the contents of the request. You must inform your system administrator.
    http://help.sap.com/saphelp_nw70/helpdata/en/57/38e26c4eb711d182bf0000e829fbfe/content.htm
    Hope this information will help you ,,
    Cheers
    dEE

  • TRANSACTIONS CODES FOR FI MODULE

    hi
    where to get a list of all transactions codes for FI module.

    Hi ,
    Do check below mentioned link for the lict of all transaction codes in SAP.
    http://www.saptransactioncodes.com/a.html.
    Regards
    honey

  • Wat is the Transaction Code to find out the Pending Training List

    Hello Gurus,
    Please let me know the Transaction Code how to find out the pending training list in Training Module in SAP-HR.
    Kindly give me the Transaction Code or the report name.
    Regards
    AM.

    Hi,
    What do you mean by pending traing list.
    Regards,
    Kapil Kaushal

  • Re: Any Transaction Code to Find Configuration Settings for FICO

    Hi Friends,
    I want to know is there any transaction code to identify the configuration made for FICO for a particular company.
    Pleae help me out.
    Regards,
    vivek

    Hai  Vivek,
    The complete configuration can be viewed through EC01. Go to EC01, Press on structure, In the next screen click on navigation. Press enter through all the messages. The next screen would display a tree structure with all company codes under the client. Select ur company and double click. the entire configuration, with the related assignments can be viewed in a tree format.
    In OBY6 u would in a position to look at the assignments pertaining to company code whereas in EC01, you would be in a position to have a complete configuration including the integration with mm and sd.
    This wud definitely solve ur prob.
    <b>Assign points if useful</b>.
    Regards,
    Smruti

  • Transaction code to find Process message and Process Instruction

    Hi
    I am new to PP module
    Where do i find (In which Transaction) the list of
    a) Process Message Category
    b) Process message
    c) Process Instruction Category
    in SAP ERP system??
    Regards
    Sweety

    Hi
    Thank u all for responding
    Still I was not able to find certain Process Messages like YQ_AIR, YQ_RPM, YQ_TEMP, YQ_CONS, YQ_PHCO, YQ_PHCO2.
    and Process Instructions like
    YQ_AIR, YQ_ENDPI,YQ_HEAD, YQ_INSTR, YQ_LAY, YQ_MATLI, YQ_PROD, YQ_PTEXT,YQ_RPM, YQ_TEMP, YQ_CON1, YQ_CON2..
    do I need to do some (Basis) configuration to get these?? or the above mentioned Process Messages and Process Instructions are not pre defined??
    Regards
    Sweety

  • How to find the BTE event for FBCJ transaction code

    Hi All,
            i need to find the BTE event for Finance related transaction codes.i checked in the SWEL transaction code, didnt find any event triggered and the standard BADI doesnt suite my requirement.The transaction code  which i tried is FBCJ.can anyone help me how to find the BTE event for the above mentioned transaction.
    Thanks in Advance,
    lokesh kumar.K

    Hello Lokesh,
    The following is one of the process of finding a BTE and implementing it.
    (1)Goto transction FIBF .Execute it with Attribute type = 'A'. Then in the menubar Environment->Info System (P/S )
           Go through the list of BTE's available with the description available beside.
    (2)Select the BTE you want to implement.
    (3)Press button Sample function module
    (4)This brings you to SE37 - Copy the sample function module to a Z-function module (First create a new function group for the function module) . Note: The name of the Z-functionmodule is not important
    (5)Edit the code in the new function module
    (6)Go back to transaction FIBF - Menu Settings->Products -> Of a customer and create a new product whicj identifies the new product . Remember to mark the Active field.
    (7)Go back to FIBF menu Settings->P/S function modules->of a customer - Create an entry that links the BTE and Product with the new function module
    Hope this will help.
    Regards,
    Samson

  • Fi validation -exclude tr code from other modules

    I am setting up a validation at the Fi line item level. Now it is restricting some documents comming from MM which we don't want to. Is it possible to exclude some of the transaction codes from other modules to not to consider this validation.
    I tried SYST-TCODE <> (T-Code from other modules like MM for eg: MIRO etc)
    But that does not seem to work.
    Does anyone know why and are there any options to get this done.
    Any help will be appreciated

    Hello,
    Please validate BKPF-AWTYP (reference procedure)
    For postings done in FI its, BKPF and so for others it would change.
    This would be simple.
    But for this check whether this field can be used for validation.
    This can be done by checking table GB01, if not change the settings to make this field available for validation.
    Best Regards
    Anantha

  • How to lock a transaction code  in a report  ?

    Dear Abapers ,
         i had a requirement to lock a transaction code in my Module pool programming . the requirement goes in this way ..
    " if a  single user is editing a report then that particular report has to be accesseble to only that concerned user , it cant be accessed to any other user who gonna run the report unless the first user exits the report . <removed>.
    Thanks & Regards,
    Sravani . Y .
    Edited by: Thomas Zloch on Apr 5, 2010 8:39 PM

    Hi,
    You have to verify the processes in execution. Here an exaple code:
      DATA: BEGIN OF WP_TABL OCCURS 10.
              INCLUDE STRUCTURE WPINFO.
      DATA: END OF WP_TABL.
      " This CALL verifyes the processes in execution:
      CALL 'ThWpInfo' ID 'OPCODE' FIELD OPCODE ID 'TAB' FIELD
        WP_TABL-SYS ID 'CPU' FIELD WITH_CPU.
        " Now loop at table WP_TABL
        LOOP AT WP_TABL.
           " Inside this loop you have to check if the report field WP_TABL-WP_REPORT is been executed more than one time. The user field WP_BNAME tells you who is executing the program.
        ENDLOOP.
    I suggest you, ask for an ABAPER help with this code example.
    Hope it helps you...
    Alexis Sánchez N.
    SAP ABAP Developer Consultant
    <please no company names in the posts, folks can view your business card if interested>
    Edited by: Thomas Zloch on Apr 12, 2010 4:50 PM

  • How to assign transaction code to a ABAP program?

    Hi,
    Need help in assigning transaction code to a ABAP program. Any method that will do the job?

    >
    sainath raj wrote:
    > hi
    > within my knowledge
    > Any ABAP program can have its own transaction code if and only if it is of type 'MODULE POOL' .
    > An EXECUTABLE program  cannot have a transaction code.
    >
    > So try with this .
    >  1) Go to the attributes of the program and change the program as type module pool
    >   2) then execute transaction SE93.
    >  3) give the appropriate program name and assign a transaction code as ur wish.
    Well Sainath,
    What u said is not correct, an executable report can have a transaction code, difference between module pool and executable program is that u neccesarily need to have a tcode for module pool but that doesn't mean that only module pool can have tcode.
    And secondly u should not answer these kind of simple questions, as people then continue posting simple questions without making an effort to serach for themselves.
    кu03B1ятu03B9к.

  • SD Transaction codes

    Hi Friends,
    I just want to know what are the transactions codes in SD module related to BDC upload of Data during implementation process ?
    Regards,
    Dinesh

    Hi Dinesh,
    <u>Tcodes in SD</u>
    XD01- Creating customer master data
    XD02- Changing customer master data
    VA01- Creating sales order
    VA02- Change sales order
    VF01- Create billing document
    VF02-Change Billing document
    VL01N- Create Delivery order
    VL02N- Change Delivery order
    These are the above Tcodes you need in SD for BDC(data upload).
    For Recording you have Tcode- SHDB
    For Processing Session Tcode- SM35
    So Please Reward points if the answer is helpful.
    Regards
    Bhawani shankar

  • Module wise IMG transaction codes

    Hi Security Experts,
    I have ECC 6.0 box in Netweaver 7.0 version. I want to know the img transaction codes of all the functional modules. Where can i find that. Is there any table providing this information. For Information I am not finding the right kind of information TCTC or TSTCT or TSTCV tables. Please help me locating the right information as soons as possible.
    Thanks Experts.
    Regards,
    Iqbal

    Hi,
    This is not a perfect solution, and trying to determine all the tcodes in the IMG by functional area is not a simple task. However, this may point you in the right direction.
    As a start I would take a look at the tables CUS_ACTOBJ or CUS_IMGACH. The problem is trying to determine the naming conventions of the IMG activities for each of the functional areas.
    Hope this helps.
    Regards
    Sujeet

  • How to find the Obsolete function module in ECC 6.0

    Hi Guys,
    How we can find the all obsolete function in ECC 6.0, is any T-code to finding the obsolete function modules, or any other way to find.
    Could you please help me.
    Thanks,
    Gourisankar.

    Hi Gouri,
    If you are looking at determining whether a single FM is obsolete or not is by this method:
    Go to FM in SE37 -> Goto Attributes Tab -> General Data section -> look above the Edit Lock field ... where SAP places the release status and date of the FM, if the FM is obsolete, the text Function Obsolete appears
    This is one way of finding out one FM @ a time
    However if you want to check on a mass scale, I dont have a SAP system here hence cant confirm, however, all FMs are stored in TFDIR database table. Please scroll through the fields of the DB table to check whether any field relates to release status or the like. If it does, then from SE16, you can put the value corresponding to "Obsolete" in the field and run to check all FMs.
    Cheers,
    Aditya

  • How i can find out number of transaction code created in last 6 month

    Dear Friends,
    How i can find out number of transaction code created in last 6 month and last used date for each transaction code.
    System - ECC 5.0
    Plz help.
    Thanks,
    Regards,
    Sachin

    Hi,
    As per your query you can find out the list of t-code not to use in last time details in suim t-code.
    Anil

  • How to find all Custom tables (transp) that have a custom transaction code?

    My client has asked us to provide a list of all Z (custom) tables and the associated transaction codes for maintaining them.
    I know I can manually do this with a Z* search in se11 and then do a where used on each table to find out if a view (transaction code) exists for the table - BUT THIS WOULD TAKE HOURS IF NOT DAYS TO DO AND BE LIABLE FOR HUMAN ERROR.
    Does anyone know the way we could code a search for this information (ABAP) and know what tables to use?
    Thanks.
    Scott

    Hi
    You can search in table TSTCP for custom tables that have a maintainance view and a transaction associated, which is a call to SM30. To do this, just select the table with TCODE starting with 'Z' and PARAM starting with '/*SM30'.
    But you can also have some Z tables updated by an module pool program. This is more complex to find, because you don't know if you simply have the field used in the screen for some other use in a transaction, or if it is in that screen just to update the table. In this case, you need to analyze each screen.But I hope the first tip help you to solve your problem.

Maybe you are looking for