Table behaving unexpectedly..

Hi,
i have one table in which details of employees intime and outime is stored. At the starting of the month records of all employee's are created at starting of month and everyday as their intime and outtime comes this table gets updated.
The problem i am getting is that when there is a outime the attendance code is calculated through the procedure and it is getting updated. In this update query i am updating 6 fields but sometime 4 fields gets updated while the two fields dont get updated. This happens for random employee and doesnt happen for any particular pattern.
And Recently(Two days before) i found something more interesting.
On 24-Sep-2012 i found 15 Records where this above two fields where not updated
dates where of 01-Sep-2012 to 19-Sep-2012
When i checked on 27-Sep-2012 records increased to 147 and that to of past date. once the date is passed it doesnot get updated while last update date is of past date only.
I have checked procedure and trigger from where the update in this table is done but everything seems to fine.
Kindly suggest can table behave in a such a way??
Should i drop the table and recreating the table will help???

Please find the below code from procedure..
/* EVALUATING ATTENDENCE CODES */
IF P_WORKHRS >= 1 THEN
IF (P_ATNCD1 IN ('B', 'E')) THEN
P_ATNCD1 := 'E';
P_ATNCD2 := 'E';
/* FOLLOWING CONDITION DOESN'T CHANGE ATTENDANCE CODE,TO TRAKE THE OLD-WEEKOFF */
/* FOR THE STAFF AND WORKER ATTENDS DUTY ON WEEKLY OFF */
ELSIF (P_ATNCD1 = 'H') THEN
P_ATNCD1 := 'H';
P_ATNCD2 := 'H';
ELSIF (P_ATNCD1 IN ('P', 'W', 'C', 'N', 'L') AND
P_ATNCD2 NOT IN ('P', 'W', 'C', 'N', 'L')) THEN
P_ATNCD2 := SUBSTR(P_ACTSHIFT, 1, 1);
ELSIF (P_ATNCD1 NOT IN ('P', 'W', 'C', 'N', 'L') AND
P_ATNCD2 IN ('P', 'W', 'C', 'N', 'L')) THEN
P_ATNCD1 := SUBSTR(P_ACTSHIFT, 1, 1);
ELSE
P_ATNCD1 := SUBSTR(P_ACTSHIFT, 1, 1);
P_ATNCD2 := SUBSTR(P_ACTSHIFT, 1, 1);
END IF;
END IF;
insert into atl_tk_errlog values (POST_EMPNO,POST_DATE,P_ATNCD1,P_ATNCD2,'after',sysdate);
BEGIN
UPDATE ATL_TK_MUSTER_DTL
SET MDTLWORKHRS = NVL(P_WORKHRS, 0),
MDTLEARLY = NVL(P_EARLY, 0),
MDTLEXTHRS = NVL(P_EXTHRS, 0),
MDTLATN1 = P_ATNCD1,
MDTLATN2 = P_ATNCD2,
LAST_UPDATE_DATE=SYSDATE
WHERE MDTLEMPNO = POST_EMPNO AND MDTLDATE = POST_DATE;
insert into atl_tk_errlog values (POST_EMPNO,POST_DATE,P_ATNCD1,P_ATNCD2,'after UPDATE',sysdate);
EXCEPTION
WHEN OTHERS THEN
code:=sqlcode;
errm:=sqlerrm;
EXECUTE IMMEDIATE 'UPDATE ATL_TK_MUSTER_DTL SET MDTLWORKHRS=:v1'||
' ,MDTLEARLY=:v2 ,MDTLEXTHRS=:v3 , MDTLATN1=:v4'||
',MDTLATN2=:v5, LAST_UPDATE_DATE=:v6 WHERE MDTLEMPNO=:v7 AND MDTLDATE=:v8'
using NVL(P_WORKHRS, 0),NVL(P_EARLY, 0),NVL(P_EXTHRS, 0),P_ATNCD1,P_ATNCD2,sysdate,POST_EMPNO,POST_DATE;
insert into atl_tk_err(sql_code,sql_err,creation_date,last_update_date )
values('After Exception '||code,errm,sysdate,sysdate);
insert into atl_tk_errlog values (POST_EMPNO,POST_DATE,P_ATNCD1,P_ATNCD2,'after EXCEPTION',sysdate);
END;
Here in atl_tk_errlog i insert data before update statement is called and in both insert value i get the updated value of P_ATNCD1 AND P_ATNCD2 but sometimes in table the values of MDTLATN1 AND MDTLATN2 is getting update while the other columns gets update.
P_ATNCD1 AND P_ATNCD2 is calculated from the above code and it is getting calculated properly as i can see it in table atl_tk_errlog..

Similar Messages

  • Custom Table behaves differently

    Hello!
    We have a Z table that we made configurable (it was  not so before) and to keep change logs (it was not doing so before). The changes worked perfectly in the Dev system but when the transport was moved to Q, it still does not have these new features. The settings for it are the same in both the systems that tells us that the transport moved in correctly. What else could be wrong here? The settings (in both systems) are:
    in SE11:
    1. Tab Delivery and maintenance - Delivery Class is 'C', Data Browser/Table View Maintenance is marked 'X'
    2. Under Technical Settings the radio button to Log Data Changes is checked
    3. Under menu Utilities and sub menu Table Maintenance Generator, the radio button for standard recording routine is checked.
    With these settings, it behaves perfectly in Dev, not in Q. The Q system is NOT open, the other Z tables can't be maintained directly in Q, I verified that too...
    Appreciate any ideas where else to check?
    Thank you very much.

    Hi Wolfgang,
    Can you check the system parameter rec/client in your Dev system and Q system. You can check it user self by running report RSPARAM.
    SAP documentation about the "Log data changes" field.
    Dependencies
    Logging only takes place if the parameter rec/client in the system profile is set correctly. Setting the flag on its own does not cause the table changes to be logged.
    Regards,
    Vimal

  • FieldPoint FP-1000 DAS behaves unexpectedly

    Hi all,
    My FP-1000 DAS has the following configuration:
    FP-1000 | FP-DO-400 | FP-AI-111 | FP-AI-112 | FP-RTD-122 | FP-TC-120 | FP-TC-120 | FP-TC-120 | FP-TC-120 | FP-DI-300
    I have my own software communicating to the FP-1000 using the optomux
    protocol.  At startup, it resets the DAS bank and executes
    initialization procedures.  Once that's done, it updates all of
    the above I/O modules every 1 sec.  The DAS always runs expectedly
    after the reset.......  but after running for a while, it starts
    to return incorrect msg back to my program.  I have attached a log
    file showing the optomux commands sent to / returned from the
    DAS. 
    In my log file, each line corresponds to a optomux msg.  The ones
    start with << are msgs from my program to the DAS, and the ones
    with >> are msgs from DAS to my program.  Everything seems
    to be okay until line 415 and below, the msgs recevied @ 00:00:37.
    I have no idea why this is happening...  Your help is greatly appreciated.  Thank You
    --Christopher
    Attachments:
    FP-1000_msg.txt ‏21 KB

    Christopher,
    Are you using LabVIEW to communicate with your FP-1000? Are you using the Optomux VIs? If so, what is the error that you are getting? Why do you believe that the response is faulty? If you are not using LabVIEW, then how are you accessing your serial port? Are you getting any errors from that API? Please let us know!
    Regards,
    Ryan V.
    Ryan Verret
    Product Marketing Engineer
    Signal Generators
    National Instruments

  • Aperture creating new versions unexpectedly

    One of my projects in Aperture started behaving unexpectedly yesterday and I still haven't figured out why. I was reviewing proofs with a client and we were making selections and adjustments to some of the images. We were working in a smart album that was filtered on 5-star ratings. We made a few new versions of some of these images within the smart album, made adjustments, and ultimately selected her picks by adding the keyword "pick" to her selected images. In retrospect I probably will change that flow so that when I make my original selects I will rate them as a 4-star and then up it to a 5-star when the client makes their picks.
    But for now, back to the problem. All was going well with the workflow until I tried to rearrange some of the images within the smart album. When I dragged the first image to a new location it created new versions of several images. I think this happened multiple times before I realized what had happened, so before I new it the album was filled with duplicate versions. I deleted the duplicate versions, but I find that they keep cropping up unexpectedly. If I go to the parent project and then return to the smart album, it makes a duplicate version of every image in the album.
    A light table and a book within the project are now also giving me trouble in that they claim to have images in them, but even with all queries turned off they do not show any of the images (and yes, the "show all images" button is selected).
    Any thoughts on what could be wrong?
    G5   Mac OS X (10.4.3)  

    Mmm...I don't think this explanation tells the whole story.
    Dragging an image out of the project container and into an enclosed (non-smart) album does NOT automatically generate a new version of the master image local to that album; instead, the album is populated with a new reference to the original version. Dragging that same image again out of the project container - or the first album - to yet another album generates yet another reference to the same underlying version.
    Edits performed in any of these containers propagate to the images in all containers (within a particular project, of course), demonstrating that each type of container holds merely a reference to the project's single original version.
    The Aperture User Manual is a bit ambiguous in its description (Chapter 5 pg 113) of the distinction between "copying" and "moving" images between projects and albums; I believe that when it refers to copying versions it's really talking about copying REFERENCES to versions between various containers.
    So, long story short, I don't think moving images between the various types of containers within a single project can explain your duplicated images.
    15" Alu PB 1.25GHZ G4 FW800 1GB RAM 100GB HDD   Mac OS X (10.4.6)   Aperture 1.1.1

  • Flex Table Add Row Issue with Dynamic Entry Lists in Visual Composer

    All,
    Your help would be kindly appreciated in resolving an 'Add Row'-issue within a Flex Table that uses Dynamic Entry Lists in Visual Composer. The issue here is as follows :
    When I use a [Local Dynamic Entry List |http://www.postyourimage.com/view_image.php?img_id=O5hrG2aMxWZ84Mu1211193041]to populate a row field, the initial row and all next rows are emptied upon 'insert row', they loose their selected values and also the entry list values ('pull-down menus') are lost. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=FPLr2cABcgiHRou1211192889].
    The initial row does [show the entry list values |http://www.postyourimage.com/view_image.php?img_id=2HybmEHAuQYs9cg1211192766]from the Local Dynamic Entry List based on the dynamically assigned input value; upon 'insert row' the entry lists are lost. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=FPLr2cABcgiHRou1211192889].
    When using a [Global Dynamic Entry List |http://www.postyourimage.com/view_image.php?img_id=m5p2KYuBb442dTq1211193501]to populate the row fields the Flex-table behaves normally as expected. Unfortunately with a Global Entry List it is not possible to dynamically assign a input value. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=U96V0zENCCyO3gA1211193157].
    Please also see the [issue summary image|http://www.postyourimage.com/view_image.php?img_id=06xti08tIEfely1211195178] I made to visualize the issue.  What I basically would like to know is whether this is a 'known issue' or not, or that it is an issue that can be fixed or whether there is an alternative workaround available ... I'm using Visual Composer 7.0 and the Portal is at SP 13.
    Many thanks,
    Freek

    Hi,
    you should be able to assign a dynamic value with global entry lists as well. If you say @myParam as dynamic value. VC will indicate in red letters, that the field @myParam is unknown. However, it will work, as long as @myParam is known in the form or table where you use the entry list.
    I have never heard of the problem that entry lists are emptied after "insert"-event.
    Kindes Regards,
    Benni

  • Is there a way to stop table resizing? 

    Is there a way to prevent Dreamweaver from resizing tables
    automatically, even after you've told it that you want the table to
    be only, say, 800 pixels wide? Currently, if you make a mistake and
    you paste a long URL in a table, it resizes the table, rather than
    just cutting it off or otherwise prompting you about what it
    intends to do. Likewise, if you insert a graphic that's too big for
    the table, rather than just cropping the graphic and letting you
    know you need to make adjustments, it screws up the table
    permanently. Likewise, anytime you insert anything in a column, it
    resizes all the other columns, even if what you inserted fits
    perfectly and does not require resizing. Lately, the only thing I
    use Dreamweaver for is editing HTML. I find that, because of its
    automated "features" that screw everything up and make it
    impossible to fix, it's actually faster in the long run, to write
    the code by hand and avoid the Design mode like the plague. It's
    like throwing a firecracker into your HTML. Here's to hoping
    someone can tell me how to make Dreamweaver tables behave.

    Nope. The closest you can get is border-spacing, but it's
    poorly supported.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "crash" <[email protected]> wrote in message
    news:[email protected]...
    > can't you set that with margins? I'm kinda wincing when
    I say that,
    > but.....unless you're using borders, in which padding
    would work, margins
    > *might* do the trick.
    >
    > sounds like a hack, though, even if it works. i bet it'd
    break under
    > stress...
    >
    > good call..
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> Cellspacing is one....
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "crash" <[email protected]> wrote in
    message
    >> news:[email protected]...
    >>> IMO, it sure is.
    >>>
    >>> I don't think there's an attribute you can set
    in a table in HTML that
    >>> you can't set via CSS, and in several cases
    there's more.
    >>>
    >>> I did a quick workup not long ago as an example
    for somebody at work. I
    >>> had no problem controlling the tables with CSS,
    and by doing that I
    >>> allowed myself to develop new looks for the site
    by just editing one
    >>> file and changing the CSS link. (or re-naming my
    other files).
    >>>
    >>>
    http://cdcdigital.com/two/index-table.php
    >>>
    >>> HTH,
    >>>
    >>> Jon
    >>>
    >>> BTW - I *did* see a wdith=100 in there when I
    was just checking, so
    >>> please forgive any other mistakes.
    >>> "Alan Smithee Jr." <[email protected]>
    wrote in message
    >>> news:[email protected]...
    >>>>> yup, CSS. ;o)
    >>>>
    >>>>
    >>>> Thanks for that informative reply. :.)
    >>>>
    >>>> But seriously...Yes, CSS is ANOTHER way but
    why is it a SUPERIOR way?
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Flex Table Add Row Issue with Dynamic Entry Lists

    All,
    Your help would be kindly appreciated in resolving an 'Add Row'-issue within a Flex Table that uses Dynamic Entry Lists in Visual Composer. The issue here is as follows :
    When I use a [Local Dynamic Entry List |http://www.postyourimage.com/view_image.php?img_id=O5hrG2aMxWZ84Mu1211193041]to populate a row field, the initial row and all next rows are emptied upon 'insert row', they loose their selected values and also the entry list values ('pull-down menus') are lost. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=FPLr2cABcgiHRou1211192889].
    The initial row does [show the entry list values |http://www.postyourimage.com/view_image.php?img_id=2HybmEHAuQYs9cg1211192766]from the Local Dynamic Entry List based on the dynamically assigned input value; upon 'insert row' the entry lists are lost. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=FPLr2cABcgiHRou1211192889].
    When using a [Global Dynamic Entry List |http://www.postyourimage.com/view_image.php?img_id=m5p2KYuBb442dTq1211193501]to populate the row fields the Flex-table behaves normally as expected. Unfortunately with a Global Entry List it is not possible to dynamically assign a input value. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=U96V0zENCCyO3gA1211193157].
    Please also see the [issue summary image|http://www.postyourimage.com/view_image.php?img_id=06xti08tIEfely1211195178] I made to visualize the issue.  What I basically would like to know is whether this is a 'known issue' or not, or that it is an issue that can be fixed or whether there is an alternative workaround available ... I'm using Visual Composer 7.0 and the Portal is at SP 13.
    Many thanks,
    Freek

    Hi,
    you should be able to assign a dynamic value with global entry lists as well. If you say @myParam as dynamic value. VC will indicate in red letters, that the field @myParam is unknown. However, it will work, as long as @myParam is known in the form or table where you use the entry list.
    I have never heard of the problem that entry lists are emptied after "insert"-event.
    Kindes Regards,
    Benni

  • Why we use Tables statement in case of using SELECT-OPTIONS:

    hi all,
    Why we use Tables statement in case of using the following coding in an ABAP program ...
    tables: vbak.
    SELECT-OPTIONS: s1 for vbak-vbeln.
    here if we dont provide the tables statement why it does not work ????
    pls answwer ....???

    Hi
    This statement is not allowed in classes and declares a data object table_wa as a table work area whose data type is adopted from the identically named structured data type table_wa from the ABAP Dictionary. table_wa must be defined as a flat structure in the ABAP Dictionary. You can specify database tables or Views for table_wa.
    Work table areas declared with TABLES are interface work areas and should only be declared in the global declaration section of a program for the following purpose:
    reward if usefull
    The statement TABLES is required for exchanging data between screen fields that were defined in a program screen when transferring from the ABAP Dictionary and the ABAP program. For the screen event PBO, the content of the table work area is transferred to identically named screen fields; for PAI, the system adopts the data from identically named screen fields.
    In executable programs, flat table work areas can be used for adopting data that were provided for the event GET table_wa from a linked logical database. TABLES is synonymous with the statement NODES for this purpose.
    Work table areas declared with TABLES behave like the data declared with the addition COMMON PART, meaning the data are used by the programs of a program group.
    Table work areas declared with TABLES can be declared in subroutines and
    function modules. However, this is not recommended. A table work area declared in a procedure is not local but belongs to the context of a framework program. The table work area can be viewed starting from the declaration in the framework program and lives as long as the framework program. In contrast to normal program-global data, the content of the table work areas declared in subroutines and function modules is stored temporarily when these subroutines and function modules are called. Value assignments that were made during runtime of the procedure are preserved until the procedure is completed. When exiting the procedure, the table work areas are filled with the contents that they contained when the procedure was called. Table work areas declared in procedures behave like global data to which the statement LOCAL is applied in the procedure.
    The form TABLES * is obsolete.

  • Table cell widths and images

    I am try to create a able that will have 4 columns in all but
    the the layout will be flexible.
    That is the text might span 3 columns and an image might be
    in the remaining 1 column. Or the timage will span 2 columns and
    the text in the remaining 2 columns. Sort of a flexible magazine
    layout that can combine text and photos. . you can see what I came
    up with at this URL
    http://www.historicchevychasedc.org/test/
    Even though the drawing of the house is much small than the 3
    columns it occupies it throws the whole layout off. When I removed
    the image or replace it with txt the layout looks fine. (When it
    looks fine the first paragraph starts to the immediate right of the
    small photo, there isn't that large gap of space. This paragraph
    spans 3 columns)
    Is there anyway to make tables behave? Or is there a solution
    sans table that is flexible enough to accommodate a variety of text
    and photo arrangements?
    Tom

    Hello,
    I agree with Malcom.
    Separate tables or nested tables if you must use tables, but
    don't merge
    cells as it can cause trouble, especially rowspans.
    The layout you built could also be built by placing all the
    text in a div
    and floating the images to the left or to the right.
    Here's some great info:
    http://css.maxdesign.com.au/floatutorial/
    Take care,
    Tim
    "Malcolm _" <[email protected]> wrote in message
    news:[email protected]..
    > On Mon, 25 Aug 2008 21:03:23 +0000 (UTC), "TSemmes"
    > <[email protected]> wrote:
    >
    >
    >>
    http://www.historicchevychasedc.org/test/
    >>
    >> Even though the drawing of the house is much small
    than the 3 columns it
    >>occupies it throws the whole layout off. When I
    removed the image or
    >>replace it
    >>with txt the layout looks fine. (When it looks fine
    the first paragraph
    >>starts
    >>to the immediate right of the small photo, there
    isn't that large gap of
    >>space.
    >>This paragraph spans 3 columns)
    >
    > If you want to use tables for this - I would not try to
    put all the
    > rows in one table, but would have a one table for each
    image - and
    > with a second row if you wanted a caption underneath.
    >
    >
    >>
    >> Is there anyway to make tables behave? Or is there a
    solution sans table
    >> that
    >>is flexible enough to accommodate a variety of text
    and photo
    >>arrangements?
    >>
    >
    > I gave up with tables for things like this some time ago
    - just used
    > CSS-P floats to contain images and floating text next to
    the images.
    > --
    >
    > ~Malcolm~*...
    > ~*

  • Table not fitting on iPhone

    This is responding fine on Andnroid but not on iPhone, where it spills outside the viewport:
    http://www.aptcoweb.com/dev/vip/reservations.htm#ratetable
    It's defined as 80% width, do I need something else?

    The problem isn't with tables and tabular data.  The problem is tables are not RWD friendly.  Much as been written and discussed about how to make tables behave better in smaller devices but the solutions I've seen proposed so far are ridiculous.
    Crafty Responsive Tables | Playground from ZURB
    http://css-tricks.com/responsive-data-table-roundup/
    Nancy O.

  • Sizing columns in a big table

    Hello,
    This is something that is really driving me up the wall, if
    you create a table with say 12 columns and you want the first 4 to
    be say 100 pixels and rest to be 35. If you select the first 4 and
    set them too 100 pixels then select the rest and set them to 35
    what happens is the first 4
    shrink and the very last column
    expands but if you clikc in it Dreamweaver lies to you and
    tells you it is the size you wanted
    even though it is visibly too large why does this happen?
    Is there a way to lock the first 4 then have the table resize
    to the
    right as it should do expanding the table width if
    necessary? I am doing a site for a lighting manufacturer and they
    have a lot of data tables and it really is making me quite angry
    that I cannot get the column sizes to stop auto resizing everytime
    I try to make a fwe columns the same size, why does it auto resize
    all the columns???

    Your whole approach to tables is flawed.
    What is the width of the outer table?
    What is the contents of the cells?
    > why does it auto
    > resize <b>all<b> the columns???
    Because that's how HTML tables behave. They continuously
    adjust to fit
    their contents, no matter what your dimensions are.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "MrFrisky330" <[email protected]> wrote in
    message
    news:e5mb78$j1v$[email protected]..
    > Hello,
    >
    > This is something that is really driving me up the wall,
    if you create a
    > table
    > with say 12 columns and you want the first 4 to be say
    100 pixels and rest
    > to
    > be 35. If you select the first 4 and set them too 100
    pixels then select
    > the
    > rest and set them to 35 what happens is the first 4
    <i>shrink</i> and the
    > very
    > last column <i>expands<i> but if you clikc
    in it Dreamweaver lies to you
    > and
    > tells you it is the size you wanted <b>even though
    it is visibly too
    > large<b>
    > why does this happen?
    >
    > Is there a way to lock the first 4 then have the table
    resize to the
    > <b>right<b> as it should do expanding the
    table width if necessary? I am
    > doing
    > a site for a lighting manufacturer and they have a lot
    of data tables and
    > it
    > really is making me quite angry that I cannot get the
    column sizes to stop
    > auto
    > resizing everytime I try to make a fwe columns the same
    size, why does it
    > auto
    > resize <b>all<b> the columns???
    >
    >

  • Doubt on cluster and pooled tables

    Dear experts
    i kno how to create a cluster and pooled table ..
    but in reality how a requirement comes to create a cluster or pooled table....
    plz kindly explain in detailed  
    thanks in advace
    somesh

    Hello,
    Hope the below link gives you an insight into how the pooled/cluster tables behave.
    http://help.sap.com/saphelp_46c/helpdata/EN/81/415d363640933fe10000009b38f839/frameset.htm
    For better understanding on how and when to create pooled/cluster table, refer to the below examples.
    All Condition tables i.e., Annn tables (pricing/discounts etc.,) belong to the table Pool KAPOL (Condition Pool) as the underlying concept is same across different condition tables, but, they have different Key (primary) fields.
    Accounting Document Segment (Line Item records) BSEG is a cluster table that belongs to the table cluster RFBLG. Also, other tables such as BSEC, BSED, BSES, BSET also come under the same table cluster as all of them possess the common Key i.e., BUKRS/BELNR/GJAHR.
    Please contact for further details. <removed_by_moderator>
    With Regards
    Vijay Gajavalli
    Edited by: Julius Bussche on Sep 4, 2008 8:40 AM

  • SAP Personas: An unexpected behaviour has been detected and you have been disconnected – please log in again.

    Hallo everyone,
    We are installing Personas and facing several challenges.
    Personas 2 SP02 was installed according to instructions of Note '1848339 - Installation and Upgrade note for Personas' and configured according to the Config Guide v1.3 (rel. May 2014). The referenced notes were also applied as well as the 'How to config - FAQ' blog by Sushant.
    We are able to log on and execute transactions and perform activities successfully (e.g. SE80, SPRO, KB15, etc.).
    When trying to copy a screen the following error appears: 'An unexpected behaviour has been detected and you have been disconnected - please log in again.'
    Thereafter one can simply continue executing transactions without having to log in again.
    Please see the download of the error attached as per blog: SAP Screen Personas Support Tips – client side logging
    The HAR is unfortunately too large to attach. Are there any alternatives?
    Thank you in advance for you assistance!
    Kind regards,
    Daniel
    Message was edited by: Daniel K

    Hi,
    I have never worked on SAP PERSONA but you can try below things
    1)try to use different user or J2ee_admin since it might be same user multiple session case
    2) Try with different browser since plugins can behave unexpectedly
    3)Make entry in host file also
    4) check dev_icm logs
    5) check on ABAP side for dumps in ST22
    Warm Regards,
    Sumit

  • Can't insert Table

    I can't insert a table into my file.  What am I missing?  The options are grayed out. 

    Tables behave as inline objects (in text). You must have a live insertion point (blinking cursor) to insert a table. So if you draw out a text frame, then click in it to set an insertion point, the Insert Table command should become available.

  • About tables keyword

    hi
    In which cases v have to ue the tables keyword exactly. if we use the parameters keyword, it is not necessary to include that table in tables keyword. If we use the select-options it is must we have to use the tables keyword. why?

    hi Josh,
    Whenever you require a work area you use TABLES statement ...
    TABLES
    Syntax
    TABLES table_wa.
    Effect
    This statement is not allowed in classes and declares a data object table_wa as a table work area whose data type is adopted from the identically named structured data type table_wa from the ABAP Dictionary. table_wa must be defined as a flat structure in the ABAP Dictionary. You can specify database tables or Views for table_wa.
    Work table areas declared with TABLES are interface work areas and should only be declared in the global declaration section of a program for the following purpose:
    The statement TABLES is required for exchanging data between screen fields that were defined in a program screen when transferring from the ABAP Dictionary and the ABAP program. For the screen event PBO, the content of the table work area is transferred to identically named screen fields; for PAI, the system adopts the data from identically named screen fields.
    In executable programs, flat table work areas can be used for adopting data that were provided for the event GET table_wa from a linked logical database. TABLES is synonymous with the statement NODES for this purpose.
    Notes
    Work table areas declared with TABLES behave like the data declared with the addition COMMON PART, meaning the data are used by the programs of a program group.
    Table work areas declared with TABLES can be declared in subroutines and function modules. However, this is not recommended. A table work area declared in a procedure is not local but belongs to the context of a framework program. The table work area can be viewed starting from the declaration in the framework program and lives as long as the framework program. In contrast to normal program-global data, the content of the table work areas declared in subroutines and function modules is stored temporarily when these subroutines and function modules are called. Value assignments that were made during runtime of the procedure are preserved until the procedure is completed. When exiting the procedure, the table work areas are filled with the contents that they contained when the procedure was called. Table work areas declared in procedures behave like global data to which the statement LOCAL is applied in the procedure.
    The form TABLES * is obsolete.
    Regards,
    Santosh
    Message was edited by:
            Santosh Kumar Patha

Maybe you are looking for

  • HT201303 I want to remove old credit card information from account.

    I had ID theft from the iTunes site 4 years ago and they didn't handle it well. I just noticed that I had an old credit card still stored on my account. I wish to remove it. iTunes is makeing a ton of money and they should have phone reps to talk to

  • RFC TO SOAP SCENARIO

    Dear Experts, I am facing the Following error for RFC to SOAP Scenario, i Tried 1. Full Cache Refresh 2.Delete and create Sender Agreement Again 3.Specifying the Program id Again yet the Scenario is not Working, could you please help me in Resolving

  • How to change OS_owner

    Hello everyone. I'm new on here and also with my Macbook pro. I recently bought my macbook pro from a friend. They reset it back to factory settings so when I first turned it on it asked for my name and everything, but now when I open up my folders,

  • Selecting left or right channel?

    Back in the day with earlier Audition versions, you could very easily select just the left or right channel by simply holding the left mouse button on the edge of the channel and selecting the area needed. Is there a way of enabling this feature in C

  • CS6 deployment error with Application Manager Enterprise 3.1 Edition

    Hello everyone, I am currently trying to create a DesignWebPremium and Master Collection CS6 deployment package with AMEE 3.1 (Application Manager Enterprise Edition) on Windows 7 EE x64 without any luck. I keep getting the following error log: 11/16