How to use technical names in ecatt's

Hi All
I am functional MM consultant, right now i am working on ecatts'.
In ecatts in pattern tab in all commands in command there are various technical names.
Now i want to use these technical names in ecatt's, how do i use them or where do i find the detail (how to use).
Regards
Hemant

hi,
There you can find the commands that u can use in eCATT editor for scripts development. Each command is meant for one particular use.
I that we user TDC, SAPGUI,ABAP..ENDABAP.....and soon very often in ecatt scripts development.
Go tru this link below for details,
http://help.sap.com/saphelp_nw04/helpdata/en/c6/3c333b40389c46e10000000a114084/content.htm
And for more info
Also see..
/people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i
/people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii
/people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii
/people/sapna.modi/blog/2006/04/18/ecatt-logs-part-vi
http://prasadbabu.blogspot.com
>>reward if it helps.
Cheers,
kvr
Message was edited by:
        PrasadBabu Koribilli

Similar Messages

  • How to use multiple name-adresses pairs in Mail?

    Hello there,
    I had to format my machine due to a RAM glitch, and forgot how this was done.
    On the same email account, I want to use different names-addresses pairs (Alias), not just adresses (that is easy to do). I know it involves the edition of com.apple.mail.plist with a specialized editor (I started with Pref Setter, but it doesn't seem to be working properly as one item can't be renamed) since it is not in clear text anymore, but I can't succeed.
    Can anyone detail what is implied by this change?

    Thanks Abishek for your reply. 
    The problem is about passing 2 array list objects. 
    I have already done your proposal and the problem is you have both array list object with same value.
    My requirement is,
       I want to have ArrayList variables arrayList1  and arrayList2. Each will be populated with corresponding values based on the Rules fired.
    For. eg. Rule1 fires and adds "Value1" to arrayList1. Rule2 fires and adds "Value2" to arrayList2.
    I guess, this is not possible with default behaviour. Only Custom Helper Class can help.
    However I solved the problem in a different way. I created a schema which supports repeating nodes. Also I created a Helper class to Add Node to the document.
    <Test>
          <RepeatingNodes1><Node></Node><Node></Node>.......</RepeatingNodes1>
          <RepeatingNodes2><Node></Node><Node></Node>.......</RepeatingNodes2>
    </Test>
    Using the helper class, I add as many nodes possible.
    thanks

  • How to use P=name for Physical path name via t-cd:file

    Hello experts,
    I want to define physical path name using <P=name> for add-on programs.
    It is desirable to save files on another drive from SAP installed drive.
    I don't know which profile parameter can be changed.
    I'm afraid if standard logic wouldn't work when I change a parameter.
    I'm not sure, but DIR_TEMP doesn't seem to affect standard logic.
    What parameter should I use for add-on?
    Or can I create own profile parameter?
    Regards,
    Fukuhara Yohei

    In my detail block I have 10 rows displaying that may or may not have data after querying. To set the default value in the detail block, you have to set the index value of p_session.set_value. Since I don't know how many rows are already populated, I'm setting the default value to all 10 rows. Is there a better approach?
    Here's my code example, which I've placed in the additional PL/SQL section before displaying the form...
    DECLARE
    l_district_id VARCHAR2(7);
    BEGIN
    l_district_id := p_session.get_value_as_varchar2
    (p_block_name => 'MASTER_BLOCK',
    p_attribute_name => 'A_DISTRICT_ID');
    FOR i in 1 .. 10 LOOP
    p_session.set_value
    (p_block_name => 'DETAIL_BLOCK',
    p_attribute_name => 'A_DISTRICT_ID',
    p_value => TO_CHAR(l_district_id), p_index => i);
    END LOOP;
    END;

  • How to use form name in struts html:form tag

    Hi,
    I want to validate text box value, if it is ordinary html form I would have done like this <form name="myform" action="xxxx.jsp" onsubmit="return validate()">
    But am using struts html:form tags. In this case how can I use/specify name for a form.
    Can any one help me.
    Thanks

    The name of the form comes from the actionForm you have defined backing it.
    View source on the generated page to see what HTML it constructs.
    You are able to use the onsubmit event with the <html:form> tag just like the standard one, so if all you want to do is that:
    <html:form action="/saveUser" onsubmit="return validate()">
    ...You can also give it a styleId, which will generate an id in the HTML.
    See the tag documentation for details: http://struts.apache.org/1.2.x/userGuide/struts-html.html#form

  • How to use table name dynamically in report  procedure

    Hello every body
    I want to use table name dynamically means at runtime i want to pass table name.
    I can do this by lexical parameter in main query.
    But my problem is that i want to crate new format trigger or new function that use 1 cursor in which that lexical parameter : table name is used.
    so how to do that?
    i can not use that lexical parameter it is giving error.
    please help me how to do that.

    Call a database function which you pass the lexical parameter. Then in the database function you use dynamic sql or the execute immediate option to build the SQL string.
    Return the information from this function to build your business logic on in your format trigger.
    Marcos

  • How PI uses technical system information in SLD

    Hi Experts,
    I know there are business system and technical system registered and associated in SLD.
    Especially for those SAP systems, in our normal PI scenario, how PI uses the technical information which was registered under Technical System in SLD since we need again configure the host/port and credentials details in the sender/receiver channel in ID.
    Or SLD is just one central place for collecting all the technical information together only for life cycle management?
    There is nothing more to do with the Tech System (SLD), PI only needs the business system in scenario.
    Please knidly share your opnion, thanks in advance.
    Best Regards,

    Hi Aditya,
    Let me provide an example to describe the need fot technical systems.
    Think of an outbound scenario : SAP ECC/CRM -> PI -> Third Party (ex: SOAP)
    Now just think how PI will identify what the sender is (ECC/CRM or 3rd party) if the TS is not registered in SLD? The Business Systems are logical systems whcih points to Technical Systems (application systems that are installed in system landscape). TS hold the information about the actual systems, its host, IP, clients etc.
    Now based on the source BS which points to TS, the target binding is done in Receiver Determination pipeline step. Now if there is no TS attached to the BS how can PI identify whether ECC or CRM is sending the data and hence will not be able to identify the relevant target for the source.
    Think of Business Systems as sitting on top of Technical Systems, and when the landsape details are not known for third party systems we use Business Component/Business Service.
    Cheers,
    Souvik

  • How to get technical name (ID) of expert routine

    Hi,
    how I can get the technical name (ID) of an expert routine inside my transformation?  I have to verify if the expert routine is in an old transport order.
    Any help will be appreciated.
    Thanks,
    detlef

    Hi,
    Just copy the techical name of transformation in which you have written the expert routine.
    Then go to se11 enter table name as RSTRAN and put the technical name of transformation.
    This will provide you the technical name of all the routimes written in transformation.
    Hope it helps.
    Regards,
    AL

  • How to use allies names in ON condition

    i have the following query.
    SELECT
    DD.DATE_KEY
    , (SELECT MIN(NVI_DATE) AS NVI_MIN_DATE FROM FCT_SPA_NVI_OUTRIGHT A WHERE A.VENDOR_CODE=V.VENDOR_CODE) AS NVI_MIN_DATE
    , VO.BANK_ACCOUNT_NO
    , VO.BANK_NAME
    , VO.BANK_ROUTING_NO
    FROM DIM_VENDOR V
    LEFT JOIN FCT_SPA_NVI_OUTRIGHT VO
    ON V.VENDOR_CODE = VO.VENDOR_CODE
    LEFT JOIN FCT_SPA_NVI_MERCHANDISE VP
    ON VO.NVI_KEY=VP.NVI_KEY
    LEFT JOIN DIM_DATE DD
    ON VO.NVI_DATE=DD.DATE_FLD
    in the above query, how to use NVI_MIN_DATE in the ON condItion like.,
    LEFT JOIN DIM_DATE DD
    ON NVI_MIN_DATE=DD.DATE_FLD
    Thanks in advance.
    bala krishna

    Try using a CTE, so something like this.
    WITH TableA (NVI_MIN_DATE, BANK_ACCOUNT_NO, BANK_NAME, BANK_ROUTING_NO)
    AS
    SELECT
    (SELECT MIN(NVI_DATE) AS NVI_MIN_DATE FROM FCT_SPA_NVI_OUTRIGHT A WHERE A.VENDOR_CODE=V.VENDOR_CODE) AS NVI_MIN_DATE,
    VO.BANK_ACCOUNT_NO,
    VO.BANK_NAME,
    VO.BANK_ROUTING_NO
    FROM DIM_VENDOR V
    LEFT JOIN FCT_SPA_NVI_OUTRIGHT VO
    ON V.VENDOR_CODE = VO.VENDOR_CODE
    LEFT JOIN FCT_SPA_NVI_MERCHANDISE VP
    ON VO.NVI_KEY=VP.NVI_KEY
    SELECT
    DD.DATE_KEY,
    TableA.*
    FROM TableA
    LEFT JOIN DIM_DATE DD ON
    TableA.NVI_DATE=DD.DATE_FLD
    John Sansom | SQL Server MCM
    Blog |
    Twitter | LinkedIn |
    SQL Consulting

  • How to view technical name of a planning function in IP?

    Hi,
    I have 2 aggregation levels created with 2 planning functions by someone else.
    I want to view technical name of that planning function so that I can include it in my WAD template.
    Please provide the info.
    Thanks & Regards,
    Rashmi.

    Hi Rashmi,
    In the Planning functions tab you click on the button right side of the window.
    Then you will get a window where you can select the columns to display. Pull the technical name window to display columns.
    Then you can see the technical name of that planning function.
    Regards,
    Ravi Kanth

  • How to use a name="top" Hello I'm at the top /a tags in apex url ?

    I have a decode statement which creates link to different pages as below
    'f?p=107:1:&SESSION.::NO:::' and it works good.
    Now what I need to do is, I have 6 graphs in 6 different regions on a same page.
    so depending on the options I click, I need to reach to that particular graph using the anchor tags.
    Can you let me know how to do it in APEX ?
    Actually I dont know
    1. How to use these anchor tags in url's in APRX
    2. As well as how to put them on the same page at 6 different regions which I have created.
    Appreciate if someone can give me a good example for using it in apex.

    I have updated the region title with the anchor tags
    Now when I click on the link, it gets resolved to
    http://wsus01697353.am.adecco.net:7777/pls/apex/f?p=107:1:1063560330989286::DEBUG:::%23O2KP1
    instead of
    http://wsus01697353.am.adecco.net:7777/pls/apex/f?p=107:1:1063560330989286::DEBUG:::#O2KP1
    If i directly put in the above URL in the browser it works but when I try to get through the link it dose not work.
    Any suggestion ?

  • How to use Alias name in OData service in SAP HANA

    Hi,
         I need to change one column name with alias of another name in odata service definition or odata url running in rest client. I am trying to give alias name with as key in the service definition like sql query.
    ex:
    There is one table with column name of PRODUCT_ID. I exporting that table via odata service to SAP UI. In the UI i dont want the product id column as PRODUCT_ID. It should be ike "Prodcut". Like we are using in SQL example
    select "PRODUCT_ID" as "Product" from "producttab";
    But i can't use as key for alias name. So i am getting syntax error.
    I have tried in rest client also ie executing odata file in rest based service. But i got error only.
    If anyone knows about this alias name in odata service, Please help me to resolve this issue..

    Hi Thomas
         Thanks for your reply.
         Actually in odata service definition i am using attribute and calculation views only. But in some case from the model view itself i need to use some alias names to the UI through odata service.
         For example in attribute view i have some columns with name col1,col2... I am getting those columns in UI using  odata service, for particular col2 column i need to change column name as product. And i am using the same view as source of another odata service in that service i need to change that column name as productname.
         In that case i need alias name usage. So that only i am searching alias keyword in odata service.
         Is there any possibility to use alias names in odata service.

  • PFCG - HOW TO DISPLAY TECHNICAL NAMES?

    Hi
    May I know the way to see the technical names in the PFCG transaction?
    Thanks in advanced!!

    Hi,
    In the PFCG T.code
    under Authorization Tab
    Click on Display Authorization Data
    Expand the Tree
    Select Menu bar utilities tab
    there check Technical names on
    Hope clear.
    Regards,
    Kishore K

  • How to use Technical Term

    Hi,
    I have a simple process that has few variables involved like budget, approval time limit, etc.. And i want to use these variables in the course of the business process, say for example, the budget value will be checked and if it is above a particular limit, i want to take some action. In this scenario, how will i represent the variables, budget, approval time limit in my process, and how do i use it..
    Should i first define them as technical terms or kpi. once definition is done, how do i use them in the process. how do i give the condition to be used in a function block.
    Thanks,
    Vishnupriya

    Technical terms are meant for informal information modeling.
    Typical usage involves:
    1. Modeling hierarchy of terms or information; for example, "Customer details" (a piece of information) consists of "Customer Name" and "Phone number".
    2. Modeling synonyms - to show how different departments use different words, terms or phrases to name the same piece of information; for example, "CID" is a synonym for "Customer Code".
    3. Modeling relationships between Technical Terms (informal pieces of information) and Clusters, Entities and Attributes (formal data).
    KPIs are Key Performance Indicators and they are used to measure (on daily, weekly or monthly basis) how good or bad an organization is heading towards goals which were assumed to be reached.
    Let's say the goal is "to get 40% of a market share within the next six months".
    So, the organization defines KPI named "market share" and assumes target values for it at the end of each of these six months; e.g.,
    5% (1st month), 10% (2nd month), 17% (3rd), 26% (4th), 35% (5th) and 40% (6th month).
    Then at the end of each month the real market share is measured and compared to assumed target values. If the real values are below assumed ones, some actions are should be taken to fix the situation.
    According to a description of your problem, both technical terms or KPIs are not the proper choice for you.
    Actually, in models at the business level you don't use precise values like $2000 of the budget limit, for example. You should use general statements like "Check budget value" (function in EPC or decision in BPMN) and then 2 paths "Below limit" and "Above limit".
    The precise value ($2000 for example) should be use in models at the technical level (BPEL).
    Hope it helped. Best regards,
    Sergio

  • How to use column name as variable in select statement

    hi,
    i want to make a sql query where in select statement using variable as a column name. but its not working plz guide me how can i do this.
    select :m1 from table1;
    regards

    Hi,
    Is this what you want..
    SQL> select &m1 from dept;
    Enter value for m1: deptno
    old   1: select &m1 from dept
    new   1: select deptno from dept
        DEPTNO
            10
            20
            30
            40
    SQL> select &m1 from dept;
    Enter value for m1: dname
    old   1: select &m1 from dept
    new   1: select dname from dept
    DNAME
    ACCOUNTING
    RESEARCH
    SALES
    OPERATIONS
    SQL> select &&m1 from dept;
    Enter value for m1: loc
    old   1: select &&m1 from dept
    new   1: select loc from dept
    LOC
    NEW YORK
    DALLAS
    CHICAGO
    BOSTON
    SQL> select &&m1 from dept;
    old   1: select &&m1 from dept
    new   1: select loc from dept
    LOC
    NEW YORK
    DALLAS
    CHICAGO
    BOSTONIf you use single '&' then each time you fire the query, It will ask for the new value..
    But if you will use double '&&' the value of m1 will be persistent across the session..
    Twinkle

  • How to use MONTH NAME in where condition in date column?

    Hi dudes,
    this is the table.
    sql>desc ACMINUTESPDFTEST;
    Name Null? Type
    ACDATE DATE
    TYPES VARCHAR2(10)
    here i have tried the following 2 queries,but i could not get the correct result
    select types,seqno,acdate from ACMINUTESPDFTEST where acdate like to_date('NOV','MON');
    or
    select types,seqno,acdate from ACMINUTESPDFTEST where acdate = to_date('NOV','MON');
    (for both the query the output is same)
    TYPES ACDATE
    PINK 01-NOV-10
    but the table having following data:
    TYPES ACDATE
    PINK 14-NOV-10
    WHITE 15-NOV-10
    PINK 01-NOV-10
    Any suggestion why i could not get correct result.

    bharathit wrote:
    Thanks for toon and divya...it solved my problem and my question how will you select between two months..
    select types,acdate from ACMINUTESPDFTEST where to_char(acdate,'MON') >= 'SEP' AND to_char(acdate,'MON') <= 'OCT';
    and i got
    no rows selected
    Edited by: bharathit on Nov 2, 2010 10:37 PMIf you're interested in finding dates in a range of months regardless of the year then try this:
    select ...
    from   ...
    where  to_number(to_char(date_column,'MM')) Between 9 And 10;You could also do something like:
    select ...
    from   ...
    where  to_number(to_char(date_column,'MM')) In (1,4,7,10);If you are interested in dates in a range of months in a particular year however, use something like this:
    select ...
    from   ...
    where  date_column >= date '2010-09-01' and
           date_column < date '2010-11-01' and

Maybe you are looking for

  • 500 Internal Server error for a single report in a dashboard

    Hi All, I had an issue with a report in a dashboard i.e.., In a dashboard a report is prepared by using the opaque view. When I ran the report in a dashboard it ran for about 15 to 20 mins and the report is excuted with the data. Now I tried to downl

  • Postcode can't replicate to CRM from ECC

    hi,guys,    I found the postcode field and city field could not replicate to CRM from ECC,but other fields can replicate conrrectly.why?Our CRM system is 7.0 EHP1.

  • Help: jms bridge failed to put messages into target destination!

    Hi all,           I created a jms bridge to transfer msgs form one domain(one cluster,hpux) to another domain(one cluster,aix),but it seems that the msg can't arrive at the target destination,below are the main log records:           ####<2006-11-29

  • How to update JSPM ?

    Hi, i'm currently applying EHP1 SP23 for SAP Solution Manager. For the Java stack it is said that i should update JSPM to at least version 7.01.2.1.1. I've downloaded the stack and tried to update JSPM using "Select a package type to apply -> JSPM".

  • Kernel-fglrx-custom: Please could someone check/improve my PKGBUILD

    I decided to share a script as it has been very useful to me.  I have never written a PKGBUILD before and it took some attempts to make a working one, so please could someone check the PKGBUILD over and let me know how horrible it is and what I shoul