Where does SRTCM fit into preparing ABAP for Hana?

I've seen and heard mention of transaction SRTCM (Runtime Check Monitor), to run in Production for one or two weeks to go alongside static code checks. I'm a little confused on how this fits into preparing our code for Hana though.
If we use ATC/Code Inspector with the 'FUNCTIONAL_DB' and 'PERFORMANCE_DB' variants and then the SQL Monitor in Production, these are then plugged into transaction SWLT to provide a focused list on what we need to work on. SRTCM, however, does not seem to fit into this picture. There doesn't seem to be a way of plugging it into SWLT (unless I'm missing something?). Or is it meant as a stand alone tool?
We're on SAP_BASIS 740, SP8, in case that makes the difference.
thanks,
Malcolm.

Dear Malcolm,
you are right, SRTCM is not integrated into SWLT. You can use it as standalone tool. But it is an additional source of information to find critical places in source code. You can also export SRTCM information from an productive system and import it into an development system.
Best Regards, Thomas

Similar Messages

  • Resource bundle question, where does it fit into package structure?

    I have a resource bundle but am getting an exception that says my resource bundle is not found (base type) of my OS local. I am not sure why.
    Here is my log...
    11 Apr 2009 10:40:09 AM suncertify.util.ErrorHandler handle
    SEVERE: Can't find bundle for base name SuncertifyExceptionBundle, locale en_ZA
    java.util.MissingResourceException: Can't find bundle for base name SuncertifyExceptionBundle, locale en_ZA

    Just some thaughts I would like to get opinions on. I felt I would create different bundles for Exception messages, and GUI text. I even go as far as creating a different bundle for each application mode, one for each different window(server, network, standalone). I want to know if I should let each of these classes call their respective bundle or should I let one class provide access to all resource bundles? Which is more favourable? I only ask because I have a application constants class that I am recoding and I could "convert it" to open the needed bundle properties file for the appropriate Strings?

  • Error:   Table TEMPLATE_HEADER does not fit into window.

    Hello Experts ,
    I met a very strange problem.
    I am printing a process order using smartform.
    for other process nrs , print perfect.
    But only for a certain precess nr, I got a popup error 'Table TEMPLATE_HEADER does not fit into window.'
    At beginning , I suppose my table line extend the mainwindow width. But infact , no!
    I try to comment every node one by one, I found the reason: I put a table line into a loop node, if I add a text node which has something inside, it will triger this error. (only for this process order, others works fine)
    so , does someone met this error before ?
    Please help me!!
    Regards
    Kevin

    Hi Kevin,
    Which printer and device type do you use? For line printers and device type(driver STN2) like e.g. EPESCP9, the SAP system
    must use spaces and empty lines to place the text. This is a limitation of the ESC/P printer languagesa per SAP note #19807.
    For this, the Smartforms rounds all coordinates(of the table cells and the window). Only after this step it checks, whether the table fits into the window. So if the table size is quite close to the window size size, it may happen on line printers that the table doesn't fit anymore.
    If this is the reason for your problem, the error message should vanish if you increase the size of the window containing table TEMPLATE_HEADER a little in your smartform.
    Regards,
    Aidan

  • Where does apex get user details from for login in

    sorry for this stupid question. I have been looking up in google "where does apex get user details from for login in" and nothing answers my question. Basically I wanted to know when you log in your application how does apex know you have access to this application. How does it know you are a valid user because I am creating an application which basically checks if a user exist in one database and also checks if he/she exist in the second database.
    Thanks you and sorry if this is very newbie

    In the page 101 which is the login in page in the login in process. I have this in the source its not working in term of it is not letting me login in anymore even though I exist in the user table.
    DECLARE
    v_access_level number;
    BEGIN
    SELECT count(*)INTO
    v_access_level
    FROM USER
    WHERE UPPER(USER_NAME) = UPPER(:APP_USER);
    IF NVL(v_access_level, 0) !=0 THEN
    wwv_flow_custom_auth_std.login(
        P_UNAME       => :P101_USERNAME,
        P_PASSWORD    => :P101_PASSWORD,
        P_SESSION_ID  => v('APP_SESSION'),
        P_FLOW_PAGE   => :APP_ID||':9'
    ELSE
    wwv_flow_custom_auth_std.login(
        P_UNAME       => :P101_USERNAME,
        P_PASSWORD    => 'YtYuTrFRd',
        P_SESSION_ID  => v('APP_SESSION'),
        P_FLOW_PAGE   => :APP_ID||':9'
    END IF;
    end;
    please bare in mind that my USER table DOES NOT have a password because the authentication scheme as all the details of login in to any systems. I am only trying to check if the username exist in my USER table.
    Thanks

  • Window does not fit into page

    Hi all,
    I'm creating a smartform which prints one internal table consists of 36 fields. In table line type i have mentioned the 36 fields. First four are of 4CM and other 32 fields of 2CM width. So in total i have mentioned as 80 CM. 
    But its showing an error like 'Main window does not fit into Page'.  
    What could be the mistake?
    Can anyone help me in this..
    Regards,
    Shanthi

    Hi,
    U have to adjust the 36 fields into 21 cm by Allocating Space accordingly.
    if Your Space is small then data will be displayed in the next line.
    And display The data in Smallest  font possible.
    Regards
    sandipan

  • I recently bought a Macbook Air and a Thunderbolt Display and the laptop's power is supposed to come from the display, but the power cable on the display does not fit into the Macbook Air.

    I recently bought a 11" Macbook Air and a 27" Thunderbolt Display.The laptop's power is supposed to come from the display when connected, but the power cable on the display does not fit into the Macbook Air.

    If your MBair is a 2012 model, it has a Magsafe 2 power connection.  The monitor probably has the old magsafe connection.  If this is the case, you need this adapter.
    http://store.apple.com/us/product/MD504ZM/A?fnode=5a

  • Transportation error - SIPT_INSERT_FI (SIPT_DATA|11) does not fit into the existing function group ((SIPT_DATA_FI|02))

    While performing a system maintenance task we came across this Transportation error - SIPT_INSERT_FI (SIPT_DATA|11) does not fit into the existing function group ((SIPT_DATA_FI|02))
    Can someone help us in resolving this
    Thanks and regards
    RS

    Please expand the log also please check the SAP note 1835436
    Regards
    Aneesh

  • Table does not fit into window.

    Hi Guys,
    When I execute the Smartforms I get this message ? '
    "Table does not fit into window."   any guess why this message ?
    Regards

    >
    P R Raghu wrote:
    > "Table does not fit into window."   any guess why this message ?
    > Regards
    If TABLE does not fit WINDOW try to take it through the DOOR LOL
    Doesn't the error seems self explanatory to you?
    Regards
    Karthik D

  • Template does not fit into the window

    Hello all,
    <b>Template does not fit into the window (Message no. SSFCOMPOSER173)</b>
    I am getting the above error in when i try to preview my smartform.
    The template is in footer window. I have only 3 lines in the template.
    And the size of template is less than window size.
    I do not understand why this error. This happened when there are many line items in the main window. With less no. of line items it worked well.
    If you have any suggestions Please help.
    Thanks.

    Hi,
    Please check the following points:
    1. Font size and font family.
    2. Line spacing
    3. Allignment.
    4. Left and right margin
    Deserve Rewards.
    regards.

  • Getting "Table %TEMPLATE does not fit into window" error

    Hello,
    I am trying to print a form to an old EPSON DFX-9000 dot matrix printer and am getting the error message Table %TEMPLATE does not fit into window".
    This only happens when I go to that printer.  I can print fine to a laser printer.
    I have tried creating a new device type and copying over the format from the laser printer, playing with the format, changing formats, ect.
    I have adjusted the size of the window that my template cannot allegedly fit into but still no luck.  I have checked the height and width of the template and the window many, many times and still get the same error.
    Has anyone seen this before?  Please help.   Thanks.

    Hi James,
    You need to see the width and height of the Page Format which you have set in Form Attributes of your smartforms.
    What ever you create should be within this width and height .
    So accordingly adjust the width and height of your windows and components within them
    Regards,
    Dep

  • Learn ABAP for HANA

    Hi
    I am interested in knowing more and learning about SAP HANA and ABAP for HANA.
    I found a few links on SDN, but am not sure where to start from. Is there any link where I can start learning about it from basics?
    Thanks

    Hello Yusuf,
    You can follow the thread Re: What is SAP HANA basic terms?
    which gives you some insight of basics.
    Also, You can start looking at the document
    ABAP for SAP HANA Reference Scenario
    Which includes many refernce scenario guides and end-end development guides.
    If this is not helpful please revert to me.
    Thanks
    Prakash K

  • ABAP for HANA certification

    I am ABAP consultant having 9 years of exp. I want to do certification for ABAP for Hana.I found one certification with name SAP Certified Development Specialist - ABAP for SAP HANA (Edition 2014). In that i found below line written "This certification is issued to candidates who successfully pass the certification exam for the "SAP Certified Development Associate - ABAP with SAP NetWeaver" (C_TAW12_70, C_TAW12_71, C_TAW12_731, P_ABAP_70)."
    Now my question is that I have not done any prior certification on ABAP. So Can i directly go for the ABAP for Hana certification or i have to first clear Abap with netWeaver first.

    Hi Amit,
    I haven't appeared for the ABAP certification
    But, I can guide where we can get the content & cost.
    Content:
    https://training.sap.com/shop/certification/c_taw12_71-sap-certified-development-associate---abap-with-sap-netweaver-702…
    Cost:
    DD for 35,000 INR+12.36% service tax (total of 39,326 INR) favoring SAP India Pvt. Ltd., payable at Bangalore or online transfer to SAP (NEFT Details)**
    (Suggesting you please send your mail to SAP help desk, you will get clear idea on this)

  • ABAP For HANA Development Environment

    Anybody Explain ETE Development Cycle of ABAP for HANA?

    Hi Muhammad,
    there's a nice E2E guide End to End Development Example with SAP NetWeaver 7.4 & SAP HANA targeted for ABAP 7.4 SP2 features.
    If you're interested in the latest greates ABAP 7.4 SP5 features (like CDS Views, ABAP managed database procedures) and a Fiori-like app... stay tuned, content is submitted and will arrive on our SCN Space ABAP for SAP HANA soon.
    Cheers,
      Jasmin

  • What/where does VideoDisplay load into?

    When VideoDisplay loads an FLV, where does it go? Into
    memory? Onto the local filesystem somewhere?
    I've got an app that loads an 80Mb FLV but the memory usage
    of the browser (Firefox) doesn't seem to climb, and I don't see any
    evidence of disk space being used in the shared objects directory
    or in the Firefox directory associated with the profile I'm using.
    The app listens for progress events and shows progress, and I
    can seek around in the video, so I'm pretty sure it's all getting
    loaded.
    Any ideas?

    Progressive download FLV content is cached by the browser.
    Video streams from Flash Media Server are not cached. You may not
    see it in your cache until it is fully downloaded. Then you can
    leave the browser open and go to your cache folder to find
    it.

  • Datagrid Scrolling Problem.. Does not fit into Parent Container..

    Hi All,
           I have a module and module contains only one datagrid. I am adding this module to tab navigator dynamically in the next index. I am using Text as Item renderer in the datagrid and the row height will change depending upon the data diplyed on the Text. When the data populate in datagrid the datagrid going beyond the containers layout. i.e height is not fit into parent container. I am using Canvas as parent container .. Please find the below attached pictures and you will get to know what is my problem?
    Please help me to get out from this issue.. It is urgent..

    Thanks for quick reply
                   Here I am adding this module to canvas and the canvas is also dynamic . As you said "customize the measure() method in Text control and return the correct measuredHeight based on the explicitWidth."  what is the relation between Text control height and datagrid? Datagird should take it's parent container width and heights.  I am newbie to this Flex.. can you please explain it briefly. And if you have any Other way to do this please tell me .. it is very helpful to me.. Can you please post cusomized measure method if possible. please

Maybe you are looking for

  • How can I keep Contacts in sync with CardDAV?

    Hello, I am trying to find a way to automatically keep my contacts (and calendars, but will focus on contacts here) in sync with external devices. Currently I have host a CardDAV server using Owncloud. I have my OS X Contacts linked to the CardDAV ac

  • Inventory by LocationId (were locations are hierarchical)

    Hi, I have a problem with an inventory system I'm designing.  It is an inventory system by LocationId.   The problem I have is that the locations are hierarchical.   By hierarchical I mean that a given location might belong to a next location. For ex

  • Oracle on LINUX Support question

    Hello Gurus, I've heard the rumor that Oracle will require all systems to be at the same level of support. For example, I might want to have engineering systems on network support, with enterprise systems on a mix of basic and premier support. Is thi

  • Sun One Web Server 6.1 with MS Active Directory??

    I know this type of question has been posted a few times, but I couldnt locate any clear answer. Can we have Sun One WS 6.1 use MS Active Dir as its source of users and groups? I am trying to configure this using the standard base DN and bind DN para

  • Upgrade & change of language

    Hi there! I´d like to upgrade my CS5 master collection (german version) to CS6 (english version). Is that possible or are there problems changing the languange of an upgrade? greetings & many thanks! p.