Which is the t-code to view...........

Hi 2 all,
been here after a long time.
Thanks for the solutions provided me earlier.
now i just wanna know whats the corresponding code to find out all the standard workflows.
secondly whats the main reason v shud specify a terminating event for asynchrounous method?
plz provide me a solution.
bye.

Hi Cyrus,
I guess your first question is already answered.
As for the second one, at runtime, the relevant work item is only terminated if one of the defined terminating events occurs in case of asynchronous methods.
(The terminating events of a task express the possible end statuses of the task.)
Plz reward if i answered your query
Thanks and regards,
Abir.

Similar Messages

  • In E-Business Tax - In which table the tax codes are stored?

    Hi All,
    I am new to Financials. I have a requirement in which I need to list all the TAX CODES pertaining to AP and AR. Kindly let me know in which table the tax codes are stored in E-Business Tax module. Also let me know how the tax is associated with the AP and AR modules. Is there any column in the table to identify whether the tax is for AP or AR?
    Regards,
    Ahmed.

    Hello Ahmed.
    I was not aware that you were talking about R12. The information i gave you concerns 11.5.10.2. Anyway, i checked the ETRM's for R12 and checked that the tables also exist in rel 12. This is an excerpt from R12 ETRM:
    TABLE: AP.AP_TAX_CODES_ALL
    Object Details
    Object Name: AP_TAX_CODES_ALL
    Object Type: TABLE
    Owner: AP
    FND Design Data: SQLAP.AP_TAX_CODES_ALL
    Subobject Name:
    Status: VALID
    AP_TAX_CODES_ALL contains information about the tax codes
    you define. You need one row for each tax code you
    want to use when entering invoices. When you enter
    invoices, you can use a list of values to select a tax code
    defined in this table. Your Oracle Payables
    application also uses TAX_RATE to calculate use tax
    when you enter a taxable amount for an invoice.
    This table corresponds to the Tax Codes window.
    Now you say that you cannot find the information into the tables. Are you working on a production instance. Are you sure that the taxes have already been defined?
    Octavio

  • What is the T-code for Viewing the Payment Advices....

    Hi,
    What is the T-code for Viewing the Payment Advices....
    Regards
    Sap Guru

    Hi,
    Payment advice creation - FBE1
    Payment advice Change - FBE2
    Payment advice Display - FBE3
    Payment advice Delete - FBE6.
    Assign points if helpful.
    Thanks,
    Vasu..

  • Table which stores the return codes

    Hi All
    I would like to know in which table the return codes for a BAPI get stored for the structure BAPIRET2.
    Thanks in advance
    Sree Ramya

    Hi sree,
    1. the return codes are nothing
       but standard messages of the transaction.
    2. such messages and their codes are stored in table T100.
    regards,
    amit m.

  • Problem in dispay of all the content(code) in view controller in NWDS

    Hi,
    when I am opening a view by double clicking it and clicking on implementation tab,all the contents in that view controller is coming properly.
    But  when I am clicking on a particular method in the outline view,then only the implementation of that method is coming and all the other contents are missing.
    Can anyone say,what can be the problem and the solution to it.

    Hi Robert
    I am able to open the view by double clicking on the view.
    and also I am able to see all the code implementation(for example.wdDoIniti,wdDoModifyView,wdDoExit..all other methods).
    In the outline view ,on click of one method(let say wdDoInit),the cursor should come to that particular method(means here wdDoInit) and also we should see all other method  implementations by scrolling on the editor.
    The problem is
    in my case this is not happening. while I am selecting a method(if it is wdDoInit) in the outline view then i can see only the implementation of that method(means here wdDoInit) and all other implementation is missing.
    But it was working fine before.Today I am facing this problem.
    May be unknowingly, I have changed some setting but unable to catch where?

  • JDeveloper settings - change the default code editor view for JSPx  files

    Hi, when you open a .JSPX or JSP page the editor opens in 'design' mode. Is there a way to change this default behavior and open in 'source' mode? I write the JSF/JSP pages editing code and every time I open a new page I have to wait till the IDE opens in view mode and then manually switch to source mode by hand.
    Thanks
    Jordi

    A year and a half after this post, and I still have this same issue as well. Even 10.1.3.3 has it.
    Thanks for posting the solution as this will now save me lots of time waiting and often re-starting JDeveloper.

  • List, which contains the tax code of Cash dicount

    hello,
    does anyone know how I can create a list which contains following information.
    specific posting  period 1-5
    tax code 16% or 19% plus their specific cash discount amount.
    e.g.
    period 1   tax code 16%   116€
    period 1   tax code 19%   119€
    I shoudl have this in a sum or for each document.
    thanks a lot
    stefan
    Message was edited by:
            Stefan Grauer

    Hi Eduardo,
    For STO process, there is a procedure very different to customize that our normal sales.
    Please, follow note 199233 which is given a better explanation about this process.
    You should create a sales order type and the IVA code is determined in j1btax (MM) in the same place where the ivaSD is determined when you are handle with normal sales.
    Below follow an example:
    4.70 and up:                                                                               
    o  table J_1BTAXCODEV (via SM30) or                      
         J1BTAX -> Maintain MM Tax Codes                                                                               
    -  Tax Code = Tax code used in MM for GI, e.g. A1     
         -  TC at GR = Tax code used in MM for GR, e.g. I1     
    I hope those information can help you.
    Regards
    Ruy Castro

  • What is the T.code to view whether a material is Scheduled or not???

    Hi Gurus,
    I have the Material number . I need to check  whether a material is Scheduled or not??? Please let me know the T.code for it. And also if it is scheduled , i need to know  , the material is scheduled on which date???
    Please do the needful.
    Regards,
    Vibin

    Vibin,
    You need to be a bit more specific.  Scheduled for what type of activity?
    MD04 will show you all supply and demand elements for a material, including any scheduled dates.  Is this what you had in mind?
    Rgds,
    DB49

  • Which is the right code?

    i need a code that can read integers from a .txt file.
    eg. of .txt file content:-
    "12 34 56"
    which command should i use?
    there are so many commands that look the same to me.
    eg. FIlereader, Stringreader, and many more.
    i am not sure which one i should use.
    tq
    Edited by: fmpfmpf on Jun 19, 2008 3:51 AM

    package AAA;
    import java.io.*;
    public class tests
         public static void main(String[] args) throws IOException
              String path = "abs/111/ddd";
    String[] pathSegs = path.split("/");
    System.out.println(Arrays.toString(pathSegs));
    There is an error at:-
    System.out.println(Arrays.toString(pathSegs));
    The error is:-
    Arrays cannot be resolved
    How do i solve this?
    TQ

  • Which is the tracking code for my macbook with tnt

    well which code is it i cnt track with tnt even though apple is showing it has left
    w7*****
    or
    80******
    thanks in advance

    Gareth if you click the link in your despatch email for the order status
    Put in the web order reference number, which is W****** and the shipping address postcode and click find order.
    Then click track this shipment.
    On the following screen it's the carrier tracking number that you can use on tnt.
    Hope this helps.

  • Which table the release code saved?

    Dear Experts,
    I am developing a report of the PR released status.I need to know where the Processor and releaser of
    the PR saved?
    I already know the FM to get those information. Please do not inform me the FM' name.
    Thanks in advance.
    BR Edward
    Edited by: Edward on Feb 3, 2009 2:41 PM

    hi
    check this thread
    Re: table for pr release strategies
    hope this helps
    regards
    Aakash Banga

  • T-code to view the variant

    Hello all,
    We have created an variant for the warehouse activity monitor and would like tok know the t-code to view the variant that has been created. pl. advise.
    Thanks,
    Maxx

    Hi,
    You will see "Select Layout/Variant" icon in the application toolbar of the transaction screen if you have saved it for a particular transaction.
    Refer following document:
    http://www.olemiss.edu/projects/sap/Display_Variants_10_03.pdf
    Regards,
    Srilatha.

  • T-Codes to view the consolidation balance  sheet

    Hi,
    Can you give me the T-Codes to view the consolidation balance  sheet  & consolidated income statement.
    Thanks
    Prathima

    Dear Pratima,
    you can use this T Code for Consolidation for B/S for more than one Co Code with diffirent Chart of Accounts  F.54 - Account Balance Structure
    Regards
    radha

  • T-Code to view stock report

    Dear Frndz,
    What is the T-code to view the system in-stock report.
    Regards,
    Srini

    Hi,
    In MMBE, enter material name, plant & storage location and click execute.
    Double click on the storage location, you will get a complete list with the different categories in which the stock is available (unrestricted stock/ blocked stock/ sales order stock, etc...)
    Regards,
    Ashok

  • How to subdivide 1 large TABLE based on the output of a VIEW

    I am searching for a decent method / example code to subdivide a large table (into a global temp table (GTT) for further processing) based on a list of numeric/alphanumeric which is the resultset from a view.
    I am groping with the following strategy in PL/SQL:
    1 -- set up cursor, execute the view (so I have the list of identifiers)
    2 -- create a second cursor (or loop?) which:
    accepts each of the identifiers in turn
    executes a query (EXECUTE IMMEDIATE?) on the larger table
    INSERTs (or appends?) each resultset into the GTT
    3 -- Then the GTT contains just the requires subset of the larger table for further processing and eventual import into iReport for reporting.
    Can anyone point me to code that would "spoon feed" me on this? Or suggest the best / better way to go about it?
    The scale of the issue here -- GTT is defined and ready to go, the larger table contains approx 40,000 rows and I need to extract a dozen subsets or so which add up to approx 1000 rows.
    Thanks,
    Rob

    Welcome to the forum!
    >
    I am searching for a decent method / example code to subdivide a large table (into a global temp table (GTT) for further processing) based on a list of numeric/alphanumeric which is the resultset from a view.
    Can anyone point me to code that would "spoon feed" me on this? Or suggest the best / better way to go about it?
    The scale of the issue here -- GTT is defined and ready to go, the larger table contains approx 40,000 rows and I need to extract a dozen subsets or so which add up to approx 1000 rows.
    >
    No - there is no code to point you to.
    As many of the previous responses indicate part of the concern is that you seem to have already chosen and partially implemented a solution but the information you provided makes us question whether you have adequately analyzed and defined the actual problem and processing that needs to happen. Here's why I have questions about your approach
    1. GTT - a red flag issue - these tables are generally not needed in Oracle. So when you, or anyone says they plan to use one it raises a red flag. People want to be sure you really need one rather than not using a table at all, or just using a regular table instead of a GTT.
    2. Double nested CURSOR loops - a DOUBLE red flag issue - this is almost always SLOW-BY-SLOW (row-by-row) processing at its worst. It is seldom needed, doesn't perform well and won't scale. People are going to question this choice and rightfully so.
    3. EXECUTE IMMEDIATE - a red flag issue or at least a yellow/warning flag. This is definitely a legitimate methodology when it is needed but may times developers resort to it when it isn't needed because it seems easier than doing the hard work of actually defining ALL of the requirements. It seems easier because it appears that it will allow and work for those 'unexpected' things that seem to come up in new development.
    Unfortunately most of those unexpected things come up because the developer did not adequately define all of the requirements. The code may execute when those things arise but it likely won't do the right thing.
    Seeing all three of those red flag issues in the same question is like waving a red flag at a charging bull. The responses you get are all likely to be of the 'DO NOT DO THAT' variety.
    You are correct that a work table is appropriate when there is business logic to be applied to a set of data that cannot be applied using SQL alone. Use a regular table unless
    1. you plan to have multiple sessions working with the table simutaneously,
    2. each session needs to work with ONLY their own data in that table and not data from other sessions
    3. the data does NOT need to be available after the session ends
    4. you actually need a GTT to take advantage of the automatic data preservation (ON COMMIT PRESERVE/DELETE) functionality
    Remember - when a session ends the data in the GTT is gone. That can makek it very difficult to troubleshoot data related problems since a different session can't see what data is in the table. Even if a GTT is needed for the final product it is very useful to use a regular table so that the data can be examined after test runs to help find and fix problems. Then after development is complete and initial testing is done a GTT would be substituted and final testing performed.
    So the main remaining question is why you need to perform multiple dynamic queries to get the data populated into the work table? Especially why is a nested cursor loop needed? My suspicion is that you have the queries stored in a query table and one of your loops extracts the query and executes it dynamically.
    How many queries are we talking about? Do these queries change from run to run? Please provide more detail of the process and an example query for the selection filtering as well as a typical dynamic query you plan to use.

Maybe you are looking for

  • 6th generation Ipod nano not recognised in itunes

    When I plug my ipod into my laptop, it is recognised in my computer but not in itunes or as a device when trying to safely remove it. I tried plugging my 4th generation ipod nano into my laptop but again the same thing happens. I tried plugging it in

  • In OBIEE rpd convert varchar to datetime

    Hello, Can anyone help one how can we convert a column that is set to varchar to datetime in obiee; Suppose COLUMN_A is varchar and keeps value like '2008-12-30 10:11:22' and we want to convert it DATETIME. Thanks and Regards

  • HT3775 pdf file not open

    hi there i try to open pdf file but i can't,

  • Help with tutorial

    Hi, I need help with the last step of this tutorial- I'm confused about which layer it is asking me to select. The link: http://design.tutsplus.com/tutorials/quick-tip-how-to-create-a-3d-sketch-text-effect--vect or-4576 And i posted a screenshot of m

  • Service Module u2013 Data Ownership

    Hi Experts A company has got multiple business division. These divisions provide u201CServiceu201D to the products sold by their respective Department. Individual division donu2019t want the other department to see or view their work details as they