LinkedObject  and Document Number

Hi all,
i created a grid on my form and then i created a link object on it , it work fine
however , the link object is only trigged by DocEntry not DocNum
i would link to show out the DocNum , how can i do ?
Here is the "Work Fine" Code , but only DocEntry
oColumn = oStatusGrid.Columns.Item("SO#")
oColumn.LinkedObjectType = 17
dt.Columns.Item("SO#").Cells.Item(dt.Rows.Count - 1).Value = oSalesOrderFormDocEntry
Thanks

Tammy,
    If u want to show DocNum u can change it directly in Form settings. If u want to select DocNum. When u write code for choosing CFL  u mention instead of
oDT.GetValue(0, 0)
u change it to
oDT.GetValue("DocNum", 0)
If it helps give reward points,
Regards,
Anitha

Similar Messages

  • Invoice number and document number not printed in payment advice

    Hello Gurus,
           I am executing reprint check through transaction fch7, In that Invoice number and document number not printed in payment advice. I have created zscript for that and also assinged regup-belnr and regup-xblnr and used standard program RFFOUS_C.
    other fields from regup table are displayed but above two mentioned fields are not displayed.
          I even tried debugging standard RFFOUS_C prog, in that regup-belnr and regup-xblnr are coming but it is not printed on form.
    With regards,
    Vikram

    Hi,
    Debug you Zscript and check the invoice no and document no. Have assigned that script in FBZP..? check the which form is calling FCH7 in debugger mode..?
    Rgds
    Aeda.

  • Invoice Number and Document Number

    Are Invoice Number and Document Number in FI AR same?
    Dont they differ, I could find only one infoobject 0INV_DOC_NO relating to both.
    Is there any seperate infoobject which gives the document number in 0FIAR_C03.
    Please comment.
    Thanks.

    hi,
    are you looking for clearing doc number ?
    http://help.sap.com/saphelp_nw04s/helpdata/en/ee/cd143c5db89b00e10000000a114084/frameset.htm
    0CLR_DOC_NO - source field BSID-AUGBL
    hope this helps.

  • MM06E003 Number range and document number

    hi
    Is the functionality of MM06E003 Number range and document number( user exit ) is same in ECC 6.0  and ECC 5.0
    Regards,
    vijay

    Hello,
    Yes, it is one and the same thing.
    Thanks!

  • Receivables: Diferrence between "transaction number" and "document number"

    Hi!
    What is the difference between "transaction number" and "document number" as shown in the transactions window?
    Where are they used?
    thanks!

    Transaction number is the Invoice number. It can be a manually entered number in case of manual invoices. Even in case of imported invoices, it can be a manually assigned number if the trx_number field is populated in the ra_interface_lines_all table. If you Invoice batch source setup indicates automatic transaction numbering, the transaction (invoice) number will be automatically generated sequentially. The starting number is mentioned in the Trx batch source.
    The document number is a number which is generated by Document sequencing. To have the document number generated, you have to do few Doc sequencing setups like setting the 'Sequencial Numbering' profile options, creating document sequences and assigning the sequence to the Categories. The trx types are created as categories.
    The Transaction number can be the same as the document number if you enable the option 'Copy Document number to Transaction number' in the Invoice batch source.
    Hope that helps.
    Thanks,
    Anil

  • Intrastat Output File doesnot contain VAT number and Document Number

    Hi experts,
    While creating a output file from Intrastat Dispacth, I am not getting Document number and VAT number in output file.
    I can see the Document number in Display of selection log.
    Can someone help me?
    Thanks
    Arpit

    Hi,
    Try the enhancement FTGOVSEL.
    In the userexit EXIT_SAPLV50G_002, in the include ZX50GU02, write this coding (for the VAT number)
    if c_record_intrastat-kundeuinr is initial.
       select single * from kna1
         where kunnr = c_record_intrastat-kunnr.
         if sy-subrc = 0.
            c_record_intrastat-kundeuinr = kna1-stceg.
         endif.
    endif.
    Remember update the VAT number in the customer (in this case).
    I hope this help you
    Regards,
    Eduardo

  • Drill down on posting date and Document number

    Hello Gurus,
    In a Bex report, I am looking at account balance on a keydate for a G/L Account. When I drill down based on posting date I do not see any values for the keyfigure 'Account balance as on key-date'....But after I drill down on posting date --> document number I get to see values for thie key figure.
    What is this strange behaviour? Kindly explain.
    Regards,
    KP

    Hi KK,
    This may be due to the values/quantities having different UOM or currency for different documents/posting date.For example,  Usually when there are mixed values like this, the aggregated value is not displayed, instead a '*' is displayed in the report result. However there is a setting in BW where you can mention how to handle such mixed values.
    So I suggest you first check the currencies for the amount at the posting date/document level(when you drill down). If they are different then check the settings in the transaction SPRO --> SAP Business Information Warehouse --> Report-relevant settings --> General Reporting settings in the Business Explorer --> Presenting the numeric value in the Business Explorer.
    Here check the value maintained for 'Mixed Values'. If it is blank, then this is the reason that no value is displayed.
    Regards,
    Shilpa

  • Need a table with asset number and document number

    Hi to all experts.
    Im in a support project. There is an issue in the customized report the total expense for february is coming 10,322 dollars which is 322 dollars extra it should be 10,000 .but i see the table ANEP the value is 10,322 dollars,when i check the corresponding document for the asset no in bseg table im unable to find any asset no ... what could be the problem ............

    Hi,
        In ANEk table ,check field BELNR . the number may be a material document no or Fi Doc no. if it is material doc no then try MIGO - Display -> doc info ->press FI Document.
    Or directly try with fb03.
    Or in BKPf table there will be field awkey. in that field give material doc no and material year combinely , then you will get FI Doc No. then go with bseg table.
    Regards,
    Ravi.

  • Generic Delta without date field and without document number

    Hi Experts,
    I have created Funtion Module Extractor program, but my strcture not having any date field and document number fields.
    Please let me know how to maintain the delta for extractor program.
    Thanks in Advance.
    Chandra

    hi,
    it is not mandatory to have doc number or date fields for delta,
    u must have other fields which could change and try to find those fields and try, chk with the business for their delta requirement else go with full load.
    Ramesh

  • User Exit to Populate Document number and latest Version in ME21N

    Hi,
    I am looking to populate :
    Document Type (DRAW-DOKAR)
    Document Number (DRAW-DOKNR)
    while creating Purchase order (ME21N).
    I know the tables DRAD and DRAW can be used to get Document Info by populating EKPO-MATNR as Object key.
    But is there a user exit to populate it at the time of PO creation.
    Found a BADI Document_Number01 but that does not take EKPO-MATNR as input parameter.
    Any inputs are really appreciated.

    hi,
    check these exits.
    MM06E003                                Number range and document number
    M06B0004                                Number range and document number
    M06B0003                                Number range and document number
    also check these badi's.
    ME_PROCESS_PO_CUST                      Enhancements for Processing Enjoy Purchase Order: Customer
    ME_PURCHDOC_POSTED                      Purchasing Document Posted

  • F-30 Post with clearing screen 734, need document number with line item

    We are trying to use the 'line item' selection for F-30 transfer postings, for when we are only clearing certain line items for a document number. I have seen this done at other clients, but when we go to the line item in additional selections, it gives us screen 731, which only has a line item number; it is grayed out where the document number should be. We need screen 734 which has both line item and document number; I cannot find how to get this in there in configuration. Can someone tell me how I get this in? Thanks!

    We are trying to use the 'line item' selection for F-30 transfer postings, for when we are only clearing certain line items for a document number. I have seen this done at other clients, but when we go to the line item in additional selections, it gives us screen 731, which only has a line item number; it is grayed out where the document number should be. We need screen 734 in SAPMF05A which has both line item and document number; I cannot find how to get this in there in configuration. Can someone tell me how I get this in? Thanks!

  • Enable Document Structure and Document Hierarchy

    We have enable the document browser in SPRO, but the folder do not appear in a hierarchy.  In other words, I can create a FOL type DIR, but it looks like any other document type.  I can not navigate into the folder and add sub folder and documents to it in the Document Browser.
    Is there a configuration that we are missing?
    Max points to the first correct answer.

    Dear Andrew
    First of all please note that in SAP DMS, you cannot view Folder structure as you would expect.
    If you want to create a Folder in SAP DMS follow these steps :
    - First create a DIR using CV01n
    - Convert the DIR into Document structure in CV11 giving Doc. type and Document number
    - Now the DIR is a Document Structure ( Folder) and add other DIR s into it
    - You can also add other Document Structures into this and those will become Sub Folders.
    This is a very time cosuming procedure and if u have large requirment of creating Folders and Subfolders, better install SAP Easy DMS
    In SAP Easy DMS  you can create Folders and Subfolders as in Microsoft Explorer.
    You can dowload SAP Easy DMS from http://service.sap.com and install.
    SAP Easy DMS is very user friendly tool and requires little training for end users to understand compared to SAP DMS.
    Regards
    Aby

  • Last Purchase Order and FI-Document Number of an Vendor

    Hi,
    i need for an Vendor the last purchase Order and FI-Document Number.
    For purchase Order i read EKKO sort this and get the last one.
    For FI-Document Number i read BSIK and BSAK sort this and get last one.
    Question: is there any faster way (CLASS, FM or TABLE) to get what i need??
    Thanks.
    Regards, Dieter

    HI Dieter,
    You can use transaction code ME2L , where you can list of PO issued a particular vendor. List list shows Po no. indecending order. You can double click select the latest PO and through PO history you can get the FI Document no.
    I hope this ansers you query.
    Regards
    Harish

  • Purchase order and FI Document Number - R/3 extractor

    Hello Experts -  I have a question on the BW extractors on the R/3 side. Are there any standard extractors out there where I can get Purchase Order information and related FI document number information. In case if I have to create one what tables do I need to reference to create generic extractor. Thanks for your help.
    Regards,
    Venu.

    Hi Venu,
    This could be better done on a standard FI extractor by enhancing it with purchase order information.
    Atleast, this is the way we did in our scenario.
    Have 0FI_GL_4 enhanced with data from EKKO, EKPO tables, with required feilds. This enhancement may not be quite detailed.
    Also if you are interested in a complete gen extr. then the above two tables along with BSEG should do.
    Naveen.A

  • Report with Invoice and Accounting Document Number

    Dear Experts,
    Here i have a requirement.
    I wanna a report which gives a Invoice (MIRO) and its accounting documents (Follow on document) in one page. Because If I view a MIRO document, for checking the accounting document, I need to click on Follow on doc, then I'll get.
    But If wanna see for 1000 MIRO documents with accounting document number, then I don't want to click 1000 times to see the account doc for respective Invoice number.
    The approximate format is,
    Column 1                              Column 2     Column 3        .......................              Column n
    MIRO  (Invoice number)                             Accountting Doc Number
    5100000099                                              5100000011
    Which tcode will give the both in one screen?
    Thanks in advance
    Regards,
    navahsek

    Hi,
    Enter Sork Key 002 for Vendor Master Record.
    and also you can check the Report in ECC 6.0
    MIR5 - Display List of Invoice Documents
    There you select Export Mode --> Display Accounting Document Number.
    You can get Report FI and MM Document Numbers.
    Hope It will Clear.
    Regards,
    Kishore

Maybe you are looking for

  • Why won't JPanel show up in an external JFrame?

    My code generates a graph and displays it in a JPanel. If the class extends JFrame, the output looks exactly as it should. The problem is that I need to extend it as a JPanel so that I can imbed it in another GUI. When I modify the code so that it is

  • Interested in a B&W minitower.

    I've been thinking about getting a used blue and white revision 2. But I want to make sure I can change some of the internals of my recent Beige over to it. - Western Digital 80GB - USB & FW PCI card - Radeon 7000 graphics card - 3 sticks of RAM ( 2X

  • No sound with my videos...

    Hello... I have bought an Ipod 30 giga but when I want see my videos on my Ipod I have no sound... I have seen on the Apple's website it's a problem of file... a multiplexed file or a kind like that... Is anybody could help me??

  • 10.5.6 Novell iChain

    In addition to HSBC and other banks, since updating to 10.5.6 Novell iChain will not work with Safari. My work uses iChain and I can't access anything that sits behind it. Temporarily I've installed Firefox, but even that seems to be chugging along a

  • View Pdf in Firfox using Adobe plug-in doesn't always work

    Hi, I'm using Firefox 21 and it's up to date. My OS is win 7 and it's up to date. When I try some links to pdf files, I can view them in Firefox using the Adobe plug-in. Other pdf file links will make firefox ask me if I want to open using Adobe Acro