How to change recon.account directly in Table with out changing customizing

Hi Gurus,
I want to change Customer reconciliation account but this is not possible any more due to display option for reconciliation account in customizing.
I know I can change customizing and then change the reconciliation account, but there is a better way doing this.
We can change this directly in the table without changing customizing, but I don't know how to do this. Does any one know how to change directly in the table?
Many thanks in advance

Hi there,
The steps that you should take include:
1. go to SE16
2. put knb1
3. on the field selection input the customer you want to edit
4. Execute
5. type to the transaction field /h and press Enter
6. double click to the customer line item you want to change the recon
7. this will navigate you to the debug environment
8. on the debug environment press find/search button -or- CTRL+F to find a keyword code
9. you should see  if code = 'SHOW'.
10. now please double click on the word "code" to set the Breakpoint
11. Press F7
12. you will see the program routine will stop at if code = 'SHOW'.
13. Double click on the word 'code'
14. 'code' will appear on the righ hand side with value = 'SHOW'
15. change the value of 'SHOW' to 'EDIT' by double clicking the Edit icon (pencil) and replacing the value of SHOW to EDIT
16. press Enter
17. press F8
18. you can now change the recon field
19. Press SAVE button
20. Double click 2x (or more) on the STOP sign, until your breakpoint is gone
21. press F8 and you should see the message of "Database Record successfully created"
Good luck!
Regards,
Fausto
Edited by: Fausto Jahja on Jul 21, 2009 5:26 PM
Edited by: Fausto Jahja on Jul 21, 2009 5:50 PM

Similar Messages

  • Hi guys..I am new to this apple ipad apps development .I want to know how to change ipad apps to iphone apps with out changing design and code?can any one tell me?

    Hi guys..I am new to this apple.I have developed  ipad2 apps  . I want to know how to change ipad apps to iphone apps with out changing design and code?can any one tell me?

    You are in the wrong forum. This is a user forum. Try the developers forum.

  • How to use common object from two tables with out join.

    HI,
    I have two tables called A & B In A table i have the following objects
    1.weekend
    2.S1(measure)
    3.S2(measure)
    4.S3(measure)
    5.S4(measure)
    And In B table i have followning columns
    1.week end
    2.p1(measure)
    3.p2(measure)
    4.p3(measure)
    5.p4(measure)
    Now in universe i created all the measure objects i.e.s1,s2,s3,s4,p1,p2,p3,p4 A.weekend,B.weekend.
    instead of using week end two times i wnt to use only once because this is common in both table.
    if i use join between these tables i am getting values fine
    But With out join is there any thing to do in universe level to create common objects to use from both the tables..I tried using aggregate awareness but while reporting it is taking as two SQL.which is not synchronized.
    Please help me on this ...

    hi,
    Although  Weekend column is present in both tables, by creating a single Object in Universe, Universe can identify relationship with only table referenced in Object Creation.
    So, there will be no identification of relationship with other table measures.
    Obviously, you need to create 2 Weekend objects in Universe (in two classes).
    Case 1: You need not join these two tables in Universe. When you create 2 Queries in WEBI, automatcially Weekend objects are synchronized (if both are of same datatype)
    Case 2: If you join these two tables in Universe, Obviously,
    your SQL may contain Weekend from Table1, measures from Table 2
    or
    your SQL may contain Weekend from Table2, measures from Table 1
    Finally, You need to create 2 objects in Universe. But your query may contain a single Object based on Case 2.
    Regards,
    Vamsee

  • Want to load excel data into oracle table with out changing it to CSV

    Hello all,
    I have a requirement in dumping excel data into oracle database table without changing it to CSV file and this has to be used in normal sql/plsql environment i.e., pkg/procedure cant be used in the forms also...
    so, can u guys can help me out in this
    thanks.............

    The link Pavan provided discusses Oracle Heterogeneous Services. This allows you (using ODBC) to create a database link from Oracle to a non-Oracle data source like Excel. This would allow you to query the Excel data source from SQL*Plus or any other client tool. But that is probably going to require that your Oracle database is running on Windows since I'm not aware of any Excel ODBC drivers for Unix.
    Another potential option would be to write a Java stored procedure that parsed the file. There are a few different Java libraries that can read and write Excel data files. You could load one of those libraries into the database's JVM and then write Java code that parsed the file. You would then be able to call your Java stored procedure from PL/SQL.
    Justin

  • Deletion of duplicates in the table with out using rowid

    How can I delete duplicates in the table with out using ROWID .

    hi
    sleect count(coulmnname),columnname from table
    group by columnname
    having count(columnname) > 1;
    find the primary key of the table
    apply the below query
    delete from table
    where (primary key,repeated column name )
    not in
    ( select min(primary key), repeated column
    from employee group by repeated column );
    use this in the primary key column use empid ,,,the repated column is ename
    empid ename
    1 sankar
    2 sankar
    try this one

  • Change recon account and transfer of Open items from Old recon a/c to New recon a/c.

    Hi Gurus,
    User want to change recon account for some customer  and also wants the open items to be transferred to new recon from old recon account. We follow the following process:
    Create a New GL Account for Adjustment Postings
    Change the Customer Master Data with regard to new  reconciliation account
    Update the FI Auto Postings Configuration: Trxn: OBBW (Transaction Key: A00: Transfer postings: changed recon. acct) as under:
    Old Reconciliation Account = Adjust Acct xxxx
    New Reconciliation Account = Adjust Acct xxxx
    4. Run FAGLF101 (ECC 6.0), with the intention, that the Balances / Open Items from OLD Recon would be MOVED to the NEW Recon.
    When we execute the last step (4) in “Message” appears the following message:
    “Account determination for transaction A00 is missing for account  PV PUC
    Message no. FR005”.
    Where PV corresponds to valuation area and PUC is our chart of account. Furthermore, we run the process of foreign currency valuation at the end of the month.
    What configuration is needed, If OBBW and OBA1 already been configured?.
    We appreciate any help.Thanks.

    Thanks for you answer.  The link was helpful; however, today we find a solution to the error. In OBA1 when in the transaction appears a window requesting the chart of account, we chose the valuation area (option yellow arrow) and completed the configuration. With this, i could solve my problem, it was simple.

  • Changing recon account for customer

    Hi Guys,
    The business wants to change the recon account for a customer.
    Can doing so impact the account in any way. I think we should make sure there are no open items on the Customer.
    Is there anything else that needs to be taken care..
    thanks..
    srikanth

    Hi,
    Is there any reason why we have to make the balance 0.
    Cant we move the balance to the new changed recon account.
    thanks
    srikanth.

  • Cannot change recon. account in customer master

    hi,
    after i create customer master, i want to change recon. account, but cannot , this field display only. Anything i missing? thanks

    Dear jo jo
    Just go to XD02, enter the customer code and choose "Company Code Data".  Now in "Account management" tab, you can change the said field as you wish.
    Incidentally, why are you changing this??  Normally, this is linked with customer account group like exports, domestic etc. and hence, b4 making any changes, check with your FI people.
    Thanks
    G. Lakshmipathi

  • Balance in vendor recon account is not matching with the balance in subsida

    Dear All
    Balance in vendor recon account is not matching with the balance in subsidary ledger, the recons accounts inthe masters have been changed,how do i reconcile them

    Hi Surya,
    check f101 - tab parameter, flag Change recon acct.
    f101 carries out postings or gives you a simple list to determine all the open items with changed recon accounts.
    Best regards
       Horst
    Edited by: HorstRn on Jun 24, 2008 6:22 PM
    By the way.... this is the AM forum... Chance to get a solution is much higher in financials....

  • How do i stop my itunes from changing the location of my itunes media.  i have it saved on a external HD and it keeps changing back to my local drive with out being told

    how do i stop my itunes from changing the location of my itunes media.  i have it saved on a external HD and it keeps changing back to my local drive with out being told

    No, an external drive will not always be mounted. If the drive goes to sleep, it can unmount, or it may unmount for other reasons. As Chris said, confim that the drive is mounted and active before launching iTunes.
    Regards.

  • How can I sign out of my apple account on my iPhone with out erasing everything

    How can I sign out of my apple account on my iPhone with out erasing everything

    I meant apple ID

  • How to search records in a standard table with * ?

    Hi everyone,
    Can anyone tell me how to search records in a standard table with * ?
    That is, in screen if user type * abc * for searching the records in which the field MC_STEXT contains 'abc'. What the code should be? How to complete the code below?
      SELECT SINGLE objid FROM p1000  INTO p1000-objid,
      WHERE MC_STEXT = ? .
    Thanks!

    Hi
    There are several way to do that, probably just as some guys wrote the easier way is to use LIKE in WHERE condition and the sign % instead of *:
    V_STRING = '%ABC%'.
    SELECT SINGLE objid FROM p1000 INTO p1000-objid,
    WHERE MC_STEXT LIKE V_STRING.
    U can also use a range (just like select-options):
    RANGES: R_MC FOR P1000-MC_STEXT.
    R_MC-LOW = 'ABC'.
    R_MC(3) = 'ICP'.
    APPEND R_MC.
    SELECT SINGLE objid FROM p1000 INTO p1000-objid,
    WHERE MC_STEXT IN R_MC.
    Max

  • How to skip a selection screen mandatory field in debugging mode with out changing the code?

    Hi Team,
    In my report there is two fields on selection screen, one is obligatory field , but i just want to execute the report(for testing per pus) with out entering  the data for the mandatory field with out changing the code. could u let me know which event and how to debug the report. or else  in debugging mode how can i change that field as non mandatory field.
    Regards,
    Venkat.

    If the value is not of importance how come it became obligatory in your program?
    Any how you can do one thing...Put some value in your obligatory field, put a debugger point where you are interested in  and use the pencil tool to change the value of the field while debugging. 
    Regards,
    Philip.

  • How to compare two rows from two table with different data

    how to compare two rows from two table with different data
    e.g.
    Table 1
    ID   DESC
    1     aaa
    2     bbb
    3     ccc
    Table 2
    ID   DESC
    1     aaa
    2     xxx
    3     ccc
    Result
    2

    Create
    table tab1(ID
    int ,DE char(10))
    Create
    table tab2(ID
    int ,DE char(10))
    Insert
    into tab1 Values
    (1,'aaa')
    Insert
    into tab1  Values
    (2,'bbb')
    Insert
    into tab1 Values(3,'ccc')
    Insert
    into tab1 Values(4,'dfe')
    Insert
    into tab2 Values
    (1,'aaa')
    Insert
    into tab2  Values
    (2,'xx')
    Insert
    into tab2 Values(3,'ccc')
    Insert
    into tab2 Values(6,'wdr')
    SELECT 
    tab1.ID,tab2.ID
    As T2 from tab1
    FULL
    join tab2 on tab1.ID
    = tab2.ID  
    WHERE
    BINARY_CHECKSUM(tab1.ID,tab1.DE)
    <> BINARY_CHECKSUM(tab2.ID,tab2.DE)
    OR tab1.ID
    IS NULL
    OR 
    tab2.ID IS
    NULL
    ID column considered as a primary Key
    Apart from different record,Above query populate missing record in both tables.
    Result Set
    ID ID 
    2  2
    4 NULL
    NULL 6
    ganeshk

  • How to know the the list of tables with no rows inside a schema?

    with reference to
    http://www.ss64.com/orad/USER_TABLES.html
    How to know the the list of tables with no rows inside a schema?
    I try this select table_name from user_tables where num_rows=0;
    I can found one table that is empty.
    So what's the query to return list of tables in a schema which has no rows?
    thanks

    You can do that only if your have collected the stats properly. Otherwise its going to show you wrong information.
    Check this out...
    SQL> drop table t
      2  /
    Table dropped.
    SQL> create table t
      2  as
      3  select level no from dual connect by level <=100
      4  /
    Table created.
    SQL> select table_name,num_rows from user_tables where table_name = 'T'
      2  /
    TABLE_NAME                       NUM_ROWS
    T
    SQL> begin
      2      dbms_stats.gather_table_stats(user,'T');
      3  end;
      4  /
    PL/SQL procedure successfully completed.
    SQL> select table_name,num_rows from user_tables where table_name = 'T'
      2  /
    TABLE_NAME                       NUM_ROWS
    T                                     100
    SQL>Thanks,
    Karthick.

Maybe you are looking for

  • ABAP mapping

    Hellio SAP-PI experts, In what case and how we do ABAP and XSLT mapping. What is the use of User decision step added in BPM of SAP-PI 7.1 Thanks Vijaya

  • Extract data from the fields in Acrobat Reader 7.0 using VB

    I am looking for a way to extract fields values from the pdf file using VBA for Excel. I have Acrobat Reader 7.0. I have a script that would extract fields values from the PDF using Aformaut.fields.... But this script only works with Acrobat.Standard

  • Batch-specific Unit of Measure

    Hi, What is Batch specific UOM? How do we configure in ECC 5.0? My requirement is as follows - 1. GR qty should be in Base UOM (Kg) and Bags 2. The qty/bag = 95 Kg (standard / Alt UOM) for material 3. However, for shipment received Qty/Bag may very (

  • Outputting game data to a Text Area

    Dear forum, I am working on a text game, and wish to output all data/commands (after they've been entered)/etc to a TextArea. My hope is to have a scrollable window, in which all information necessary to play the game is displayed. My question is thi

  • Contacts disappear

    every time i create a new contact on my 4s and save it, it disappears.  when i type in the phone number again, there it is, but it is not showing up on my contact list.  any ideas?