Wrong DBHOST in Table DB4TABLE_STAT und DB4TABLE_HIST after relocation

after the relocation of one of our SAP system to a new host, there is still the old dbhost-name in Column DBHOST in Tables DB4TABLE_STAT and DB4TABLE_HIST, DB4INDEX_STAT, DB4INDEX_HIST, (we are on IBM-i)
within the default-Profile, there is already the correct new DBHOST.
during relocation, the 2 reports SDB4GEN + RSDB4GEN were executed already.
as i remember, there is a specially transaction-code or a speciall report to call ?
how to fix this DBHOST in DB4xxxxx Tables ?

Hi Christoph,
the problem is most likely with table DB6NAVSYST, which most likely contains the old host name in columnd DBHOST. As soon as you execute transaction DB4COCKPIT or DBACOCKPIT once, the new host name will be stored in table DB6NAVSYST. When the next data collection for DB4TABLE_STAT is happening, the data will be collected for the new host name.
We are planning to correct this behaviour, but so far we did not get to it.
Kind regards,
Christian Bartels.

Similar Messages

  • Table space not reduce after delete in oracle 11G

    Hi Team,
    I have a DB 11.1.0.7 on unix.
    I have execute delete tables on tablespace, but this not reduce.
    Thanks

    935299 wrote:
    What segment space management type is defined for the tablespace in question?
    MANUAL
    Then you should check out the documentation some more.
    But even if you shrink the table segement what is that going to do for the data file size?
    I don't undertand you.
    ThanksYour thread is titled "Table space not reduce after delete in oracle 11G" which implies to me that you are interested in reducing the size of a tablespace (which really means reducing the size of the underlying datafile(s)).
    So, if you shrink the size of the sys.aud$ table, will that cause the datafile(s) to become smaller? Will it accomplish your goal? What else, if anything, needs to happen?

  • What is wrong with the table om page 2 (see attached file)

    What is wrong with the table om page 2 (see attached file)

    MySpecialSceenName wrote:
    But there are several empty lines under the text...........
    I'm guessing that by that you mean space for several lines, not empty paragraphs. This could be caused by any number of things, but not allowing hyphenation, or hyphantion rules that are too restictive might cause ID to be unable to break a line which would cause it to go into overset, as would possibly some combinations of Keep Options if there is more than one paragraph in the cell or if there is not enough room to fite the entire paragraph and you are just one line short with keep options requiring at least two lines be kept together at the end, for example. Applying No Break to a sting too wide for the cell would do it too.

  • Sublime.so: cannot restore segment prot after reloc: Permission denied

    hi
    i recently installed WTK2.5.2 in Fedora Core 10 and tried to load demo projects included with it but, got following results in console..
    java.lang.UnsatisfiedLinkError: /opt/WTK2.5.2/bin/sublime.so: /opt/WTK2.5.2/bin/sublime.so: cannot restore segment prot after reloc: Permission denied
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1663)
         at java.lang.Runtime.load0(Runtime.java:787)
         at java.lang.System.load(System.java:1022)
         at com.sun.kvem.Sublime.<init>(Sublime.java:29)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
         at java.lang.Class.newInstance0(Class.java:372)
         at java.lang.Class.newInstance(Class.java:325)
         at com.sun.kvem.Lime.createLime(Lime.java:40)
         at com.sun.kvem.KVMBridge.<init>(KVMBridge.java:46)
         at com.sun.kvem.KVMBridge.getBridge(KVMBridge.java:37)
         at com.sun.kvem.midp.MIDP.run(MIDP.java:699)
         at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(EmulatorInvoker.java:107)
         at com.sun.kvem.environment.EmulatorInvoker.main(EmulatorInvoker.java:135)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:616)
         at com.sun.kvem.environment.JVM.main(JVM.java:103)
    please tell me what does it mean and how to correct this problem..

    hi
    i thought it to be SELINUX problem and google gave me exactly what i wanted .. solution to it..
    SELINUX-Targeted Policy disallows restore segment prot after reloc which can be corrected by switching to SELINUX-permissive policy..
    this can be achived temporarily by issuing
    setenforce permissiveregards
    Anshul Bhatnagar

  • 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

  • Table does not refresh after database level action

    We have defined an Advanced table on a VO to represent invoice lines. The VO is referenced by a VL from the invoice header.
    At one point during our process, a database level package is executed on the current lines. We have a "Requery" button to refresh the lines, however, the lines do not refresh unless we exit the invoice entirely and come back to it via the VL.
    How can we refresh the lines on a current table after a database level transaction occurs?
    Thanks, Jerry.
    Our AM code is as follows...
    // handleRefreshInvoiceLines( )
    public void handleRefreshInvoiceLines()
    OAViewObject vo = (OAViewObject)getInvoiceLinesVO1( );
    if( !vo.isPreparedForExecution( ) )
    getTransaction( ).validate();
    vo.executeQuery( );
    clearVOCaches( "InvoiceLinesEO", true ); // troubleshooting
    } // handleRefreshInvoiceLines()

    Thank you. I've moved clearCache around a bit. apparently vo.isPreparedForExecution() is false. I wonder why?
    --Jerry.                                                                                                                                                                                                                                                   

  • C# - What's wrong with a table called JOBS? :(

    Post Author: Gee
    CA Forum: .NET
    Hi
    I've just moved up to .NET 2005. and am having a big problem right now with one report in particular.
    The report uses an Oracle table called "JOBS". It worked just fine in .NET 2003. Now though, it comes up with the dreaded field name not known error.
    So, I tried to just do a completely new report with just ONE field from the JOBS table on it. It doesn't want to know!
    I then copied (so it was IDENTICAL) the table structure and data to a new one called "JOBSTEST". The simple report worked (once I'd changed it to use the JOBSTEST fields of course)
    I deleted the original JOBS table, copied a new JOBS table from the JOBSTEST table and... it didn't work again!
    So, what's wrong with having a table called "JOBS"? Because that seems to be the problem!
    Oh... it works ok on the development machine. Just not any other. ALL other reports work fine!
    Thank you so much for your time in helping me

    Post Author: Gee
    CA Forum: .NET
    Hi
    I've just moved up to .NET 2005. and am having a big problem right now with one report in particular.
    The report uses an Oracle table called "JOBS". It worked just fine in .NET 2003. Now though, it comes up with the dreaded field name not known error.
    So, I tried to just do a completely new report with just ONE field from the JOBS table on it. It doesn't want to know!
    I then copied (so it was IDENTICAL) the table structure and data to a new one called "JOBSTEST". The simple report worked (once I'd changed it to use the JOBSTEST fields of course)
    I deleted the original JOBS table, copied a new JOBS table from the JOBSTEST table and... it didn't work again!
    So, what's wrong with having a table called "JOBS"? Because that seems to be the problem!
    Oh... it works ok on the development machine. Just not any other. ALL other reports work fine!
    Thank you so much for your time in helping me

  • Table space not reduce after delete in oracle 10g

    Hi..
    Based on my system, i have found that my oracle table space did not reduce after the deletion query. Why ?.. Could somebody help me. As your info, I am using oracle 10g.
    Thank you,
    Baharin

    After Delete the table space will not be set free. high water mark will not be reset. to regain the space you need to recognize the objects from which you deleted the data. This can be done in many ways.
    1) Move the objects.
    Alter table temp move --> optionally tablespace clause can be used. After this you need to rebuild table indexes.
    2) With 10g table can be shrinked or reorganize to free the space.
    alter table mytable enable row movement;
    alter table mytable shrink space;
    3) Export/Import
    export the objects and drop and recreate with import.

  • How to select a new table in logical database after creating the Infoset

    I have created a abap query report ,i have used logical data base ADA in the infoset in SQ02.In the logical database i had selected only two tables then ANALV and ANLB.Now my client wants one more field to be added and thats is from table ANEK.Now i need to select this table in logical database ADA.
    Please assist on how to select another table available in the Logicaldata base now which i didnt select when i created the query

    Markus,
    I have now selected the additional field Posting date in Document ANEK -BUDAT .Earlier the report had the fields from ANLCV - Current acquisition value ,ordinary dep posted selected for  the output.
    When i run the query after adding this new field ANEK-BUDAT the below warning  is generated  by system :
    The query specifications cannot be used to generate a list,
    i.e. the query will probably not return the list you desire.
    If you still want to execute the query, please use the
    "Generate" function
    -> 'Generate'
    Fields from parallel tables within a line*
    Line: 01
    Field: Posting Date in the Document
    (ANEK-BUDAT, table ANEK)
    Field: Ordinary depreciation posted
    (ANLCV-NAFA GEB, table ANLCV)
    Fields from parallel tables within a line*
    Line: 01
    Field: Posting Date in the Document
    (ANEK-BUDAT, table ANEK)
    Field: Current asset acquisition value
    (ANLCV-LFD KANSW, table ANLCV)
    2 warnings for query QUERY ***
    Please advice .How get this new field added.

  • Wrong path access table ESKN on transaction COHV

    Hallo.
    When I execute transaction COHV the performance are bad.
    I investigated and I found the statement:
    for example
    select * from eskn where mandt = '100' and aufnr = '1171132' and   loekz = ' ';
    very long beacause it doesn't use the index
    ESKN~G
    with column
    MANDT, AUFNR
    If I execute the statement:
    select * from eskn where aufnr = '1171132' and   loekz = ' ';
    index is used and statement are fast
    So it seems that the MANDT brings the problem.
    I have Oracle 11.2.0.2 and upgraded two months ago from Oracle 10.2.0.4
    When I was in Oracle 10.2.0.4 there wasn't the problem.
    Could you help me?
    Thanks.
    Mario

    I obtain:
    SQL> select distinct(AUFNR) from sapsr3.ESKN;
    AUFNR
    SQL>
    so no value it seems.
    I collect statistics using brtools:
    Detail log:                    cegxzqwd.sta
    BR0801I BRCONNECT 7.20 (16)
    BR0805I Start of BRCONNECT processing: cegxzqwd.sta 2011-10-06 16.49.59
    BR0484I BRCONNECT log file: F:\oracle\TES\sapcheck\cegxzqwd.sta
    BR0101I Parameters
    Name                           Value
    oracle_sid                     TES
    oracle_home                    F:\oracle\TES\11202
    oracle_profile                 F:\oracle\TES\11202\database\initTES.ora
    sapdata_home                   G:\oracle\TES
    sap_profile                    F:\oracle\TES\11202\database\initTES.sap
    system_info                    SAPServiceTES STESVV01 Windows 5.2 Build 3790 Service Pack 2 AMD64
    oracle_info                    TES 11.2.0.2.0 8192 552 3816993493 STESVV01 UTF8 UTF8 773218351
    sap_info                       700 SAPSR3 0002LK0003TES0011Z01163691220013NetWeaver_ORA
    make_info                      NTAMD64 OCI_10201_SHARE Aug  2 2011
    command_line                   brconnect -u / -c -f stats -o SAPSR3 -t ESKN -e null -m E -s P3 -f allsel,collect,method,sample,keep
    stats_owner                    SAPSR3
    stats_table                    ESKN
    stats_dbms_stats               ALL:R:0
    stats_method                   E
    stats_sample_size              P3
    stats_change_threshold         50
    stats_parallel_degree          1
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.02
    BR0813I Schema owner found in database TES: SAPSR3*
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.02
    BR0807I Name of database instance: TES
    BR0808I BRCONNECT action ID: cegxzqwd
    BR0809I BRCONNECT function ID: sta
    BR0810I BRCONNECT function: stats
    BR0811I Owner of database schema for processing: SAPSR3
    BR0812I Database objects for processing: ESKN
    BR0851I Number of tables with missing statistics: 1
    Owner SAPSR3: 1
    ESKN
    BR0852I Number of tables to delete statistics: 0
    BR0854I Number of tables to collect statistics without checking: 1
    Owner SAPSR3: 1
    ESKN
    BR0855I Number of indexes with missing statistics: 2
    Owner SAPSR3: 2
    ESKN0       ESKNG
    BR0856I Number of indexes to delete statistics: 0
    BR0857I Number of indexes to collect statistics: 0
    BR0853I Number of tables to check (and collect if needed) statistics: 0
    BR0862I Force option with value 'allsel,collect,keep,method,sample' set
    BR0126I Unattended mode active - no operator confirmation required
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.02
    BR0877I Checking and collecting table and index statistics...
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.02
    BR0881I Collecting statistics for table SAPSR3.ESKN with method/sample E/P3 ...
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.19
    BR0884I Statistics collected for table: SAPSR3.ESKN, rows old/new: -1/4881767
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.19
    BR0850I 1 of 1 object processed - 0.002 of 0.002 units done
    BR0204I Percentage done: 100.00%, estimated end time: 16:50
    BR0001I **************************************************
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.19
    BR0879I Statistics checked for 0 tables
    BR0878I Number of tables selected to collect statistics after check: 0
    BR0880I Statistics collected for 1/0 tables/indexes
    BR0894I Tables with the longest duration of collecting statistics for owner SAPSR3
      Pos. Owner    Table                Duration   Rows/old    Rows/new  Meth./Samp.   Space[KB]  Used[KB:%]    Data[KB:%]    Lobs   Space[KB]   Used[KB:%]    Data[KB:%]
                                           [m:s]
        1  SAPSR3   ESKN                    0:17          -1     4881767      E/P3            -1   1113112:100    901029:81       0          0          0:0           0:0
    BR0900I Usage of space allocated in tablespaces for analyzed tables and indexes
    Pos. Tablespace     Tables  Analy.  Space[KB]   Used[KB:%]     Data[KB:%]  Indexes  Valid.  Space[KB]   Used[KB:%]     Data[KB:%]    Lobs   Proc.  Space[KB]   Used[KB:%]     Data[KB:%]
      1  PSAPSR3            -1      1         -1    1113112:100     901029:81       -1      0          0          0:0            0:0       -1      0          0          0:0            0:0
    BR0806I End of BRCONNECT processing: cegxzqwd.sta 2011-10-06 16.50.19
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.19
    BR0802I BRCONNECT completed successfully

  • Is there something wrong with this table row definition?

    I have am supporting a coldfusion app that manipulates several forms.  One one particular page, there is a form that consists of several tables.  The last 3 lines of the last table are
        <tr>
                <td height="35" align="right" valign="middle">Description:</td>
                <td align="left" valign="middle"><input name="tmpPurpose" class="RptStd" size="70" maxlength="100" value="" onblur="document.ExpnDtl.Purpose.value = this.value;" onchange="ChkName(<cfoutput>#Session.CCWarn#</cfoutput>)" /><input type="hidden" name="Purpose" value="" />
                             <a href="#" id="aDesc" onclick="ShowHelp('9')" style="border:none; display:inline; padding: 0px 0px 0px 0px"><img src="/images/Help_Icon.gif" height="14" width="13" border="0" /></a>
                            </td>
          </tr>
          <cfif IsDefined("form.ExpnsCntrb")>
              <tr id="CntrbErr">
                   <td colspan="2" class="Error"><cfoutput>#form.ExpnsCntrb#</cfoutput></td>
              </tr>
          </cfif>
          <tr id="expnContrib">
                  <td align="left" valign="middle" height="35" class="RptStd" colspan="2">Is expenditure a contribution to a candidate, officeholder, or political committee?    <input type="radio" name="rdoCntrb" value="Y" /> Yes    <input type="radio" name="rdoCntrb" value="N" /> No</td>
           </tr>
          <tr id="COHInfo">
              <td colspan="2" class="RptStd" align="left" valign="middle" height="35">
                  <input type="checkbox" name="chkCand" id="chkCand" value="X" onclick="if (this.checked) document.ExpnDtl.btnCOH.disabled = false; else document.ExpnDtl.btnCOH.disabled = true;" />Direct expenditure to benefit a candidate or officeholder    
                  <input type="button" name="btnCOH" value=" Enter C/OH Information " class="RptBtn" onclick="window.open('/Testing/Test_COHBenefit.cfm?Parent=' + document.ExpnDtl.ItemID.value + '&Type=EXPN&Form=' + document.ExpnDtl.ExpnCode.value, 'CandidateInfo', 'width=730px,height=475px,scrollbars,resizable,location')" disabled /> <a href="#" id="aDirExpn" onclick="ShowHelp('11')" style="border:none; display:inline; padding: 0px 0px 0px 0px"><img src="/images/Help_Icon.gif" height="14" width="13" border="0" /></a>
              </td>
         </tr>
         </table>
    Now whne the form is displayed on my page, I always see the line of text Description and the line of text Direct expenditure to benefit a candidate or officholder (in bold above).  But I never see the line of text  Is expenditure a contribution to a candidate... (in italics above).   It seems so simple but I can't figure out why that line does not display!!  Is there something wrong with that tr/td definition?

    Have you tried removing the ID?  Just to see if some CSS might be using that ID with a display:none or visibility:none statement?

  • Can you create more tables in a document after the table of contents?

    I am writing my thesis and after my table of contents I need to put in another table which lists the figures and their page numbers and also a list of tables and their page numbers

    Be aware that the T.O.C. will only list the captions of the figures and they must not be in floating or inline textboxes.
    You can do 2 passes to get what you want. Create a TOC for the figures, export that and reimport it into Pages as text, then get rid of the TOC that forrmed that, then do another TOC for the main text.
    Peter

  • Mapping To Oracle Table, but no output after transform

    Hi, All
    I want to transform some records to Oracle table and met a very werid issue. I use a transform in odx.  this is the mapping
    name  by name
    and I add a output before the mapping, this is the output xml
     <InforProd xmlns="">
    - <InforProdRow xmlns="">
      <PROD_CD>00000013 JOBST</PROD_CD>
      <PROD_DESCRP>Description</PROD_DESCRP>
      <STD_COST>100.0000</STD_COST>
      <SELL_PRICE>1000.0000</SELL_PRICE>
      <UOM>11.000000000000</UOM>
      <USERSTRING_0>213020900030</USERSTRING_0>
      <USERSTRING_1>SN</USERSTRING_1>
      <USERSTRING_2>这是中文</USERSTRING_2>
      <USERSTRING_3>Active</USERSTRING_3>
      <USERSTRING_4>1</USERSTRING_4>
      <USERSTRING_5>2</USERSTRING_5>
      <USERSTRING_6>3</USERSTRING_6>
      <USERSTRING_7>4</USERSTRING_7>
      <USERSTRING_8>5</USERSTRING_8>
      <LOADER_REF>7</LOADER_REF>
      <LastModifiedDate>2014-01-01T00:00:00</LastModifiedDate>
      <LastUpdatedDate>2014-01-01T00:00:00</LastUpdatedDate>
      </InforProdRow>
      </InforProd>
    after the transform, I get no resuslt.
    <ns0:Insert xmlns:ns0="....">
    - <ns0:RECORDSET>
    - <ns0:IMP_RAW_PRODRECORDINSERT>
      <ns0:PROD_CD />
      <ns0:PROD_DESCRP />
      <ns0:STD_COST />
      <ns0:SELL_PRICE />
      <ns0:UOM />
      <ns0:USERSTRING_0 />
      <ns0:USERSTRING_1 />
      <ns0:USERSTRING_2 />
      <ns0:USERSTRING_3 />
      <ns0:USERSTRING_4 />
      <ns0:USERSTRING_5 />
      <ns0:USERSTRING_6 />
      <ns0:USERSTRING_7 />
      <ns0:USERSTRING_8 />
      <ns0:LOADER_REF />
      </ns0:IMP_RAW_PRODRECORDINSERT>
      </ns0:RECORDSET>
      </ns0:Insert>
    This the instance I use Generate Intance of the schema.
    <ns0:InforProd xmlns:ns0="">
    - <ns0:InforProdRow>
      <ns0:PROD_CD>PROD_CD_0</ns0:PROD_CD>
      <ns0:PROD_DESCRP>PROD_DESCRP_0</ns0:PROD_DESCRP>
      <ns0:STD_COST>10.4</ns0:STD_COST>
      <ns0:SELL_PRICE>10.4</ns0:SELL_PRICE>
      <ns0:UOM>UOM_0</ns0:UOM>
      <ns0:USERSTRING_0>USERSTRING_0_0</ns0:USERSTRING_0>
      <ns0:USERSTRING_1>USERSTRING_1_0</ns0:USERSTRING_1>
      <ns0:USERSTRING_2>USERSTRING_2_0</ns0:USERSTRING_2>
      <ns0:USERSTRING_3>USERSTRING_3_0</ns0:USERSTRING_3>
      <ns0:USERSTRING_4>USERSTRING_4_0</ns0:USERSTRING_4>
      <ns0:USERSTRING_5>USERSTRING_5_0</ns0:USERSTRING_5>
      <ns0:USERSTRING_6>USERSTRING_6_0</ns0:USERSTRING_6>
      <ns0:USERSTRING_7>USERSTRING_7_0</ns0:USERSTRING_7>
      <ns0:USERSTRING_8>USERSTRING_8_0</ns0:USERSTRING_8>
      <ns0:LOADER_REF>10.4</ns0:LOADER_REF>
      <ns0:LastModifiedDate>1999-05-31T13:20:00.000-05:00</ns0:LastModifiedDate>
      <ns0:LastUpdatedDate>1999-05-31T13:20:00.000-05:00</ns0:LastUpdatedDate>
      </ns0:InforProdRow>
      </ns0:InforProd>
    it has <ns0:>, but my schema input doesn't have, does it matter, I did the same thing on Sqlserver, the map result is correct.
    can anyone help?

    Hi Neal,
    It wont matter much to have <ns0> attribute added to your  Map output .
    We can remove ns0 prefix simply by set the schema elements property or both elements and attributes properties to be qualified. To do that follow my steps:
    1-      Open your schema
    2-      Right Click <Schema> and select properties
    3-      Use schema property editior and Set [Element FromDefult] to Unqualified, and then set [Attribute FromDefault] to Unqualified if you are using attributes in your schema.
    You can look at below links
    http://geekswithblogs.net/dmillard/archive/2004/10/20/12935.aspx
    http://www.techtalkz.com/microsoft-biztalk-server/295831-why-biztalk-2006-piut-ns0-prefix-part-my-xml-even-if-i-dont-wantit-plz-some1-explain-me.html

  • CDHDR table is not updated after execution of  transaction   CK 24

    Hi Experts ,
    I am  Triggering my workflow from  for CK 24 transaction based on the change document entry from CDHDR table , once the CK24 transaction executes .
    Now the problem is  after execution of the CK24 transaction now its not updating the table CDHDR, which was happening before .
    Note: No customization has been made which can affect this updation .
    Can any body please guide me on this , why the standard table is not being updated now with the change document entries  .
    Regards
    Sarmistha

    You can use following FMs
    CHANGEDOCUMENT_READ_HEADERS    Change document: Read change document header
    CHANGEDOCUMENT_READ_POSITIONS  Change document: Read change document items
    IN CDPOS you have to give the same thing as CDHDR. You have to search with the respective Object class and provide the Object Id(Key fields like Document number). Another thing you will also get the change document number from the transaction itself from which you are change the Document.
    Thanks
    Arghadip

  • Pivot Table, "Insert Page Break After Each Item" Setting Only Works for the First Item Change

    I have a flattened pivot table generated from Powerpivot and I would like to insert a page break for each change in the row item.
    When I use the pivot table Field Settings>Insert Page Break After Each Item, Excel inserts the first page break then returns to normal pagination for the rest of the output.
    Is there another setting required to maintain the page breaks after the item change?
    Thanks.

    We are experiencing the same problem. Did you ever find a solution?

Maybe you are looking for

  • HP Envy 15-j075nr - Issues with gaming performanc​e (slow-moti​on gaming)

    SPECS:  Display: 15.6" diagonal HD BrightView LED-backlit display (1366 x 768) Memory: 8GB installed memory Hard drive: 750GB 5400RPM hard drive with HP ProtectSmart Hard Drive Protection Processor: AMD Elite Quad-Core A10-5750M Accelerated Processor

  • PCI bus and memory ranges in Device Manager.

    Hello, I looked in device manager on my netbook that has no dedicated graphics card (so no dedicated VRAM) and uses shared system RAM as it's video buffer, the following memory ranges have been assigned to the on board card - If I then change the vie

  • Got a weird CSS problem that only affect IE

    Can anyone help me out here? - its got to be simple: http://www.fatgraphics.com/green/ The problem is with the text in the main area. It does not show up in MSIE 6 or 7. Sometimes if you resize the page then it does, but the bottom is cut off sometim

  • Photos didn't update iPhoto photos

    Updates. Ugh. The fabulous new Photos app came up with no photos in it. Not a one. I have hundreds of pictures in iPhoto. After panicking and running around in circles, I figured out that iPhoto is still on the hard drive, and when I open it, it show

  • How to identify a ABAP program creating a TXT file

    Thermal disbursement check process will mimic 0701 which means when F110 is run, a TXT file will be created with epiq format.  The file will then place in a special folders in our server for epiq to pick up.  I need your help to locate the ABAP progr