Why table RCT4 is empty???

Dear All experts,
I am trying to open SBO table RCT4 in SQL 2000 server using (return all rows), but there is no data. Although I have done some transactions in outgoing payment using account code, but it is still empty. I use the table in creating new view in SQL 2000 using OVPM join with table RCT4 and I use select all rows from RCT4 and OVPM. After run it, the result is empty for some field like :
- AcctCode
- AcctName
- Descrip
Why could it be empty ? meanwhile if I use table VPM4, it works well. The strange things and annoying me are that there are two tables in outgoing payment row with code type is account, they are : RCT4  and VPM4, it is a little bit confusing. In the next time I don't want it happened, so please let me know the solution for these problems, how to choose the exact table and I can work once only. i appreciate your answers. TIA
Rgds,

Hi Steve,
Incoming payments: ORCT (header) - RCT4 (details)
Outgoing payments: OVPM (header) - VPM4 (details)
You have to join the ones with the same type. So as you're looking only for outgoing payments use the second option.
HTH,
Ian

Similar Messages

  • File-to-RFC Scenario Table Param are empty

    Hello,
    I create a file adapter to rfc adapter scenario. Thereto  I implemented a RFC in SAP which has only a table param. Furthemore I mapped the XML-File, that will be read by the File Adapter sender, to the SAP RFC Table structure. However the scenario works in PI, that mean the xml file will be read by the file adapter and will be send to the RFC Adapter receiver which makes a rfc call to the SAP destination. However my rfc function in the SAP destination will be called, but the table param is empty. Hereto I call the statement in my rfc function:
    if  MORDERNOTIFY is not initial . I do not know what the reason is that the  table param is empty? I also checked in the runtime workbench of the PI system and there is no error in the communication channels, the message will be send correctly, here is also an example message of the table structure:
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:Z_RFB_ORDERCONFIRM xmlns:ns1="urn:sap-com:document:sap:rfc:functions">
    - <MORDERNOTIFY>
    - <item>
      <ZMELDUNGSTYP>ARU</ZMELDUNGSTYP>
      <ZPARTNER>HUP</ZPARTNER>
      <ZMELDUNGSNR>1</ZMELDUNGSNR>
      <ZMELDUNGSDATUM>20080822</ZMELDUNGSDATUM>
      <ZAUFTRAGSNR>5079440</ZAUFTRAGSNR>
      <ZKONTAKT>Test</ZKONTAKT>
      <ZWAGNNR>1211</ZWAGNNR>
      <ZAUFTRAGSSTUFE>GP.1</ZAUFTRAGSSTUFE>
      <ZSTATUS>1</ZSTATUS>
      <ZABFAHRTSORT>Zug</ZABFAHRTSORT>
      <ZBESTIMMUNGSORT>Bonn</ZBESTIMMUNGSORT>
      <ZBEREITDATUM>20080822</ZBEREITDATUM>
      <ZSCHADENSCODE>232</ZSCHADENSCODE>
      <ZEINGRIFFSFRAGE>1</ZEINGRIFFSFRAGE>
      <ZSMI>2</ZSMI>
      <ZGEPLEINGANG>20080822</ZGEPLEINGANG>
      <ZAUFTRAGSSTATUS>1</ZAUFTRAGSSTATUS>
      <ZGEPLENDE>20080822</ZGEPLENDE>
      <ZBEMERKUNGEN>Tes</ZBEMERKUNGEN>
      </item>
      </MORDERNOTIFY>
      </ns1:Z_RFB_ORDERCONFIRM>
    The SXMB_MONI also shows that everything is ok.  I assume that there is a problem by mapping RFC-XML to binary RFC. I do not know what the reason is why the table above is empty sended to my system.
    Kind regards,
    Erkan

    Hi ,
    open the u r Funtional Module in Se37
    And click on the Source Tab.
    On the top menu : near "Patterns" u can see two kinds of Break point.
    Break point with a Head on it is external break point
    click on it , it wud be valid for 2 hrs.
    hope u have kept u r file in test mode , once u r Adapter picks file u can see u reach u r external brk point.
    Note: Donot make this break piont to be long time , because u can see Some JCO connection error in u r RWB , which is normal )
    Test and lemme know
    rgds
    srini

  • Material delta load parameter table it_marc is empty

    Hi,
    we are on SRM 7.0 using classic szenario. We use middleware to download material master from ECC. We us BADI Method IF_EX_PRODUCT_CUSTOMER2~MAP_R3_TO_CRM_MATERIAL to set the material status in SRM depending on MARC data.
    When we do the initial download then the parameter table IT_MARC is not empty, and we can use it to set the material status depending on MARC data.
    But when the material in ECC is changed, and the delta load runs, the parameter table is empty! Even when values in ECC table MARC are changed. In R3AC1 Filter the table is activ.
    Does anyone have an idea why the parameter table IT_MARC is empty in BADI Method?
    Best Regards,
    Ben

    Hi Ben,
    I suggest you check documentation in note 428989. This should be of help to use this BADI.
    Regards,
    Ivy

  • How to get list of block identifiers in a empty table and an empty index

    We have an application that has issue with ITL waits: this application is running many INSERT statements on a table that has 2 NUMBER columns and one primary key index. The application is designed to run INSERT statements but they are never committed (this is a software package).
    To check what are the really allocated ITL slots, I know that I can dump data block but I don't know how to get the block identifiers/numbers for an "empty" table and an "empty" index. Does someone knows how to do that ?
    PS: I already had a look to the Metalink notes and I have a Metalink SR for that but maybe OTN forum is faster ?

    You should be able to find the first data/index block with the following, even on an empty table/index.
    select header_file, header_block +1
    from dba_segments
    where segment_name = '<index or table name>';

  • Target attribute table RA_XELLERATEUSER2 is empty.

    Hi All,
    I am "Still" getting this error. I thought I would wake up a post to try again and see if anyone else has run into this. another piece of info here is the app is deployed as an MDB and processing xml from a topic
    and the xml is parsed used for the recon event. Creating the recon event works fine. it's processReconciliationEvent that fails.
    Caused by: oracle.iam.platform.utils.SuperRuntimeException: -101: Error occurred in XL_SP_RECONEVALUATEUSER while processing Event No 145 Error occurred in XL_SP_RECONREQDATACHECK while processing Event 145 Target attribute table RA_XELLERATEUSER2 is empty.
    trying to either
    reconOp.processReconciliationEvent(eventKey);
    or
    reconOp.finishReconciliationEvent(eventKey);
    after success from
    eventKey = reconOp.createReconciliationEvent(objectName, reconMap, true);
    This code will work flawlessly when its running in batch on a remote machine. as soon as I put it in a weblogic managed server running on the same machine with the oim managed server I start getting this error.
    I looked at the stored proc and basically XL_SP_RECONREQDATACHECK is trying to lookup the recon event just created and says it cant find it. as soon as I see the error I can run the query and the record is there.
    there is no change in the code or the data only the environment.
    I also put the process call in a retry loop and sleep a few seconds. I still get the error(s) but it does seem to eventually link up.
    also, I setup a seperate little batch program to call reconOp.processReconciliationEvent(eventKey); given an event key from the command line and that
    works also on the previously failed event.
    any ideas on this strange problem?
    Thanx in advance.
    Fred
    Edited by: Foresterf on Aug 12, 2011 6:40 AM

    Hi Jay,
    I think that the value was overwritten by the User Library. Now I've created a dedicated global attribute to the target system with your condition and everything works correctly.
    activeSync:
    <Field name='global.ADfirstname'>
    <Display class='Hidden'/>
    <Expansion>
    <ref>activeSync.firstname</ref>
    </Expansion>
    <Disable>
    <eq>
    <ref>activeSync.firstname</ref>
    <ref>waveset.attributes.firstname</ref>
    </eq>
    </Disable>
    </Field>
    Resource Form:
    <Field name='accounts[$(RESOURCE_NAME)].firstname'>
    <Display class='Text'>
    <Property name='title' value='firstname'/>
    </Display>
    <Default>
    <ref>global.ADfirstname</ref>
    </Default>
    </Field>
    Thank you,
    David.

  • Error : Transaction header and line tables cannot be empty

    please can some one help me.
    when i want to create an invoice without anuy line, i have the error : Transaction header and line tables cannot be empty .
    can some one tell me how can i solve this
    regards.

    Hi,
    I really don't know if it is possible to create an invoice in AR with no transaction lines. When I interface invoices from another system to AR (and there is no need to detail inventory items), I use a single line with a dummy inventory item or with no inventory item (inventory_item_id and warehouse_id set to null) in transaction lines, and I use the description field to describe the link to the other software in a user-friendly way.
    Regards,
    Ketter Ohnes
    Message was edited by:
    Ketter Ohnes

  • Why does safari display empty page when localhost service are requested using https?

    Why does safari display empty page when localhost service are requested using https and port 37542 (https://localhost:37542/), but displays page properly when regular port is used (https://localhost/).
    Both links return the same json response and work properly in other browsers. Certificate for localhost service was installed to the storage.

    Problem solved.
    I added headers for localhost service response and page displayed normally.

  • Why can't i empty my trash bin? it prompts me to dele ''all locked items'' or ''unlocked items''...when i click delete ''all''...it runs up to a total of approx 29000 items, yet it does not remove it securely or at all!

    why can't i empty my trash bin? it prompts me to dele ''all locked items'' or ''unlocked items''...when i click delete ''all''...it runs up to a total of approx 29000 items, yet it does not remove it securely or at all! I am running OS X YOSEMITE

    Trash – Empty When File is Locked or in Use
    Try holding down the option button while trying to delete the Trash. If that doesn’t work, here is some more information.
    Trash FAQ          
    Trash Permission Error
    Trash Permission Error (2)
    Trash Permission Error (3)

  • How to create editable table with one empty row ?

    I'm looking for solution how to create editable table with one empty row using ADF BC. I have seen this solution in application that was created in JHeadstart and it's very well idea to use it insead of creation form.

    hammm, i do it this:
    drop the VO on the page, select Table->ADF Table....
    so, drop the botton create, from de VO->operations->create (the firts), and right botton (mouse) Edit binding....
    in Data collection select the VO, in Select an action select CreateInsert
    luck

  • Why can I not empty my deleted files in the trash?

    Why can I not empty my deleted files in the trash using the instructions provided?

    http://www.thexlab.com/faqs/trash.html

  • MDTB  table remains totally empty

    Hello,
    I need to extract information from the MRP list such as exception messages number and rescheduling date. This data is only available in the MDTB (MRP details) table linked to the MDKP (MRP header).
    For some reason, the MDTB  table remains totally empty. Is there a way to fill it or another table to take the information from ?? I can't run any function module since i don't have any developper access.
    Any help appreciated,
    Regards
    Olivier

    Dear Oliver
    Check the settings in Spro
    Materials requirement Planning --> Check Performance setting ---> Check storage mode for MRP list
    Check the indicator for the relevent plant to have the transparent storage takes place in the table MDTB, whereas the aggregated format is stored in table MDTC.
    Regards
    Soundararajan M.

  • Why AEDAT field is empty in EKKN Table.

    Hi !
    Can please tell, why the AEDAT field is empty for some of the purchase documents in EKKN table.
    I can see the aedat in EKKO .
    Why some documents have not AEDAT value field populated in EKKN whereas other Purchase documents have value for AEDAT ?
    Thanks,
    Ajay

    Hi,
    Basically EKKN is the table which shows the item level details like Account Assignment in Purchasing Document and EKKO is the table which tells about the header information of the purchasing document.
    As document creation date does not refer to header information the table EKKN would not shown up the creation date.This may be one of the possible reason.
    Regards,

  • Table of contents empty

    When I generate a Table of Contents based on the H1 style in my document, It creates a text box with just a title and I don't know why! I've googled it but the only thing I see is people saying "make sure Include Book Documents" is ticked, but that tick box is greyed out and to my knowledge, it is not needed for this document. Any Ideas?

    I have a specific style set up (similary to body text) to dress the table of contents at 11pt. Overset text was my thought too! but its actually just an empty paragraph with a title. I've attached an image to help explain.

  • Why table getWidth and setWidth is not working when resize column the table

    hi all,
    i want to know why the setWidth is not working in the following code,
    try to uncomment the code in columnMarginChanged method and run it wont resize the table.
    i cont set width(using setWidth) of the other table column using getWidth of the main table column.
    and i want to resize the right side columns only (you can check when you resize the any column the left and right side columns also resizing)
    any suggestions could be helpful.
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.Box;
    import javax.swing.BoxLayout;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JTable;
    import javax.swing.SwingUtilities;
    import javax.swing.event.ChangeEvent;
    import javax.swing.event.ListSelectionEvent;
    import javax.swing.event.TableColumnModelEvent;
    import javax.swing.event.TableColumnModelListener;
    import javax.swing.table.TableColumnModel;
    public class SynTableResize extends JFrame implements TableColumnModelListener, ActionListener
        JTable  table1       = new JTable(5, 5);
        JTable  table2       = new JTable(5, 5);
        JTable  table3       = new JTable(5, 5);
        JButton btn          = new JButton("refresh");
        JPanel  pnlcontainer = new JPanel();
        public SynTableResize()
            setLayout(new BorderLayout());
            pnlcontainer.setLayout(new BoxLayout(pnlcontainer, BoxLayout.Y_AXIS));
            pnlcontainer.add(table1.getTableHeader());
            pnlcontainer.add(Box.createVerticalStrut(5));
            pnlcontainer.add(table2);
            pnlcontainer.add(Box.createVerticalStrut(5));
            pnlcontainer.add(table3);
            table2.setTableHeader(null);
            table3.setTableHeader(null);
            table1.getColumnModel().addColumnModelListener(this);
            table3.setColumnModel(table1.getColumnModel());
            table2.setColumnModel(table1.getColumnModel());
            table2.getColumnModel().addColumnModelListener(table1);
            table3.getColumnModel().addColumnModelListener(table1);
            btn.addActionListener(this);
            getContentPane().add(pnlcontainer, BorderLayout.CENTER);
            getContentPane().add(btn, BorderLayout.SOUTH);
            setSize(new Dimension(400, 400));
            setVisible(true);
            setDefaultCloseOperation(EXIT_ON_CLOSE);
        public static void main(String[] args)
            new SynTableResize();
        public void columnAdded(TableColumnModelEvent e)
        public void columnMarginChanged(ChangeEvent e)
            TableColumnModel tcm = table1.getColumnModel();
            int columns = tcm.getColumnCount();
            for (int i = 0; i < columns; i++)
                table2.getColumnModel().getColumn(i).setPreferredWidth(tcm.getColumn(i).getWidth());
                table3.getColumnModel().getColumn(i).setPreferredWidth(tcm.getColumn(i).getWidth());
                // the following commented code wont work.
    //            table2.getColumnModel().getColumn(i).setPreferredWidth(tcm.getColumn(i).getPreferredWidth());
    //            table3.getColumnModel().getColumn(i).setPreferredWidth(tcm.getColumn(i).getPreferredWidth());
    //            table2.getColumnModel().getColumn(i).setWidth(tcm.getColumn(i).getWidth());
    //            table3.getColumnModel().getColumn(i).setWidth(tcm.getColumn(i).getWidth());
            SwingUtilities.invokeLater(new Runnable()
                public void run()
                    table2.revalidate();
                    table3.revalidate();
        public void columnMoved(TableColumnModelEvent e)
        public void columnRemoved(TableColumnModelEvent e)
        public void columnSelectionChanged(ListSelectionEvent e)
        public void actionPerformed(ActionEvent e)
            JTable table = new JTable(5, 5);
            table.setColumnModel(table1.getColumnModel());
            table.getColumnModel().addColumnModelListener(table1);
            pnlcontainer.add(Box.createVerticalStrut(5));
            pnlcontainer.add(table);
            pnlcontainer.validate();
            pnlcontainer.repaint();
    }thanks
    dayananda b v

    hi,
    thanks for your replay,
    yes i know that, you can check the following code it works fine.
    actually what i want is, when i resize table column it shold not automaticaly reszie when table resized and i dont want horizontal scroll bar, meaning that all table columns should resize with in the table size(say width 300)
    if i make table autoresize off than horizontal scroll bar will appear and the other columns moved and i want scroll to view other columns.
    please suggest me some way doing it, i tried with doLayout() no help,
    doLayout() method only can be used when table resizes. first off all i want to restrict table resizing with in the limited size
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import javax.swing.Box;
    import javax.swing.BoxLayout;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JTable;
    import javax.swing.event.ChangeEvent;
    import javax.swing.table.TableColumnModel;
    public class TempSycnTable extends JFrame
        JTable  table1       = new JTable(5, 5);
        MyTable table2       = new MyTable(5, 5);
        MyTable table3       = new MyTable(5, 5);
        JPanel  pnlcontainer = new JPanel();
        public TempSycnTable()
            JScrollPane src2 = new JScrollPane(table2);
            JScrollPane src3 = new JScrollPane(table3);
    //        table1.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
    //        table2.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
    //        table3.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
    //        src2.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
    //        src3.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
            table2.setTableHeader(null);
            table3.setTableHeader(null);
            table3.setColumnModel(table1.getColumnModel());
            table2.setColumnModel(table1.getColumnModel());
            table2.getColumnModel().addColumnModelListener(table1);
            table3.getColumnModel().addColumnModelListener(table1);
            table2.setTableHeader(null);
            table3.setTableHeader(null);
            setLayout(new BorderLayout());
            pnlcontainer.setLayout(new BoxLayout(pnlcontainer, BoxLayout.Y_AXIS));
            pnlcontainer.add(table1.getTableHeader());
            pnlcontainer.add(Box.createVerticalStrut(5));
            pnlcontainer.add(src2);
            pnlcontainer.add(Box.createVerticalStrut(5));
            pnlcontainer.add(src3);
            getContentPane().add(pnlcontainer, BorderLayout.CENTER);
            setSize(new Dimension(300, 300));
            setVisible(true);
            setDefaultCloseOperation(EXIT_ON_CLOSE);
        public static void main(String[] args)
            new TempSycnTable();
        class MyTable extends JTable
            public MyTable()
                super();
            public MyTable(int numRows, int numColumns)
                super(numRows, numColumns);
            public void columnMarginChanged(ChangeEvent event)
                final TableColumnModel eventModel = table1.getColumnModel();
                final TableColumnModel thisModel = getColumnModel();
                final int columnCount = eventModel.getColumnCount();
                for (int i = 0; i < columnCount; i++)
                    thisModel.getColumn(i).setWidth(eventModel.getColumn(i).getWidth());
                repaint();
    }thanks
    daya

  • Need to render the edit button when table is not Empty

    Hi,
    I want to render the edit button , only when we have some records in the table to select.so is there a way to check the view is empty or has some records in the backing bean of my page.Please suggest me,if u have some deas which would work..
    thanks in advance

    Hey guys,I just did that and it is so simple.I just wanted to share it with u guys.It is all the power of EL language.
    For the rendered property of the Edit button ,Bind it to the iterator like (bindings.SatAppliViewObj1Iterator.currentRow!=null).thats it, now the button will only be rendered if the table has some records.Have a lot of facilities ,but no proper giude to enunciate them...So guys please keep sharing ur experiences with us ..
    Message was edited by:
    user526927

Maybe you are looking for

  • Laptop windows XP; printer HP envy 100; using wireless network; as from today no printing possible;

    did not changed anything; unexpected, no printing anymore possible. Everything is placed in waiting que. Status of printer=error. I have used problem solving program, but this has nothing solved.

  • CSS Authentication Problem

    Hey Lenovo community, I wonder if there's anyone else out there who keeps getting the CSS Authentication error at the beginning the startup of Windows. Every time I restart or turn on my computer, it seems to boot this CSS Authentication Provider tha

  • QT 7.1.3 will not load on macbookpro 10.4.7

    QT 7.1.3 will not install. States errors and to try again. After several tries and no luck I , here I am. macbookpro 2.16   Mac OS X (10.4.7)  

  • 3GP feed - The feed has no episodes

    Hey iTuners, Can someone please help me work out why the feed at: http://www.oneminuteworld.com/omw-rss.xml Works in itunes when you subscribe manually, but thinks there's no episodes when I try to submit it to the podcast directory? Thanks!

  • Installed NTFS-3G, external drive was not readable. Why?

    Hi, I installed NTFS-3G to read and write my hard drive on my macbook air (OS X 10.9.3), however, after installing it, my mac cant even read the disk any more. It prompts "the disk you inserted was not readable by this computer". How do i f