Fi Tables Overview

Hi,
I am an ABAP programer.
Can anybody please send to me material that summarises different tables in SAP-Fi.
Email: [email protected]
If not material, atleast link would do.
Thanks,
Faraz

Hi,
http://www.erpgenie.com/abap/tables_fi.htm
Main tables are
BKPF/BSEG
BSIS/BSAS/BSID/BSAD,BSIK/BSAK,
GLT0
GLPCT
Rgds.

Similar Messages

  • WF table overview is diff from applet view

    Hi,
    Here is the issue. When i checked my SC approval, it shows in Table view, Awaiting approval at 2nd level. Where as in applet view, it displays both 1st and 2nd levels as approved. How come i am getting 2 diff status?
    I guess its a bug.. Did anyone come across this scenario?
    Appreciate your inputs.
    Thanks
    Krish

    Hi Imtiaz,
    This note comes with SAPKIBK011 and we are already on this pack. But still we are getting tabular view diff from applet view.
    Most of the time, table view happens to be correct..
    Wondering why applet preview is not reflecting the current wf status.
    Appreciate any inputs/clues.
    Thanks
    Krish

  • How to reset table in Status "Replicate - Error'?

    Hi,
    we have a HANA sidecar scenario (HANA revision 82) where we replicate tables from ECC non-HANA towards HANA with SLT for operational reporting (using DMIS_2011_1_731 SP7).
    In total we have about 550 tables that are being replicated fine. There are however 2 tables that went into status "Replicate - Error": for instance table KONV. There are other large tables that replicate fine. When I have a look at the transaction LTRC, I find the following message:
    - Error while generating runtime objects for Z_KONV_002
    - Syntax error in function module /1CADMC/ACS_00100000000240
    - Error message: Method "ADJUST_INTERVAL_LOWER_BOUNDARY" is unknown or private or protected
    In attempt to solve this, we will load SAP notes 2041240 + 2016512 and test again.
    But how can we reset a single table as if it has not been selected for replication before? Is this via a specific expert function in transaction LTRC and a physical deletion in RS-tables on HANA? This is needed to be able to start replication again for that single table, right?
    Thanks in advance!
    Stijn

    Hi,
    I'm assuming that you want to reload table KONV completely into HANA? Through transaction LTRC, once in the required mass transfer ID/Configuration, on the Table Overview Tab, press the Data Provisioning button and then enter the table name in the appropriate field. Select the 'Stop Load/Replication' option and execute (make sure the master job is running).
    This will remove the triggers/logging tables in ECC and set the appropriate status for the table in HANA. You can check progress on the Table Overview tab...once KONV disappears, press the use the Data Provisioning button again and change the option to 'Start Replication' for KONV and execute. This will drop the data in HANA and then create the logging table and triggers again, then start the initial load phase and when the load is complete, the table should switch to 'replicate'.
    Word of caution, you might want to maintain any required performance options/filters before you reload.
    Hope this helps.
    Kris

  • When i add an invoice number on 'overview' sheet want it to automatically add the same data to client's individual transaction sheet?

    Hi,
    Im fairly new to numbers and have had limited experience to spredsheet based programs, so bare with me and i already appreciate your time to help!
    Apologise on the question description but, im attempting fairly indepth equations for my business and once all set up and learnt it will help a great deal!
    So, I have an overview sheet including all sent invoices to all clients. I am having to link each cell one at a time between the overview sheet and the clients individual sheet so the data is viewable on both sheets. I want numbers to transfer the data from my overview sheet to the corresponding clients individual sheet based on the invoice number i input. eg. invoice numbers system is 101 for my first invoice 102 is my second invoice . I then add a client number eg. 101 is client 1. 102 is client 2 so my invoice numbering system would be 101 - 101 or 101 - 102 (invoice number first then client number). when i add a clients number i want numbers to add that line of data (sales amount and dates) to the clients sheet.
    Is that possible?
    Thanks so much for taking the time to look and hope it's not to confusing!
    Ian

    Hi Ian,
    As I read your description:
    You have a Main table ("Overview") on which you record ALL invoices.
    You want, for each client, a table on which only the data for invoices issued to that client will appear.
    Each client will be identified by a client number, and that client number will form part of the invoice number.
    Certainly possible, but I'd suggest a few changes to whaty you're starting with.
    Place the client number and the invoice serial number into separate columns (or split off the customer number into a separate column, You want to transfer/copy every record for a specific customer into that customer's individual sheet. Here's a short example:
    I have entered the invoice numbers as you described them in column B of Main.
    Column E extractsthe three digit client number using this formula:
    E2, and Filled Down: =IF(LEN(B)>6,RIGHT(B,3),"")
    Column F creates a client index by copying the cient number from column C, then counting the number of occurrences of that number are found from the top of column C to the current row, and appends that number to the end of the customer number.
    F2, and filled down: =C2&COUNTIF($C$1:C2,C2)
    These two columns should be added to the right of the existing table, and may be hidden.
    On the individual table, Haydn 101, there is one formula, filled to all cells.
    The basic formula is:
    =OFFSET(Main :: $A$1,MATCH($A$1&ROW()-1,Main :: $F,0)-1,COLUMN()-1)
    which returns the results for as many ,ines as there are transactions to transfer, and produces error messages after that.
    To avoid the error messages, and produce 'empty' cells, add the following error trap, using the IFERROR function (bold added to show addition):
    =IFERROR(OFFSET(Main :: $A$1,MATCH($A$1&ROW()-1,Main :: $F,0)-1,COLUMN()-1),"")
    Fill the formula down column A, then Fill right for as many columns as are needed.
    The individual tables, Ives 102 and Scarlatti 103 are duplicates of Haydn 101. Only the Client Number, in cell A1(and the name of the table) are changed.
    Regards,
    Barry

  • Issues with GRUB2 as a bootloader using GPT

    Hi,
    Replaced HDD with SSD on my laptop, wanting to reinstall Arch. The laptop is a HP Probook 6460b which has both UEFI and a BIOS.
    I had a working Arch install on my HDD using AIF and the automatic partitioning and so forth. I'm guessing this probably meant I had Grub legacy and MBR, and that it didn't take into consideration I had UEFI.
    Now I want to try GRUB2 and GPT, and since my last install probably didn't take any precautions for UEFI I've tried to install GRUB2 + GPT in a normal fashion following the wiki step for step, using gdisk etc. I've also tried to make a special UEFI partition, and just plain simple /boot as first partition. The result is always the same: "BootDevice Not Found". I don't understand what's so different with my current setup and my older one (keep in mind that was a plain default AIF setup using GRUB (legacy)).
    My current setup is GRUB2 using GPT, and this is my partition table/overview:
    device | label | size | partition type id | filesystem
    -------|-------|------|--------------------|-----------
    sda1 | bios | 2M | ef02 | <none>
    sda2 | boot | 100M | 8300 | ext4
    sda3 | swap | 1G | 8200 | mkswap,swapon
    sda4 | tmp | 1G | 8300 | ext4
    sda5 | root | 15G | 8300 | ext4
    sda6 | home | 102G | 8300 | ext4
    Note that the first partition is a 2 MiB partition with no filesystem as noted in the GPT-part of the SSD wiki-article (warning #2).
    So I just have to ask if I've understood it correctly:
    - If I have both UEFI and BIOS, shouldn't it be possible to ignore the UEFI and just use a normal GRUB(2) + GPT/MBR setup?
    Last edited by Occi (2012-07-29 21:44:16)

    Tried both Syslinux + GPT and once with MBR again, still the same error. It seems no matter what I do I can't get a working bootloader. If I can't get it to work soon I guess I'll have to try Archbang or whatever instead. Really would like to get it working though. Current config with Syslinux and MBR:
    /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    # /dev/sda3
    UUID=e8e640d1-4c01-401e-9712-54ec02349091 / ext4 defaults,noatime,discard 0 1
    # /dev/sda1
    UUID=9c0f84e5-de7d-427f-bb3b-dcdbc8bfa6b7 /boot ext2 defaults,noatime 0 2
    # /dev/sda4
    UUID=5a3e00ac-91e3-410c-8630-425301a07afc /home ext4 defaults,noatime,discard 0 2
    # /dev/sda2
    UUID=e78b60b0-b86e-4620-9a30-b3fe7690c3da none swap defaults,noatime 0 0
    fdisk -l /dev/sda
    Disk /dev/sda: 128.0 GB, 128035676160 bytes
    255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x3ce9ad2d
    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 206847 102400 83 Linux
    /dev/sda2 206848 2303999 1048576 82 Linux swap / Solaris
    /dev/sda3 2304000 33761279 15728640 83 Linux
    /dev/sda4 33761280 250069679 108154200 83 Linux
    /boot/syslinux/syslinux.cfg (default from 'syslinux-install_update script -iam')
    # Config file for Syslinux -
    # /boot/syslinux/syslinux.cfg
    # Comboot modules:
    # * menu.c32 - provides a text menu
    # * vesamenu.c32 - provides a graphical menu
    # * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
    # * hdt.c32 - hardware detection tool
    # * reboot.c32 - reboots the system
    # * poweroff.com - shutdown the system
    # To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
    # If /usr and /boot are on the same file system, symlink the files instead
    # of copying them.
    # If you do not use a menu, a 'boot:' prompt will be shown and the system
    # will boot automatically after 5 seconds.
    # Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux
    # The wiki provides further configuration examples
    DEFAULT arch
    PROMPT 0 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 50
    # You can create syslinux keymaps with the keytab-lilo tool
    #KBDMAP de.ktl
    # Menu Configuration
    # Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
    UI menu.c32
    #UI vesamenu.c32
    # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
    MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    MENU COLOR border 30;44 #40ffffff #a0000000 std
    MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    MENU COLOR help 37;40 #c0ffffff #a0000000 std
    MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    # boot sections follow
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda3 ro
    INITRD ../initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda3 ro
    INITRD ../initramfs-linux-fallback.img
    #LABEL windows
    # MENU LABEL Windows
    # COM32 chain.c32
    # APPEND hd0 1
    LABEL hdt
    MENU LABEL HDT (Hardware Detection Tool)
    COM32 hdt.c32
    LABEL reboot
    MENU LABEL Reboot
    COM32 reboot.c32
    LABEL off
    MENU LABEL Power Off
    COMBOOT poweroff.com

  • Dnd - prevent drops on the source component

    I need to be able to prevent the drops onto the source component. Currently I can do this by passing the source component in the transferable, get it in TransferHandler#canImport using a special sourceComponentFlavor and do the trick.
    However, this way of doing things does not seem to be along the lines of the dnd support, the source component is not really data to be transported.
    Any other ideas? Even better if the no drop cursor would appear while over the source component.
    Cheers

    We`ve opened an incident to SAP and they helped to solve the issue.
    The decision is in following:
    The incorrect SQL-statement (with missing quotation marks) occurs when
    the SLT system tries to calculate access plans with a generated
    function module (e.g. /1CADMC/ACS_001000000000073 in source system). The
    function module is generated in the SLT system when the runtime
    objects are generated. There is an error in the generation of runtime
    modules that causes the wrong SQL statement.
    Please ensure that the master job of the configuration TEST2 is
    stopped (transaction LTRC in the SLT system, tab 'Administartion
    Data', button 'Stop Configuration'), then implement the OSS notes
    1990054 and 1992138 in the SLT system.
    After you have implemented the notes, use transaction LTRC again and
    restart the master job. Then go to tab 'Table Overview', click on
    button 'Data Provisioning' and stop the load/replication of the tables
    /BI0/AAPO_DS0500, /BI0/AAPO_DS0540, /BIC/AZC_MV_MT00.
    When the three tables do not occur in the table overview anymore,
    click again on button 'Data Provisioning' and (re)start the
    replication of the three tables. The system will generate the runtime
    objects again (this time without the incorrect SQL statement), and the
    error should not occur anymore when the acces plan is calculated

  • OM Structural Authorizations & Terminated ee's

    Hello,
    We have OM Struc Auth's in place (no context) which control areas of view in the OM Structure.  On the PA side though we can no longer see terminated ee's (pos=99999999).  I tried the HR Auth Main Switch to 3 - but cannot see any details on the ee.  Particularly, we want to be able to view IT0000, 0001 and 0002 for the term member.
    Please help!
    Thanks
    Mary

    Thanks for the two responses so far. 
    1.  My AUTSW DFCON is set to 1 - we do not have context sensitive auth implemented
    2.  Reddy - The org unit (top level) is specified in the Structural Profile for the country.  I do not see a place in the table you referred me to for an org unit id - perhaps this is just a sys table overview?  My entry is on table T77PR.
    I much appreciate any help!
    Just to give more background on my issue:
    An admin can terminate the ee from PA 40 without any trouble (the ee has a position which is within the structural profile authroization.)  Once the termination is complete - the ee is no longer visable to the Admin.  This poses a problem if the ee is to be rehired at a later date or if the Admin requires to view the old data on the ee.

  • SC items added to Work Area

    Hello,
    I would like to have confirmation about SC process in Sourcing when added to Work Area using 'Find' tab or 'Worklist' tab.
    In both cases, if SC items from Requirements table overview are added to Work Area, rows selected are transfered and not copied, aren't they ?
    By "transfered" instead of "copied" i mean SC items added to Work Area are no longer displayed in table overview of Requirements.
    Thank you for your answers.
    Regards.
    Laurent.

    Hello Pradeep,
    I wrote a message to OSS regarding this process.
    As i expected, when a requirement is selected and added to the workarea, it is actually transfered and not copied. When the requirement is in the workarea, you can no longer see it in the list above.
    So, there is no mismatch when using 'Worklist' tab or 'Find' tab.
    Regards.
    Laurent.

  • BC SET Configuration(urgent)

    hi folks,
    my requirement is this..
    QATS requires BC sets print with the documentation which cover all the details of the BC Sets such as BC Set Structure, Table Overview, Variable overview, IMG path, Field overview, as well as all the information captured in the BC Set documentation etc. The same output should be able to save in RTF or PDF format as well as it should be able to print the same with documentation details.
    please throw some light on BC SET configuration also regarding the usage of the function module SCPR_DB_GET_DETAIL.
    Regards,
    Nagaraj

    Hi all
    Thank you very much.. i hope you are not getting my problem.
    In the BDC i have kept the mode selection in the selection screen and checked the entire flow.. in the fore ground through the BDC. 
    In BDC the BC Set is getting updated. without any error.. and if there is any error.. it triggerring the error message..
    but.. the problem here is with the BC Set.  it is not getting updated when the updation is done through the BDC.
    Is there Any one well versed in BC Set.. can you please help me.
    Thanks In Advance
    Guhapriyan Subrahmanyam

  • SLT Connection status is red

    Hi All,
    We have created ECC->SLT->HANA DB connection. But status is showing red in LTC Transaction code.
    When I have checked the configuration in LTR tcode, it is showing message this.
    "Issues detected regarding statistical information"
    "Issues detected regarding the triggers"
    "Issues detected regarding the load jobs"
    "Issues detected in schema XXXXX"
    Could you please do let know what to do and what needs to be check.
    Regards,
    Jo

    Hi Jyotsna,
    What about other tcodes mentioned in my earlier message?
    any system exceptions reported ?? Are the standard tables (DD*) replicated or not? Incase if you see the tables in there in table overview..please wait for sometime to reflect...
    Please ensure that you have given in correct number of background jobs depending upon your system.
    Regards,
    Saritha K

  • Template for Bank Statements

    I have downloaded a year's bank statements and imported them into a single Numbers Table with
    Transaction Date (Column A) and Transaction Description (Column C) in the example below.
    I have then added extra columns to make a budget and see at a glance how much is spent on different Transaction Descriptions:
    Question 1:  Is there a way to quickly  selection a Transaction Description and ( ie say 'Landline PHONE') and create a  dedicated row for it? ( as opposed to manually making an extra column and typing in the heading)?
    Question 2:  How can I  select all the 'Landline PHONE' amounts and transfer them from the global 'Debit Amount' (Column D) into their own dedicated column ( ie in this case Column F)?
    Thanks in advance for any suggestions
    MS

    Here is a possible solution:
    The table on the left is title "Transactions" and the one on the right "Overview".
    For the table "Transactions" set the first row to a header.
    For the table "Overview":
    A1=SUMIF(Transactions :: B, "="&A1,Transactions :: C)
    select A1 and fill down as far as needed to include the different descriptions.
    I think I would prefer that things be grouped together into categories... like:
    Utilities is all transactions that are cell phone, Landline phone, water, electricity, natural gas, etc.
    Transportation is car payments, gasoline, car maintanence, car insurance, inspections, etc
    Food is grocery store purchases, lunch for work
    Entertainment is eating out, movies, musicals, plays, concerts, etc
    I showed using your decription but you could change the formula in the "Overview" table to use the Caegory column by using:
    A1=SUMIF(Transactions :: F, "="&A1,Transactions :: C)
    In the "Transaction" table add the category column (highlighted in yellow) and type the 

  • Breadcrumbs in JHeadstart 10.1.2.1

    Dear JHeadstart Team,
    Following the instructions found in chapter 5 of the JHeadstart Developer's Guide I have tried to influence the generation of breadcrumbs in UIX pages generated with JHeadstart 10.1.2.1. The situation I have generated and then post-generation modified is like this. I have a table overview (say, Departments) with an Edit button (Edit Department). I then made a change to have a button that allows to search (Search Department) an existing record before clicking the create button (Create Department). Basically I replaced the create button in the second UIX page to go to the Search page and added a create button in the Search page that leads back to the second page but now in create mode.
    This introduces some unwanted behaviour with the breadcrumbs stack. From the user's point of view, a breadcrumbs list <overview> <edit> <search> <create> is expected. But when clicking the Create button, the breadcrumbs stack is rolled back and the Edit label is modified into Create.
    In order to circumvent this behaviour, I have added
    <set-property property="rollbackBreadcrumbStack" value="false"/>
    to the appropriate actions in struts-config.xml which means that clicking the create button will not rollback the breadcrumbs stack and leave Edit there and add Create after Search. So far so hoopy.
    But this means that ANY action that is related to the Edit/Create action will add another breadcrumb to the stack. When the Edit breadcrumb is clicked after clicking the Create button, another Edit breadcrumb is added to the stack. Moreover, when sorting a table (e.g. a detail table that is shown on the same page as Edit) several times, several additional breadcrumbs are added to the stack.
    I noticed there are separate entries for the Edit and Create labels in the resource bundle of our application and the JHeadstart Developer's Guide mentions this as well (page 5-60). Is there any way of treating Edit and Create separately without creating mile long breadcrumb stacks? If not, are there any plans to make this possible? It will probably very difficult to explain this behaviour to future users of our application you see.
    Thanks in advance,
    Wouter van Reeven
    AMIS

    Wouter,
    Basically, your problem with the breadcrumb mechanism is that there always is only one breadcrumb per DataAction, OR one breadcrumb per "set of" DataActions that have the same "breadcrumbKey" property (so 1:1 or 1:n), but not multiple breadcrumbs for one action (n:1). The first possible solution I gave was to overcome your problem by creating two DataPage, one for New and one for Edit, so that two separate breadcrumbs, one for each DataPage, could be put on the stack. If I understand correctly you did create the second DataPage but used the breadcrumbKey property to have them share a single breadcrumb, while the whole reason for creating a second DataPage was so it could have its own, separate breadcrumb.
    I will put the EL expressions idea on our Enhancements list, but I don't think we will put it in any time soon. We prioritize on a "how many developers will benefit, and how often" basis. Furthermore, my gut feeling is that there will be a lot of "small stuff" to deal with, especially with rolling back, when multiple breadcrumbs in the stack could have originated from a single DataPage.
    It is very possible to create your own BreadcrumbManager, by extending the JhsActionServlet and overriding this method:
    protected boolean processBreadcrumbs(HttpServletRequest request, ActionMapping mapping, ActionForward forward)
    BreadcrumbManager manager = BreadcrumbManager.getBreadcrumbManager(....);
    return manager.processBreadcrumbs(request,mapping,forward);
    You can copy or subclass the three classes in the JhsRuntime that deal with breadcrumbs (they can all be found in the package oracle.jheadstart.util.breadcrumbs, and use your own version instead.
    Kind regards,
    Peter Ebell
    JHeadstart Team

  • Attaching the FLV's to the accordion player

    Hi all,
    Not sure how to store the flv url in the accordion action
    script?...
    I am doing a tutorial for an accordion in MX 2004 that uses 4
    videos and it looks good except for that part.
    I get an error during test.
    These flv's are all in one folder on my computer and that is
    where I imported them from. They are embedded.
    Do I need to import them into my library?
    thanks for any tips,
    Al

    Mandar,
    BC4J view object that provides data for the table must be the same for all leaf items (columns) in a table. Refer 'Classic Tables Overview' in the dev guide.
    And to achieve ur functionality, there are few ways.. but it fully depends on the requirement. Let us know the details of the tableBean like.. is it just a READ-ONLY region or any DML operations possible?
    the simplest way is to have a separate VO for the table and populate the data from the original 2 VOs..
    Let us wait for the comments from others too..
    - Senthil

  • How to get a graphical overview of my database tables

    I am looking for a tool to get a clear overview of my database tables.
    the db structure is fairly simple at this moment, and I only need to see the tables with their "links" (foreign keys).
    I was not able to find such a tool in the enterprise manager package.
    thanks a lot for any help
    Pascal - Gent, Belgium
    [email protected]

    Oracle Designer will allow you to reverse engineer an ERD from an Oracle database. I don't know of any reason why it wouldn't work with 8i Lite.
    There are also other products which work with multiple database types. I recall ERWIN was such a product.

  • Expand Table Control with Fields for Purchase Order Item Overview

    Hi Gurus.
    Hereu2019s something easy for you, I hope/ think. We just want to additionally show the field u201CMFRPNu201D in the purchase order item overview. See structure MEPO1211 for the table control.
    How can we do this? Is it possible without a modification? Is there anything to pay attention to?
    Lot's of questions, because we donu2019t find any complete solutions yet. It seems there are no official SAP suggestions for this issue.
    Thanks in advance!
    Regards
    Patric

    Is there no one out there who can answer my question?

Maybe you are looking for