T020 - FI/AM Transaction Control table updation

Hi
Which FI tcode or img config will populate t020 table account type for tcode AS02/AS01.
Please give an idea
Edited by: Thomas Paul jr on Oct 6, 2010 7:53 AM
Moderator message: not related to ABAP development, please post again in the appropriate functional forum, but always search for information before asking.
locked by: Thomas Zloch on Oct 6, 2010 1:17 PM

Hi Thomas,
T020 table account type is a fix value of domain KOART.
Ther are some hard coded program lines in Function Pool AIST using those fixed values.
Hope this will help you!
Klaus

Similar Messages

  • Call transaction - complex table update

    Hi experts,
    I need to automate the transaction FI12 with a call transaction. As you know this transaction ask the user for a Company Code and for a House Bank. In this step the user can display or change the hose bank details or doubleclikng in "Bank Accounts" display or change the bank accounts asociated to the previously house bank.
    My problem is that when I try to create a call transaction to change the bank accounts it show me the transaction with the house bank selected and it seems to be a problem in order to doubleclikng in "Bank Accounts".
    What could be the problem?
    Thanks.
    David.

    Hi Edgar,
    I think if i place in the code a step to unselect all lines before the double click, the bank accounts associated to the house bank will not appear, i'll recibe a message in order to select one house bank.
    Finally I've solved the problem calling the transaction with the company code and the house bank in the first screen, in the next screen i select the bank accounts view in the menu and then i select the appropiate bank account and call the change view from the menu bar.
    Thanks and regards.
    David.

  • Status control table - 'Perform update for status control table for cube '

    Hello Experts,
    While loading data to DSO, I am getting this message - 'Perform update for status control table for cube Z3MLQUA'.
    What is status control table ? and can I have some inputs as to how to solve this issue
    Regards,
    arjun

    Hi,
    This message is not a issue in itself. It is just a SAP message which means that the system is checking/updating the system tables to carry out the operation whether it can be done or not.
    If your loads are failing at this step or after this message there can be many reasons, check some of  the possible reasons below
    Performing check and potential update for status control table
    Update from PSA error in Process Chain
    problem in deleting request
    Reporting not available ,even if Data is sucessfully loaded into DT
    Hope this helps,
    Kush kashyap

  • Performance check for status control table

    Hi,
    When ever we activate any ODS or delete the request ,a message 'Performance Check for Status control Table ' appears.
    What does it mean?Please explain what is status control table and how it performs?
    Thanks & Regards,
    Dinakar.

    Hi,
    This message is not a issue in itself. It is just a SAP message which means that the system is checking/updating the system tables to carry out the operation whether it can be done or not.
    If your loads are failing at this step or after this message there can be many reasons, check some of  the possible reasons below
    Performing check and potential update for status control table
    Update from PSA error in Process Chain
    problem in deleting request
    Reporting not available ,even if Data is sucessfully loaded into DT
    Hope this helps,
    Kush kashyap

  • Control multiple updates and queries within one transaction in JPA

    Hi,
    I have a question regarding control multiple updates and queries within one transaction. We are using EclipseLink 2.3.1. With below code, will I be able to:
    - have all insert, update, select queries committed in one transaction;
    - queryGetBalance will return the latest OrgBalance after update;
    - if one fails, everything rolls back.
    Thanks!
    Jeffrey
    PS: I realized that I cannot use em.getTransaction().begin() and em.getTransaction().commit(), since I am using JTA.
    =============
    @PersistenceContext(unitName="Test")
    EntityManager em;
    em.setFlushMode(FlushModeType.COMMIT);
    newTransaction.setAmount(1000);
    newTransaction.setType("check");
    em.persist(newTransaction);
    orgAudit.setUpdateUser("Joe")
    orgAudit.setupUpdateTime(time);
    em.merge(orgAudit);
    Query queryUpdateBalance = em.createQuery("update OrgBalance o set o.balance = o.balance + :amount where orgId = :myOrgId");
    queryUpdateBalance.setParameter("amount", 1000);
    queryUpdateBalance.setParameter("myOrgId", 1234);
    Query queryGetBalance = em.createQuery("select OrgBalance o where o.orgId = :myOrgId");
    queryGetBalance.setHint("javax.persistence.cache.storeMode", CacheStoreMode.REFRESH);
    queryGetBalance.setHint("javax.persistence.cache.retrieveMode", CacheRetrieveMode.BYPASS);
    queryGetBalance.getResultList();
    em.flush();
    Edited by: JeffreyW on Dec 12, 2011 10:34 AM

    Yes, the operation will be in a single transaction, assuming you are using a JTA managed SessionBean and the code is part of a SessionBean method.

  • From which transaction the table OBEW is updated

    Hi Experts,
      From which transaction the table OBEW is updated
    Thanks,
    Nagendra

    The table OBEW gets updated thru MI21/MI22/ and MB01/MB02

  • Performing check and potential update for status control table

    Cheers Experts,
    I searched in the forum, but I didn't find an answer.
    I'm working on a 3.0B BW system.
    After updating from PSA to an ODS, in the log I see the following line:
    "Performing check and potential update for status control table" and double clicking on it, it says:
    If data is loaded into an InfoCube, or existing data is edited (aggregated/compressed/deleted/got from a DataMart), then there is a change in  the potential reportability of the data , or the possibility of deleting data by request, or of aggregating or compressing.
    This status of each one of these Cubes is stored in a status table, that is updated when there is any change to the status of a request in the Cube.
    The system now analyzes the requests in the Cube and compares the calculated status with the status table.
    If deviations from the status table arise then you are given the option of adjusting the status table.                                         
    I have 2 questions:
    1) What is BW doing, mainly because I'm working on an ODS and not an Infocube?
    2) What can I do to reduce its execution time, since it lasts several minutes?
    Thanks and greetings.
    Roberto

    Roberto, did you ever find an answer to your question?  We also are experiencing long runtimes during this particular process running 3.x deltas from ODS to ODS and cubes.

  • Maintain Table T158I-Transaction Control: Physical Inventory

    Dear Expert,
    How to maintain table T158I - Transaction Control: Physical Inventory in Customizing?
    Thanks for your help!
    ICBUMA

    This is a SAP internal control table for physical inventory and not designed as customizing  activity for customers.

  • What are the tables updated by transaction PP01?

    HI,
    Can anyone help me out finding tables updated by PP01 transaction.
    Thanks,
    Anil.

    Hi
    1) The Data Base trace: before you enter in the option that will read the data you want, open a new section and run transaction ST05. Press start trace 'Trace On'. Go back to the other section and proceed with the action. When the data you want appear in the screen, go back to the sectio where the ST05 is on and press 'Trace Off' and 'Trace List'. You will have a list of all tables read by R/3.
    2) If you know the the program name where the data you want is used, you can use the SE38 transaction. It will show all tables read and updated/used by the program
    For PP01 program is  SAPMH5A0.
    With Regards
    Nikunj shah

  • Ways to find Tables updated by Transaction

    Hi,
    I am having the list of transactions.I want to find the list of tables updated by the transaction.
    I need the various ways to find the same and let me know the best method for that.
    Any pointers will be highly appreciated.
    Edited by: Jayanthi Jayaraman on Dec 20, 2007 5:24 AM

    Hi Jayanthi,
      Try FM  RS_PROGRAM_TABLES
      give Object_type  as  TRAN
             object_name as  FB01 
    it gives the list of tables  effected by that TCODE
    see the output
    These are the tables where delete statement is used on this table
    Delete
      Table      Description
      TFBUF      Table for FI Data Puffers
    These are the tables where the data is updated
    Change
      Table      Description
      BSEG       Accounting Document Segment
      BSEU       Line Item Additional Information (Update)
      BSEZ       Line Item Additional Information (Online)
      RFDT       Accounting Data (INDX Structure)
      SKB1       G/L account master (company code)
      TFBUF      Table for FI Data Puffers
    these are the tables  READ , used in select statements
    Read
      Table      Description
      BKDF       Document Header Supplement for Recurring Entry
      BKPF       Accounting Document Header
      BNKA       Bank master record
      BSEC       One-Time Account Data Document Segment
      BSED       Bill of Exchange Fields Document Segment
      BSEG       Accounting Document Segment
      BSET       Tax Data Document Segment
      BSID       Accounting: Secondary Index for Customers
      BSIK       Accounting: Secondary Index for Vendors
      BSIX       Index table for customer bills of exchange used
      IDBUPLA_AC Activate Business Place per country

  • How to handle transaction control--- in the dbms query or in JDBC? or BOTH?

    Hi all,
    we have a servlet application which do insert, update to a few sybase tables. so far we don't have any transaction management control in either store procedure or in JDBC call. i like to know where should we enforce this control logic? in both place or either one is enough?
    thanks!!

    according to your answer, is it safe to say that we
    should NOT
    handle transaction control in both query and JDBC
    call? i am on the side of JDBC
    program control. However our manager feels that if we
    handle it in two place, we could be more error-proof.
    i don't know how to convince him that only one place
    could make it work. Double your rollbacks double your fun! Odd that a manager is getting involved at this level...
    Providing transaction control at both places, as a rule makes absolutely no sense at all (to me). I actually believe that this would be far more error-prone (not error-proof). It's really a logistics issue. When you are working on the Java code, you won't have the stored procedure(s) code right there. While you may design it masterfully at first, as maintenance occurs, the mastery can easily be lost as assumptions are made on when and where commit or rollback processing is going to take place. The end result would be a system that could easily corrupt the logical integrity of the database.
    If you have to make a decision up front, and you believe performance will ultimately be a concern, then your decision should be to handle transaction management within the stored procedure(s). However, this decision will make the stored procedures far more complex than what the DBA or application staff is familiar with. You would also have to take some care to release resources as appropriate within the Java code.
    If you decide to manage transactions within JDBC, it is possible that you will have to move a portion of transaction managment to one or two of the stored procedures. This would be a 'fix' for a poorly performing functionality, and you would simply take care to limit this as much as possible.
    I wish I could guide you specifically, but I'm working at 20,000 feet related to your specific application needs.

  • Control tables in SD

    In the SD certification material , its said that various masters and control tables are used for processing the sales order .can any one explain me what is control table?
    Rgds
    Ramprasad

    Hi Ram Prasad,
    Please find below the information :
    1) Screen tables
    A table can be created in transaction. These tables, when designed on the screen are called as SCREEN TABLES.
    These are of two types.
    Table Controls and Step loops
    These tables are treated as Loops.
    2)Features of Table Controls
    Data is displayed in the form of table.
    Table control gives user the feeling of an actual table.
    You can scroll through the table vertically as well as horizontally.
    You can select rows and columns.
    You can resize the with of columns.
    You can have separator lines between rows and columns.
    Automatic resizing of the table when the user resizes the window.
    You can update information in the table control and it can be updated in the database table by writing code for it.
    3)Steps for creating table control
    Declaration of table control in module pool program.
    Designing of table controls on the screen.
    Passing data to table control in flow logic.
    4)Declaration of TC in MPP
    syntax:
    controls <name of table control> type tableview using screen <escreen no.f>.
    5)Designing Table control on screen
    Click on Table in Control bar and place it on the screen. You can adjust the length and width of the Table Control.
    Name the table control.(same name as given in data declaration).
    From dictionary object OR from program fields select the fields and place them in the table control
    6)Passing data to table control
    Usually transfer of data from program to screen is automatic.
    In case of TC, you need to explicitly transfer the data to table control.
    ABAP/4 provides Loop statement, which is associated with flow logic to transfer the data.
    7)Passing of data contd.
    PBO.
    Loop at <name of internal table> with control <name of table control> cursor <scroll variable>.
    modulecc.
    Endloop.
    PAI.
    Loop at < name of internal table>.Endloop.
    8)Scroll variables
    Top_line : the row of table where the screen display starts.
    Current_line : the row currently being processed inside a loop.
    9)Transfer of data from prg to TC.
    With eLoop at cf statement, the first row is placed in the header of internal table.
    If any module is specified between Loop and End loop, it will be executed. In this module, generally we will be assigning this internal table fields to table control screen fields.
    The row in internal table is transferred to the TC as stated in the eLoop atc..f statement.
    The system encounters the eEndloopf statement and control is passed back to the next line of internal table.
    In the same way all the records of the internal table are passed to the TC.
    Find the fallowing some tables avail in SD
    SAP SD Tables
    VBAK -
    (SALES DOC HEADER)
    VBAP -
    (SALES DOC ITEM)
    VBFA -
    (SALES DOC FLOW)
    VBUK -
    (SALES DOC HEAD. STATUS)
    VBUP -
    (SALES DOC ITEM STATUS)
    LIKP -
    (DELIVERY HEAD DATA)
    LIPS -
    (DELIV ITEM DATA)
    MSEG -
    (MAT DOC SEGMENT)
    MKPF -
    (MAT.DOC)
    VBRK -
    (INV HEADER)
    VBRP -
    (INV ITEM)
    BSEG -
    (ACC DOC SEGMENT)
    BKPF -
    (ACC DOC HEADER)
    KNA1 --- General Data in Customer Master
    KNB1 --- Customer Master (Company Code Data)
    KNVV --- Customer Master Sales Data
    MARA --- General Material Data
    MARC --- Plant Data for Material
    MVKE --- Sales Data for Material
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • Auto update of Ztable when ever BSID or BSAD tables updated

    Auto update of Ztable when ever DB table updated     
    Hi experts
    I want my Ztable get updated automatically when ever a record is created or updated in BSID or BSAD tables.
    Here clear requirement
    Generally using Company code & Allocation number  ( 18 char ) my programs access BSID & BSAD tables it is taking very long time for execution almost more than 30 minutes ( data in millions ).
    Step 1.
    I created a new Ztable with limited fields Company Code, Customer, Document, Allocation Number and Posting date.
    Step 2.
    Before look into BSID or BSAD my program searches Ztable for Customer number & Document number using Allocation field and Company code.
    Step 3.
    Once get the Customer & Document numbers accessing BSID & BSAD table is very easy (now just taking less than 1 minute).
    Created a new program to update Ztable every day but BSID and BSAD are live table so I want my Ztable get updated immediately when any entry posted in BSID or BSAD
    Please help me
    Satya
    Singapore

    You need to check what is the procedure (T-Code) from which the data gets updated into these tables.
    For example
    when we craete a material from MM01 the data gets updated in the corresponding table i.e. EKPO.
    In same way you need to find the process and then you can use BTE (Busineess transaction events) for that process. BTE are only for FI module and these tables are also related to FI .

  • Problem in MSEG Table updation

    Hello All,
    The problem is related to MSEG table updation after Stock Transport Order  (STO) is done between Manufacturing plant & Depot. The problem is described below with an example.
    In case of STO the Supplying Plant or vendor is SP02 and the Receiving Plant or the customer is RP15.in the STO under the shipping tab for Customer the system is showing RP15 and under the Delivery address tab for Vendor the system is showing SP02.
    While during PGI when the material document is generated when we check the MSEG table two line items have been generated where  we found that the field WERKS contained SP02 & RP15 against which the feld XAUTO is showing blank space & X symbol respectively.But in case of both LIFNR & KUNNR fields it is showing blank space, which indicates that both the vendor & customer  fields are not getting updated in the MSEG table.
    Now I want the system to pick up the data for KUNNR field (in case of XAUTO is X) also in the MSEG table i.e. RP15 should also be displayed in the MSEG table.
    Is there any configuration to attain my requirement?
    Looking forward to some valuable suggestions.
    Thanks & Regards
    Priyanka Mitra

    the ADRx tables are central tables that are used from various transactions in SAP.
    e.g. from customizing, master data maintenance, transactional data, such as purchase orders and sales orders.
    use the ADRNR from ADR6 table and then lookup an entry in table ADRC to find and hint to its origin  field ADDR_GROUP

  • Calling Batch input from Web Dynpro - any alternatives for table updates?

    Hi!
    I am asked to create a screen in Web Dynpro for the GJ30 transaction (JV Cutback mapping of WBS' elements). I created a remote enabled function module which call batch input for GJ30 . Testing the Function modules direclty goes fine, but not calling the function module from WD. then I get the same error message as when I once tried to call SAP GUI from Web Dynpro ( Call transaction /submit program).
    My next step is to try to create a batch input session (instead of call transaction) and run it using rsbdcsub, and then check the result of the run. But maybe this will fail of the same reason as well, and I suppose this will make the user waiting longer for the response .
    I read somewhere that Web Dynpro does not support batch Input. But what can you do when there are no standard BAPI's for the update you want to do in SAP ?  We are not supposed to do direct table updates.  
    Anyone who have struggled with the same issues and found a solution??
    regards, Tine

    Hi,
    as BDC is calling screens and in Webdynpro ABAP you cannot use SAP GUI sceeen, you are getting short dump.
    Refer CNTL_SYSTEM_ERROR in webservices from r/3 system
    Thanks,
    Chandra

Maybe you are looking for

  • Some signs arent working on my HP Pavilion G6

    Hello everyone, Ive got a problem. Within i think a week my Laptop stops using some signs. Such as ' " ` ^ ~. Please help me. I REALLY dont know how to fix it. Here are my Laptop specifications, if needed: HP Pavilion G6 Notebook PC Keyboard Version:

  • ABAP selection screen modification

    Hello, I have the following selection screen: PARAMETERS: p_kalaid LIKE kala-kalaid, p_kalabe LIKE kala-kalabez, p_kalada LIKE kala-kaladat, p_klvaf  LIKE kalv-klvar, p_tvers  LIKE kala-tvers, p_kokrs  LIKE kala-kokrs, p_bukrs  LIKE kala-bukrs,      

  • CHECK SELECT-OPTIONS not allowed in ECC6.0

    HI, Obsolete Statement 4.7 version and Ecc 6.0 Version, CHECK SELECT-OPTIONS not allowed The construct SELECT-OPTIONS in the statement CHECK is not allowed in ABAP Objects. Error message in ABAP Objects if the following syntax is used: CHECK SELECT-O

  • Folio Builder Installer Damaged

    I recently launched my Folio Builder panel and signed it. I told me that I need to install an update. I followed the link and downloaded the update. When I opened the installer, I got this message: "Installer.app" is damaged and can't be opened. You

  • BOR - what is it good for?

    Hello Gurus, from time to time I stumble over BOR. I've learned that you need it to develop workflows, from a developer's view I don't understand what's the benefit. Where is a need for using this BOR-thing? Is there a chance to define an own BOR-thi