Documentation or step-by-step guide for any transaction.

Hi i have just finished ABAP Training.i want to learn more and more transaction  myself.but whenever try to learn any new transaction it seems  very hard as confused with many functionality.For ex.if i want to learn SM36 transaction which is related to scheduling background jobs.i want some guidance to learn more transaction.Where do i get documentaion about that transaction or step-by-step guide.
Moderator message: please search for available information/documentation.
Edited by: Thomas Zloch on Jan 7, 2012 10:20 PM

wrong place mate. this is not a training forum, yes you can search with the key words in SDN and you will find WIKIs which will kind of serve you for training guide.
just google it. you will find a lot of stuff in web. or even help.sap.com would help you with almost every thing you wanna know,
this forum will come handy when you are stuck with something.
happy learning

Similar Messages

  • HT2493 I have a problem with the 3rd step of the Guide for personalizing icons

    I have a problem with the 3rd step of the Guide for personalizing icons: when i click on the little image of the icon in the Get Info window it doesn't come out any command to choose in order to copy it.. is that a problem with mountain lion? where is the interactive icon to click on in the Get Info window?

    Thanks guys! I was expecting to se a window when it was even easier!:P
    Thanks for helping!
    Bye!

  • A customizing guide for F111 Transaction

    Hi All,
    Could anyone suggest me a customizing (or user) guide for F111 Transaction?
    Thanks
    Gandalf100

    t.code F111 can include payments request from GL account. I can't do the same by F110.
    Gandalf100

  • Shortcut for any transaction

    Hi All,
    can any body tell me how to create a shortcut on the desktop for any transaction.
    Ex-i am having a TCode BP when ever i click on the shortcut i should get the BP screen directly without going through the logon pad- BP .
    Regards,
    SAP.

    Thank you for your quick reply.My problem is that i am having a SA38 query which is created based on Quick viewer, for that query i need a shortcut on the desktop. exp-
    What i am doing-
    1. I have created SA 38 query and i will execute in SA38 when i execute that query i will get one more screen based on my selection screen.
    What i want-
    when i execute SA38 query the screen which i get i want that screen as shortcut on my desktopI
    Regards,
    VRS.
    Edited by: rajasekhar on Jan 19, 2010 7:59 AM
    Edited by: rajasekhar on Jan 19, 2010 8:05 AM

  • SRM calls solman rfc for any transaction

    Hi,
    When I execute any tcode in SAP SRM or want to check any settings through SPRO it is directing me to Solman RFC and asks for user / password.
    How can I check where this settings are maintained?
    Thanks & Regards,
    Yogesh Cheulkar

    Hi Juan,
    Even I am surprised why this RFC is being called for simple transaction.
    After entering  user and password for rfc logon screen I am able to continue with transacaction.
    But even if I skip this step of user and password without entering password it is allowing.
    Only problem is it is continuously asking for each steps.
    Thanks & Regards,
    Yogesh Cheulkar

  • Inplace viewer for any transaction code?

    Hi all, have to say Im a beginner in the ABAP Field...
    I would like to split the SAP-GUI screen in two parts for any SAP-transaction:
    First screen : any transaction S000, SE80 whatever...
    Second screen:  a static document, to show for example a guideline for the even called transaction
    Thanks a lot for any suggestion : )
    @Gurus
    I found this demo report:
    OM_DEMO_OBJECTMANAGER_SINGLE
    Do you think it could be possible to modify for my needs ?
    Edited by: carmine dagostino on Feb 6, 2008 4:10 PM

    You could try writing a program that works like the ABAPDOCU transaction..
    On the left hand side have a Tree type structure and on the right have the documentation, or whatever.
    Try debugging the ABAPDOCU transaction . The interesting bit from your point of view is expanding and executing the ABAP code that appears on the right of the screen.
    I think the actual sap program is SAPMSABAPDEMOS_TREE.
    Cheers
    jimbo

  • How to update a BP status Using CRMXIF_ORDER_SAVE for  any transaction .

    Hey i am able to perform deleting a transaction or inserting a BP for a transaction using CRMXIF_ORDER_SAVE .
    But i am not able to delete or update a BP for a transaction using my program .
    REPORT  ZCRMBUSIPART1.
    data : t_crm type CRMXIF_BUSTRANS_T ,
          wa_crm like line of t_crm ,
          wa type CRMXIF_PARTNER ,
          i_ret type BAPIRETM .
    *PARAMETER : p_input type CRMXIF_BUSTRANS-object_id .
    wa_crm-OBJECT_TASK = 'U' .
    wa_crm-object_guid = '220939E0B523274FB6C0E380766BCEEA' .
    wa_crm-partner-datax = 'X'.
    wa-partner_fct = '00000031'.
    wa-partner_no = '0000000025'.
    wa-object_task = 'U'.
    wa-kind_of_entry = 'A'.
    wa-addr_type = '2'.
    wa-display_type = 'BP'.
    wa-MAINPARTNER = ''.
    wa-input_fields-PARTNER_FCT = 'X'.
    wa-input_fields-partner_no = 'X'.
    wa-input_fields-kind_of_entry = 'X'.
    wa-input_fields-addr_type = 'X'.
    wa-input_fields-display_type = 'X'.
    wa-input_fields-MAINPARTNER = 'X' .
    append wa to wa_crm-partner-data .
    append wa_crm to t_crm  .
    CALL FUNCTION 'CRMXIF_ORDER_SAVE'
      EXPORTING
        data          = t_crm
    IMPORTING
       RETURN        =  i_ret
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
      WAIT          =
    IMPORTING
      RETURN        =
    write 'done'.
    IF any1 can please point out the reason , it wud be appreciated .
    THanks guyz

    Hi ,
    PUT a break point in CRM_ORDER_MAINTAIN and try to change the partner in order and you will come to know which values needs to be passed.
    example.
    REF_GUID                                                                  pass the ref guid
    REF_HANDLE                                               0000000000
    REF_KIND                                                                  pass the ref kind
    REF_PARTNER_HANDLE                                             0000
    REF_PARTNER_FCT                                             pass the old partner function
    REF_PARTNER_NO                                             pass the old partner no
    REF_NO_TYPE                                             BP
    REF_DISPLAY_TYPE                                             BP
    PARTNER_GUID                                             pass the guid
    KIND_OF_ENTRY                                             pass the kind of entry
    PARTNER_FCT                                             new partner function
    PARTNER_NO                                             new partner no
    DISPLAY_TYPE                                             BP
    NO_TYPE                                                                  BP
    Regards,
    Gangadhar.S
    Edited by: gangadhar rao on Mar 7, 2011 11:31 AM

  • How  to get GUID for a transaction

    How to get GUID of a transaction in solution manager support desk.
    pls help reg this.

    Hi Kalpanashri,
    I would suggest you to go for recording of the transaction. Then you can get to know the tables of the related fields which you have entered value during recording.
    OR
    For checking individual fields, you can go for the <b>WHERE-USED LIST</b>.
    For Ex:
    Please go to SE11 and enter data type with MATNR.
    Then click on where-used list button and check only table type (the first option) and click on continue.
    The system will show list of tables that store value of MATNR field. You can do double click on the field name and system will take you to detail screen of the table fields. Then from here ... you browse the data as well.
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • Method (se24) to search badi's for any transaction code

    hi,
    is there any other way to search badi except se18 name? my friend told me that we can search badi by using one method(se24) also but he also don't know the name of that method. can any one tell me?

    Hi
    1) First go to any transaction->iN THE menu bar SYSTEM->STATUS->Get the program name ->double click->u will go to the program attached to the tcode.Now search term will be CALL CL_EXITHANDLER.Now u will get list of BADI'S available..
    2) Goto SE24->Give class name as CL_EXITHANDLER->Display->double click on get_instance mathod->Now u will go inside the method->Now put break point on the cl_exithandler.Now go to any transaction code and pass dat..U will see that it will be stopped on the break point which u set on the cl_exithandler...In the exit name u can find list of badi's attached to the tcode..
    or
    1) Go to Maintain Transaction  (TCODE- SE93).
    Enter the Transaction Ex:- VD02 for which you want to find BADI.
    Click on the Display push buttons.
    Get the Package Name. (Package VS in this case)
    Go to TCode: SE84->Enhancements->Business Add-inns->Definition
    Enter the Package Name and Execute.
    Here you get a list of all the Enhancement BADI?s for the given package MB.
    Above replace VD02 by your Transaction for which you need BADIs.
    Regards
    Bala Krishna

  • Getting Common Error for any Transaction posting- Fund Management

    Hi,
    I have created Budget against Commitment Items and linked those commitment Items to GL.
    When I am posting any Transaction in F-02, for the same Commitment Item for a less amount, I am getting an error message as shown in the screen shot
    When I try posting with another Commitment Item unlike before, I get the same message and same amount.
    Now I want to check why in case of both the transactions I am getting the same Budget exceeding message. Please advice how to check the budget.

    Hi,
    It depends... First of all, I'd suggest running FMAVCREINIT transaction in order to make sure that your AVC ledgers are in good shape.
    If you still have the problem, please, revert back.
    Regards,
    Eli

  • How to Find implemented Enhancements impementations for any Transaction ?

    Hi Folks,
               We are having standard transactions to find User Exits, Customer  Exits, Filed Exits, BAdis..
    Accordingly, in any program, we can find out the enhancement code..
    Similarly, If I implement any implicit enhancement , and if others run any transaction containing similar code in part of there application, how can these implementations can be traced out by others, with out debugging entire code..??
    <<Text removed>>
    Cheers..!!
    Edited by: Matt on Feb 16, 2009 10:12 AM - Do not offer points

    Goto CMOD
    F4 for project,
    information system
    Yow can find the PLUS button on the pop up window.
    Deselect inactive and partially active check box and press enter
    You can find the projects activated.
    Regards,
    santosh reddy

  • BackGround code for any transaction

    Hi Experts,
    I want to see the back ground code for transaction "LISTCUBE".
    Please guide me how can i do that.
    Thanks in advance.

    HI,
    When you enter the t-code above you will find sytem.
    Go to system, then there you will find status, click on it.
    A new window will open, there under SAP data you will find program(screen) double click on it, it will display the program.
    Hope this helps.
    Thanks,
    Rahul

  • Need Step By Step Guide For Data Archiving

    Can anybody provide me step by step Data Archiving guide for ECC 6.0 system.
    I searched OSS but did not get any guide.
    Thanks

    Hi
    You can go through the below links related to archiving which transactions we use for archiving the objects and how we do that.
    http://help.sap.com/saphelp_srm30/helpdata/en/15/c9df3b6ac34b44e10000000a114084/content.htm
    http://help.sap.com/SAPHELP_NW04S/helpdata/EN/43/f0ed9f81917063e10000000a1553f6/content.htm
    Basically Data archiving process comprises three major phases. They are:
    1. Creating an archive file: The archived files of data are created in the SAP database by the Archiving Management system. The Management system reads the data from the database and writes it to the archive files in the background. In instances of archived files exceeding the maximum specified limit, or if the number of data objects exceed the stipulated limit in the system, then the system automatically creates new archive files.
    At the end of the process of saving data into archive files, ADK triggers the system event SAP_ARCHIVING_WRITE_FINISHED, which is an indicator to the system to start next phase of archiving process.
    2. Removing the archived data from the database:
    While archiving management system writes data on the archive files, another program deletes it from the database permanently. The program checks whether the data has been transferred to the archive. It is quite important too as it is the last check performed by the system before deleting data permanently from the database. Several deletion programs run simultaneously, because the archiving program is much more faster than the deletion programs. This is important as it increases the efficiency of archiving process.
    3. Transferring the archived files to a location outside the SAP database
    Once the Archive management system has finished archiving the data, the next step is to save the archived files at a different location other than the SAP database. This can be accomplished by an automated process in the system or by a manual process. This step is optional since many enterprises may wish to keep the archived files within the current database. However, large enterprises transfer their data periodically as a part of their data archiving processes.
    Hope this helps!!
    Thanks and Kind Regards
    Esha

  • SRM step by step guide

    Hi Guys
    I am starting on a new SRM project soon and it is my first SRM project. Please forward me the step by step implementation/configuration guide and any other documentantion that might help.
    thanks
    Sophy

    Sophy
    Here is the link where you can get the details on the config guide etc.
    https://websmp205.sap-ag.de/~form/sapnet?_SHORTKEY=00200797470000065942&_SCENARIO=01100035870000000202&.
    For this you need to have OSS ID to login.
    PS : Reward points if helpful.
    BR
    Jagdish

  • Simulate ONTAP 8.2 Step-by-Step Installation Guide "NetAppU version"

    I went back to the drawing board to create new step-by-step vsim install guides for 8.2 GA.Guide 1: "edu" is for the educational community to help students (or anyone) quickly up to speed on clustered Data ONTAP is a simple 2-node cluster configuration.Guide 2: "nau" is for those wanting to perform NetAppU clustered Data ONTAP Administration course exercises on there laptop or desktop. It will explain how to configure a 2-node cluster, with SSDs for FlashPools. Optionally, there are steps to create a single-node cluster for use as a SnapMirror and/or SnapVault target.

    This pdf file is very usefull. Thanks for sharing....

Maybe you are looking for