DRQ: document date column vendor statement

Hello!
We request to implement to add "document date" column on "vendor statement" report.
Now, even if it is "checked" in settings and it is visible on "supplier liabilities ageing" (screenshot z1)
[z1|http://img130.imageshack.us/img130/2002/61227598.jpg]
It is not visible on reportsand printings ("supplier statement report") screenshot zel3
[zel3|http://img406.imageshack.us/img406/994/zel3.jpg]
This issue is detailed described (with screenshots) under SAP support
request nr 280783 
I have created service request to SAP and i have received answer:
"There is note no. 1260740 which explains how to get the document date in the printout of aging report in the layout "Detailed Receivable Ageing Report".
Unfortunately, after checking this in the layout you asked called "statement report", I saw that it is not possible to see the document date there, and it is not possible to add this field in the layo ut as the report is hardcoded.
So the customer can see this field when using the layout "Detailed Receivable Ageing Report", but if it is very important for the customer to see the document date in the "statement report" layout, pl ease kindly refer to SAP Note No.1028874 regards Missing Functionality."

I sort of solved this problem myself.
Apparently, OPCH table (AP Invoice) was not available in the drop-down menu.
So, I selected the closest I can get: OJDT table (Journal Entry) and selected TaxDate - Document Date.
It works now.

Similar Messages

  • I have downloaded and installed the latest version of numbers on my mac. Everytime I save and then try to reopen that document, I receive a message telling me that I need a new version of numbers. Also, when I try to sort the date column, it sorts out of

    I have downloaded and installed the latest version of numbers on my mac. Everytime I save and then try to reopen that document, I receive a message telling me that I need a new version of numbers. Also, when I try to sort the date column, it sorts out of order. The last version sorted fine.

    Welcome to Apple Support Communities
    When you install the new iWork version, the old iWork version is kept, so it looks like you are opening your old version.
    To fix this, open a Finder window, choose Applications in the sidebar and drag the new Numbers version to the Dock, so you can access to it quickly. Open all documents from this version. I don't recommend you to delete the old Numbers version in case you need it.
    Respecting to the second question, you will get better answers in the Numbers for OS X forum

  • Status 51 material document data and po data do not match(vendor)

    i am using we19 to try an inbound idoc mbgmcr(receipt for po)
    i put in gm_code 01
    movement indicator B(goods receipt for po)
    vendor 3815
    PO 4500015241
    PO Order Item 00030
    Movement type 101
    qty in unit of entry  1
    iso code unit of measurement pc
    on the po screen i see the po item and qty to be delivered is 75
    when i run the inbound idoc i get
    status 51 material document data and po data do not match(vendor) but as i say on the po inquiry screen i see the po vendor item with 75 to be delivered
    what am i missing????????????????

    thank you
    i put in the leading zeros and got rid of that problem
    now i am getting status 51
    posting only possible in 2004/07 and 2004/06
    but in the posting date i use 07/02/2004  i have tried several dates in the period but get the same error
    any ideas?
    thanks you

  • How to get document library column data through Programmatically

    HI,
    I have one scenario..here i have to get the particular document library column data...Like fetching List data.
    In LIST We will do LIke this:
    using (SPSite site = new SPSite(SPContext.Current.Site.Url))
                using (SPWeb web = site.OpenWeb())
                    SPList list = web.Lists["ListName"];
                    SPListItem item = list.Items.Add();              
                    item["Title"] = txtTitle.Text;
    item.update()
       But here we want to fetch  data from document library column data....
    I did following way....can any one suggest me....
    using (SPSite site = new SPSite(SPContext.Current.Site.Url))
                using (SPWeb web = site.OpenWeb())
                    SPDocumentLibrary documentLib = web.Lists["DocumentName"] as SPDocumentLibrary;
                    SPListItem items = documentLib.Items.Add();
    Thanks.....

    Hi,
    The code that you have posted is adding data to the list or document library. Do you want to add or fetch data from or to document library?
    You can refer following link for Inserting/Updating documents in document library:
    http://blogs.perficient.com/microsoft/2009/04/working-with-documents-stored-in-sharepoint-document-library-programmatically/
    For fetching data from document library, you can use following code:
    using (SPSite site = new SPSite(SPContext.Current.Site.Url))
    using (SPWeb web = site.OpenWeb())
    string documentLibName = "Doc_Lib_Name";
    SPFolder docLibrary = web.GetFolder(documentLibName);
    foreach (SPFile file in docLibrary.Files)
    var customColValue = file.Item["Custom_Column_Name"];
    Hope this helps!
    Regards, Shruti

  • Document Date on Outgoing Payment/Statement Report PLD

    Hi,
    Is there a way to display the Document Date of the paid/outstanding invoice on the print layout for Remittances (Outgoing Payment) and Customer Statement (Ageing - Customer Statement Report)? At the moment it's only the Posting Date for the Outgoing Payment and Posting Date + Due Date for the Statement Report but would be great to have the Document Date too.
    Regards,
    Nat

    Hi Natalia,
    for adding the Document date to the Outgoing payments form you can add field via modification of the print layout. For example OVTG.Tax Date should represent the document date.
    I would like to know what is the scenario for the document date to be visible on the Aging report.
    Best Regards,
    Martin Slavik
    SAP Business One Solution Manager

  • Algning new folder with other data columns in a document library

    Hi All,
    I have created an InfoPath form that used to create a new form & a new document library and the description to that folder.
    Now my InfoPath form has some text boxes to store data. Also there is an attachment control to upload documents. These documents should be uploaded to the newly created folder.
    The new folder should display at the document library as in the same row with other data columns that were inserted to the data library. I have the problem with the new folder aligning in the same row with other data.
    So if someone can know how to solve this matter please enlighten me.
    Thank You,
    Chiranthaka.

    Can you provide more detail on what exactly you need to achieve and how your system is functioning at the moment? It sounds like you have an Infopath form that can have documents attached to it, you then store these documents into a new folder and wish to
    have the folder represented in the list view for the form in the form library you are using?

  • Attached document for data column in BPS Web application

    Hi,
       I have created layout for a BPS application, the layout has been configured to have the ability to allow the used to create the attached documentd for the data column. when the user open the layout through the planning profile, the icon for those documents is displayed and can be open by click those icons. After we generated the Web applicatios, those icons are gone and the user can not open them any more.
      I notice that there is document subcomponent under BPS-WB, I added that subcomponent to my web layout, it still not work.Anybody know how to display the attached documents on the Web, Is this doable?

    Hi Marc,
       I did exactly what you mention in your responce e-mail, but it still not work coreectly.
    following is my propperty configuration for layout and documents:
    Planning layout (layout_lay01)
    Only ready for output: True
    Row/Cell Selection: Cell
    Event on selection: true
    Document on planning layout (Document1)
    Layout: = layout_lay01
    Only ready for output: false
    When I launch the application through the Tcode BPS_WIF0
    There is no document icon display for each data columns which can been in UPSPL. Instead there is a generic document input/display space under the lauout,however there is no any document display within the box, and I can not input anything within the document box. I changes some of the property for the layout and document, but it not work.
    Did I forget some thing?

  • External data column as shared column in document library with document sets

    Hello,
    I'm using a document library with document sets. Within this document library i have a External data column called "Project"
    This column has it's columns:
    Project: Installatietype
    Project: Relatie
    Project: Object
    Project: Projectleider
    Project: Status_project
    I wan't to use the external data column as an shared column for my document set(s). But i can't figure out or this is possible.

    Hi,
    According to your description, my understanding is that you want to set the external data column as a shared column in document set content type.
    I tested the same scenario in my environment, and the external data column was not supported to be set as a shared column in document set.
    Here is a similar thread for you to take a look:
    http://social.technet.microsoft.com/Forums/en-US/5488b777-1c18-4895-a264-27802b2cde27/document-set-shared-columns-and-bcs-data?forum=sharepointgeneralprevious
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Customer/vendors aging by document date

    The standard customer aging report S_ALR_87012168 does not have the document date as option for key date. Is there another report/option to do aging by document date?
    Moderator: Please, search before posting

    Check Re: Creditors ageing report

  • How to involve time in a date column in JDBC OCI 8.0.5.2.

    Hi,
    I need to involve time in a date column in JDBC OCI 8.0.5.2.
    The default date format is like "09-Sep-1999". I could use it
    but just need time involved too, like "09-Sep-1999 10:11:12".
    I tried to use JDBC's Timestamp whose format is like
    1999-9-9 12:00:00.000, just same as the dates selected from my
    table,
    but got an error message "literal doesn't match format string".
    The JDBC document said Oracle's date could be JDBC date,
    timestamp and char.
    Thanks a lot!
    -Ninon
    null

    : The only oracle driver that vcan run with JDK 1.2.x is in the
    OTN
    : download area and is named "816SDK for JDK 1.2"
    : it will work with the JDK 1.2.X using the JDBC 1.22 spec from
    JDK
    : 1.1.X.
    : IT DOES NOT PROVIDE THE FULL JDBC 2.0 FEATURES/ FUNCTIONALITY
    : THAT ARE INCLUDED IN THE JDK 1.2.X CLASSES.
    Does anyone know which versions of Oracle this driver will work
    with? I'm trying to use JDK 1.2 and Oracle 8.04 with the above
    mentioned driver, but it's misbehaving on prepared statements:
    I'm getting a 'ORA-8001 not all variables bound' error even
    though I'm correctly specifying binary data (using
    PreparedStatement.setBytes(..)) for a LONG RAW column...
    Please don't tell me I have to upgrade my Oracle installation in
    order to use JDBC with JDK 1.2.x
    Feedback is greatly appreciated!
    thanks!
    // Tor Kleiberg
    null

  • Document Date - System Variable - AP Checks?

    Hi Experts,
    I have searched for previous queries in the SDN B1 forum regarding my query.
    I need  to use a system variable in the cheque print area instead of posting date of documents the DOCUMENT DATE is required. I cannot find a  DOC. Date system variables
    Please can onyone highlight me if SAP has released a new System Variable list that include DOCUMENT DATE. The below links are what i had searched on.
    [PLD Check Print - System variable for document date and amount;
    [System variables in Check format;
    Is this an limitation on variables?
    Thanks,
    Raju

    Hi Raju,
    as a workaround you can do the following
    1. create a UDF in the Paid Document section, of a Date type
    2. create a user defined value :
    SELECT  case $[$20.45.1]
              when 18 then   (SELECT T0.[TaxDate] FROM   OPCH T0 WHERE
    T0.Docnum = $[$20.1.0])
              when 19 then   (SELECT T0.[TaxDate] FROM   ORPC T0 WHERE
    T0.Docnum = $[$20.1.0])
    end
    set the trigger to be when when field change: on customer / vendor code
    In the check PLD show this UDF. Use the table VPM2 : Outgoing payments - invoices, column : your UDF
    Hope this helps
    Chris

  • Due date as the document date in Payment run

    Hi,
    We would like to have the invoice due date as the document date for the payment document.
    To explain in detail; let us suppose I am executing a payment run today i.e. 19.02.2008 with the next payment date as 31.03.2008. The payment program picks the invoice due on 25.02.2008 as well. The bank statement shows the document date as 25.02.2008 (as they will make payment on that date)but the system posts the payment document with the posting date as the document date.
    Can smebody help me to have the net due date of the invoice as the document date in the payment document created by F110.
    Thanks & Regards,
    Raghava

    Hi Anand,
    In your case, the Payment document is also a clearing document since you are not carrying out the manual clearing.
    The only way which can satisfy your requirement is not to have any payment term assigned to your Vendor to whom you want to pay thru F110.
    This will make your invoice immediately due, so when you pay your Payment document/Clearing document has the same date.
    (There is no other way to make the due date as clearing date/payment doc date since we do not know when the clearing/payment would happen)
    Hope this resolves your query.
    Regards
    Bharat

  • System Variable No. for AP Invoice Document Date

    Hi,
    I have an Outgoing Payment PLD. 2 fields was empty after the upgrade from 2007A to 8.8.
    AP Invoice's Document Date and Customer/Vendor Reference No.
    For AP Invoice's Document Date, I have tried the database field (Table: A/P Invoice, Column: Document Date) but it didn't work. Came out empty.
    Initially, the database field for Customer/Vendor Reference No. came out empty as well but i used system variable 201 which worked.
    I was just wondering if there is a system variable for AP Invoice Document Date as well? Or is there another way so that I can show the AP Invoice Document Date in the Outgoing Payment PLD?

    I sort of solved this problem myself.
    Apparently, OPCH table (AP Invoice) was not available in the drop-down menu.
    So, I selected the closest I can get: OJDT table (Journal Entry) and selected TaxDate - Document Date.
    It works now.

  • Stck on posting date for vendor.

    can i have the Transaction code to check stock on posting date of vendor stock
    (i..e vendor stock on specific date )
    MBLB is the transaction code to check vendor stock.
    mb5b special stock

    Hi,
    I would suggest that you request a simple ABAP for this.
    It is not as difficult to write as it would appear.
    You know the current stock and you can get a list of the material documents that have updated that stock and so the program just needs to subtract the movements between now and the date that you want, to give you your report.
    MB5B is the nearest standard report and this doesn't have vendor on the selection screen and so you will have to write something.
    Steve B

  • Not able to save date column with custom date format. in OBIEE 11g

    Hi,
    I have migrated one report from OBIEE 10g to 11g. There is a date column with customized date format(i.e. Default format is 'dd-MMM-yyyy' and I have used 'MMM-yyyy').
    But when I use this custom format and try to save the report in 11g its giving this below error.
    ''Catalog object privilege validation failed for user to path /shared/ALM BI/Finacial Results/History Income Statement Detail.
    You do not currently have sufficient privileges to save a report or dashboard page that contains HTML markup.
    This HTML might be present in column headings, table headings, text views, narrative views, the print header,
    or the print footer and must be removed before saving.''
    Please let me know what changes I need to do for this.
    Regards,
    Ambika Nanda.

    Hi ,
    privilage issues...check the security settings once..
    Thanks,
    Ananth

Maybe you are looking for

  • How to use cfdocument  create a PDF file and save the file in server?

    Hi, I want to use cfdocument to create a PDF file and save it in the server for other people to download,can you give me a idea how to do this.Thanks. <cfdocument format = "PDF" pagetype="A4" orientation="portrait"> </cfdocument> Mark

  • Lightroom 2 Catalog Previews.lrdata?

    I am running into space problems on my C drive (hard to imagine, but I my computer was configured before LR and iTunes).  I have moved the iTunes music to another drive, but still need to free up space.  LR is using over 3GB in the following location

  • Wide report, no printer

    Crystal Reports XI Hi, I want to create a wide report for export to Excel. I don't want to print a paper copy. How can I specify a wide "page"? If I select a printer I am limited by paper size that it supports (I've got an A3 printer but even landsca

  • Import duplicate

    Hi, I have problem when I connect my iPhone 4S with my Macbook Pro, iPhoto always show the photos that I already imported before, and show button to import again. If I click import photos, the imported photos will duplicate in iPhoto library. Moreove

  • Automation does not work

    Hallo, I automated two Logic Plug Ins on two different tracks. On Track A it shows dB labels in the automation-region on Track B it only shows numerics such as 67 for o dB. And only Track A automation works and does whatever I want to automate. Track