BW Transaction Code to View Variable ABAP Code

Hello All,
  Is there a BW Transaction to view Variable ABAP Code?
Thanks!

hi Tina,
If you are looking for Customer Exit Variable ABAP Code,
1) Tcode: SE80 (Here select Class and Interface and give the technical name and display, you will get all customer exit variables created)
2) Tcode: CMOD. Give Project name and then goto "components" --> Function Exit and in the code, goto "ZXRSRU01".
3) Tcode: SE19 (Now, generally CMOD is not used, BADI is used. Initially SPOT enhancement implementation is created which can have many BADI Implementations and for each BADI implementation, class and filter is created where you write code for variable given in Filter.)
Hope it helps
Regards
Lavanya

Similar Messages

  • Reg calling Transaction code in Webdynpro ABAP

    Hi All,
    Can I call Transaction code in Webdynpro ABAP Portal Application. If so, how can this be possible? Can anybody give me a lead?
    Thanks.
    Kumar Saurav.

    Hi,
    The most easy Way is here:
    1) Test any Webdynpro Application from SE80 when the webdynpro Browser opens to display output
    Copy its HTTP link, Suppose we get the below link
    http://r3d01web1.Siemens.dk:8001/sap/bc/webdynpro/sap/z_dynamic_view?sap-client=002&sap-language=EN
    2) Now replace some part of the above link ( webdynpro/sap/z_dynamic_view?sap-client=002&sap-language=EN )  with the new link part ( gui/sap/its/webgui?~transaction=PA30 )
    So that the newly generated link is such that the below one:
    http://r3d01web1.Siemens.dk:8001/sap/bc/gui/sap/its/webgui?~transaction=PA30
    Note in place of PA30 you can put any of your desired tcode.
    3) Now Just Make a webdynpro component and in its View layout put a LINK TO URL ui element
    and in its property REFERENCE just past the http link ( http://r3d01web1.Siemens.dk:8001/sap/bc/gui/sap/its/webgui?~transaction=PA30 )
    4) Activate and test your webdynpro Application.

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

  • ABAP Transaction codes

    Hi all,
    I'm a bit confused in using  the transaction codes in ABAP  like se11,...so on.
    What code can be used for what application....so on.?
    Can any one please help me out in giving the transaction codes in ABAP.
    Please give them in a list wise...i.e.,
    Transaction code -
    What Application(such as editor, smartforms, function modules).
    ID: [email protected]
    Bye,
    SAI KUMAR

    HI,
    USMM Pressing F8 will display all hotpacks applied.
    SEARCH_SAP_MENU Show the menu path to use to execute a given tcode. You can search by transaction code or menu text. 
    DI02 ABAP/4 Repository Information System: Tables.
    LSMW Legacy System Migration Workbench. An addon available from SAP that can make data converstion a lot easier. Thanks to Serge Desland for this one.
    OSS1 SAP Online Service System
    OY19 Compare Tables
    SM13 Update monitor. Will show update tasks status. Very useful to determine why an update failed.
    S001 ABAP Development Workbench
    S001 ABAP/4 Development Weorkbench. (from [email protected])
    S002 System Administration. (from [email protected])
    SA38 Execute a program. (from [email protected])
    SCAT Computer Aided Test Tool
    SCU0 Compare Tables
    SE01 Old Transport & Corrections screen
    SE03 Groups together most of the tools that you need for doing transports. In total, more than 20 tools can be reached from this one transaction.
    SE09 Workbench Organizer
    SE10 New Transport & Correction screen
    SE11 ABAP/4 Dictionary Maintenance SE12 ABAP/4 Dictionary Display SE13 Maintain Technical Settings (Tables)
    SE12 Dictionary: Initial Screen - enter object name. (from [email protected])
    SE13 Access tables in ABAP/4 Dictionary. (from [email protected])
    SE14 Utilities for Dictionary Tables
    SE15 ABAP/4 Repository Information System
    SE16 Data Browser: Initial Screen. (from [email protected])
    SE16N Table Browser (the N stands for New, it replaces SE16). Provided by Smijo Mathew.
    SE17 General Table Display
    SE24 Class Builder
    SE30 ABAP/4 Runtime Analysis
    SE32 ABAP/4 Text Element Maintenance
    SE35 ABAP/4 Dialog Modules
    SE36 ABAP/4: Logical Databases
    SE37 ABAP/4 Function Modules
    SE38 ABAP Editor
    SE39 Splitscreen Editor: Program Compare
    SE41 Menu Painter
    SE43 Maintain Area Menu
    SE48 Show program call hierarchy. Very useful to see the overall structure of a program. Thanks to Isabelle Arickx for this tcode.
    SE49 Table manipulation. Show what tables are behind a transaction code. Thanks to Isabelle Arickx for this tcode.
    SE51 Screen Painter: Initial Screen. (from [email protected])
    SE54 Generate View Maintenance Module
    SE61 R/3 Documentation
    SE62 Industry utilities
    SE63 Translation
    SE64 Terminology
    SE65 R/3 document. short text statistics SE66 R/3 Documentation Statistics (Test!)
    SE68 Translation Administration
    SE71 SAPscript layout set
    SE71 SAPScript Layouts Create/Change
    SE72 SAPscript styles
    SE73 SAPscript font maintenance (revised)
    SE74 SAPscript format conversion
    SE75 SAPscript Settings
    SE76 SAPscript Translation Layout Sets
    SE77 SAPscript Translation Styles
    SE80 ABAP/4 Development Workbench
    SE81 SAP Application Hierarchy
    SE82 Customer Application Hierarchy
    SE83 Reuse Library. Provided by Smiho Mathew.
    SE84 ABAP/4 Repository Information System
    SE85 ABAP/4 Dictionary Information System
    SE86 ABAP/4 Repository Information System
    SE87 Data Modeler Information System
    SE88 Development Coordination Info System
    SE91 Maintain Messages
    SE92 Maintain system log messages
    SE93 Maintain Transaction. (from [email protected])
    SEARCH_SAP_MENU From the SAP Easy Access screen, type it in the command field and you will be able to search the standard SAP menu for transaction codes / keywords. It will return the nodes to follow for you.
    SEU Object Browser
    SHD0 Transaction variant maintenance
    SM04 Overview of Users (cancel/delete sessions)
    SM12 Lock table entries (unlock locked tables)
    SM21 View the system log, very useful when you get a short dump. Provides much more info than short dump
    SM30 Maintain Table Views. (from [email protected])
    SM31 Table Maintenance
    SM32 Table maintenance
    SM35 View Batch Input Sessions
    SM37 View background jobs
    SM50 Process Overview. (from [email protected])
    SM51 Delete jobs from system (BDC)
    SM62 Display/Maintain events in SAP, also use function BP_EVENT_RAISE
    SMEN Display the menu path to get to a transaction
    SMOD/CMOD Transactions for processing/editing/activating new customer enhancements.
    SNRO Object browser for number range maintenance. (from [email protected])
    SPRO Start SAP IMG (Implementation Guide). (from [email protected])
    SQ00 ABAP/4 Query: Start Queries
    SQ01 ABAP/4 Query: Maintain Queries
    SQ02 ABAP/4 Query: Maintain Funct. Areas
    SQ03 ABAP/4 Query: Maintain User Groups
    (Queries,Funct. Areas,User Groups are stored in table AQGQDOC and AQLQDOC )
    SQ07 ABAP/4 Query: Language Comparison
    ST05 Trace SQL Database Requests. (from [email protected])
    ST22 ABAP Dump analysis
    SU53 Display Authorization Values for User. (from [email protected])
    WEDI EDI Menu. IDOC and EDI base.
    WE02 Display an IDOC
    WE07 IDOC Statistics
    rgds,
    bharat.

  • Transaction code to view process orders set for deletion

    Hi PP Gurus
    We are trying to search for transaction code to view the process orders which have status as DLFL i.e deletion flag  set for the orders. In cooispi, the deleted orders are not shown in the report output.
    I request you to let me know if there is any other code through which we can view deleted process orders.
    Thanks & Regards
    Harleen Kaur

    Dear,
    In COOISPI  put DLT in system status field and execute the report this will give you the list of all order with deletion flags
    Also refer this thread,
    COOIS Report for Production orders with status DLFL
    Regards,
    R.Brahmankar
    Edited by: R Brahmankar on May 6, 2009 11:16 AM

  • How to create transaction code for maintenance view

    hai friends,
    i hope every thing goes good.
    i have doubt, how to create transaction code for maintenance view. I created view for tranperant table and now i want to create transaction code for the view.
    i tried and i donot know the screen number and program name and where can i give the view name.
    if any one know please post in details.
    thanks in advance.

    Hi Elam,
    You need to create a "Parameter Transaction".
    What this means is that you will have a transaction (let's call it "ZMAINT") which calls "SM30" and passes in your table name.
    Go to transaction SE93 and enter your new transaction code. Enter in the Tcode description and choose "Transaction with Parameters" (it shouldbe the last radio button).
    Enter in the default transaction "SM30" and tick the "Skip Initial Screen" check box. Hit Enter.
    Now scroll to the bottom of the screen and you will see a Table Control where you will need to enter in the values to the SM30 selection screen.
    Because you hit ENTER, the program will have loaded in the Selection Screen parameters into it's memory. Hit the drop down for "Name of Screen Field" and select "VIEWNAME" and then enter in your Z Table in the "Value" column.
    Now go to the next line and hit the drop down and select "UPDATE" in the "Name of Screen Field". Enter in a "X" in the value column.
    Now save the transaction and there you have it.
    Hope this helps.
    Cheers,
    Pat.
    PS. Kindly assign Reward Points to the posts you find helpful.

  • Transaction code for maintenance view

    Hi all
          I created a maintenance view and I also generated the table maintenance dailog for the view.Now I am changing the values using the transaction code SM30.But I have to create a transaction code for this maintenance view to access it and update the table instead of using sm30 for this purpose.Please help me.
    Thank You.
    Regards
    Giri.

    Hi
    create transaction using 'se93'
    select parameter transaction and give below attributes
    Transaction code ZTX1
    Transaction text Maintain View ZSDCZTVIEW
    Transaction SM30 Screen 0
    From module pool
    Name of screen field Value
    VIEWNAME = ZSDCZTVIEW
    UPDATE = X
    Thanks

  • Report to view user nm, authorization objects, activity, transaction code.

    Hi All,
    I want to view a user-wise report that displays the transaction code, authorization objects and activities for which the user has authorization.
    Is there any standard report to view all this at a glance?
    Can anybody help me on this?
    Thanks.

    u can try SUIM tcode
    its really helps u
    regards,
    Abhilash

  • To Find transaction code for maintenance view J_1BT001WV

    Hi Gurus,
    I have to find transaction code for maintenance view J_1BT001WV. Plz tell me how can i do it.
    regards
    Rajesh

    Hello Rajesh
    There are no specific transactions defined for this view (except for SM30 ).
    The IMG activities where the view is used are (check OBJSUB ):
    SIMG_ORFB_J_1BT001WV (Assign business place)
    J_1BASSBRANCH (Assign CGC branch to plant)
    In order to find the view in the IMG call transaction SM30, enter the view and push button Customizing.
    The following activites are found on ERP 6.0:
    South Korea: Basic Settings for Value-Added Tax     Assign Business Place
    Business Place (Generic)                                        Assign Business Places to Plants
    Official Document Numbering (Indonesia)                 Assign Business Places to Plants
    Nota Fiscal                             Assign Business Places to Plants
    Official Document Numbering (Thailand)                    Assign Business Places to Plants
    Regards
      Uwe

  • How to create Transaction code for ABAP and execution by other user

    Hi All,
    Could someone please let me know how to create transaction code in detail for ABAP program. Step by step procedure expected. I would like to know how other user can execute the report using same transaction code which I have created.
    More about authorization.
    Thanks in advance.

    Hello,
    You can create transaction code from se80 as well.In object navigator,right click on your program name and create->transaction code.You can create transaction and select if it is only a report,a report with selection-screen depending on your requirement.You can run your report directly by entering the transaction code in the command field.
    You can authorise the users who can use your transaction:
    <b>Authorisation objects</b> are used to restrict certain transactions to users.Critical data must be protected from unauthorised users.For example,the head has access to certain data.But it cannot be accessed by his subordinate.For this we need to define <b>roles</b>.
    •Create an authorization object with transaction SU21.
    An object usually consists of the ACTVT (activity) field and one other field,which specifies the data type to be protected.By ACTVT, we can decide if the data is accessible for change,display only etc.
    •Add authorization fields to the authorization object created.
    •Assign the authorization object to the transaction using SE93.
    Attach the authorization object to the role using transaction PFCG.
    If you want <b>to assign roles</b>,use transaction PFCG.Create a new role.In the AUTHORIZATIONS tab,you can get a self generated profile name and a profile text by clicking on the icon next to it.Then go to the "Change Authorization data" and choose an authorization template.Then you can choose to display/change/create an activity and after the selection,click on the red and white circle.The profile will now be created.
    In the user tab,you can give the user details who can use this role.
    <b>Also check this link:</b>
    http://www.*********************/r3_security/r3_security_tips.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/52/6716a6439b11d1896f0000e8322d00/content.htm
    <b>Very helpful guide:</b>
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c
    Regards,
    Beejal
    **Reward if answer is helpful

  • ABAP Query Execution via Custom Transaction Code - Not working

    We have created an ABAP Query in our DEV client and we then created a transaction code to run that query. We have done this because the customer does not want anyone to have access to SQ01, SQ02 in production. This works great in DEV but we can not get it to work in production.
    The ABAP Query was exported to our Prod client successfully.  I say exported because you do not do direct transports with queries.
    We then transported the new transaction code to run the query to production and it was successful.
    However, when we run the transaction is production we get a sys dump stating it can not find the query.
    We believe the problem is the TRDIR table is missing an entry for the program in production (it has an entry in DEV).
    I would have thought that the export on the query would have brought in this entry -but obviously not.
    Any suggestions on how we can get this entry into the production client?  Did we miss a step on the export that would do this?  We want to only bring over this entry - not the entire TRDIR table for obvious reasons (size (1.5 million entries, programs not ready for production, etc.).
    Please help!
    Thanks.
    Scott

    Hi,
    The above solution will work if you assign the transaction in one server, If you want this will not work in quality/production boxes when transported the query..the program name will not be the same in all the servers...
    For this. Do the below:
    In SE93, Create a Paramter Transaction
    -> Transaction = Start_report
    -> In default values, give the below details:
         D_SREPOVARI-REPORTTYPE = AQ
         D_SREPOVARI-EXTDREPORT = Name of the Query
         D_SREPOVARI-REPORT = User Group
    Save the transaction..Now if the program is generated with different names in the quality/proudction, this will still work..
    Regards
    Vijay Hebbal

  • Create transaction code for abap report

    Hello,
    don't know if this is the correct subforum (sorry in advance).
    I have created a ABAP Report in SE38 having a SELECTION-SCREEN.
    Now I would like to have a Transaction code to refer to the report. So that I can call the Transaction and then get the selection screen to use the abap report.
    How can I do this the simplest way? I can't find anything in google, can you give me some hints?

    hi
    goto se93
    give transaction code and click create
    select the second radio button(transaction code for reports)
    give short description and press enter
    after that give your program name
    and select the gui check boxes as required for html ,java,
    and save it
    you can use the transaction code
    REGARDS
    PRASANTH

  • ABAP Report -- to Transaction code

    Hello,
    don't know if this is the correct subforum (sorry in advance).
    I have created a ABAP Report in SE38 having a SELECTION-SCREEN.
    Now I would like to have a Transaction code to refer to the report. So that I can call the Transaction and then get the selection screen to use the abap report.
    How can I do this the simplest way?

    Use transaction SE93 to create a transaction.   Create a Z* transaction.  Choose program and seleciton screen report.  Enter your program name and save the transaction.

  • Attach a transaction code to abap query program

    Hi!
    I have developed a report with ABAP query in development server with transaction codes SQ01, SQ02 AND SQ03 respectively.
    program is generated from SQ01 and i also got the program name from SQ01.
    Now how to attach a transaction code with the program that is generated from ABAP query and transport it to production server
    successfully.
    points to be rewarded .
    regards
    Amit

    hiiii
    go to
    sq02 ->
    Select Environment -> Query Areas..
    Select Standard Area (Client specific)
    (If Query does not exist in Standard Area then You will have to copy that Query From Global Area to Standard Area.)
    For Coping Query From Global To standard first select that query from list.
    Now select Environment-> Transports
    In next screen select Copy Global to standard radio button.
    Check Overwriting allowed (only with import/upload/copy)
    Remove Check for Test Run
    Select Transport InfoSets and queries radio button
    Fill Infoset and Query with corresponding names.
    Now Press Execute button.Copy Log will be displayed.
    Now Query exist in Global & Standard Area.
    Go to SQ02 .
    Select Environment -> Query Areas..
    Select Standard Area (Client specific)
    Select Infoset from list.
    Select Download radio button
    Check Overwriting allowed (only with import/upload/copy)
    Remove Check for Test Run
    Select Transport InfoSets and queries radio button
    Click on Execute button
    same way you can upload sap query..from one system to another
    regards
    twinkal
    Fill Infoset and Query with corresponding names.

  • Is there any view for  table TSTCT (transaction code text )

    Hi,
    I need to display the transactions allowed per a user , in that i need to display transaction codes along with the text.
    In this report selection screen contains user as select option, when the user enters group of users as selection it is consuming a lot of time to get the t codes and to get the text from the table tstct. is there any way so that i can reduce the the runtime of this program.

    I am not sure abt the view but Try to use the key fields in the where clause of select statement. This you can do to have a good performance or restrict the user to enter few entries in that select option. Instead of select-options you can use parameters options also.

Maybe you are looking for

  • Excise in free goods sale

    Dear All i've configured free goods sale(samples) which are excisable.wherein we don't collect excise from customer. but, as per the configuration,from commercial invoice the accounting entries are 1.)customer account - debit(RS:266.76) 2.)Gross sale

  • Checklist for Citrix to be used for BPC 7.0 MS

    Hi,   We're currently using BPC 7.0 MS   We're planning to use citrix to publish bpc, but we're not sure what version of citrix to go for. as such, the details of the required citrix version is unknown as well.    If someone has worked with citrix an

  • Change default port to 80

    Hi everyone, I am trying to change the default port of APEX to port 80. I performed all the steps described in the documentation or in this thread HTMLDB Port Number but I am getting the following error when trying to start the HTTP Server from oracl

  • Exchange Rate from SAP table

    Hi Any idea where can I extract out the exchange rate other then EKKO, as I'm in the mid of creating my own  PO report. I would like the exchange rate to be captured in the LIV instead of the PO. Any idea?

  • How to remove ABMultiValueCreateMutable warning

    Hello all, I am add label for emaiaddress,address,etc.It is work or Home label in iPhone simulator contacts. I write ABMutableMultiValueRef multiValue = ABMultiValueCreateMutable(kABHomeLabel); It create label but, It give me warnig:passing argument