TCode to know the "Usage Types" installed on a particular instance

Hi,
Is there any TCode from which I can know the Usage Types (like "EP Type", "BI Type", "MI Type" etc....) installed on a particular instance?
Thanking in advance.
Regards,
Ram.

I had a system recently containing seven sequence files, approx 20 subsequences in each, and around 10-20 steps in each sub-sequence. Every step (except for the NI non-code module types) was an instance of a step type.
Each one of these steps had an Edit sub-step and a code module called through the code module adapter.
In order to make these into "wrapped up" step types it was decided to move the code module to a Post-Step substep (as also done in the NI-IVI step types) - so that developers cannot fiddle with the code prototype or module.
In order to do this I had to open all 7 of the sequence files, make the changes and then ensure that "Apply changes in this dialog to a loaded instances" was checked. This seems to sort of work, but some steps started causing Error 17502 (System Error) when you configure them (call the Edit substep). Over the course of the past few months I have had to effectively check every instance of a type to see if it works (deleting the step and replacing it when it doesnt). Other strange things happened like some of the step type instances now have the "None" (adapter) icon associated with them - but both still work.
The idea of creating a type-def of a step type is a good one, but frustrating that it doesnt seem to fully work. Why should the sequence file also store a version of the step-type - which is what is effectively causing this problem - why not make it so that if you dont have the step types installed in the type palette - TOUGH! Message Edited by RichM on 03-15-2005 06:55 AM

Similar Messages

  • How to know the output type for particular tcode

    Hi
    how to know the output type for the VL10D & VAL TCODES.
    Can anybody help me out.
    Thanks and Regards
    Krishnarao

    Hi Krishna,
    GO to NACE and select your application and click on output types and in the next screen select your output type and and dbl click on Processing routines.
    Here you will come to know about which driver program is used for which smartform or Script.
    and for Program details you can refer table: REPOSRC
    Regards,
    Sachin

  • Please let me know the usage of def Backend systems?

    Hi friends
    Please let me know the usage of Def Backend systems with fields
    Thanks
    regards
    chinna
    Edited by: chinna krishna on Nov 25, 2008 5:53 AM

    Hi krishna
    In this Define Backend system . you can define all your backend system and EBp system, Catalog system, SUS ROS system. This configuration helps you to communicate with other system. and it helps to view howm many systems are connected with other systems.This configuration is mother of all configuration.
    Define Backend Systems
    In this activity, you specify
    u2022     Which backend system(s) you are working with
    u2022     Which local system you use to run your business scenario
    u2022     Whether purchase orders and their follow-on documents (confirmations, goods receipts/service entry sheets, and invoice) are to be created locally in Enterprise Buyer
    u2022     Whether contracts from the Sourcing application or from the Bidding Engine are to be created in the backend system (as of backend release 4.6B)
    u2022     Whether SAP Supplier Self-Services and SAP Enterprise Buyer are to run in the same client
    Requirements
    u2022     In the activity Define RFC Destination, you have defined the RFC destinations for your systems.
    u2022     In the activity ALE Settings (Logical System), you have defined the logical systems for your systems.
    Activities
    Define the following:
    u2022     Name and description of the system. If you have already defined the logical system in ALE Settings (Logical System) you should use the same description here.
    u2022     The RFC destination for the system
    u2022     Type and release level of the backend system
    In order to create a contract in the backend system, set up a logical system with RFC and system type CM.
    If you are using supplier registration with catalog integration, you must enter SUPPL_DIR here. A prerequisite is that you have have made a dummy entry under Logical System.
    If you are using SAP SUS and SAP EBP in the same client, you must enter EBP_SUS here.
    u2022     Select Local if the system is your local Enterprise Buyer system.
    As of SRM Release 4.0, this setting is required for all SRM scenarios. In previous releases, this entry was only required for standalone deployment.
    u2022     In the column SLD ID, enter the name of the associated system in the SAP System Landscape Directory (SLD). Prerequisite: The technical name of the local EBP system is entered in the SLD. Make this setting for
    o     The local Enterprise Buyer system if you exchange documents via the SAP Exchange Infrastructure (XI). The ID of the local EBP system is located in the SAP Landscape Directory (or LCR). Example: PJC_CLIENT_300
    o     An external system (for example, SAP PP-MRP or the system of an external provider) from which, you transfer requirements into Enterprise Buyer.
    o     The SUS System if you use this scenario
    o     For the SAP Content Integrator (CI). If you use the CI to map product IDs, the SLD-ID must be available for all systems whose product IDs are to be mapped.
    Hope this helps you
    regards
    Muthu

  • Import from URL with out knowing the file types

    Hello Gurus,
    I am struck in a strange situation, We need to import files through URL , they may be tiff, pdf, word,excel ...
    and you dont know the file type until you open the URL,
    So i used both ORDIMAGE and ORDDOC for importing, if the import fails in the ORDIMAGE process due to data curropt error , it goes to ORDDOC and the error is taking way too much time to appear.
    1) Is there any way we can find the file type when we open the URL to check if it is a DOC file or Image File.
    2) Is there any way to reduce the time taken to show up the error.
    Thank you

    In Your case, you may need finer control that what import provides.
    You can also use the uri types to upload the image and extract the mime type from the response. You can do the same for orddoc. orddoc may take a long time to parse since the blob must be scanned.
    Larry
    create table uri_imgupload(item_id number primary key, pict ordsys.ordimage);
    create or replace procedure upload_uri_image(prikey_id number, url varchar2 )
    as
    imgobj ORDSYS.ORDImage;
    ctx raw(4000):=null;
    thisrowid urowid;
    urityp sys.URIType;
    BEGIN
    urityp := SYS.URIFactory.getURI(url);
    imgobj := ORDSYS.ORDImage.init();
    imgobj.source.localdata := urityp.getBlob();
    imgObj.setMimeType(urityp.getContentType());
    begin
    imgobj.setProperties();
    Exception
    when others then
    null; -- Ignore exceptions, mimetype is enough.
    end;
    insert into uri_imgupload t (item_id, pict)
    values (prikey_id, imgobj);
    commit;
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_OUTPUT.put_line('EXCEPTION caught '||sqlcode||' '||sqlerrm);
    END;
    show errors;
    DECLARE
    Image ORDSYS.ORDImage;
    ctx raw(4000):=null;
    BEGIN
    utl_http.set_proxy('www-proxy.us.oracle.com:80','*.us.oracle.com');
    upload_uri_image(1, 'http://www.oracle.com/admin/images/ocom/oralogo_small.gif');
    END;
    show errors;

  • Can I know the name, type, total number of column in Record Group?

    I created a record group with query dynamically.
    And then populated it.
    I don't know the column' count, type, name befause I get the query from user at runtime.
    Can I know the name, type, total number of column in Record Group?

    Unfortunately, there is no way to query the record group (RG) to get the metadata you are looking for. RGs are best used as data sources to an LOV or List Item rather than as an Array to hold the resultset of a dynamic query. For this, I would recommend you use a Collection type of construct (PL/SQL Table of Records, VArray, etc).
    Craig...

  • How to know the platform type

    Hi
    I would like to know the platform type am using in the frontend..am trying to use the static method
    cl_gui_frontend_services=>GET_PLATFORM...it returns '5'..am not able to interprete the importing parameter
    Please suggest
    Regards
    Panda

    PLATFORM_UNKNOWN     -1
    PLATFORM_WINDOWS95     1
    PLATFORM_WINDOWS98     2
    PLATFORM_NT351          3
    PLATFORM_NT40          4
    PLATFORM_NT50          5
    PLATFORM_MAC          6
    PLATFORM_OS2          7
    PLATFORM_LINUX          8
    PLATFORM_HPUX          9
    PLATFORM_TRU64          10
    PLATFORM_AIX          11
    PLATFORM_SOLARIS     12
    Regards,
    Rich Heilman

  • Can I know the concrete type of a generics

    List<Integer> aList;
    I need to know whether a variable is declared as a list of Integer.
    But I can not use instanceof:
    aVariable instanceof List<Integer>
    Is there a way(API) to know the concrete type "Integer"?
    Thanks,
    Dave

    You can't know it at run time because the compiler "erases" the information as part of creating the class file. As far as the JVM is concerned, it's just a List.
    Why do you "need" this information? Maybe there is another way to do what you want.

  • How can we know the usage log information in BW?

    Hi,
    How can we know the usage log for Infocubes & ODS in BW ?
    What transactions/tables can we use?
    Plz help.

    Hi,
    you have to activate the BW Statistics
    Use the BW Statistics tables
    RSDDSTAT          
    RSDDSTATAGGR      
    RSDDSTATAGGRDEF   
    RSDDSTATBCACT     
    RSDDSTATCOND      
    RSDDSTATDELE      
    RSDDSTATEXTRACT   
    RSDDSTATLOG       
    RSDDSTATWHM
    Happy Tony

  • Tcode to know the transactions in queue?

    Hi,
    Please tell me the tcode to know the transactions in queue?

    Hi,
    Sorry if the question is not clear. It's like if I run a tcode and it's not yet executed. It will be in the queue till it gets executed. I wanted to see where I can see that unexecuted tcode? I hope I have made it clear now.

  • Which tcode is using the output type

    Hi experts,
    Is there any way (tcode/table) to determine which tcode will use an output type?
    Ex: Our client has a request to modify a smartform. Supposed that I can determine the printing program and output type. But how do I know this output type used in which tcode?
    Thanks.

    Hi
    It depends on which business transaction the output has to be run.
    Every business transaction can have own trx to run the print.
    For example for the purchase order you can use ME9F, for the bill is VF31, but if the trx is not standard it's not easy to find out it.
    Anyway every print can be run by std report RSNAST00.
    For only the logistic print (so for module SD and MM) the output type is managed by trx NACE (or see table TNAPR), but other modules have an own way to manage the print, so there isn't a sure way to know your issue, only the experience.
    Max

  • Usage types installed on WAS-JAVA

    Hi,
    Please suggest where can I find the installed usage types in WAS JAVA.
    Thanks & regards
    Mrutyunjay

    Hi,
    You can try "System Information" of your WAS server:
    - http://<hostname>:5<sys. nr.>00/sap/monitoring/ComponentInfo
    There you can see the installed SWCs.
    Best regards,
    Guy.

  • How to know the Control type using event param???

    Hi,
    I wrote a function on MOUSE OVER EVENT. I called this
    function from a LIST and DATAGRID using addEventListener.
    Now i got a requirement like on event fire.. i wanna alert
    the control type i.e., whether the action fire from LIST or
    DATAGRID. I can create two different function for both LIST and
    DATAGRID. But requirement is like cannot reapeat the code.. code
    minimization.
    Is there any property to know the type of control(Like its
    LIST or DATAGRID) using event parameter??
    Thanks & Regards
    PRatap

    You can try using flash.utils.describeType or
    flash.utils.getQualifiedClassName on event.target property and
    figure out the control type.

  • How to know the proxy type??

    How can I know the type of proxy I am connecting to?? like whether its SOCKS, or HTTP etc...which all are enabled....
    thanks in advance....

    I get an error java.net.SocketException: Malformed reply from SOCKS server while connecting through the proxy.That indicates that there isn't a SOCKS proxy at the indicated host:port.
    Is there any other chances of errors than socks not being enabled?You could have got the host or port wrong.
    and how can I know if it is really enabledThe connection will work ...

  • How to know the connection type?

    Hi guys,
    I need to know what's the connection type (3G or WIFI) of a mobile device (Android and iOS) is enabled. Is it possible? I'm using Flex 4.5.1.
    Could someone help me?
    Thanks,
    Luis

    Hi guys,
    I found the answer:
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
    var interfaces:Vector.<NetworkInterface> = NetworkInfo.networkInfo.findInterfaces();
    for(var i:uint = 0; i < interfaces.length; i++) {
                        if(interfaces[i].name.toLowerCase() == "wifi" && interfaces[i].active) {
                            lbl.text = "WiFi connection enabled";
                             break;
                        } else if(interfaces[i].name.toLowerCase() == "mobile" && interfaces[i].active) {
                            lbl.text = "Mobile data connection enabled";
                            break;
    http://cookbooks.adobe.com/post_Detecting_the_network_connection_type_with_Flex_4_-18791.h tml

  • Knowing the Object type? Is this possible?

    Can we know the type of the object created ? Is there any method
    that lets you know the type of object?
    For example:
    class Superclass{
    class Subclass extends Superclass{
    class TestInheritance{
    public static void main(String[] args){
    Subclass subClass = new Subclass();
    }Now,Subclass is of type Subclass and also of type Superclass.
    Right?
    IS there any way or method I can find out the type of Subclass? ie
    Subclass is of type 'Subclass' and 'Superclass'.

    These might help:
    instanceof operator.
    also
    Object.getClass().className()
    http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Class.html

Maybe you are looking for

  • How can I convert the encrypted SQL data to clear text in CCM?

    I want to retrieve CCM information from SQL database but many of them display as encrypted as follows, {14AE763F-D1EE-44A2-93C1-00FB95578E43} {7FD1AACD-6E85-4B79-A0D1-5F25074414D0} Any way to convert to clear text? Thanks in advance,

  • Creating mdf file from a database project in Visual Studio for Web

    I am very new to database programming in Visual Studio and SQL Server Express LocalDB. I went through a walk through of setting up a database project (using visual studio express 2013 for web and SQL Server Express LocalDB), adding tables and enterin

  • Convert to CMYK?

    How would I convert an RGB solid color to CMYK?

  • Cloaking files / folders still appear in Files List, how hide cloaked files / folders?

    Is there anyway to actually hide the folders and files that are set to cloaked within a dreamweaver local site within the files list? I don't see it in the help file http://help.adobe.com/en_US/dreamweaver/cs/using/WSc78c5058ca073340dcda9110b1f693f21

  • Drill down issues

    Hello all, I have in my report 4 groups. [a]I would like the footer of group 1 to be displayed whenever group2,group3 or group4 is displayed. For this purpose I defined in the selection expert for the footer of group to suppress drill down if followi