Check info not displayed

Hi,
I'm looking up FBL1N for cleared items for a certain vendor. There are 4 clearing documents with doc type ZP. The payment method for this vendor is Check. The latest two clearing document has check information available (when i click on check info at the header) however when I select the two other clearing document for this vendor and click on display check information at the header it says "no check information exists for this item".
Thanks
Shine
Edited by: Shine Pillai on Feb 9, 2009 5:07 PM

Please save the correct print variant for check (Make sure somebody has not edited the print variant for e.g. to void and reprint, re-start check no, payment doc etc) and do the printout again for the relevant payment run.
But if you are looking for creating check just for a particular payment document(s), enter the document number(s) in the payment document number field in the print variant itself and do the printout. Please make sure you are deleting these entries in the variant and saving after the check print, so that you don't get error in the next run.
Thanks
Ron

Similar Messages

  • Edmx cannot mapped stored procedure column info not displaying

    Hi,
    I'm trying to follow the QBE on how to mapped stored proedure in EF.
    Everything works fine until I need to Add Import Function where I could not see the list of column info.
    I'm using .NET 4.5, EF 5.0, 11gR3 DB, VS 2012 & ODP 11.2.0.3.60 (beta)
    Below is my app.config.
    <oracle.dataaccess.client>
    <settings>
    <add name="HR.UPDATE_AND_RETURN_SALARY.RefCursor.NEW_SALARY" value="implicitRefCursor bindinfo='mode=Output'" />
    <add name="HR.UPDATE_AND_RETURN_SALARY.RefCursorMetaData.NEW_SALARY.Column.0" value="implicitRefCursor metadata='ColumnName=FIRST_NAME;BaseColumnName=FIRST_NAME;BaseSchemaName=HR;BaseTableName=EMPLOYEES;NATIVEDATATYPE=Varchar2;ProviderType=Varchar2'" />
    <add name="HR.UPDATE_AND_RETURN_SALARY.RefCursorMetaData.NEW_SALARY.Column.1" value="implicitRefCursor metadata='ColumnName=SALARY;NATIVEDATATYPE=Number;ProviderType=Int32'" />
    </settings>
    </oracle.dataaccess.client>
    As far as I can tell it seems like VS would use the tags above to figure out the return column info and create a complex type. I could not see why it is not recognizing it.
    Please note that I can access an Oracle table successfully and display rows in VS.
    Thanks in advance

    I'm not sure if you're the person that just logged a SR on this, but I just recently worked the same issue.
    It turns out that
    a) if you don't pay attention, adding a new Oracle Connection in Server Explorer defaults to the MANAGED ODP.NET (you can still create a connection using UnManaged though).
    b) the metadata for MANAGED ODP.NET is different than the metadata for UNManaged. Here's the correct mapping for MANAGED ODP:
    oracle.manageddataaccess.client>
        <version number="*">
          <implicitRefCursor>
            <storedProcedure schema="HR" name="UPDATE_AND_RETURN_SALARY">
              <refCursor name="NEW_SALARY">
                <bindInfo mode="Output" />
                <metadata columnOrdinal="0" columnName="FIRST_NAME" providerType="Varchar2" nativeDataType="Varchar2" />
                <metadata columnOrdinal="1" columnName="SALARY" providerType="Double" nativeDataType="Number" />
              </refCursor>
            </storedProcedure>
          </implicitRefCursor>
        </version>
      </oraclemanaged.dataaccess.client>

  • Check No not displaying in vendor ledger

    Hi,
    My Customer wants check no to be displayed in vendor ledger. When I see vendor leger Ref1 and Ref3 columns are coming up with outgoing document number. Can it be done?
    Regards
    Shashi

    Hi Shashi,
    You can use reference field in outgoing paymernts below Document Date,
    this will be reflected everywere including cutomer ledger,
    u can ask client to enter the chk no. again in this field, otherwise if you work little bit on formatted search u can fetch it thr.
    Regards,
    Atul Joshi

  • View Column info not displaying in Columns Tab

    Running XP SP2 and SQL Developer 1.5.1 5440
    When looking at views that are using tables from another schema. I don't see any of the columns information. I have DBA role
    In rel 1.1.2.25 2579 I see them just fine. (Both loaded on machine right now)
    Is this a bug or do I have a setting problem?

    Barry,
    As a "disclaimer", the points below are based on my usage of SQL Developer and things that bug me about how it works or doesn't work - I know that there are more important things to fix than a number of these.
    On to the basics ... and the most basic of the basics for a tool like SQL Developer:
    1) Problems with data dictionary queries in navigator or object tabs:
    - Triggers not listed in Table tab if trigger owned by different schema to table owner
    - Index columns not listed in Table tab if index owned by different schema to table owner
    - View columns not listed in View tab if view owned by different schema to current user
    - Dependencies not listed in Table/View tab if other object owned by different schema to object owner
    - Performance of Table Node (outer join added in 1.5.1)
    - there are a lot of other posts about the supplied data dictionary queries not producing the right results and I often find that I am querying the data dictionary directly in a SQL Worksheet for information that should be correct in the navigator/object tabs
    Basic things that I expect to work in a tool like SQL Developer (or to work given that they have been included):
    1) Popup Describe problems
    - schema name is case sensitive, so doesn't find owner.object
    - synonym overrides schema name (OWNER.OBJECT will describe local OBJECT synonym instead of OWNER's object)
    - position based object name selection includes punctuation
    2) Bind variables that work properly in PL/SQL (both Execute Statement and Run Script)
    3) Package decomposition in object navigator doesn't report variables or constants of custom types and lists object.column%type constants as "constant"
    4) Exporting query results re-executes query to display Export dialog - this presents as SQL Developer freezing after selecting the Export menu option for queries that take a long time for first record to appear
    I would use SQL Developer more (or more of SQL Developer) if:
    1) More integrated file based development - I still do the bulk of my object creation (largely PL/SQL and views) editing in Wordpad and running via SQL*Plus largely because I get better error reporting.
    - display the compile message tab when using the compile button for a file
    - show errors doesn't work for views
    2) Running Reports hang SQL Developer - I still have my SQL scripts for my common queries, which I can run through SQL Worksheet in a much friendlier fashion (I can cancel them and they don't hang SQL Dev) than I can run reports
    Problems that detract from the "polish" of SQL Developer, but don't really have a big impact on usage but discourage me from trying to "convert" non-techie TOAD using colleagues:
    1) Multiple TNSNAMES files read - generates multiple entries
    2) Export of long string literals causes ORA-972 error
    3) "Statement Processed" feedback is extremely sensitive to spaces ("create Statement Processed" where two spaces between the create and view keywords) and assumes simple statements ("create unique Statement Processed" or "create or replace force Statement Processed" as examples)
    I think that makes 10 basics to fix (although some as just issues that make the tool look unpolished), however, it does seem as though testing in the following areas could be significantly better:
    1) Regression testing - a number of bugs seem to crop up again after being fixed in earlier versions
    2) Navigator/object tab queries - especially with multi-schema applications (ie Oracle eBusiness Suite) and just generally objects owned by other schemas
    3) Performance with large DBs in terms of object count (ie Oracle eBusiness Suite)
    As a final note, it is my impression that SQL Developer development has been unbalanced in focusing too much on including new functionality (which is good) and not enough on getting existing functionality right (which is better).
    I hope this helps (and wasn't too long) ...
    theFurryOne

  • Check report not displaying all digits

    Hello all. Essbase/Planning guy just beginning to explore this space. We are loading to Essbase via FDM and our check reports aren't returning full fields. They are truncating the left most digits on any numbers greater than 11 places. The loaded data shows properly in the table, but when it is moved to the check table it looses the digits. Is there a system setting to control this?
    Thanks in advance.

    Manohar,
        try this code and let me know... directly insert  this code in HTML or In the properties of the Drop Down Web Item you could see "Maximum Number of the Displayed Values" assign this 0 in the Properties.
    or insert the cod ein HTML block:
    <object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="DROPDOWNBOX_1"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN"/>
         <param name="DATA_PROVIDER" value="DATAPROVIDER_2"/>
         <b><param name="MAXVALUES" value="0"/></b>
    ITEM:            DROPDOWNBOX_1
    </object>
    all the best.
    try this code and let me know.
    Regards,
    Nagesh Ganisetti.

  • Counterparty info not displayed in query

    we use logical db BPF,  below is the screen, actually we have more than 50 BP in the system, why it says : no list displayed, the design (other data fields is kept as default) and input screen is shown in the same picture

    Hi,
    GO to t-code RSH1 and check first if hiearachy is active.
    Then run the hiearachy attribute change run.
    One helpful url is as follows:-
    http://help.sap.com/saphelp_nw04/Helpdata/EN/80/1a67ece07211d2acb80000e829fbfe/content.htm
    Regards
    Rahul Bindroo

  • Why is my Hard drive info not displaying the correct availability

    I can open "About This MAC" and click on more info it lets me check my hard disk usage under storage. It shows I have 81 GB available of 499.76. However it shows 98 GB of Backups, what could that be?
    Now when I actually right click on Macintosh HD it says I have 437.22 GB available of 499.25 GB. I just don't understand, and I don't believe either is right. If I right click my user file in MAcintosh HD it says I have 165 GB on disc. What gives?

    Welcome to the Apple Support Communities
    That's normal. OS X Lion and Mountain Lion, when you have turned on Time Machine, create "local snapshots" on the hard drive of portable Macs. See > http://pondini.org/TM/30.html
    One of the "features" of local snapshots is that Disk Utility detects them as used space and Finder detects them as free space. That's the reason why you are seeing different free spaces depending on the application you use. There's nothing wrong in making local snapshots

  • Check Printing Not displaying Courier Font

    I am working on check printing report and when i am previewing the output i am not able to see the Courier Font in my output, I am able to see MICR font as i have modified xdo.cfg file, But i am not able to see Courier Font (Normal and Bold). When i checked the Windows\Fonts directory i could see Coure.fon, which i have copied to XML publisher directory Fonts folder.
    I am using XML publisher 5.0.0, any help would be appreciated.
    Thanks!

    Thanks all for your help, I am able to preview the Courier font now. I am including my solution, If someone faces similar issue.
    To add an XML Publisher property to a template use the Properties dialog (File -> Properties --> Custom Tab):
    Name :xdo-font.COURE.normal.normal
    Type :Text
    Value :Type1.C:\WINDOWS\Fonts\COURE.FON
    Edited by: user8909874 on Jan 6, 2010 9:04 PM

  • Profiler info not displaying

    I have a package function (pipelined) that has several profiler runs created by DBMS_HPROF. All the expected run data appears to be in the dbmshp* tables.
    SqlDeveloper does not show any of this run information under the Profiler tab for the package/function that is profiled; the original runs were profiled in sqlplus, then a couple runs were created through sqldeveloper. Neither the sqlplus runs nor the sqldeveloper runs show as runs in sqldeveloper, no runs show in sqldeveloper.
    That is, I highlight the package spec and refresh the profiler tab - nothing displays, I highlight the package body and refresh the profiler tab - still nothing, I highlight the package function and refresh the profiler tab - still nothing, I highlight another function that is called within the package and refresh the profiler tab - still nothing. But, if I highlight a different package that is called from one I am profiling, I see run data for that package.
    I should emphasize that the dbmshp* tables do show the run data for the package calls I am interested in.
    Is sqldeveloper unable/unwilling to show these package runs?
    As a comparison, TOAD does show some of the information in its profiler display, whereas sqldeveloper shows none for the same run. I should add that for the pipelined function, I need to wrap the call in an anonymous block for TOAD to display the data, as opposed to "select * from table(pipelined function)" - but it does display.
    I've used plshprof on the output file, and the html shows all the profiled run data - but it's use and display is somewhat inconvenient.
    The only piece that seems off is sqldeveloper - what do I need to do to have it display profiler runs for profiled package calls?
    Thanks,
    Steve

    Ok, after searching some of the topics on here I found that the issue I described is fully covered in the existing discussion topic "Problems with iPad Music App in iOS 5"
    So if someone figures this out that will be great.  As others have stated in that thread, this is really disappointing, especially for a Apple Product.  I would have thought Apple would have found a solution by now.  Hopefully, my IPod won't experience the same problem!

  • APP - Clearing open item, but not display in check register

    Hi Experts,
    In ECC6  APP..........when i run, it clearing  open items,  but the same amount  in check register not display...
    FCH5 showing no list generated?
    how to resolve.
    Regards

    Hi Anil,
    Use T-code : FCHN for check display,
    the T-code FCH5  which you are looking is for manual check creation.
    Thanks,
    Ratnam

  • Info Record Text and Material Text not displayed in Subcon. PO printout

    Hi,
    I have this scenario, where the Info record text from Info Record PO text does not appear in Print out but appears in Print preview.
    Also the Info record text for  standard Purchase order is displayed in Print preview and Print output.
    The config settings for texts for Purchase order is the same for Purchase order with no Item Category (Standard) and Subcontracting (item category L).
    Also the texts in Purchase order automatically copies in Standard purchase order (adopt button not present) but not in Subcontract purchase order (Adopt text is present).
    I have checked the config for copying rule, for Info record text is automatically adopt.
    I am unable to identify the missing config for this.
    Also the same problem exists for Material text from Material Master PO text is not displayed in Fax output but appears in Print output.
    Please let me have your inptus,
    Regards, Muthuvel

    The solution to this is SPRO->SAP Reference IMG->Materials Management->Purchasing->Messages
    ->Text for Messages->Define Text for Purchase Order.
    Select Texts for Document Item folder - There will be a list by Document Type and Item Category. Make sure there are entries for your combination, otherwise they will not be part of the output message.

  • Check Availability does not display free busy information

    I have setup Calendar Server and Communications Express (w/ Directory Server, Access Manager, Delegated Administrator, Web Server) to do an evalutation of the Sun Calendar. I started with the 2005Q4 version as it came with our Solaris 10 installation.
    Then, when I was unable to view free/busy information via the Check Availability view, I thought that maybe trying out the upgraded version 6.3 would help. I have the exact same problem with 6.3 as I did with 2005Q4. All the other basic capabilities seem to be working fine.
    I should note that when I setup 2005Q4, the free/busy information showed up in Calendar Express, but not Communications Express.
    With 6.3, the logs indicate that Calendar Server is sending the free/busy information, and that Communications Express is receiving the free/busy information from Calendar Server, yet all the time slots were showing that the resources I was checking were available, when I know full well that they have busy time slots (which show up on their respective calendars), and the Communications Express logs received those free/busy times from calendar server. I set the time range of the check availability request wide enough to ensure that I should see the busy time slots.
    I am completely baffled by this as this is such a major feature (at least for us)--I wouldn't think that this would be a problem across two major releases without anyone else noticing. What could I be doing wrong?
    I am using the calmaster account to do this, and I added a couple of resources using delegated administrator. Events show up on the resource calendars as expected. Communications Express receives the correct free/busy information from Calendar Server, but does not display it.

    Everything is in one domain right now (I am just trying to get a simple case working).
    When I look at the resource calendar itself (logged is as the owner, which is calmaster), I can see everything about all events on the reosurce calendar.
    The default acl for resource calendars is the same one that comes by default with Calendar Server (which grants all users permissions to see free/busy info).
    When I edit the resource calendar in Communications Express, "Anyone can view my availability", "Anyone can read my calendar", and "Anyone can invite me to an event" are all enabled, yet the availability does not show busy in the time slots where the resource has scheduled events on its calendar--everything remains as available (white).
    The events for which the resource is scheduled are public events.
    Any other ideas?
    Thank you for replying--any other suggestions or ideas that you or anyone else can think of are more than welcome. I really need to get this working!
    Colette

  • I have changed my Apple ID so that it would reflect my new email address. My Apple devices and icloud info do not display my new ID, even though I use the new one to log into iTunes, etc.  How can I get this problem resolved so that I might feel confident

    After changing my Apple ID I do not seem to be able to recognize it as my proper ID. It does work properly for an iTunes login and password, but, it is not displayed that way on my device when I look at my iCloud settings and other "system level" settings.
    How do I correct this to be confident that I can use a feature, such as "Find My iPhone" and know that the functions and contact info is correct?

    To change the iCloud ID on your device you have to go to Settings>iCloud, tap Delete Account, provide the password to turn off Find My iPhone when prompted, then sign back in with the ID you wish to use.

  • Lion finder window not displaying file info

    I have a MacPro which I've updated to Lion. I have four hard drives installed. When I open a finder window from three of the drives, I get the expected (from Snow Leopard) behavior: in icon view, images display pixel dimensions,  movies or audio files display run time. This is assuming I have Show Item Info clicked in the View Options. But if I open a finder window on my start-up drive the file info is not displayed. If I open the View Info panel and click/unclick the Show Item Info ckeck box, I can see space expand or contract beneath the file, but no info is displayed. Is this a bug or a "feature"?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, or by a peripheral device.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and Wi-Fi on certain iMacs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • HT1296 when connecting my Ipad on mac mini and launching Itunes, the "INFO" is not displayed and my calendar and contacts are not synchronized

    when connecting my Ipad on mac mini and launching Itunes, the "INFO" is not displayed and my calendar and contacts are not synchronized

    Thanks for your advice. However my private informations have nothing to do on a wandering cloud that floats on high over US vales and hills ( and credit to William WORDSWORTH for his poetry)

Maybe you are looking for

  • Replication of activities(contact log) from CRM to R/3

    Hi, In our current project scenario we have requirement to replicate activites(contact log) from CRM to R/3.As standard SAP only replication of activites from R/3 to CRM, we need custom development to achieve replication from CRM to R/3. Can anyone g

  • Nokia Pro Cam photos post-processing makes yellowi...

    Hello there! I'm here to report a common problem which happens while taking pics with Nokia Pro Cam on my lumia 920. When you take a pic it has right colours and is very sharp but after apps' post-processing the pic turns yellowish and a bit softer.

  • My Ipod mini got wet..is there any hopes for it? HELP PLEASE

    My ipod got wet by mistake. Is there any way that it could survive? Or and i better of just getting a new ipod. Also after is was wet( i didn't know) i plugges it into the charger and started 2 smell smoke. It didn't catch on fire but the bottom of b

  • Column width in output table cannot be changed

    Hi All, I have a visual composer model with an input form used to display variables to call a BW query. The query result is displayed in an output table. Multiple fields are displayed in the output table. On the layout tab of the visual composer mode

  • [Partially solved] Setup wired connection with VMware

    Hello everyone ! I'm fairly new to archlinux and I have been trying it with VMware Player 5, with a Windows Seven host. So with the first install I tried, everything worked really great with the Beginner's Guide, so I made another install with the se