What is the significance of Draft, final and Final Post for Create Accntg?

hi
can someone give me a words for this query?
thanks
emgee

Draft - Used only for the user to view what would be the accounting for the transaction that has been entered. Does not have any accounting impact as it does not actually create the accounting. Modification can be made to the invoice.
Final - The invoice is accounted but the accounting entry is not transferred to GL. It is residing in the subledger module only. Need to run the program transfer to GL to transfer these accounting entries to GL
Final Post - Accounting created and transferred to GL

Similar Messages

  • What Is The Difference Between Budget Cost And Regular Cost For Resources?

    What's the difference betwee budget cost and regular cost for resources?
    Here is the explanation which I didn't understand from the book;
    In planning your departmental retreat, suppose you
    have specific budget targets
    for certain cost categories, $2,500
    for travel expenses, $500 for printing,
    and $1,000 for conference room rentals. Using Project’s budget resource
    feature, you can define your budget
    for different categories
    of items. You can then group your resources to
    com-pare your budgeted
    costs to your planned costs. This way, you
    can view your travel budget
    of $2,500 side by side with your planned
    costs of, say, $3,700,
    and immedi- ately see that your next
    goal is to find a way to trim those travel
    costs.

    Hi,
    You have to differenciate the proejct budget from the project cost:
    The project budget is the amount of money which has been allocated to your project by the executive board based on the estimation you provided. This is not meant to be changed unless you go through a change request process, justifying why you need to change
    (increase) the budget, meaning asking more money. Consequently it will not be related in MS Project with the tasks, assignments. It is entered on the project summary and can be meanly used in portfolio reports where you can consolidate yours budgets (you can
    have several different budgets) among a set of projects.
    The project cost is something which lives, changes along the project lifecycle. It is meant to be updated on a weekly or biweekly basis from the team members tasks updates approved by the project manager. Then the PM updates the remaining work thus the project
    cost.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |
    You say that the budget cost is total money which committee gave you for the project.
    But the book refer budget cost for every resource. I don't understand that.
    " In planning your departmental retreat, suppose you
    have specific budget targets
    for certain cost categories, $2,500
    for travel expenses, $500 for printing,
    and $1,000 for conference room rentals. Using Project’s budget resource
    feature, you can define your budget
    for different categories
    of items. You can then group your resources to
    com-pare your budgeted
    costs to your planned costs. This way, you
    can view your travel budget
    of $2,500 side by side with your planned
    costs of, say, $3,700,
    and immedi- ately see that your next
    goal is to find a way to trim those travel
    costs. "
    For example here travel budget cost is 2500 whereas planned cost is 3700. Planned cost of travel expense is created by the project manager. Who does define travel budget cost?
    Let's say an employee's cost is 20 dollars per hour and I write it on the project. So how much is this employee's budget cost, Who does define it, From whom do I learn that data?

  • What is the difference of using Invoke and without invoke for invoking delegate references .

    Lets consider the below example,
    1. Invoke the delegate reference with Invoke keyword,
    public delegate double returndel(int r);
     private void button1_Click(object sender, EventArgs e)
                returndel ret = CalculateArea;
                double yt = ret.Invoke(4);   
                MessageBox.Show(yt.ToString());
            public double CalculateArea(int r)
                return 3.14 * r * r;
    2.  Invoke the delegate reference without Invoke keyword,
    public delegate double returndel(int r);
     private void button1_Click(object sender, EventArgs e)
                returndel ret = new returndel(CalculateArea);
                double yt = ret(4);
                MessageBox.Show(yt.ToString());
     public double CalculateArea(int r)
                return 3.14 * r * r;
    What is the difference between these two ?
    Thanks and Regards
    Bijukrishnan.BS

    No difference if you just want to call single function.
    Try the following:
    public delegate void DoMyWork(int i);
    static void DoMyWork1(int i)
    Console.WriteLine(i);
    static void DoMyWork2(int i)
    Console.WriteLine(i * i);
    static void delegateTest()
    DoMyWork work = new DoMyWork(DoMyWork1);
    work += new DoMyWork(DoMyWork2);
    work.Invoke(4);
    The output would be:
    4
    16

  • What's the difference between Application ID and Product ID for WP App?

    Anyone know what's the difference between the Application ID on Marketplace and the
    Product ID in WMAppManifest.xml?  Can I get the Application ID before I sumbit the app to Marketplace? Thank you.

    Hello the ApplicationID is the ProductID on the WMAppManifest.xml, when you create a new project, a generic
    ProductID is assigned to your app, and once you send your app to the store, the generic
    ProductID is replaced with a new one (which will be assigned permanently to your app
    unless you do a new App Submission, which means each update will have that same ID). AFAIK once your app is certified you'll get the ApplicationID, you can send it and publish it manually, so you could
    have the AppID before people start downloading the app.
    (if you need the AppID for testing IAP, you may want to try sending your App as a Beta version)
    I hope it helps
    Yassine,
    Now I think I understand them, thank you!

  • What is the significance of report writer and report painter

    hi all,
    can anyone throw light on report write and report painter, when and why it used with examples.
    thanxs in advance
    regds
    hari

    Dear Hari,
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    Report Painter allows you to create reports using data from SAP application components, which you can adapt to meet your individual requirements.
    Many of your reporting requirements can already be met by using the standard reports provided by various SAP application components. If these SAP standard reports do not meet your reporting needs, Report Painter enables you to define your specific reports quickly and easily.
    Report Painter fulfills a function similar to Report Writer, but is easier to use. Most of the functions found in Report Writer have been built into Report Painter; however, you do not need to be familiar with all Report Writer concepts (such as Sets) in order to use Report Painter.
    When executing a Report Painter report, it is displayed by the system in Report Writer format. You thus have access to the same functions as for Report Writer reports defined in the same way, and can combine Report Painter and Report Writer reports together in a report group.
    Report Painter uses a graphical report structure, which forms the basis for your report definition and displays the rows and columns as they appear in the final report output.
    To facilitate report definition, you can use many of the standard reporting objects provided by SAP (such as libraries, row/column models, and standard layouts) in your own specific reports. When you define a Report Painter report you can use groups (sets). You can also enter characteristic values directly.
    Advantages of Report Painter include:
    Flexible and simple report definition
    Report definition without using sets
    Direct layout control: The rows and columns are displayed in the report definition as they appear in the final report output, making test runs unnecessary.
    http://help.sap.com/saphelp_47x200/helpdata/en/56/32e339b62b3011e10000000a11402f/content.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
    Regards,
    Naveen.

  • What is the future of Flash CC and SWF format for 2D animation?

    My work heavily relies on Flash for 2D animation then import SWF's into AE for comping. Since I do frame by frame animation and very little tweening, SWF saved my life numerous times because of it's file size, continous rasterisation and ease of use. Although being buggy in places and Fash not seeing any of that recent AE love, it's still a key tool for me.
    So are there any plans to clean that bad boy up?

    If you are having a problem it is not clear what it is from what you have said.  If you have sugestions for improving some shortcomings you see in Flash CC then you should submit them to:
    Adobe - Wishlist & Bug Report
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • What is the best cheap/free search and replace software for .xml files?

    Transferring my iTunes library from PC to Mac I have reached the stage where I want to edit the .xml file from PC file paths to Mac ones - which would be the best preferrably free software to do this on?

    Perhaps my comment in your other thread will help.
    tt2
    PS I don't know about the Mac, but Notepad++ will probably do your search & replace on the PC if you have to edit the XML.
    Message was edited by: turingtest2

  • What is the significance of the Assembly Deployment Target and Feature Scope?

    Hello,
    We have created a project as Farm Solution (not sandbox).
    Under project properties we can see an option for Assembly Deployment Target : GAC or WebApplication.
    I know that GAC will deploy the dll to windows\assemblies and WebApplication will deploy to website/bin folder.
    Now, we add a feature to the project; in here we can see a dropdown for scope with options as: Farm; Web; Site; WebApplication. I know that depending upon what option is chosen; the feature can then be activated by going to the respective manage features
    option via SharePoint front end UI.
    Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?

    >>Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?
    Feature scope can be decided based on the type of artifacts you will be building
    Check the below link for what type of artifacts can be build at different levels of scopes
    http://msdn.microsoft.com/en-us/library/ms454835(v=office.14).aspx
     wrt to Assembly Deployment Target depends on what type of components you are deploying through your solution which will be specified in manifest.xml. There are advantages
    if you deploy the components to web application rather GAC like all Apppools will not get recycled, avoiding IIS reset etc. But if you have 3rd party dlls and feature receivers which need to deployed along with the solution then its advisable to deploy to
    GAC
    http://trentacular.com/2009/06/sharepoint-differences-between-global-and-web-application-targeted-solution-deployment/
    https://www.captechconsulting.com/blog/james-brocato/sharepoint-without-the-gac
    Hope this helps.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • What is the significance of having Ver 1 and Ver 2 in a Bal Sheet?

    Hi,
    1. What is the significance of having Version 1 and Version 2 in a Balance Sheet(Income Statement)?
    Any real life significance of these versions?
    2. I had a previous question which was not answered, can verify if having version 1 and version 2 in a query addresses that problem:
    u201C Is there a way to compare two different income statements (or two Bal Sheets) for say, Year 2005, if Income statement 1 is from R3 but Income statement 2 is from a non-sap system. i.e. to create a variance for them as a means of reconciliation? u201C
    If Version 1 and Version 2 in a balance sheet does not deal with this, can you help with it?
    Thanks

    Hi,
    thanks for the response.
    Does this versioning process also takes place in Balance Sheet or it is something done only for Income Statements?
    Is this the reason why some queries have varaibles to enter Version 1 and Version 2?
    If Version 1 and Version 2 are from the same datasource, and you bring all into a DSO, what will be the advantage to separate the Version 1 and Version 2 data different cubes?
    To help me get your response well, is the Versioning concept used in addressing the other part of my question:
    i.e.  if having version 1 and version 2 in a query addresses that problem:
    u201C Is there a way to compare two different income statements (or two Bal Sheets) for say, Year 2005, if Income statement 1 is from R3 but Income statement 2 is from a non-sap system. i.e. to create a variance for them as a means of reconciliation? u201C
    If Version 1 and Version 2 in a balance sheet does not deal with this, how do you address this?
    Thanks

  • What is the significance of the blue, green and grey highlighted names in the directory used to text or iMessage? This is not about the messaging themselves, but the names to select to text or iMessage.

    What is the significance of the blue, green and grey highlighted names in the directory used to text or iMessage? This is not about the messaging themselves, but the names to select to text or iMessage.

    The entries in blue are people you've recently exchanged iMessages with, the ones in green are people with whom you've recently exchanged SMS messages and the ones in grey are people with whom you have not recently exchanged any messages.

  • How , When and What is the significance of Business Partner's Sales Area Data?

    Dear All,
    What is the Sales Area data of busines partner , What is the significance of the same?
    When it gets modified or extended?
    How to maintain its configuration? How maintain its data!!
    Hence i want to understand almost all about sales Area data of business partner.
    Regards,
    Dhruvin
    Moderated: Please use the search before posting.
    Message was edited by: Andrei Vishnevsky

    Hello Dhruvin,
    I think you shall have a look on the current help about this issue as it is a Complex ssue meaning "extense" and also one of the basic Points on the customizing and deployment of a CRM System:
    Organizational Management in SAP CRM - SAP Library
    Basically the Sales Area Data identifies your BP in your Sales Organization.
    You define your sales organization so its fits your business requirements and real structure. f
    Having this information properly defined helps to link data between SD and CRM so you can have for example: - The proper price for a customer when creating and Oportunity/ Sales Order.
                  - To restrict the access of the information of an employee.
    Hope these hints help..
    Regards            

  • What is the difference between jsp :include and server side include

    what is the difference between jsp :include and server side include(request dispatcher include method)????
    i understand that both request dispatcher include method and jsp:include take dynamic data,so when would one use request dispatcher include and when jsp:include.
    Is the usage interchangeable?i believe jsp include is used only for jsp/html but include directive can be used to include servlets ,jsp and html....correct me if i m wrong and
    do suggest if u hav ny other diff in this context...

    The difference really is: in what format do you want your inclusions? If your environment has many Java developers and only a few designers that focus mainly on, say, Flash, that might push you more towards the server-side include() directive. Or, if you have a large set of pages that receive dynamic content that is displayed in a consistent fashion (such as a workflow header area on a page).
    If, on the other hand, you have more web designers, there may be a greater desire to deal in markup rather than Java code. Java developers themselves might prefer to view markup (JSP) that more resembles the eventual output than something occuring in Java code.
    Finally, there are considerations of tiering. While it is totally possible to (and I have previously) implement 'view classes' that render markup or generate layout templates, JSP's offer, IMO, a subtle, psychological advantage. By forcing a developer to work in a different format, markup versus Java source, the separation on view from controller and model becomes a bit easier. It is still possible to make mistakes, but if a developer at some point notices, "Wait, I'm in a JSP, should I be importing a java.sql class?", then the choice to use JSP includes has paid off in spades.
    - Saish

  • Distribution function - What is the significance of "USER" field in Distribution template?

    Hi,
    I am working with the distribution functionality in BPC 10.
    Here i am saving the reports in a folder on my desktop. For this we need to create a template which includes multiple report names, fixed members and variable members.
    In the variable member section, we have a field for User.
    For this field
    1. when i do not specify anything it does not let me distribute,
    2. when i specify a user name it creates 2 folderrs on my dektop one with the template name and one for the user
    3. when i specify a space (" ") this creates only 1 folder during the distribution that is of the Template name (Which is what is required)
    However what i do not understand is how this works without a username? What is the significance of this field in the distribution template?
    Thanks in advance,
    Shweta

    Hi Ram,
    I have used this field for, what is the effect of the breakdown or problem when users are creating the notification. Example are given below. The same filed will come in IW28 report for analysis purpose.
    1 No Effect
    2 Production Restricted
    3 Production Breakdown
    Hope it will help you to understand.
    Best Regards
    Kalyan

  • What is the significance of this setting..?

    Dear All,
    Can you please tell me what is the significance of the following settings in the Availability check configuration.
    IMG - SD - Basic Functions - Availability check & TOR - Availability check - Availability check with ATP Logic or Against planning - Define default settings.
    Here we maintain availability check rule for each Sales area. In our system for some sales areas it is maintained as C and for some B and rest blank.
    Your help is solicited.
    Regards,
    Vishi

    Hi Vishi,
    Here is the details of availability check rule in default setting from SAP F4 help....
    Blank     Dialog box in the case of shortages (batch/BAPI full dlv.)
    A     One-time delivery
    B     Full delivery
    C     Delivery proposal
    D     Dialog box in the case of shrtages (batch/BAPI one-time dlv)
    E     Dialog box in the case of shortages (batch/BAPI dlv. prpsl)
    1     Delivery proposal for product selection
    I guess this is self explanatory...... if you have further doubt revert back....
    Thanks,
    Raja

  • What is the significance of super() in constructor?

    excuse me, my english is poor.
    public class App2 extends App1{
    App2(String str){
    //there is a crytic super() *****why?****
    System.out.println(str);
    public static void main(String args[]){
    App2 tt=new App2("hello");
    class App1{
    App1(){
    System.out.println("App1 constructor");
    //end progarm
    why there is a crytic super()?
    What is the significance of super() in constructor?

    "public class App2 extends App1"
    implies that App2 inherits something from App1.
    e.g.
    App1 has member data a1, b1, c1 and App2 add its own member data a2, b2, c2. Since App2 extends App1, now App2 has member data a1, b1, c1, a2, b2, c2.
    If you call App2's constructor, you can initialize a2, b2, c2. How about a1, b1, c1? If you don't use super in App2's constructor, a1 b1 c1 won't be initialized. So, call super to let App1 initialize a1, b1 and c1.

Maybe you are looking for

  • Feedback on NI Search Results

    Greetings! We are trying to make it easier for customers to find solutions on our web site, and I would like your feedback. We are considering changing the titles on documents so that the area of the site is displayed prominently in the title. Thus,

  • How to convert doc files to pdf files

    how do I convert a microsoft doc file into pages and then into a pdf to send out to others?

  • R12 Postintall error

    HI OS: RHEL 4 Apps version :12 I am getting post install error, Checking url=http://upg.oracle.com:8000/OA_HTML/AppsLogin RW-50016: error: {0} was not createdd File={1} RW-1001: rapid install not able to continue JSP checing URL =http://apps.oracle.c

  • Stock Vs Delivery Creation ?

    hi I have 4 qty stock for  X material, i created a sales order for 10 qty, if create delivery system is creating Outbond delivery with 10 qty. but requirement is system should create Outbond delivery for 4 qty only and also  if stock is not there sys

  • Lenovo Identischer TS430 - Festplattenhalterungen (Kabel nicht Hotswap)

    Hallo,  ich möchte ESXI 5.0 installieren und habe in der HWCL von vmware gelesen, das der Raid Controller kompatibel ist. Bei dem Server sind allerdings nur Hot swap Dummies eingebaut und ich benötige aber Einbaurahmen. Ist es richtig, dass ich Lenov