Transaction code required

Hi All,
        Can you please tell me the transaction code for the following :
(a) Mini Applications
(b) Checkpoint Group
(c) Authorization objects
(d) Logical database
(e) Area Menus
(f) Work Flow Standard task
(g)Work Flow Standard Roles
(h)Work Flow Standard Template
Test cases
Kindly reply as fast as possible.
Regards,
Vijay

Hi
See the T codes below
(a) Mini Applications - Dont know
(b) Checkpoint Group - Dont know
(c) Authorization objects - SE54/SE55
(d) Logical database  - SLDB
(e) Area Menus - SE43
(f) Work Flow Standard task - PFTC
(g)Work Flow Rules  -  PFAC
(h)Work Flow Standard Template -PFTC
Test cases - stwb_tc
mark if helpful
Regards
Tushar Mundlik

Similar Messages

  • Transaction codes require

    Hi  All,
         Master Equipment Service Agreement
         Service Schedule
         Support Schedule
         Master Service Support
    Please give me the transaction codes for these t ocheck the standard forms or scripts are available or not.

    Use tcode nace
    and table tnapr

  • Objects to be added manualy with Transaction code

    Dear all,
    There are certain transaction code required for Purchase Order Release. ME29N, ME28. After that also we have to add some objects Manually based on su53 log.
    Is it possible to identify which OBJECTS are required to add for specific transaction codes?
    Thanks in Advance,
    Nirav

    Simple way is T-code su24
    In T-Code su24 CM-Check maintain is sap default object those objects are must we have to provide all those objects ,while adding T-code automatically default objects will add.
    C-Check same T-Code can check this objects also if required depends on our process but this not mandatory this can call background only any one of this check objects.
    Some time if your are not provided proper value to existing objects then it will call some objects field name field value which is not relevant to us.(Ex.S_tabu_disp,S_develope)
    Better check the error and su53 dump then think whethrt this is relevant to this or not then provide, but max we should avoid manual objects. Manual objects will not pick the values from origination level
    Some T-codes ,calls some other T-codes also in background.
    Some customize report or standard report are modified report also call some T-Codes are authorization objects dependents on the report this you can find out with the help of ABAPer or you can check if you have se38 or sa38 ,go to that ABAP program find u201CAUTH u201D then will know the object .that objects needs to insert manually in that particular role.

  • Requirement: Open Transaction code in SAP GUI from WD ABAP application

    Hello All,
    I have a WD ABAP application which is accessed from SAP GUI and Portal. In SAP GUI, there is report which calls the application URL.
    In the WD application, I need to call a transaction code. At this juncture, I made use of the ITS url. But,, the SSO does not work in SAP GUI.It works only in portal.
    As a solution,we identified the entry point i.e. SAP GUI or portal. Then, based on entry from SAP GUI, we tried to call the transaction code using call transaction statement. But, that replaced the wd application. We instead wanted it as a popup or atleast another session.
    Now, how do we open a transaction from WD screen in another session?
    Also, can we setany configurations in the system to make sure the SSO works for all the transactions i.e. ITS used in SAP GUI.?
    Thank you.
    Regards,
    Sharath

    Hi,
    This question gets asked many times.
    Depending on the circumstances, this can be achieved with varying degree of success
    So here is some code that might help you.
    This can (does) load a Windows GUI.
    Some things to consider.
    1. Browser settings can get in the way a bit, asking the user if they want to open a ".sap" file
    2. The user may have a SAP session open so consider adding a "/o" to the system code.
    3. The Custom variable might want to contain a [Options] section for "Re-use"
    4. The SAPLogon_ID may be required if using SSO (SNC)
    I have modified the code below, but you will get the idea.
    JS
    * Create the shortcut contents
      call function 'SWN_CREATE_SHORTCUT'
        exporting
          i_system_command        = lv_com
          i_saplogon_id           = lv_logon_id
          i_sysid                 = sy-sysid
          i_client                = sy-mandt
          i_user                  = sy-uname
          i_custom                = lv_custom
        importing
          shortcut_string         = lv_string
        exceptions
          inconsistent_parameters = 1
          others                  = 2.
    * Convert to xstring to execute....
      call method cl_http_utility=>if_http_utility~encode_utf8
        exporting
          unencoded = lv_string
        receiving
          encoded   = lv_xstring
        exceptions
          others    = 1.
    * Now call to open the shortcut.
      lv_file_name =  'mytrans.sap'.
      lv_mime = 'application/x-sapshortcut'.
      call method cl_wd_runtime_services=>attach_file_to_response
        exporting
          i_filename      = lv_file_name
          i_content       = lv_xstring
          i_mime_type     = lv_mime
          i_in_new_window = abap_true.

  • Required filed cannot found in m/03 transaction code

    Hi  Sirs
    I have to creat  a condition table with following fields: IN ides system
    u2022     Vendor
    u2022     Purchasing Organization
    u2022     Material Group
    u2022     Variant.
    But on the Field Catlg. tab page I can not find this field ,I used transaction  code M/03 to creat a table
    Regards
    kailas  ugale

    Hi,
    You need to activate the same in the Field status variant of your GL Master.
    If you feel its a required field, please make it mandatory field so that the system will not allow you to post without inputting value at this place.
    Cheers
    Raghu

  • Help Required for Transaction code

    Hi friends ,
    Just wanted to know why do we use the trancation session_manager and what role does this transaction play.Please guide me all other Transactions which are linked with users for example sm04,su01..
    Thanks  in advance
    Priya.

    Hi
    SESSION_MANAGER is the initial transaction for the SAP Easy Access menu. It will appear in the transaction logs but, it just indicates the very first session after a successful logon to the system. The Session Manager Menu Tree Display screen appears, showing a list of the R/3 application areas. Plus signs [+] to the left of an item indicates that there are sublevels hidden beneath it.
    If you have more than one application server, use AL08 instead of SM04.
    or
    It is because they are at the logon screen which has established a connection. You will notice that the transaction code shown when there is no user name is SESSION_MANAGER.This shows you which workstations out there have the login screen up but have not yet entered a user name and password.The transaction column shows the Last executed transaction code.
    Sometimes your users will have multiple sessions open. If they do, to the system, it is the same as multiple logins as it relates to the resources used etc.
    So the user name will show up more than once in AL08.
    Under the application server they are logged into, each instance of that user name on that application server represents a session open.
    For instance if you run AL08, you will have your name show up at least twice on the application server you are logged into.
    One will show AL08 and the other will not have a transaction next to it.
    Then you will notice your user name showing up on all other application servers with no transaction. This is because you are using AL08
    Please check this link
    http://www.saptransactioncodes.com/

  • Required the transaction code for the user exit

    Hi Abap Gurus,
            i want to find out the *sap transaction code for which the user exit belongs to  from the below code i am getting the enhancement name and the type.
    i want to know the transaction code for exit EXIT_SAPLMEKO_002 and  EXIT_SAPLFYTX_USER_001
    data: begin of it_modsap occurs 0,
            name   type modsap-name,
            typ    type modsap-typ,
            member type modsap-member,
          end of it_modsap.
    type-pools:slis.
    data:wa_layout type slis_layout_alv.
    data:it_sort   type slis_t_sortinfo_alv.
    data:wa_sort   like line of it_sort.
    parameters:p_exit type modsap-member.
    select * from modsap into table it_modsap where member = p_exit.
    read table it_modsap index 1.
    select * from modsap into table it_modsap where name = it_modsap-name.
    wa_layout-colwidth_optimize = 'X'.
    wa_sort-fieldname = 'NAME'.
    wa_sort-tabname   = 'IT_MODSAP'.
    wa_sort-up        = 'X'.
    append wa_sort to it_sort.
    clear  wa_sort.
    call function 'REUSE_ALV_GRID_DISPLAY'
      exporting
        i_callback_program = sy-repid
        i_structure_name   = 'MODSAP'
        is_layout          = wa_layout
        it_sort            = it_sort
      tables
        t_outtab           = it_modsap.

    HI
    The user exit EXIT_SAPLFYTX_USER_001 is trigered for the below transactions and also postings via IDOC.
    'ME21' 'ME21N' 'ME22' 'ME22N' 'ME23'  'ME23N' 'ME31L'  'ME31'   'ME32L' 'ME32'  'ME33L'  'ME33' 'ME38'   'ME39'  'VL31N'  'VL32N' 'VL33N'.
    This is basically used for tax calculation purposes.
    The user exit EXIT_SAPLMEKO_002 is trigerred for multiple transactions of purchansing scenario.
    Also use user exit for your business scenario.
    Br
    Vijay V

  • BAPI requirement to replace GP12N Transaction Code

    Hi Gurus,
    I am working on Retraction of FI (Profit Center) data from BI to ECC side.
    I have Implemented Planning function on the BI side which invokes a FM
    on the ECC side and post the relevant data.
    I have spotted a Transaction Code GP12N which serve my purpose entirely
    but Calling Transaction is not possible in the ECC side FM.
    Now, in the ECC side FM I need to use a BAPI which would directly post
    the values in the Destination ECC tables.
    Kindly offer any type of help if possible.
    Thanks a Lot.

    Hi.
    Are you talking about functionality behind GP12N Transaction Code ?
    You can goto SE93 and see which report is behind it.
    Then you can try to explore which BAPI used in such report.
    Regards.

  • Planned order and Production order Not appearing cm21 transaction code

    Hi
    I have created a planned order for a material through MRP run
    As soon as the planned order is created its available in the cm21 transaction code . But once i dispatch the planed orders , the planned orders can be seen only as a BAR in the upper right side of the screen .
    1.Can any body please let me know how i can view the details of this dispatched planned orders in the same way when the planned orders were un dispatched ?
    2.If i create a production order manually or convert a planned order to production order i cannot see these production orders in cm21 neither on cm22 , can any body please let me know what i have to do so that i can view these production orders as well in cm21 or cm22 transaction code.
    Thanks and regards
    Sankar N

    Hi Pradeep
    I have checked the generate capacity requirements and it worked ,Thank you
    Presently i can view only the work centre details in cm21 screen extreme left , how can i see the details of the orders that are dispatched at this work centre ,in the similar way we see in the order pool, bottom left of cm21 screen .
    Thanks
    Sankar

  • Transaction code for Open sales order other than VA05

    Hi all,
    Can any one tell me what is transaction code for open sales order other than VA05.
    Please help me .
    Thanks & Regards ,
    Srikanth P.

    Hi Srikanth,
    You can try below options.
    1- VA05N - This can be run for multiple sold to party & multiple material, etc which was not in VA05. But this doesn't have all columns in VA05 report.
    2 - You can check the sales order tables from transaction SE11 or SE16N
    Try with below tables for your requirement.
    Sales order Header data - VBAK
    Sales order Item data - VBAP
    Schedule Line Data - VBEP
    Business data - VBKD
    Status header - VBUK
    Status items - VBUP
    Best regards,
    Anupa

  • Generate report for displaying transaction codes role wise

    hi,
    i want to generate a consolidated report in which all transactions codes are displayed role wise.In TR SUIM the report is generated using one role at a time.i want an option where i can fill the require roles and get the consolidated reports.is it possible.please help..
    thanx,

    Hi,
    Your question is not about SOA.
    You should ask you question in an appropriate forum (Security ?) where you will have more chances to get a useful answer.
    Regards,
    Olivier

  • How to create varient for transaction code

    hello expert,
    I created one Mod. pool program and transaction code.
    while run this tcode, Save button is disable and unable to create varient.
    could you please guide me hw to enable this save button and create varient. please
    with best regards
    srinivas

    Hi,
    You can create variants for transaction using transaction variants. That is meant to simplify these kinda scenarios.
    The tcode for transaction variants is SHD0. You can create variants as you wish. It is simple only. No coding required. Just take SHD0. Give your transaction name.
    Then press create variant.
    It will guide you.
    Regards,
    Renjith Michael.

  • How to create Transaction code for Table Maintanance generator.?

    Hi,
    I have created a Z Table. and I maintained the Table maintenance generator for the same. Now, my requirement is.. I have to create Transaction code for maintain and Display of this Z table.
    Can someone help me how to create the transaction code for Maintain and Display of the table. I know that we have to create a Transaction code for 'SM30'. Can someone tell me the steps to do the same. When I goto SE93 and say CREATE transaction, I get 5 options, Which one to select and what are the details should I provide in the subsequent screens.
    Thanks in advance.
    Best Regards,
    Paddu,

    Hi,
         Check the below steps......
    1. Go to Tcode u2018se93u2019.
    2. Select ' Transaction with parameters'.
    3. Then Transaction 'SM30' with click on skip initial screen
          VIEWNAME : XXX9tABLE NAME)
          UPDATE   : X
    4. Maintain the  Table maintenance generator
      Authorization group : &NC&
      Authorization object :
      Function group : name(xxx)
    Maintenance Screens :
    Maintenance type : One step
    Maint Screen No : Overview screen (2)
    If still u have problem I will send u steps with Screen shot ...send me Yr id.
    Regards,
    Biswanath

  • How to Create Transaction code for a Report

    Hi Gurus,
    I created some reports and I wants those reports
    should be placed in the SAP Menu(initial screen) not
    in the User menu in the form of Transaction codes.
    I would really appreciate if any one can please send the process to create transaction codes for the User reports/Report groups in R/3 and how to add those created Transaction codes to the SAP MENU.
    Thanks in Advance
    Danial

    Try to insert it into the main menu if you must change S000 (there is a function module for everything)? Perhaps SAP protects their menu trees from foreign subnodes in SE43?
    Also note that for report transactions you do not need to give the user transaction code start_report. If you do, then they could enter it directly and potentially start many other reports too. The system will call start_report for submitting the report internally without authorizations for it required (unless start_report is maintained in SE97).
    Regarding DE, this also confuses me sometimes and I noticed that it generally indicates that I am doing something which has an implication for a SAP standard object. Try either hitting the enter button to see what the next screen is, or, choose original language in the previous screen, or, logon in sy-langu = DE and (remember the path if you dont speak German) change it, or, follow JCs advice to create your own menu.

  • Transaction code KOAB

    Transaction code KOAB is open for change even if client is closed. Will it be possible to change the setting of this transaction code so that , it will be open in change mode only when client is open.

    Hi,
    Good catch Actually, S_TABU_CLI is required only for cross client maintenance tables. However, as you highlighted the client should be open to modify the entires from KOAB transaction code. In your case, I infer that the tcode is allowing even the client is open
    This is true if the table belong to Delivery class C. You can check the same from SE11-> Enter the table name -> and Maint.Status tab. I suspect that the Delivery class is set to A in your case
    Note - You can verify the tables that are required for the code KOAB from SE93. It uses the program RKKOT2.
    Hope this helps!!
    Regards,
    Raghu
    Edited by: Raghu Boddu on Dec 22, 2010 9:47 PM

Maybe you are looking for

  • Where did my bullets go in Keynote? And why am I missing files?

    I've been working on a Keynote presentation that will be exported as a PDF eBook. I opened it up today and I get error messages saying that I have missing files and my square "checkmark-less" bullets have disappeared. (See image below) I'm using the

  • Memory usage Difference

    When I was trying to check the difference in the VI memory usage when the controls are places as Icons and Terminals. Surprisingly when I was using the controls as Icons the memory usage (shown in vi properties) is less than the controls when they ar

  • Restore contacts from AddressBook

    I don't know how I lost all my contacts in AddressBook in my MacBook as well as in my iPhone. The last thing I remembers was that I was downloading and installing iTune 9 and then sync my iPhone. I have not done any backup for my AddressBook. I disco

  • F110 - Program RFFOEDI1

    Do I need to create a variant in SE38 for Program RFFOEDI1 when configuring ACH Payments? We have set up OBPM4. We are generating ACH and also updating Check register for statistical purpose.

  • I need to re-install imovie

    I deleted iMovie because it was frozen, while generating thumbnails, but I can't re-install iMovie.