Condition table not showing up in VKOA

Hi All,
We have upgraded the sytsem from 4.6c to ECC 6.0.And i have observed that in Transaction VKOA, one of the condition table is not showing up. Can anyone guide me on this?

Hi,
If any one of the tables is missing, that can be included.
The menu path: SPRO >> SD >> Basic Function >> Account Assignment/ Costing >> Revenue Account Determination
1.     Define dependencies of Revenue Account Determination: Here you can check whether the required table is available; if it is not available create it.
2.     Define access sequences and Account Determination types: Here select u2018Maintain Access sequences for Account determinationu2019.  You will get the access sequences here. Eg: KOFI. Select the access sequence and click on u2018Accessesu2019. You will get the table details. Here you can maintain the required tables; rearrange as per your requriment.
Regards,
K Bharathi

Similar Messages

  • (Condition rate not showing in sales order correctly.

    Condition rate not showing correctly in Sales order. it has maintained  perfect in condition record. Please provide me the programe which can retrive the correct rate in sales order.

    Hi,
    Including above suggestions, try if Pricing date is coming. If not, this may be one of the cause. Go to VOV8, select your doc type and in "Pricing date/purchase order date" section, check the "prop for valid-to" and "valid-from" settings. Buth should be blank.
    Reward if sorts out your issue
    Regards
    SD

  • Tables not showing up

    i've oracle 10 g installed in my comp on windows....
    till now it was working fine....
    but now... when i start database n try to access tables through
    home - > object browser - > show tables ..... it's not showing any tables
    or
    home - > sql -> sql commands -> select * from tab
    (in this case ... there is not even run option to run the command )
    however i can see tables through Run Sql Command Line ... (the console)
    does anyone have any idea...
    thank you

    You can reinstall Oracle if you want to, your datafiles and database structures don't depend on the oracle home. However this would be just a waist of time, as the root problem isn't an EM configuration.
    If you are sure your tables are on the target schema, then just double check the conditions you have typed from the EM DB Control to query these tables.
    ~ Madrid

  • Table not showing data after refresh

    Hi gurus ,
    A unique problem We have added a field in the custom table . once moved to quality system it is not showing up the data whwn when we do a select query on that table in se16 . say total entries are ten thousand four of them are checked and when display not checked i.e eq space we get just 100 entries on number of entries ..i asked to regenerate the table in quality system but it did not help .The Quality system was refresh 1 month ago and we see it not working after it ..please suggest the correct steps we need to perform  to recover the data . Adjust database with keep data has already been done ...

    Hi Anjaneya Bhardwaj,
    If I understand well, your issue is that you have a SELECT in your program, saying newfield is your newfield, something like:
    SELECT ... FROM ztable INTO ... WHERE newfield = space.
    and it doesn't return the records that existed in quality before newfield was added.
    It it because, by default, when you add a field to an existing database table, with records already present, they are assigned the NULL value, which is different from space.
    They can be retrieved using WHERE newfield IS NULL.
    Usually, to avoid this issue, when we add a new field, we tick the "no null value" checkbox for this new field, in SE11 transaction. That will initialize the field of existing records, to the initial value (space for characters, 0 for numeric fields, etc.) Note: maybe it can be counter performant for big tables...
    Solution for your issue, run this code once:
    UPDATE ztable SET newfield = space WHERE newfield IS NULL.
    BR
    Sandra

  • New Condition Table not working in Sales order

    Dear All,
    I am facing problem in pricing procedure. I have created new condition table(LIFNR & ROUTE), included Vendor(Fwd Agent) and Route in condition table with sales area. I have added that condition table in access sequence and assigned access sequence to condition type. Then Condition type added into pricing procedure and assigned pricing procedure to document type.
    In sales order I've added route and fwd agent but while checking in analysis system does not determine route and fwd agent.
    Thanks and Regards,
    Kaushal

    hi,
    i have a query to ask why you need LIFNR in condition table creation.
    where in sales order it will trigger automatically.
    please check the config settings for route determiantion automatically.
    so that if route comes automatically into the sales order then from where you will trigger LIFNR.
    please clarify.
    regards,
    balajia.

  • Tax Condition ZSRT not showing in Print Preview and Tax Register

    Dear Friends
    while we making Purchase Order the Tax condition not showing while print preview.  also not showing in Tax Register.
    Tax Register we developed.
    any hops
    Rajesh G

    Dear,
           ZSRT is a customised condition which you have created. So to bring that condition in print preview you have to talk to your ABAPER , so that he can incorporate this condition type to his customised print preview program. If your tax register is also customised then again you have to communicate to the ABAPER.

  • Tables not showing

    For one of my connections the tables are not shown in the tree view.
    When i startup with debug info I see following debug lines:
    Prepared:
    select
    * from (
    SELECT OBJECT_NAME, OBJECT_ID ,'' short_name, 'TRUE' partition, OWNER OBJECT_OWNER, CREATED, LAST_DDL_TIME
    FROM SYS.ALL_OBJECTS O
    WHERE O.OWNER = :SCHEMA
    AND O.OBJECT_TYPE = 'TABLE'
    AND O.GENERATED = 'N'
    AND O.OBJECT_ID NOT IN ( SELECT PURGE_OBJECT FROM RECYCLEBIN )
    AND NOT EXISTS (SELECT 1 FROM SYS.ALL_MVIEWS WHERE MVIEW_NAME = O.OBJECT_NAME AND OWNER = O.OWNER)
    union all
    SELECT OBJECT_NAME, OBJECT_ID , syn.SYNONYM_NAME short_NAME,
    'TRUE' partition, SYN.TABLE_OWNER OBJECT_OWNER, o.CREATED, o.LAST_DDL_TIME
    FROM SYS.ALL_OBJECTS O, sys.user_synonyms syn
    WHERE syn.table_owner = o.owner
    and syn.TABLE_NAME = o.object_NAME
    and o.object_type = 'TABLE'
    and :INCLUDE_SYNS = 1
    and :SCHEMA = USER
    AND O.GENERATED = 'N'
    AND O.OBJECT_ID NOT IN ( SELECT PURGE_OBJECT FROM RECYCLEBIN)
    Bind:SCHEMA:STANDARD_DEMO_RLAST_UNI
    Bind:INCLUDE_SYNS:null
    When I execute this query, 238 rows are returned, but the table names do not show up in the UI.
    I only have this problem with our unicode DB, i.e.
    NLS_CHARACTERSET is set to AL32UTF8,
    NLS_NCHAR_CHARACTERSET is set to AL16UTF16.

    Hey,
    Perhaps my first posting is too complex. What I see is that for one of my connections, i don't see the tables, whereas the SQL that is executed in fact returns tables. (so these are not synonyms to tables in other schema's)
    The difference between this connection and the other connections I've tried, is the characterset of the database.
    Johan

  • Tables not showing in a new Database created using CREATE DATABASE command

    Hi there! I've created a database using "Script Database As" in SSMS. Here's the code generated:
    USE [master]
    GO
    /****** Object:  Database [PLMAINDB]    Script Date: 08/22/2014 11:25:44 ******/
    CREATE DATABASE [PLTESTDB] ON  PRIMARY 
    ( NAME = N'CLIENTSPRIME_Data', FILENAME = N'C:\TEMPDB\CLP_Data.mdf' , SIZE = 217472KB , MAXSIZE = UNLIMITED, FILEGROWTH = 10%)
     LOG ON 
    ( NAME = N'CLIENTSPRIME_Log', FILENAME = N'C:\TEMPDB\CLP_Data.ldf' , SIZE = 1024KB , MAXSIZE = UNLIMITED, FILEGROWTH = 10%)
    GO
    ALTER DATABASE [PLMAINDB] SET COMPATIBILITY_LEVEL = 80
    GO
    IF (1 = FULLTEXTSERVICEPROPERTY('IsFullTextInstalled'))
    begin
    EXEC [PLMAINDB].[dbo].[sp_fulltext_database] @action = 'disable'
    end
    GO
    ALTER DATABASE [PLTESTDB] SET ANSI_NULL_DEFAULT OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET ANSI_NULLS OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET ANSI_PADDING OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET ANSI_WARNINGS OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET ARITHABORT ON 
    GO
    ALTER DATABASE [PLTESTDB] SET AUTO_CLOSE ON 
    GO
    ALTER DATABASE [PLTESTDB] SET AUTO_CREATE_STATISTICS ON 
    GO
    ALTER DATABASE [PLTESTDB] SET AUTO_SHRINK ON 
    GO
    ALTER DATABASE [PLTESTDB] SET AUTO_UPDATE_STATISTICS ON 
    GO
    ALTER DATABASE [PLTESTDB] SET CURSOR_CLOSE_ON_COMMIT OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET CURSOR_DEFAULT  GLOBAL 
    GO
    ALTER DATABASE [PLTESTDB] SET CONCAT_NULL_YIELDS_NULL OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET NUMERIC_ROUNDABORT OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET QUOTED_IDENTIFIER OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET RECURSIVE_TRIGGERS OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET  DISABLE_BROKER 
    GO
    ALTER DATABASE [PLTESTDB] SET AUTO_UPDATE_STATISTICS_ASYNC OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET DATE_CORRELATION_OPTIMIZATION OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET TRUSTWORTHY OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET ALLOW_SNAPSHOT_ISOLATION OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET PARAMETERIZATION SIMPLE 
    GO
    ALTER DATABASE [PLTESTDB] SET READ_COMMITTED_SNAPSHOT OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET HONOR_BROKER_PRIORITY OFF 
    GO
    ALTER DATABASE [PLTESTDB] SET  READ_WRITE 
    GO
    ALTER DATABASE [PLTESTDB] SET RECOVERY FULL 
    GO
    ALTER DATABASE [PLTESTDB] SET  MULTI_USER 
    GO
    ALTER DATABASE [PLTESTDB] SET PAGE_VERIFY TORN_PAGE_DETECTION  
    GO
    ALTER DATABASE [PLTESTDB] SET DB_CHAINING OFF 
    GO
    The mdf and ldf files for PLTESTDB were created successfully. The issue I'm having is that tables are not showing when under PLTESTDB. I've searched online and most answers point to Permission issue. I already added user with the ff. database roles 
    db_owner
    db_reader
    db_writer
    But even after refreshing or even closing relaunching SSMS, i could not see any table under PLTESTDB. I've spent  a lot of time already on this but can't find the fix. I might be missing something here. I tried it on another computer but same issue
    persists. 
    Any ideas or suggestions on how to get this resolved are highly appreciated! Thanks in advance. 
    Bong Robles

    You're right Olaf! The above script is only for creating DB and not tables.   I should have done further reading.  I tried now generating scripts for all objects and I got the ff. error:
    Msg 207, Level 16, State 1, Procedure CallbackFormViewUpdateCommand, Line 38
    Invalid column name 'upsizets'.
    Msg 207, Level 16, State 1, Procedure CallbackFormViewInsertCommand, Line 37
    Invalid column name 'upsizets'.
    Msg 207, Level 16, State 1, Procedure CallbackFormViewInsertCommand, Line 39
    Invalid column name 'upsizets'.
    Msg 1018, Level 15, State 1, Procedure GrabCounterUpdate, Line 7
    Incorrect syntax near 'holdlock'. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required. See SQL Server Books Online for proper syntax.
    Msg 1018, Level 15, State 1, Procedure GrabCounterAllUpdate, Line 7
    Incorrect syntax near 'holdlock'. If this is intended as a part of a table hint, A WITH keyword and I parenthesis are now required. See SQL Server Books Online for proper syntax.
    I'm working on fixing the errors now. I think I can handle this now.
    Really appreciate your quick help. Thanks!
    Bong Robles
    I think script is having reference to a column which doesnt exist
    But unless we see script we will not able to understand the exact reason
    Can you post script?
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • WRT54G v6 client table not showing wired clients

    I have a WRT54G v6 using the lastest firmware.  Is there any 3rd party software that can display what clients I have on my network?  The reason I'm asking is because my router will only show the wireless clients and not the ones connected on the wired side.  Other than that everything works fine.

    I have similar problem. DHCP client table shows only wireless laptops using dynamic ip address. All my wired destop (dynamic ip), and other static ip devices both wired or wireless do not show up in DHCP client table. Any idea? I have v8.

  • Tables not showing in DB Expert - option selected

    Post Author: Clogix
    CA Forum: Data Connectivity and SQL
    Crystal XI R2 - Even though the option to show tables is selected, they do not show up for a SQL database.  OK in our Crystal 10 but not in XI.  Does anyone have a resolution?

    You're right Olaf! The above script is only for creating DB and not tables.   I should have done further reading.  I tried now generating scripts for all objects and I got the ff. error:
    Msg 207, Level 16, State 1, Procedure CallbackFormViewUpdateCommand, Line 38
    Invalid column name 'upsizets'.
    Msg 207, Level 16, State 1, Procedure CallbackFormViewInsertCommand, Line 37
    Invalid column name 'upsizets'.
    Msg 207, Level 16, State 1, Procedure CallbackFormViewInsertCommand, Line 39
    Invalid column name 'upsizets'.
    Msg 1018, Level 15, State 1, Procedure GrabCounterUpdate, Line 7
    Incorrect syntax near 'holdlock'. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required. See SQL Server Books Online for proper syntax.
    Msg 1018, Level 15, State 1, Procedure GrabCounterAllUpdate, Line 7
    Incorrect syntax near 'holdlock'. If this is intended as a part of a table hint, A WITH keyword and I parenthesis are now required. See SQL Server Books Online for proper syntax.
    I'm working on fixing the errors now. I think I can handle this now.
    Really appreciate your quick help. Thanks!
    Bong Robles
    I think script is having reference to a column which doesnt exist
    But unless we see script we will not able to understand the exact reason
    Can you post script?
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Tables not showing as desired

    Hi...thanks for readling...appreciate...
    Having a tables issue:
    As one can see from the screen grabs, the table view shows the floral graphic coming right under the text....just over to the side. However, in the Live View, the floral is quite a bit further down the page.
    Here is the link to the page: http://www.tmforwomen.org
    As far as knowing how to do it, have coded all the tables Cells 'top'. Please enlighten me if you have any clues how to make the live view, and the view in all browsers, like the top view below, meaning floral is up further.
    Thanks ever so much,
    Warmly Hope
    Am using DW CS5.5

    I'm not a fan of table based layouts.  CSS is so much more efficient.  Tables are for displaying tabular data like spreadsheets & charts.
    If you use CSS for layouts, you can position your background image with CSS.
    http://www.w3schools.com/css/css_background.asp
    From Tables to CSS Web Design Part 1 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
    From Tables to CSS Web Design Part 2 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html
    Nancy O.

  • DbXplorer IBM iSeries AS400 tables not showing

    Hi all,
    I was hoping to use the JPA generation on our IBM AS400 tables.
    The DbXplorer gets connected to our AS400 over the JT400 Toolbox JDBC type 4.0 driver. All schema's/libraries show.
    However when I open a specific library no tables are shown.
    How come my tables are not showing?
    This is my configuration:
    Driver Class: jt400.jar (Official V5R2, not JTOpen, although I have tried that one to.)
    JDBC Driver Class: com.ibm.as400.access.AS400JDBCDriver
    Database URL: jdbc:as400://SERVERNAME;date format=iso;libraries=*LIBL,FXSARTHUR
    Logging:
    These entries show in the com.m7.nitrox log:
    14-apr-2008 10:39:55 com.m7.wide.eclipse.jstudio.Plugin activate
    INFO: max mem: 748
    14-apr-2008 11:05:50 com.m7.wide.database.preferences.DatabaseDefaults getDriverClassNames
    SEVERE: java.lang.NoClassDefFoundError: com/ibm/sslight/SSLightKeyRing
    14-apr-2008 11:05:50 com.m7.wide.database.preferences.DatabaseDefaults getDriverClassNames
    SEVERE: java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet
    14-apr-2008 11:05:51 com.m7.wide.database.preferences.DatabaseDefaults getDriverClassNames
    SEVERE: java.lang.NoClassDefFoundError: com/ibm/as400/ui/framework/java/DataBean

    Hi Arthur,
    The DbXplorer is not tested against AS400 platform. Please open a support case to investigate more into this configuration.
    http://support.bea.com/
    Thanks!

  • Transported table not showing all fields

    dear all
    can u plz help me i have transported a table but its not showing all fileds. whatcan i doto make it show all fields in the table
    Regards
    Flo

    Hi,
    Are there any custom data elements used in the table.
    if so, is all the data elements transported to the table
    first all the data elements to be transported and then the table should be transported if in case they are
    in different transports.
    Regards,
    Venkatesh

  • AP_Checks table not showing any records.

    I am using oracle e-business suite 11.5.x. The table ap_checks is not showing any records at all. Please let me know as when i have to look into ap_checks and when into ap_checks_all table. The code that i am looking into is running for very long time and am sure the ap_checks is waht it is pointing to and it is correct.

    Hi.
    What is the result of?:
    SQL>SELECT DISTINCT org_ig FROM ap_checks_all;
    Octavio

  • Condition does not show expected data

    Hi specialists,
    I obviously have got an understandig-problem with conditions in BEx-Analyzer Report.
    Let's say I've got the CompanyCode, Year (characteristics) and "Quantitity" (Keyfigure) in my Report. I want to use a condition for only showing those rows where the quantity is < 10.
    But the report shows me only those rows where the result-rows are < 10 .
    The result-row and the detailed rows (for that result-row) are visible in the report.
    Example:
    without (aktive) condition:
    CompCode  Year  Quantity
    DE    2005    8
            2006    12
            result   20
    FR    2005   4
            2007   3
            result  7
    with aktive condition:
    FR    2005   4
            2007   3
            result  7
    Wanted Result (show only quantities < 10):
    DE    2005    8
            result   20
    FR    2005   4
            2007   3
            result  7
    My question is not about the result line (I've seen that there're lots of questions and answers about unexpected result lines in this forum).

    >
    Sreeman wrote:
    > Please ensure that you have defined the condition this way
    >
    > Key Figure :   Quantity
    > Operator :    less than
    > Value  : 10
    That's my setting.
    Otherwise even the unexpected result wouldn't make sense, would it?
    > Characteristics , you can select Company Code
    Want to use that condition for every navigation, independant from a concrete characteristic.
    So I choose "all characteristics independently"
    Edit:
    It seems as if the condition would first evaluate against the result-row.
    --If the test is successfull, then it is evalutated against the detailed keyfigures of this result-row.
    --If the test fails, then the detailed rows aren't evaluated anymore.
    But I need the detailed rows to be evaluated independantly from the result-rows.
    Hiding/Disabeling the result-rows doesn't help - even worse - it throws an error.
    Edited by: Marco Simon on Apr 3, 2008 5:54 PM

Maybe you are looking for

  • Favor, what is Battery model no. for Macbook Pro 17" 2.16Ghz Intel Core Duo

    Favor, what is Battery model no. for Macbook Pro 17" 2.16Ghz Intel Core Duo?

  • MDB Durables in Cluster Servers

    Hello,           we have two managed servers in cluster WebLogic Server8.1 SP4. We need to use MDB´s Durables whit distributed queues.           I have read that there are problems whit distributed topics and MDB´s durables, that only works if the

  • Iphone 3Gs mail just stops working. Quits in the middle of reading mail.

    Has anyone had this problem: While reviewing my email in mail, it just suddenly goes back to the home page? I've had this problem several times. Usually, I just have to restore the phone or delete the account and add a new one. But eventually, it com

  • Un-compress

    If I compressed my FCP project to create a DVD, and deleted the original unedited quicktime files, can I "uncompress" the files and import back to FCP? My thought is to open the compressed file in Quicktime and export to AVI as best quality without c

  • Need help with error: No bootable device -- insert boot disk and press any key

    Hello, I need help will my laptop and the error, the message says "no bootable device ", I have tried taking out the hard drive but it still doesn't work. My laptop is a Satillite C55D-A5372. I need help with this; if you know about this ans know how