How I can insert Business Area In 0FIGL_C10

Hi expart,
How I can sent Business Area in 0FIGL_C10 cube.  Please help
Regards,
Goutam
Edited by: GoutamBhattacharya on Apr 28, 2010 10:59 AM

0FI_GL_10  --> 0FIGL_O10  --> 0FIGL_C10
This is how data flows in New G/L
RBUSA (Business area) field is there in datasource (0FI_GL_10)
U have to add 0BUS_AREA to DSO (0FIGL_O10)... In transformation between 0FI_GL_10 and 0FIGL_O10, map fields RBUSA to 0BUS_AREA.
Then add 0BUS_AREA to Cube (0FIGL_C10)... In transformation between 0FIGL_O10 and 0FIGL_C10, map fields 0BUS_AREA to 0BUS_AREA.

Similar Messages

  • Can one business area be assigned to several company codes? how to do it?

    Can one business area be assigned to several company codes?
    what are the configurations?
    thanks

    Dear Humility,
    If, I am not wrong, Business Area is assigned to Company Code via Finance (i.e. NO Direct assignment, but can be used across company code). You can assign a business area to an org. object through the account assignment tab.
    Business areas are generally company-code independent. You can post to them from any company code. The Business area field shows up as an additional account assignment when posting to an account as long as the field is turned on in configuration. The field can be made a required entry during posting.
    If certain company codes are not active in specific business areas, you can use a validation to prevent postings to this business area from the company codes specified.
    Important Transactions, related to Business Area Configuration:
    OX03     Create Business Area
    OMJ7     assign Business Area to Plant / Valuation Area and Division
    OVF2     Org Unit: Sales Area - Business Area Determination rule
    OVF0     Org Unit: Business Area Determination rule
    OVF1     Sales Area - Business Area Determination rule Slsorg/DstCh
    Best Regards,
    Amit
    Note: Some Relevant Links:
    [Business Area|http://www.sap-img.com/zf003.htm]
    [SAP Business Area|http://www.saptechies.com/configure-the-sap-business-area/]
    [Validation of Business Area for Company Code|Re: Validation of Business Area for Company code;

  • How i can insert videos, export to pdf and then watch the video? i can't

    How i can insert videos, export to pdf and then watch the video? i can't. It is suposse that i have to configurate the option save but i don't know how... any help?

    Fron the Pages Help menu:
    Using Sound and Movies
    You can add audio—a music file, a playlist from your iTunes library, or any other sound file—to a Pages document. You can add video that plays within a page.
    Pages accepts any QuickTime or iTunes file type, including the following:
    MOV
    MP3
    MPEG-4
    AIFF
    AAC
    Also note that some media files are protected under copyright law. Some downloaded music may be played only on the computer where the download occurred. Make sure the computer you are using has permission to play all the media files included in your document.
    When you add media files to your document, make sure that they will be available if you transfer your document to another computer. When saving your document, make sure the option “Copy audio and movies into document” is selected in the Save window. (If you don’t see the option, click the button next to the Save field to display the entire Save window, and then click the Advanced Options disclosure triangle.)

  • HOW TO SEE VENDORS , BUSINESS AREA WISE

    HI,
    HOW TO SEE VENDORS BUSINESS AREA WISE
    Regrds,
    Rajesh

    hi
    goto TC:FBL1N give vendor number &company code , select all items & click dynamic selections on screen(near excute button see).  in that dynamic selections give the business area(scrool down), next excute so u can saw the
    particular business area vendors items.
    plz assign points if it's useful
    regards
    sivareddy.

  • How to fetch the Business area field value from MIRo into report

    Hi,
    I want to create a report for MIRO with payment details.
    How to fetch the business area field value in to report.
    What is the table name. I verified it is storing in structure. Which is the right table for fetching that value with reference to MIRO.
    After that, how to find the accounting document for payment and check details.
    What are the table names and field names. What we can get from PAYR table.
    With regards
    Lakki

    Dear,
    For Bussiness area
    RKPF-GSBER

  • Any ideas how I can insert a pdf into word, using the insert object option. However the pdf i want to insert has text and lines annotated, but once inserted the comments don't appear????  any help would be greatly appreciated.

    Any ideas how I can insert a pdf into word, using the insert object option. However the pdf i want to insert has text and lines annotated, but once inserted the comments don't appear????  any help would be greatly appreciated.

    You will need to find a forum for MS Word since that is the software that you are trying to manipulate in this.  If you think the processing/creation of the PDF plays a role then you should ask in the forum for the software that you are using to create the PDF.
    This forum is for issue regarding downloading and installing Adobe trial products, so in any circumstance, your issue does not fit in this forum.

  • How to Auto Populate Business Area in MIRO

    Hi Gurus,
    I am working on a issue of business area not being auto populated in MIRO transaction. Can anyone please help me out with how to make the business area populate in there.
    I have already checked that business area is set as a mandatoty field in this transaction and linked with Plant (OMJ1). Also the cost centers also have the business area defined at the master data level.
    I really appreciate the quick response
    Regards

    Hi,
    Entries happen in background like tax you are not able to get the business area(if you are using new general ledger you can get just check once)
    for other entries line items like vendor you can give the business area in MIRO header.
    After you posted the document check the gl account balance respective business area wise in FAGLB03.
    Regards,
    Sankar

  • How to run depreciation business area wise

    Hi,
    pls tel me how to run depreciation business area wise .
    Regards
    Girish

    Girsh,
    For depreciation you have to set up:
    Integration with the General Ledger / Additional Account Assignment Objects/
    Activate Account Assignment Objects
    Like
    CAUFN     Internal Order       x
    EAUFN     Investment Order  x
    Specify Account Assignment Types for Account Assignment Objects
    Like
    CAUFN     Internal Order     *     Generic Trans. Type     Depreciation Run              x
    KOSTL     Cost Center     *     Generic Trans. Type     APC Values Posting        x
    KOSTL     Cost Center     *     Generic Trans. Type     Depreciation Run             x
    In your masterdata from the asset you have to fill in a  costobject like costcenter.
    Paul

  • As i am fresher Please share the doc of ECMA script using java script in SharePoint 2013 also how we can insert,update,delete records in list using ECMA script.

    As i am fresher Please share the doc of ECMA script using java script in SharePoint 2013 step by step also how we can insert,update,delete records in list using ECMA script.
    Thanks and Regards, Rangnath Mali

    Hi,
    According to your post, my understanding is that you want to use JavaScript to work with SharePoint list.
    To create list items, we can create a ListItemCreationInformation object, set its properties, and pass it as parameter to the addItem(parameters) function
    of the List object.
    To set list item properties, we can use a column indexer to make an assignment, and call the update() function so that changes will take effect when you callexecuteQueryAsync(succeededCallback,
    failedCallback). 
    And to delete a list item, call the deleteObject() function on the object. 
    There is an MSDN article about the details steps of this topic, you can have a look at it.
    How to: Create, Update, and Delete List Items Using JavaScript
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How I can insert a menu in my portuguese version of Dreamweaver?

    How I can insert a menu in my portuguese version os Dreamweaver? In the "Inserir" mode there is not a "Spry" way!

    Use a jQuery menu like Superfish, or you can purchase an extension like the ones offered by Project VII
    http://plugins.jquery.com/superfish/
    http://www.projectseven.com/products/index.htm

  • How i can insert an youtube movie in to the keynote?

    how i can insert an youtube movie in to the keynote?

    Down load if it has been allowed by the author, then drag and drop on the slide.

  • How I can insert a row

    I need to know how I can insert a row in the middle of my bidimensional array.

    You will have to copy everything beyond the point where you want to insert. And then reassign at those indeces where you actually want to do the insertion.
    By the way, you might consider using a java.util.List instead. For heavy insertion/removal activity, the LinkedList is to be preferred over Vector and ArrayList.
    Object[] array;
    Object o;
    int idx;
    //* assume you want to insert o at index idx
    System.arraycopy(array, idx, array, idx+1, array.length-idx);
    array[idx] = o;

  • How R12 seeded (standard) business areas are created in fresh EUL

    Hi,
    As per Note ID 1074326.1 under section "6.8. Import Discoverer Content for E-Business Suite Release 12 using adupdeul.sh mode=complete"
    all the existing business areas are also included while import.
    Kindly let me know how R12 seeded (standard) business areas are created in fresh EUL.
    Regards,

    Hi,
    The adupdeul.sh script uses the Java command line utility to import the EUL stored in the .eex files that are included in the R12 installation.
    Rod West

  • How I can insert one row on table,  with columns settings: readonly = true

    I have a problem. (jdeveloper 11.1.1.2.0)
    How I can insert row on table (EditingMode= clickToEdit), with columns settings: ReadOnly = true.
    When I make click on button create insert, ADF create one row on the table with output text invisible ( ReadOnly = true.)
    I make double click, then output text is visible (ReadOnly = false)
    I dont want make double click. I want output text is visible (ReadOnly = false), when I make click on button create insert
    Thanks

    Hi,
    try changing the edit mode of the table when pressing the button and refresh the button. This of course turns the whole table into editable mode, but this is how it needs to work. Alternatively, you create an input form for the user to edit the new record and show the form in a popup or beneath the table. Then when the user submits the created row data, you refresh the table to shwo the new row
    Frank

  • How to Copy Standard Business Areas in Oracle apps

    Does anyone knows how we can copy new Standard BUsiness Areas in Oracle Apps for fresh implementations.
    Thanks

    Hi,
    You can export the business area and then import it selecting the option to create a new version of duplicated items.
    However, I wouldn't recommend doing this. If you just want a new business area, then create a new business area and use manage folders to move the folders you want into the business area. In general there is no need to copy the folders for new implementations but if you want to add copies of folders into the new business area then drop and drop the folders into the new business area.
    Rod West

Maybe you are looking for

  • How do I refer to a user defined field in a query  (using $ notation) ?

    if i have a user defined field in Invoice header called U_Test, and if I need to read it using a query (to be used on a formatted search). I am not quite sure of the syntax. can anyone help please? I tried $[$U_Test.0.0]  which is the accepted way wi

  • Latest MSI GTX 970 4G bios

    Where can i download the latest bios for this video card? Thanks in advance

  • Some videos import without any sound!

    Hi there, I bought my iPod Video the other day, and when I choose the option to "Covert selection for iPod" when I right click on the video, it converts the video, and when I select it to listen to it the video plays but no sound comes out. This isn'

  • Expression in SSRS Slowing down Report Rendering

    An expression in my report is making the report to run very slowly. The expression, set in a Row Column Visibility Property is like so: =IIF(Parameters!View.Value = 1 AND (Fields!PastVal.Value = 0)AND(Fields!DatePay.Value = 0) AND (Fields!Line.Value

  • Copy Header discounts to Service Items In External Services

    Hi, Can any body let me know the following, PO is created with mateial as 1st line item and service as 2nd line item. Header discount 25% maintained against condition type KR0P Two services are maintained in the PO. Now please let me know how to have