Transaction code & module Assignment

Hello,
Is there any table that combines the transaction code & the folder from the SAP menu or the module  in which exists ?
For example MIGO Exists in "Logistics -> Material Management -> Inventory Management -> Goods Movement"
Thanks in advance
Edited by: stratos_chm on Sep 7, 2010 10:17 AM
Edited by: stratos_chm on Sep 7, 2010 10:17 AM

You dont help me.
I want a table which has the below kind of information
MIGO - Material Management
XD03 - Sales Management
QA32 - Quality Control
The report you mention doesn't do that.
Thanks.

Similar Messages

  • If a transaction code is assigned to a method of a global CL,how it works?

    Hi gurus,
    here is my question with options below.
    In a OO transaction, a transaction code is assigned to a method of a global class
    CL_A. Afterwards,
    this method can be called directly using the transaction code. What limitation
    exists with regard to the (instance) constructor of this class CL_A?
    - The constructor must not have any importing parameters.T
    - There is no limitation. F
    - The constructor must be defined in the protected section.F
    Kindly give me the explanation...

    Hi Babu,
    This transaction type is called "OO transaction model".
    This is what the system do when you execute a OO transaction model:
    "  Start the OO application
       CREATE OBJECT OO_APPLICATION TYPE (CLASS).
       CALL METHOD OO_APPLICATION->(METHOD).
    "  Leave the transaction, because the application is finished
    "  after calling its 'main' method.
       LEAVE PROGRAM.
    There is same limitations:
    - If you calling up a transaction that is linked to an instance method, the system automatically generates an instance( the constructor method is automatically called ) of the class in its own internal session.
    <b>- The method called and the constructor methods must not have import parameters defined as mandatory. Otherwise a Short dump will prensented for you "<i>A mandatory parameter was not populated when dyn. calling a method</i>".</b>
    - You can't define a CONSTRUCTOR Method in Private or Protected Section, Constructor Must be Public.
    - COMMIT WORK is expressly forbidden when you use the OO transaction model to avoid consistency problems.
    Kind Regards,
    Marcelo Ramos

  • ARA does not show Violations in a role though conflicting transaction codes are assigned???

    Hi,
    I have noticed that a role having conflicting transaction codes assigned in the back end system is not propelry analyzed and in ARA application. When this role is analyzed, "No Violations" message is shown though there are conflicing transaction codes assigned.
    As far risk definitaion is concerned, conflicting actions are properly defined in respective conflicting actions and thse actions are grouped in a risk, which is applicable to a logical group (which in turn has the connector included causing this problem) and they are active.
    Rule are properly generated for the all the risks and functions. However, at the time of running risk analysis for this role, ARA is not showing as risk.
    May any one please advise on this?
    Regards,
    Rehan

    Neeraj,
    Now I have defined SAP_R3_LG logical group as "SAP" connector type and regenerated all the rules. Still it is showing no violations!
    Below are the screens for your reference:
    Can you please advise?
    Regards,
    Rhn

  • Transaction code 'CL22N' - Assign class to superior class

    Hi
    I have recently realised that SAP allows a class (for example XYZ) to be assigned to itself (XYZ) as a superior class.
    My question is: Is it possible to prevent this from happening via configuration or any other functionality??
    Thanks
    Felix

    Hi
    TSTC SAP Transaction Codes
    TSTCT Transaction Code Texts
    TDEVC Development Classes
    regards
    Shiva

  • Transaction code to assign the function module to the process code

    Hi,
    What is the transaction to assign the function module to the process code

    Hello Preethi,
    Try with these Tcodes:
    <b>
    WE41                           0000  Process codes, outbound
    WE42                 RSECODIN  1000  Process codes, inbound
    WE43                           0000  Funct.module: Status record display</b>
    If useful reward.
    Vasanth

  • Module Specific Transaction codes

    Hello All - Is there a way I can display all transactions codes module specific, like FI, MM, SD,...
    We have ancient display role which have about 400 transaction codes, i want to break these role module spcecific display like
    FI Display
    SD Display
    Can you suggest me a way I list all sap tcodes module specific.
    Thanks
    AJ.

    Hi there,
    from my point of view, there is not such a list as Tcodes are often cross module or used in different ones. You should rather try to seperate your Tcodes and Roles along your business processes / departments as they normally form the base for your roles.
    Something like
    - Base Authorization (e.g. Su53)
    - Procurement Process Display ( e.g.Display Stocks )
    - Procurement Process Create (Create Purchase Orders for XYZ)
    - Procurement Process Critical (Approve High Value Payment)
    Kind regards,
    R.

  • Company code not assigned to country or country to calculate procedure

    Hi,
    When i am creating RFQ in MM its giving error "Company code not assigned to country or country to calculate procedure".
    Please help me out.
    Thanks in Advance,
    Regards,
    Shankar

    Hi,
    Check this
    Please check the settings at spro-FItax on sale and purchasesbasic settings--check calculation procedure-/-Assign country to calculation proceedure.
    Assign country to calculation procedure in OBBG.
    Check whether tax code is assigned to company code in SproLO general-Tax on goods mov.IndiaBasic settingsCondition Based tax Procedure--Assign tax code to company code.
    Try this also
    Do the Following Customisation :
    Step 1: Check Calculation Procedure
    IMG >Financial Accounting>Financial Accounting Global Settings >Tax on Sales/Purchases>Basic Settings >Check Calculation Procedure 
    Tax procedures are available in SAP for most of the countries. In case a tax procedure is not defined for your country proceed as follows:
    In this go to Define Procedures Check for TaxINJ or TaxIN 
    If it does not exist create a new one by copying it from TaxGB
    Step 2: Assign Country to CalculationProcedure
    IMG >Financial Accounting>Financial Accounting Global Settings >Tax on Sales / Purchases > Basic Settings >Check Calculation Procedure 
    In this step we assign the calculation procedure created in the earlier step to the country. The country is the country of the company code.
    If you are living in India, then your country of the company code is India. 
    Step 3. Define TaxCodes for Sales and Purchases
    IMG>Financial Accounting>Financial Accounting Global Settings >Tax for Sales and on Sales/Purchases >Calculation>Define Tax Codes
    Update the following:- 
    Define two Zero Tax Codes input and Output Tax codes.
    Go to OB40 Transaction code and Assign GL Account.
    Do this your problem will be solved.

  • 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к.

  • How to created and assign one object to a transaction code

    Hello All,
    Please give some Idea about, how to assign an newly created object to a transaction code.
    I want to give authorization on co11n transaction code. by default there is no control on storage location level. I created a new object 'Z_AFRU_AWK' that incudes 4 fields. Activity, Order type, Storage Location & Plant'. How I can assign this object in the place of C_AFRU_AWK.
    I done this throught su24 but its not working. I am missing something. please help me.
    regards
    Lal

    Hi Kariyath  ,
    what object have you created is it a abap program or a script or a module pool what you are referein here.Please be clear.
    You can maintan the authorizations in the transaction PFCG.
    Select the role and then change the authorization data there.
    Reward points if helpfull.
    Regards,
    Vamshi.

  • Assign Transaction Code to own Vendor open items report

    Hi,
    I have created my own version of S_ALR_87012078 by copying the report and the form and making necessary changes in the report and form etc.
    Now, I would like to assign a transaction code to my report, could you please let me know how I can do that.
    Thanks,
    Sandeep

    Hi Sudheer,
    Thanks for the information.I have figured it as under,
    SU53, create transaction code,
    Select Transaction with paramters
    Transaction: START_REPORT
    Copy screen and values as in the standard program and replace standard report with your customer report name and it works brilliant.

  • Transaction Code assignment for Query created in SQVI

    Dear All,
    Good morning I hope you are doing great...
    Can any body help me out to assign transaction code for Query which was created through SQVI transaction.
    Regards,
    Murali.

    Hi Murali Mohan
    1>go to SQVI t code and  enter your query name and press enter
    2>In the menu path select Quick view--> additional functions-->Generate Program
    3>After Generating the program In the menu path select Quick view--> additional functions-->Display report Name
    4>Now in se38 enter the report name in Program field and execute
    5>You will get the Initial Selection screen of the report . Go to Menu of System -->Status
    6> Note down the Program name and Screen number
    7>Go to SE93 and Create a Z tcode for the query, Enter the description  and importantly you have to select the 2nd Option radio Button Program and Selection Screen (Report Transaction) and Press enter
    8>In the next screen enter the Report name In Program field and enter the screen number
    9>In the classification Section select Professional user  Transaction
    10>In GUI support section select all the options  i.e SAPGUI for HTML,Java,Windows
    and save
    the system will ask for Package select your package if not there then select local object
    now execute the Z tcode your report will run sucessfully
    Regards
    Vijay hebbal

  • Assign a transaction code to a Quickview in SE93

    Hi,
    I created a quickview using t-code SQVI. I want to assign this quickview to a transaction code using t-code SE93.
    In SE93, I maintained:
    Name of screen field: D_SREPOVARI-REPORTTYPE   Value: AQ
    Name of screen field: D_SREPOVARI-REPORT  Value: ????
    Which value to I have to maintain for D_SREPOVARI-REPORT  ?
    Thanks a lot for your help.
    Julien

    Hi ,
    chek this one.
    D_SREPOVARI-REPORTTYPE 'AQ'
    D_SREPOVARI-REPORT  'HR          G'
    D_SREPOVARI-EXTDREPORT  ' E2'
    Here ..
    AQ meant for ABAP Query.
    HR is user group and G mean for Global. It has to be after 10 chars( It depends on the filed length of user group tech info).
    E2 is Query name(in SQ01).
    Regard's
    SHAIK.

  • Assign Transaction Code for Report Painter generated program

    I am trying to assign a transaction code for report painter generated program... I assigned the transaction code in Development for the generated program but the program name changes in every system and I get a runtime error...
    Can you please guide me on how to handle this problem

    http://dap-consulting.com/yahoo_site_admin/assets/docs/Report_Painter_Reports.47142031.pdf
    Found my answer in the above link

  • Assigning Transaction Code to each field in a report

    Hi,
    I have a query report which displays for example
    Purchase Order, Material etc
    Now via abap i want to assign a transaction code to both fields so when the the query runs and if the user double clicks Purchase Order it goes to ME23N if the user double clicks Material it goes to MM03 etc
    <REMOVED BY MODERATOR>
    Thanks
    Adeel
    Edited by: Alvaro Tejada Galindo on Mar 3, 2008 4:54 PM

    In ur report use the following code:
    DEFINE VARIABLES FOR GET CURSOR LOGIC.
    DATA: fname(10), fval(10).
    PROVIDE LOGIC TO MOVE THE CURSOR FROM REPORT TO TRANSACTION.
    GET CURSOR FIELD fname VALUE fval.
    PROVIDE THE MEMORY ID OF THE FIELD.
          SET PARAMETER ID 'XYZ' FIELD fval. " WHERE XYX IS THE PARAMETER I.D OF THE PURCHASE ORDER FIELD( FRST 3 LETTERS OF THE FIELD )
    PROVIDE LOGIC TO MOVE TO SCREEN.
          CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.
      ENDCASE.
    Do the same for the Material Field.
    <REMOVED BY MODERATOR>
    Cheers,
    Chandra Sekhar.
    Edited by: Alvaro Tejada Galindo on Mar 3, 2008 4:55 PM

  • How to assign transaction code to report group.

    hi experts,
      i used report painter to create some reports and assign these reports to a report group, i want to assign a transaction code to the report group, how can i do that? hunger for your adivces, thanks a lot!!

    Hi Liu,
    when you change an area menu, you can add transactions that launch ABAP/4 reports, Query lists or report writer's. You can use it for your purpose:
    1. Enter transaction SE43 and change a Z* area menu (no matter which one, you will not change it in the end)
    2. Click on "Add entry as subnode" or "Add entry at the same level" (no matter which one of them)
    3. When SAP shows the popup "Add new entries", click on "Add report"
    4. On the next popup, click on radio-button "Report Writer". Then you will be asked foe the code of the report group.
    5. Then save, and... that's it! SAP will automatically create a transaction for the report group
    6. Now you can cancel the changing of the area menu
    I hope this helps. Best regards,
    Alvaro

Maybe you are looking for