Transaction FBZG- Table: TINSB -

Hi,
I need to add an entry in table TINSB.
"Alternative Bank Accounts for Program RFBITB01".
Linked to transaction FBZG.
Someone knows the place in customizing where I can make this entry?
Than's for your help.
Regards.

Hi
You can use the transaction SM30:
Table/view V_TINSB click on the button Maintain.
There is no direct link in customizing. (perhaps it is an sub from an other customizing transaction)
Paul

Similar Messages

  • Change Profit centers in all transactional data tables

    Hello Experts,
    I have been assigned to change Profit center MASKTOOLS to BRION in all transaction data tables.
    Is there any standard SAP programs/reports that will help me do this?
    How do I identify all tables were Profit center is stored?
    Bearing in mind if I make changes directly in tables (example via Abap programs) BW will not recognise any changed documents and therefore not update BW accordingly.
    Regards in advance Steve

    Thanks Karthik T,
    What about Internal orders, Sales orders, Service orders, Production orders, PA segments etc etc. etc..
    I also have to think about orders with settlement rules which hold both profit center and profitablility segments which also hold profit centers.
    I am still hoping there is SAP standard reports that can help identify and change
    Steve D

  • 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

  • Reg: Customer Master(transaction figures) table

    Dear all,
    Like Vendor  master (transaction figures) table & Vendor  master (special g/l) transaction figures - LFC1 & LFC3 can we get any Customer master (transaction figures) table & Customer master (special g/l) transaction figures table.  If it is there means please let me know about that at the earilest.
    Thanks,
    sankar M

    KNC1 & KNC3

  • MySQL non-transactional changed tables ...

    I'm trying to test the rollback functionality of my db connection by executing 2 INSERT statements:
    INSERT INTO Users (login_id,name,language_code) VALUES ('Satanka','Satanka','2')
    "INSERT INTO Users (tlogin_id,name,language_code) VALUES ('Satanka','Satanka','2') // this one should fail becase there is no tlogin_id column in the Users table
    When I run my test program I got the followin error message:
    java.sql.SQLException: Column not found: Unknown column 'tlogin_id' in 'field list'
    at org.gjt.mm.mysql.MysqlIO.sendCommand MysqlIO.java:508)
    at org.gjt.mm.mysql.MysqlIO.sqlQueryDirect(MysqlIO.java:561)
    at org.gjt.mm.mysql.MysqlIO.sqlQuery(MysqlIO.java:646)
    at org.gjt.mm.mysql.Connection.execSQL(Connection.java:973)
    at org.gjt.mm.mysql.Connection.execSQL(Connection.java:897)
    at org.gjt.mm.mysql.Statement.executeUpdate(Statement.java:230)
    at org.gjt.mm.mysql.jdbc2.Statement.executeUpdate(Statement.java:99)
    at com.pylon.portal.timesheet.datahandling.DBBrokerSingleton.ExecuteSQLUpdate(DBBrokerSingleton.java:70)
    at DBClient.main(DBClient.java:12)
    //to this point I understand everything but next line
    java.sql.SQLException: General error: Warning: Some non-transactional changed tables couldn't be rolled back
    at org.gjt.mm.mysql.MysqlIO.sendCommand(MysqlIO.java:508)
    at org.gjt.mm.mysql.MysqlIO.sqlQueryDirect(MysqlIO.java:561)
    at org.gjt.mm.mysql.MysqlIO.sqlQuery(MysqlIO.java:646)
    at org.gjt.mm.mysql.Connection.execSQL(Connection.java:973)
    at org.gjt.mm.mysql.Connection.execSQL(Connection.java:897)
    at org.gjt.mm.mysql.Connection.rollback(Connection.java:590)
    at com.pylon.portal.timesheet.datahandling.DBBrokerSingleton.ExecuteSQLU
    pdate(DBBrokerSingleton.java:78)
    at DBClient.main(DBClient.java:12)
    Why a simple insert is a "non-transactional" change?
    I'm creating the connection like this:
    Connection con=DriverManager.getConnection("jdbc:mysql://"+url+"/TimesheetDB?user="+Name+"&password="+Pass);
    con.setTransactionIsolation(java.sql.Connection.TRANSACTION_READ_UNCOMMITTED);
    con.setAutoCommit( false );
    I'm using JRE 1.3
    JDBC driver mm.mysql-2.0.4-bin.jar
    mysql server 4.0

    Yes, you're right. I found that the default table type won't let me use transactions, and Mysql Server sent me the message.
    I thought that
    "java.sql.SQLException: General error: Warning: Some non-transactional changed tables couldn't be rolled back"
    refers to a problem inside the virtual machine.
    Now I'm trying to setup the MySql to let me create InnoDB tables. Not so simple eh...
    Thanks for helping

  • Transaction and table craeting.

    Hi all,
    I am using Oracle 8i and java as client.
    How can I use transaction with table creating( for temp. tables).
    For exmple:
    1. insert into someTable ...
    2. create GLOBAL TEMPORARY table myTable ....
    3. insert into myTable select ....
    4. update anotherTable set .....
    5. Truncate myTable.
    6. Drop myTable
    7. On condition : ROLLBACK.
    By making rollback, the system do not make rollback on step 1.
    Can I do this with oracle and how.
    Many thanks in advance.

    Hi ,
    Thanks for the information.
    It was helpful.I could see that for VBELN of VBAK table the ROLLNAME is VBELN_VA.
    When I queried DD04T for VBELN_VA ,it gives me the DDTEXT for it as 'Sales Document'.
    However, if on VA03 the same field is displayed with label Standard Order.
    My requirement is how to find relation  between a table field(VBELN)or DDTEXT(Sales Document) and the label displayed(STANDARD ORDER) on a transaction screen.
    The two may be different. This is just one instance.
    I need to derive a generalised solution for all transcations not just VA03.
    Being a Java programmer, I have limited knowledge of SAP.
    Hence, it would be great help if you could suggest some standard RFC or some table that stores this information so that it can be retrieved from java layer and not SAP GUI.
    Regards,
    MNGhosh
    Edited by: MNGhosh on Sep 15, 2009 8:47 AM

  • Transaction Currency Tables

    Monthly wise GL Balances ( DEBIT , CREDIT Separately) in Transaction currency tables i required if any body knows pls  help me.

    HI anu,
    The transaction currency tables are  KEKO , BKPF , BSEG
            Changing quantity into debit or credit
              IF wa_bkpfbseg-shkzg = 'H'.
                wa_bkpfbseg-wrbtr = ( -1 * wa_bkpfbseg-wrbtr ).
                wa_display-wrbtr  = wa_bkpfbseg-wrbtr .
              ELSE.
                wa_display-wrbtr = wa_bkpfbseg-wrbtr.
              ENDIF.
    if the BSEG table if wa_bkpfbseg-shkzg = 'H'. that means it is credit amount
    else
    it is debit amount.
        Fetching quantity and amount in FI from BSEG table against entries
        in BKPF table
    Regards,
    Prabhudas

  • Create transaction for table

    Hi experts,
    Can anybody help how to create transaction for table maintenance generation?
    Thanks in advance,
    Zak.

    Hi
    Check this:
    Table maintennace generator is used to create screen to maintain values in a table. Once you create maint generator you can goto transaction SM30 and add data to table . In SAP it is more relevant to customizing data.
    Create a table maintance program for a z table :
    In transaction SE11, in the attribute tab of your z table check table maintenance check box. Go to SM30 transaction, enter the ztable name and click on maintain button. Here you can enter new entries into the ztable .
    Or
    You can create a PARAMETER TRANSACTION for the transaction for SM30 .
    Follow these steps :
    1. go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable.
    2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button.
    3. In the next screen enter default values:
    transaction : SM30
    check the check box skip initial screen
    4. Scroll down you will find a table control for default values
    Name of the screen field | value
    VIEWNAME | your ztable name
    SHOW | X
    Save your work.
    Now as you have created a custom transaction for maintaining your ztable this transaction can be called from any program with CALL transaction 'XXX'.
    Regards,
    Vishwa.

  • INVENTORY TRANSACTION PURGE시 해당 TABLE들의 정보

    제품 : MFG_INV
    작성날짜 : 2004-05-20
    INVENTORY TRANSACTION PURGE 시 해당 TABLE들의 정보
    ===========================================
    PURPOSE
    Inventory Transaction Purge에 의해 삭제되는 data들을
    파악하고자 한다.
    Problem Description
    Inventory module의 Transaction Purge시 다음의
    Table들은 정상적으로 Purge된다.
    MTL_MATERIAL_TRANSACTIONS
    MTL_TRANSACTION_LOT_NUMBERS
    MTL_UNIT_TRANSACTIONS
    MTL_TRANSACTION_ACCOUNTS
    MTL_MATERIAL_TXN_ALLOCATIONS
    다음의 table들은 Purge대상에서 제외되어 있다.
    wip_scrap_values
    mtl_cst_actual_cost_details
    mtl_cst_txn_cost_details
    MTL_ACTUAL_COST_SUBELEMENT
    Workaround
    N/A
    Solution Description
    Applied a Patch#2165174. fixed in 11.5.9
    이 Patch에 의해 위에 언급한 모든 table들에 대해
    정상적으로 Purge된다.
    Reference Documents
    Bug2165174

  • Master data tables and Transaction data Tables

    Hello Gurus,
    Please let me know how to know which table belongs to master data  and which table belongs to transaction data.
    for FICO module.
    Does any one  have specific material relating to master data table and transaction data tables.
    Thanks
    Edited by: Manu Rathore on Jan 18, 2012 4:38 AM

    Hi Manu,
    Find attached table relation diagram by Christopher Solomon. It is one of the very comprehensive chart on this topic.
    deleted
    Warm regards,
    Murukan Arunachalam

  • 0CO_OM_CCA_4 - Data in r/3 for verification (Transaction or tables in r/3)

    Hello I loaded to BI using 0co_om_cca_4 data source.  I would like to know how to verify the data in r/3 for this data source?  I have seen so many postings regarding this, but was unable to use any of them.  Do you know which transaction to use for verifying the data in r/3?  Some people listed multiple tables, but I don't know logic the extractor uses for connecting all those tables.
    Thanks.

    Hi Sam,
    for Cost Centers: Statistical Key Figures (0CO_OM_CCA_4) orgin table is COSR.
    [http://help.sap.com/saphelp_nw70/helpdata/EN/4d/fcaba947fa5d42b4ef5f7769f87939/frameset.htm]
    Regards
    Daya Sagar

  • Enhance Business Transaction with table

    Hi,
    I have to enhance a Business Transaction (Sales Contract) with a table, but I can´t see this option nor EEWB or AET. I can add fields in both tools, and I can also add a table, but only for BUPA, not in Business Transaction. This table for add is going to be viewed in WebUI.
    What can be done?. Thank you in advance for your help.
    Regards,

    HI,
    You can create this using AET table. Fiest open your Sales Contract Document then click Configuration butoon you have to choose which area to configure afetr that you will get popup in that click enhanced fields there you can see
    Regards,
    Deepika.

  • Autonomous Transactions and table locks

    Does a commit statement in an Autonomous Transaction block in PL/SQL release locks aquired in the master transaction block?
    e.g
    CREATE OR REPLACE PACKAGE test_auto_trans AS
    PROCEDURE mainproc;
    PROCEDURE testproc;
    END test_auto_trans;
    CREATE OR REPLACE PACKAGE BODY test_auto_trans AS
    /*****************Main Procedure*********************/
    PROCEDURE mainproc AS
    BEGIN
    LOCK TABLE a,b,c IN EXCLUSIVE MODE nowait;
    /*some processing involving tables a,b,c here. no commit done yet*/
    testproc();
    /* will the locks on a,b,c still be available here? */
    EXCEPTION
    WHEN others THEN
    dbms_output.put_line('Error');
    dbms_output.put_line(sqlcode);
    dbms_output.put_line(sqlerrm);
    RAISE;
    END mainproc;
    /*****************test Procedure*********************/
    PROCEDURE testproc AS
    PRAGMA AUTONOMOUS_TRANSACTION;
    BEGIN
    /*some processing using tables a,b,c here*/
    commit;
    EXCEPTION
    WHEN others THEN
    dbms_output.put_line('Error');
    dbms_output.put_line(sqlcode);
    dbms_output.put_line(sqlerrm);
    RAISE;
    END testproc;
    END test_auto_trans;
    /

    No transaction will release the locks held by another transaction. When you declare a stored proc to be PRAGMA AUTONOMOUS_TRANSACTION, it is essentially the same as if you logged in as the same user but in a different session.
    For example, if I have two sqlplus sessions running as user a, if I do an update in session1 and a delete and commit in session 2 I can still rollback in session 1.
    However, your psuedo code as posted will not work at all since the call to test_proc will block until you commit in the main proc, and since test_proc will never return, the main proc will never get to commit. It is exactly analogous to the following:
    session1> SELECT * FROM t;
            ID DESCR
             1 One
             2 Two
    session1> LOCK TABLE t IN EXCLUSIVE MODE nowait;
    Table(s) Locked.
    session1> UPDATE t SET descr = 'Un'
      2  WHERE id = 1;
    1 row updated.so far, this is your main proc. Now, in another session (which is equivalent to your autonomous transaction procedure), I do:
    session2> UPDATE t SET descr = 'Deux'
      2  WHERE id = 2;which as I type is still waiting on the commit from session 1. Therefore, I cannot get to commit the autonomous transaction which would return control to session1
    HTH
    John
    Message was edited by:
    John Spencer
    Sorry, I initially forgot to answer your actual question "what about DML statements like truncate". Since TRUNCATE is actually a DDL statement I will assume that is what you meant. My initial answer covers DML statements (except SELECT which will work).
    All DDL statements in Oracle go
    COMMIT
    DDL statement
    COMMIT
    since the initial commit requires a very brief exclusive lock, you will get an error like:
    ORA-00054: resource busy and acquire with NOWAIT specified
    Exactly as if you did:
    session1> LOCK TABLE t IN EXCLUSIVE MODE nowait;
    Table(s) Locked.then tried to do it again the another session
    session2> LOCK TABLE t IN EXCLUSIVE MODE nowait;
    LOCK TABLE t IN EXCLUSIVE MODE nowait
    ERROR at line 1:
    ORA-00054: resource busy and acquire with NOWAIT specified

  • How to create transaction for table maintinance generator

    what is the procedure(steps) to create transaction for a table maintinance generator

    Hi,
    The link will be useful for ur requirement.
    allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc
    REgards,
    Sarosh

  • Transaction Currency Tables which will give totals only

    Transaction currency purpose  bseg, bkpf, bsis, bsid contain document wise details hence will not be useful for my purpose,   i need a table which will give transaction currency  totals only.

    Hi Anu,
    I am unable to understand your exact requirement as if you need total of any transaction currency then there must be a criteria for the same like one want to add all currencies monthly/annually/weekly for reporting purpose and in this case you have to write a report and add currencies.No tables can hold such calculative recordes.
    Please elaborate more so I can u'stand requirement.
    Regards,
    Gaurav

Maybe you are looking for