Help on FI Flow

Hi Guys..
I am searching on ABAP and I couldn't find the flow in FI Module like I can find in
SD/MM Modules.Any help would be of great help.
Thanks in advance.
Sri Harsha
PS: Flow on CRM and SCM would be great too.

hi,
WELCOME TO SDN.
FI FLOW :
1. Creation of customer account group - OBD2
2. Create no ranges - XDN1
3. assign no range to customer group - OBAR
4. Create GL accounts - FS00
5. Create customer master record - XD01 / XD02 (change) / XD03 (Display)
6. Document tyoe and no range -  OBA7
7. Sales Invoice - F-22
8. Customer receipt (Incoming pmt) -  F-28
9. Credit Memo -  F-27
10. View customer balance -  FD10N
11. Clear AR - F-32
Data flow can happen in finance module from many quarters in SAP and non SAP system depending upon the landscape of the ERP system implemented. I am giving below the general overview of data flow.
The Financial Accounting (FI) application component fulfills all the international requirements that must be met by the financial accounting department of an organization. It provides the following features:
Management and representation of all accounting data
All business transactions are recorded according to the document principle, which provides an unbroken audit trail from the financial statements to the individual documents.
Open and integrated data flow
Data flow between Financial Accounting and the other components of the SAP System is ensured by automatic updates.
Data is available in real time within Financial Accounting. Postings made in the subledgers always generate a corresponding posting in the general ledger.
Preparation of operational information to assist strategic decision-making within the organization
Integration:Integration of Financial Accounting with other components
All accounting-relevant transactions made in Logistics (LO) or Human Resources (HR) components are posted real-time to Financial Accounting by means of automatic account determination. This data can also be passed on to Controlling (CO).
This ensures that logistical goods movements (such as goods receipts and goods issues) are exactly reflected in the value-based updates in accounting.
Integration within Financial Accounting
Every posting that is made in the subledgers generates a corresponding posting to the assigned G/L accounts. This ensures that the subledgers are always reconciled with the general ledger.
Features: The Financial Accounting application component comprises the following sub-components:
General Ledger (FI-GL)
Accounts Payable (FI-AP)
Accounts Receivable (FI-AR)
Bank Accounting (FI-BL)
Asset Accounting (FI-AA)
Funds Management (FI-FM)
Travel Management (FI-TV)
Special Purpose Ledger (FI-SL)
Hope I had been able to provide help to you. please reward points and let me know if you need anything in specific.
The dataflow as functional process below are the points:
1) Purchasing Requsition -> sent by inventory dept to purcharsing dept
2) Request for Quotation(RFQ)-> Purchasing Dept shall ask the vendors to give the quotation for the requested materials by inventory.
3) Quotation -> Quotation is sent by vendors to the company
4) Purchase order-> Based on all paramers of a quotation sent by vendors. Vendors are selected from whom the material has to be obtained. The company gives purchase order to the vendor.
5) Good's receipt -> vendors sends the goods to the company with goods receipt
6) Invoice verification -> this done based on good's receipt. this means that the ordered goods have reached or not.
7) Payment -> payment is done based on invoice verification. this is (FI/CO)
Reward points for hlpful answers.

Similar Messages

  • Moving images/catalogue from daughter to main catalog - Question and help requested on flow

    All,
    I have been using LR since 1.0 and now on 2.5 on a PC (Vista & Windows 7)
    My picture management work-flow
    I pull-in photos onto laptop which has a small catalog of 2009 images and usually only 6000 in (Nefs D300/D70) (Daughter catalog)
    On laptop I keyword etc and prepare photos.
    Once my hard drive (250GB) gets about 2/3 full I move 10-20 folders (I store images by shooting date) to a "master" hard drive (1TB) using the freeware "Syncback".
    I back up catalog at this point.
    Also moving the images to the 1TB means those photos are now going into my Main catalog, and I export the catalog of images that I transfered above and import that intot he main catalog that sort of works
    Now question(s) come(s)
    I lose in the 2009 catalog the link to the images once they have been moved by sync back to the 1TB driveand have to manually reconnect within lightroom.
    I am sure there is a better way yo do this, is there and can anyone help me -
    Can I drag and drop in the library mode in the "folder LH view" the images from the local (c) drive to the 1TB drive.  I haven't tried this (I'm a coward)
    If I eschew the use of Sync back and then export the catalog and images from the Daughter catalog, how can I make sure when I import them into the Main catalog that the images are stored on the 1TB drive correctly (Images/yyyy-mm-dd)?
    Is this handled through the image import dialog when moving the exported catalog into the Main one ?
    I hope this is understandable, as I say I have been a little timid with these steps
    Many many thanks in advance for help and pointers
    Simon Leppard

    When you import a catalog, the Import Dialog will come up. Click copy to new location and Import. Lightroom will import using the existing folder structure as is.

  • F4 help and data flow

    Hi,
                 I created online sale order interactive form using ABAP. In web dynpro component I maintained Display type as native. In the form Layout type as ZCI layout. In form layout I drag and drop the Value help button and Submit button form web dynpro native tab. Now buttons are working but data flow is not happening so I am not able to create sales order.
                But if I use Display type as ActiveX ,form Layout as Standard, Buttons From Webdynpro activeX. In this case f4 help is not working but data flow was happening so I am able create sales order. I need f4 help and as well as I should able to create sales order.
    So please help me.
    Thanks & Regards,
    Krishna,

    Hi Mohan,
    For ZCI Layout in the Designer have you inserted the WebDynpro Script. If not goto Layout Designer and in the WebDynpro Tool Bar goto Utilities->(select) Insert WebDynpro Script.
    To check whether the Script is inserted or not, goto Palette->Heirarchy of Adobe Form Toolbar and in Heirarchy scroll down to Variables, in the variables you'll find one script object i.e. "containerFoundation_JS". If this is present then it will work.
    If it is not inserted then use the Report FP_ZCI_UPDATE.
    Regards
    Pradeep Goli

  • Help with program flow and timing a loop please

    I'm working on an application that will display vibration data on several tabs.  1 tab displays the time waveform, another a running RMS value, another an FFT etc.
    On another tab I want the user to have the option of streaming the data to disk for 'x' number of seconds.
    I created a sub-vi with a flat sequence structure.
    The first frame open/creates a file.  The second frame gets the current time in seconds and adds 'x' seconds to it.  The third frame  contains a while loop with a "Get Current Time in Seconds" and a  "Write to Binary File" which executes while the current time is less than the "previous current time plus 'x'".
    This sub-vi is in a while loop that is called when a "capture data" button is pressed.
    My problem is that the rest of the program (waveform, RMS, FFT displays) stops executing when the while loop / sub-vi is executing.
    This can be seen via the "TEST" indicator that doesn't update.
    When the program flow goes back to the rest of the program I get an error 'cause the buffer has over-flown (ed)
    I'm really new at this so any help is greatly appreciated.
    I've attached images of the main vi (Project3.pdf) and the sub-vi containing the Flat Sequence (WriteToDisk.pdf)
    I can attach the actual vis if it helps.
    Thanks,
    Erik
    Attachments:
    Project3.pdf ‏189 KB
    WriteToDisk.pdf ‏85 KB

    The behavior you're seeing is by design. There are two solutions to your problem:
    Place the write to file in a separate loop that runs in parallel to your main loop. Thus, your "Project3" VI would have two loops. One is the data acquisition, the other is the streaming to file. You should not create data dependencies between the loops that would cause one loop to wait until the other is done. You want both running in parallel. You can stop both loops with the same stop button. With this method you can use local variables to get the Time Waveform data as you're doing now.
    Launch the stream to file VI dynamically. This basically uses the VI Server to start a subVI and then immediately return to the caller. The subVI is then running on its own. There are examples that ship with LabVIEW that show you how to do this. You would have to have the subVI monitor something to determine if it should stop should the main program stop.
    The first option would be the easiest to implement in your case. The second is more complex, but leaves you with one loop.

  • Help with message flow in ims 5.x

    hi all,
    i'm digging into how a message is processed by ims 5.x. The online docs aren't very er.. detailed on how the flow exactly works.
    below are some clips from a default install of ims's imta.cnf and my questions refer to it.
    from my reads of the docs, an incoming message will be handled by the dispatcher's smtp_server program and it will, based on the rewrite rules in imta.cnf, figure out to which channel it should be sent. ok so far. and supposedly imta.cnf is read from most specific to least specific.
    so if i look in the following imta.cnf snippet, a working file aside from my substitution of myhost.mydomain to represent the machine's FQDN, the most common email sent will probably be [email protected]
    1)according to this following imta.cnf, it looks like the rewrite rule that matches most exactly is the very first one, which sends it to the channel tag of myhost.mydomain, which in turn as you see below that, maps to the 'l' channel for local unix delivery. now i know this can't be true because on this very same system i've sent an email to an outdoor.coop address and it's gone correctly to the actual mailbox, which in this scenario should have been the ims-ms daemon channel, right? but the rewrite rule for it is rather much looking like an internal sort of pattern, one that no email envelope would naturally ever match.
    2)furthermore, tcp_local is supposed to be a rule for pretty much all internet smtp messages not coming from the internet. but if you look in internet.rules, there's no .com, .gov, .mil, etc., they're all country domains. so effectively i'm thinking the patterns would not match if sent to those tld's?
    what am i missing here?
    any help appreciated
    thanks
    james huang
    SNIP/
    ! Rules to select local users
    myhost.mydomain $U%[email protected]
    outdoor.coop $U%[email protected]
    ! ims-ms
    .ims-ms-daemon $U%$H.ims-ms-daemon@ims-ms-daemon
    ! native
    .native-daemon $U%$H.native-daemon@native-daemon
    ! pipe
    .pipe-daemon $U%$H.pipe-daemon@pipe-daemon
    ! tcp_local
    ! Rules for top level internet domains
    <IMTA_TABLE:internet.rules
    . $U%$H@tcp-daemon
    ! tcp_intranet
    ! Do mapping lookup for internal IP addresses
    [] $E$R${INTERNAL_IP,$L}$U%[$L]@tcp_intranet-daemon
    .outdoor.coop $U%$H.outdoor.coop@tcp_intranet-daemon
    * $U%$&0.outdoor.coop
    /SNIP
    ***START CHANNEL BLOCKS***
    SNIP /
    ! delivery channel to local /var/mail store
    l subdirs 20 viaaliasrequired maxjobs 7 pool LOCAL_POOL
    myhost.mydomain
    ! ims-ms
    ims-ms defragment subdirs 20 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 1 pool IMS_POOL fileinto $U+$S@$D filter ssrd:$A
    ims-ms-daemon
    ! native
    native defragment subdirs 20 maxjobs 1
    native-daemon
    ! pipe
    pipe single defragment subdirs 20
    pipe-daemon
    ! tcp_local
    tcp_local smtp mx single_sys remotehost inner switchchannel identnonelimited subdirs 20 maxjobs 7 pool SMTP_POOL maytlsserver maysaslserver saslswitchchannel tcp_auth
    tcp-daemon
    ! tcp_intranet
    tcp_intranet smtp mx single_sys subdirs 20 noreverse maxjobs 7 pool SMTP_POOL maytlsserver allowswitchchannel saslswitchchannel tcp_auth
    tcp_intranet-daemon
    /SNIP

    1) The l channel not only handles mail for native unix but it acts as trigger of sorts. If a address re-writes to this channel a database lookup is performed to find the address in the database and another rewrite.
    So in the database there will be an entry that states [email protected] foo%outdoor.coop@ims-ms
    And the mailbox delivery will happen.
    2) the tcp_local channel is MX record aware it will first try that before consulting the rules.

  • Need help creating this Flow map ( Noob)

    I'm new here so I apologize if the answer has been mentioned already.
    In the Main menu I have Play Movie and Scene Selection.
    I have 30 short clips that are easy to make chapters in the Scene Selection.
    Question is how do I get all those clips in Scene Selection to play when you select PLAY MOVIE. How would I link or create that flow map.
    Thanks I'd Appreciate any help.

    I have 30 short clips that are easy to make chapters in the Scene Selection
    30 short clips aren't actually 'chapters' - they are really 30 separate movies and each one can only be played by itself with iDVD. DVD SP would give you additional options.
    Right now, you would need to combine all 30 clips into one movie in iMovie 6 (NOT iMovie '08) and add the chapter mark links in iMovie HD 6.
    F Shippey

  • Need help please: cover flow sort order logic

    hi community,
    is there a official document / specification from apple where the sort order and the settings of the corresponding tags (album, album artist, compilation on/off) of the cover flow is described?
    AA)
    i use diffent ipods. earlier versions diplayed in coverflow:
    1) sorted by artist for compilation = off, following
    2) sorted by album for compilation = on
    this was fine for me.
    BB)
    now on my nano 5g order is as following:
    - only 1 list: sorted by artist with all compilations listed in
    does anybody know how i can set up the nano to display the cover flow like AA)?
    best regards
    gef_audio

    s there a official document / specification from apple
    If there is, it would be in Apple's Knowledge Base or iPod nano (5th generation) - User Guide.

  • Help regarding event flow/event listening best practices

    Hi, I'm making a flash memory card game to learn more about
    to actionscript.
    I have:
    - a main class that loads on start. This class instantiates
    a:
    - CardLoader class that imports graphical assets and uses
    these to create all my cards:
    - Card class that represents individual card. Can dispatch
    CardEvent when clicked:
    - CardEvent contains info on the Card that dispatched it,
    such as the cards ID number and the ID of it's matching card.
    What I want to do is to have another object to act as a game
    logic handler.
    Example:
    - Card 1 was clicked, dispatches CardEvent that ends up with
    the LogicHandler.
    - Card 2 was clicked and also dispatches event.
    LogicHandler compares these two cards and does the
    appropriate thing depending on they being a match or not.
    Now, the big questions is, how do I get this event to the
    LogicHandler?
    My custom CardEvent has it's bubbles property set to true.
    So, I can manage to get such an event all the way back to my main
    class, in this order: CardEvent > Card > CardLoader >
    Main.
    The problem arises when I want to have my LogicHandler class
    created by Main. When my CardEvent bubbles back, it does not go
    through this LogicHandler since it is not part of the event flow on
    it's way back.
    Questions: How do I, following the best possible programming
    practises, send the event the way I want it to go?
    I can only think of one solution myself, being that inside my
    Main method I set up an eventlistener that listens for this event
    and passes it on downwards, in this case to the LogicHandler. Sure,
    it's only a few lines of code in the main method, but what if you
    have 50 different events in a larger project that needs the same
    treatment?
    Your main method will be a mess by then!
    How would you do it?

    Ok let me see if I get this straight:
    In my example, I would have to pass a reference of the
    LogicHandler to my Card class.
    In my Card class, I have something like:
    logicHandler.addDispatcher(this);
    this being the Card of course.
    Inside LogicHandler class I have the addDispatcher method
    that calls the addEventListener method.
    So far so good?
    The addDispatcher method adds an eventlistener to the Card
    object, from what I can tell. But it does it inside the
    LogicHandler, thus the method that is called by the
    addEventListener can be inside the LogicHandler?
    To put it in other words, what's confusing me is that the
    Listener object adds an EventListener to the dispatching object.
    Logically for me the listener should add a listener to itself?
    The way I first did it in my Card class was:
    testevent = new CardEvent(CardEvent.CLICK);
    dispatchEvent(testevent);
    And then set up the EventListener in the object that I wanted
    to receive the event.
    I'm sorry I don't understand this, despite your obviously
    good explanations (I think I understand a lot more now, just not
    the best approach). I will look into the callback functions, sounds
    a lot interesting as well

  • Help Regarding Work flow

    Hi,
    Can any body help me how to allign the attributes(like left allignment or right allignment) in notification message of Oracle workflow. This message i am sending to email account of an user.
    Thanks in advance.
    Regards
    paramesh y

    Hi sarath,
    some helpful links.
    http://help.sap.com/saphelp_erp2005/helpdata/en/fb/135962457311d189440000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    /people/mike.pokraka/blog/2005/07/17/sap-business-workflow-faq
    Regards
    Anver

  • HELP with cover flow

    This is a simple question, in brief i have tons of covers of the SAME album, because there are different artists in a album and i DON'T want this, i want just the cover of the album, not all the artists sub-categories.
    I'll post a photo as example.
    http://img178.imageshack.us/img178/8959/immagine2ak1.png
    How do i fix this?

    You know ... those images of your cover art here ...
    http://img178.imageshack.us/img178/8959/immagine2ak1.png
    Do you think they would look better on a 'white' backgound ?
    I do.
    This is a way to ask... is there any way to set the 'cover flow' view mode
    to use a white backgournd and not the dead black space that is the default
    color?

  • Need help for Work flow

    Hi there! I logged into SAP and I can see TRIPS in my inbox for processing. However, i need to have the parked documents from Affordable Housing in my inbox as well. 
    Can any one guide me How can i resolve this one?
    Thanks in advance

    Hi
    Please refer below link.This might be fulfill your requirement.
    http://help.sap.com/saphelp_nw04/helpdata/en/f4/9eaa38bb69b505e10000009b38f842/frameset.htm
    Regards,
    Rakesh

  • Help changing table flow

    I've been trying to restructure the flow of my table in InDesign and can't figure out how to do it.
    What I currently have is a column of information that I want to become three columns-- so I want the cells to be structured alphabetically:
    a_b_c
    d_e_f
    g_h_i
    rather than
    a_d_g
    b_e_h
    c_f_i

    There's no definitive solution (that I know of), but I can suggest two workarounds:
    1. You can edit the skin's .css.
    2. You can place some formatting elements (rowLayout, cellFormat...) as containers for useful content (outputText...) in each of table's columns, and then set the color for those container elements. This came in handy in our project, since the container's color property (inlineStyle) was bound to a method on a managed bean, which allowed us to use different colors for different rows, for example mark the selected row (BTW, this is a default behavior of a table in JDev 11, which is fantastic).
    Of course, 1. means that all tables in your web application will have the same (new) color, and 2. means a lot of manual work...
    Vladimir

  • Need help on work flow

    hi all,
    This is first time i am implementing workflow, i need help.
    can u give me procedure how i can proceed for my requirements 
    <b>i have to develop the workflow for material creation with particular view for specified users (basic data1 and 2 for MM consultant, MRP1,2,3,4 for FI consultant)</b>
    on net i am getting workflow material theory
    anu body can send me examples (which has some screen shots) on workflow so that i can implement easily
    [email protected]

    Hi,
    Please follow the links,
    http://help.sap.com/saphelp_nw04s/helpdata/en/04/926f8546f311d189470000e829fbbd/content.htm
    http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a1/172437130e0d09e10000009b38f839/frameset.htm
    A good tutorial
    http://www.thespot4sap.com/articles/Invoice_Verification_Automation_Using_SAP_Workflow.asp
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    http://www.sap-img.com/workflow/sap-workflow.htm
    /people/alan.rickayzen/blog
    /people/jocelyn.dart/blog/2006/06/19/why-use-abap-oo-with-workflow
    a good book
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Check the following PDF
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    Please reward for the same.

  • Help on tracing flow of file in httppost

    hello ppl...
    am havin problem in posting file(s)..
    my doubtz r...
    -all examples in net give the file path as file name...so i did da same..but i got the length of body as zero..so i tried a full path address but in vain it gav me same result
    -this.req.getData() gives a byte array of "web.xml" or "d:\web.xml"
    -((PostMethod)this.method).setRequestBody(new ByteArrayInputStream(this.req.getData()));
    this prob aside the basic concept is not clear 4 me...where does the filedata we post get written to???????
    hmmm how do i write the file data to a html...
    any suggestion is eagerly awaited........

    1) There is no PostMethod class in any of Sun's APIs, so I don't know what you're doing
    2) Your problem is still not clear to me, regardless of the encryption ;)
    3)> hmmm how do i write the file data to a html... - what is that supposed to mean?

  • Hi need ur help reg work flow

    If a "Critical"  Material is entered in (i.e.: as soon as 103mvt doc.posted), a mail has to be sent to
        "MRP controller" of that particular material.
        [ Critical item is defined in the Purchasing View of Material Master(Other Data) ].
      -  What is the object type & triggering event to be used ?
      -  How to define mail ID (is it in the MRP master data) ?
      -  How to fetch the mail ID? .

    Hi,
    Go to the following link:
    http://www.sapbrain.com
    Regards,
    Bhaskar

Maybe you are looking for

  • Export to text from CR viewer

    Hi all, I need to export my report to the plain text. This option is available in designer (2008), but it is not in the viewer. Any idea how to export the report to txt from the viewer?

  • Problem with buttons in repeated table header

    I have a bunch of tables that expand/contract at the click of a button in their respective header rows. The problem I'm having is when a table breaks to another page the button doesn't work properly in the repeated header - the scripted value isn't m

  • Partition based on join in data warehouse env.

    Hi, I am working on DW environment and am quite new to it. The scenario is like there are 2 fact tables and one dimension table. Now I need to partition both the fact tables based on the dates in Dim table. My problem is there is no date mentioned in

  • Problem in Business Workplace

    Hi Gurus, We are having a problem in SAP Business workplace. One particular user is unable to attach any excel fiile while sending mail. The error is "close the file in the PC eff.nuovo attempt" Regards, Pradeep

  • Iphoto book flagged photos not showing and cannot be added to my book

    .