Sales Order Posting Date on Invoice PLD

Hello,
   I am trying to post a Sales Order Posting Date to our Invoice PLD.  It is not native information to the Invoice PLD so I will probably need to create a query which I can then place into a UDF on the Invoice.
Any out there have a solution?
Thanks.
Edited by: Arellano Mario on Jul 8, 2009 1:16 AM

Hi
Sorry , for keeping messing up :
38.45.0 is referring to Invoice row level base key
logic is saying  Delivery number is equal to invoice row level base key
If you look at the link and Gagan answer ,your problem should have been solved .
Please close this thread if your problem is solved .
Thann you
Bishal
Definitely need a coffee to start my day
Edited by: BIshal Adhikari on Jul 9, 2009 6:44 AM
Edited by: BIshal Adhikari on Jul 9, 2009 6:44 AM

Similar Messages

  • Sales order posting date?

    hi experts,
    i am basically bw consultant, i need to enhance the POSTING DATE of the particular SALES DOCUMENT. can you please provide me the related table for POSTING DATE and in which screen i can see the SALES DOCUMENT and POSTING DATE.
    is creation date (VBAK-ERDAT) nothing but posting date?
    if not plz suggest me the field and the table also with screen where i can see the posting date.
    Regards
    venuscm

    Hi,
    What is the Business process of creating Invoice.Is it order related/Delivery related billing?
    If it is order related billing,pass the sales order number into VBFA table into the field "Preceeding Document".Get the invoice number from Follow-on Document.
    If it is Delivery-related Billing,pass teh same into the specified field and get teh delivery number and passs this Deliver number into Preceeding dsocument and get the invoice number.
    Regards,
    Krishna.

  • Sales order detail in AR invoice

    Hi,
    I want know Sales order details like SalesOrder No, Sales Order Value. Total Sales Order Qty in AR Invoice PLD screen. Please help how can i retrieve the information.
    Thanks in advance.
    Rajesh

    Rajesh
    Expanding to what Kamlesh has replied.  Adding Sales Order fields to the Invoice PLD would require a bunch of formula fields and the results might not be all that perfect.
    So as Kamlesh mentioned, create the UDF's you need for each data component you need from SO in the Marketing document rows.
    To these UDF's at the Invoice rows add SQL based formatted searches which will fetch the values from SO.
    Map these UDF's in the Invoice template.
    Suda

  • How to fetch post goods issue date and sales order creation date

    Hi All,
    How to find out the difference between SD Sales Order Item Creation Date and final Post goods issue Date. I would like to know how to fetch those dates and what is the relationship between the tables from which i will get the dates.
    Please let me know the solution .
    Thanks in advance.

    Hi,
    Sales order creation date is when u raise a sales order in favor of the customer using VA01.......using ATP logic system purposes the material availability date....
    after saving ur sales order...when u raise the Delivery using VL01n  w.r.t to OR...than u have to perform picking ....In the picking Tab...specify the amount to be picked than press Post Good Issue....means the goods left the company premises ..
    You can the fetch the values using tables-  Use T code   SE12  or SE16
    Vbak-----order header
    Vbap-----order item
    Vbek-----order schedule line
    Likp-----Delivery header
    Lips----Delivery item

  • How to make Sales Order Delivery Date show 30days after Posting Date

    I have problem programming the SBO 2005A- Sales Order Delivery Date automatically add 30 days based on Posting Date, in VB.Net.
    Has someone tried it before ?

    Sorry i did not describe clearly.
    I was developing vb.net with SAPBuiCom (UI API).
    When Sales Order screen and the Delivery Date was empty. In my program i need to auto insert the Delivery Date field with 30days after the Posting Date.
    And when user change the posting date, the delivery date will auto refresh.
    KC

  • Set autoinvoice gl_date = sales order ship date

    I have sales orders with both shippables and non-shippables. The sales order uses header level invoicing so that the shippable and non-shippables are interfaced to AR at the same time. We use the default grouping rules which groups first on ship date and then on sales order date. Since the non-shippables lack a ship date, the gl_date for the invoice of the sales order is coming through with the sales order date.
    We're using the invoicing rule Advance Invoice and the accounting rule immediate. We are deriving the gl_date.
    Has anyone had any luck getting invoices to use the ship date of the sales order when both shippables and non-shippables are interfaced together?
    It's been suggested that we could use a rule start date on the acccounting rule, but we are uncertain how this would work.
    -Tracy

    Hi,
    When you open a sales order, the docdate will be today's date and the delivery date is empty. the cardcode, item code, etc are also empty.
    Use this following query FMS:
    select $[ordr.docdate]
    save it by using query generator and assigning the FMS into delivery date by pressing shiftaltF2 and define formatted search window will appears. Select search by saved query, input the query above, check auto refresh when field changes, select customer/vendor code, select display saved value (it is used to avoid updating the document every time you open it) and finally update the define FMS window.
    when you open the sales order document, it will still be empty, after you input the cardcode, the delivery date will be input automatically  and as same as posting date. if it is today, then the dates (for both) will be today.
    Rgds,

  • Sales order item data & sales order schedule data

    Hello,
    I have a Sales Orders cube which is pulling data from two DSOs (one for sales order item data and the other for sales order schedule data). The common fields between these two DSOs is the Sales Order number but in my cube I have dual entries for each Sales Order document (item and schedule info).
    Example of how the data looks now:
    Sales Order . . Item Cat. . . Article . . . Net Price . . . Delivery . . . Act GI Date
    1. . . . . . . . . ...TAN. . . . . ABC123. . . .10
    1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1 . . . . . . . . 01/01/2000
    2. . . . . . . . . ...TAN. . . . . CBA321. . . .15
    2. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2 . . . . . . . . 01/02/2000
    How do I merge the data on the Sales Order number in the cube so it looks like below?
    Sales Order . . Item Cat. . . Article . . . Net Price . . . Delivery . . . Act GI Date
    1. . . . . . . . . ...TAN. . . . . ABC123. . . .10 . . . . . . . . . .1 . . . . . . . . 01/01/2000
    2. . . . . . . . . ...TAN. . . . . CBA321. . . .15 . . . . . . . . . .2 . . . . . . . . 01/02/2000
    Many thanks,
    Matt

    > Hello,
    >
    > I have a Sales Orders cube which is pulling data from
    > two DSOs (one for sales order item data and the other
    > for sales order schedule data). The common fields
    > between these two DSOs is the Sales Order number but
    > in my cube I have dual entries for each Sales Order
    > document (item and schedule info).
    >
    Two previous remarks:
    1) If you need to report on very detailed data consider doing an info-set joining both datastores. 2 reasons why:
    - not a good idea to report on very detailed information (sales order, GI dates) on cube level, if you have a scenario with lots of data. You end up with big dimension tables a poor report times;
    - there are better alternatives, like drill-through from cube query to DS query with report to report interface or Datastore-based reporting...so...
    With this solution you do not need to change the data model, I think, but test to be sure. See if the reporting times are acceptable. If not...
    2) First confirm your requirements, because what you show in your example as "to-be" have details that do not make sense, probably..
    - if you have more that one schedule line for each item then you would have many times the item information like material/price;
    - if not or if you could cope with that, then you can consider:
    2.1) create a new DS that agregattes from the previous on, with the same key of sales order item; do you have schedule line kf's? if so you these KF's should be additive in DS update; But if you may have more one scheduled line for 1 item then you have to decide what to do with the GI data (keep the last one posted, use code..) and other characteristics.
    2.2) update the shedule line datasource to the sales order item DS; same comments apply.
    2.3) maintain the missing data in the cube update rules from sheduled lines DS. Using code, refer to the respective item in the order item ODS. You would have to make sure that DS's data are correctly activated before updating the infocube.
    What solutions to choose?
    2.1 is better in terms of flexibility and architecture...because you could re-arrange the new DS to answer future needs, without loosing the 1st line DS's data;
    2.2 choose if data volumes and disk space are a concern...
    or
    2.3 it's OK, but i do not like it because of what explained in point 1...
    Message was edited by:
            Miguel Costa

  • Request: "Draw Document Wizard" when copying from Sales Order to A/R Invoic

    Hi Colleagues
    Our clients complain about not being able to choose the exchange rate from the base document when copying the Sales Order to A/R Invoice.
    The "Draw Documents Wizard", where you can choose this option, starts only when you're in the "A/R Invoice" form and copying data from the Sales Order. But "Draw Document Wizard" doesn't start when you're in the Sales Order and copying all its data to an A/R Invoice, and they use only this sequence.
    Is it possible to add the "Draw Documents Wizard" for the "Sales Order -> A/R Invoice" chain in one of the next versions of SAP BusinessOne 2007?
    Thanks!

    Hi,
    is this happening for perticuler user or for all users.?
    check any addon is running ,If yes stop addon and check again this activity.
    Check general authorization too for perticuler user..
    Hope it will help you.
    Regards
    Deepak Tyagi

  • Routine for copying sales order header text to invoice

    Hi friends,
    My requirement is to copy header texts from sales orders when creating an invoice (VF01). In T-Code VOTX the system suggests two routines :
    1 - DATEN_KOPIEREN_01 include LV45TE01
    2 - DATEN_KOPIEREN_02 include LV45TE02
    Does anyone already use one of these routines? When invoicing more than one sales order does the routines work fot this case ?
    Best Regards.

    Hello.
    .....goto transaction VOFM
    Menue: Copying requirements -> Billing documents
    ...or maybe: Data transfer -> Billing documents
    Put a break-point and the header routine......for long-text you should use transaction VOTXN
    Edited by: Erik Hoven on Feb 24, 2009 12:28 PM

  • Sales order availaibility date one day in past

    Hi Experts,
    I am facing an issue in SNP planning book / Product view wherein Sales order availability date is one day in past (say, date in ECC 01.04.2015 00:00 hrs --> date in APO 31.03.2015 23:00 hrs). This only happens for plants where DST is maintained. DST ends in March, and this issue is popping up for the sales orders in the subsequent month, i.e. April. The same error is also present in the next month of the DST starting month. The issue is not present in any other months.
    I guess this is due to some inconsistencies that has arisen in APO. I saw a previous thread, http://scn.sap.com/thread/1816822, but it has ended without any solution.
    Note, we are not using GATP.
    Thanks in Anticipation.
    Regards,
    Biplab

    Hi All,
    The issue is found to be because of application of note 198411 in ECC. Amongst others, variable DST has been introduced for time zone AUSWA (table TTZDV). But, Western Australia does not follow DST after 2008-09.
    Have any of you faced similar issue post the latest version of note 198411 (released on 9-Jul-2014)?
    Regards,
    Biplab

  • Service order posting date error.

    In DBM Service order posting date is taken from the controlling document because of that error comes as
    Document date 03.12.2011(Curent date)is greater than billing date 02.12.2011(Date given in Billing date in service order header)
    But this error is not coming in sales document..
    I need to post service order in the date i mentioned in the service order..
    How dould i resolve this issue..?

    Hi Arvind,
    there a many notes describing this problem:
    1474254, 1473093, 1422246, 1482159, 1588751, 1359333, 1658317
    Best regards
    Robert

  • Copy Sales Order to A/R Invoice

    Hi, currently if I need to 'convert' a Sales Order into A/R Invoice, I have to do it via the SAP application directly. What I'm trying to achieve is to automatically do it via an EXE application (I have one ready for other purpose -> connect to SAP via DI).
    So far I know how to create a new A/R Invoice and close the Sales Order, but the problem is that I can't 'link' the Invoice to the original Sales Order (ie. the BaseRef field). Is there a way to do it?
    Furthermore, is there any easier way? ie. simply call a 'copy' method or something else, instead of writing the same information (field by field) from Sales Order to Invoice?
    Please advise.
    Thanks.

    Hi,
    If you need discuss about DI programming, it is better post it on SDK forum.  In this forum, you may discuss about achieving it by DTW.  However, I don't think that has any time benefit for this task.
    Thanks,
    Gordon

  • Idoc segment for updating Sales order item dates

    Hi All,
    I would ike to update the sales order item dates (loading date, Goods Issuance date etc) from an IDOC.
    please let me know the Idoc segment and fields that need to be filled in?
    Thanks in advance.
    Regards,
    Zeeshan.

    Hi,
    Here are some details of the segments in the idocs -
    SEGNAM Segment Name E1EDL20
    VBELN Sales and Distribution Documen 180001539
    SEGNAM Segment Name E1EDL18
    QUALF IDOC Qualifier: Control (Deliv PIC : Picking with flow records (inbound)
    SEGNAM Segment Name E1EDL18
    QUALF IDOC Qualifier: Control (Deliv PGI : Post delivery goods issue (inbound)
    SEGNAM Segment Name E1EDT13
    QUALF IDOC Qualifier: Date (Delivery 010 : Picking
    NTANF Constraint for activity start 20090808
    ISDD Actual start: Execution (date) 20090808
    SEGNAM Segment Name E1EDL24
    POSNR Item number of the SD document 10
    MATNR Material Number 1112
    WERKS Plant SG01
    KDMAT Material belonging to the cust 1112
    LFIMG Actual quantity delivered (in 55
    VRKME Sales unit EA
    POSEX External item number 10
    ORMNG Original Quantity of Delivery 55
    SEGNAM Segment Name E1EDL41
    QUALI Qualifier for Reference Data o 001 : Purchase order data of customer
    BSTNR Customer purchase order number 4500004668
    BSTDT Customer purchase order date 10
    POSEX Item Number of the Underlying 10
    SEGNAM Segment Name E1EDL37
    Regards,
    Shamma

  • SALE ORDER COMPLETION DATE

    Hi all,
               We are create one sale order in va01N after completion of all process we make a delivery entry in VL01N.We are creat morethan five deliveries.
          Any standard report to see the sale orders completed date
    ie order closed date wise report.
    Regards,
    T.Murugu

    Hi
    You can use Acceptance field at Sales Order item to enter date on which final delivery is made.
    Based on that field, we can create a Z report lisitng Customer, Order Number, and Delivery Date (Maybe more fields based on the business scenario)
    Hope you find it useful.
    Reward points if you do.
    Regards
    Ravi

  • Sale order 'value changes' after invoice creation

    Experts,
    A sale order was created / shipped / invoiced. The invoice did not go to accounting because of credit auth error. We have a procedure to fix it and then release it to accounting (transaction VFX3). All OK until this point.
    While fixing the auth error, an user changed the freight condition value in the sale order. Then invoice is released to accounting. Now, the value of freight in order and invoice match. How is it possible to change the value of an invoice after its creation?
    Any input would be appreciated.
    UV

    when the value is changed in the sale order, it would automatically transfer
       the new pricing to the existing open SD invoice pending accounting entry??
    Certainly not.  The control is in VTFL where if you select the billing item category for the combination of your delivery type and billing type, you can see a field "Pricing Type".  If you maintain any value other than "B", system will copy the price from sale order to billing and you can, as I said above, can change manually in billing.  On the other hand, if you have maintained "B" in the above field, system will not  consider sale order price but will check your pricing condition maintained in VK11 which you can check in VK12 or VK13.
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • Is there a way to open zip files on iphone5?

    Is there a way to open zip files on iphone5?

  • IPhone is not seen by iTunes

    I have a brand new iPhone and it has only been recognized once by iTunes and that was after a complete uninstall re-install of iTunes and connecting and re-connecting multiple times. iTunes sees the device every time I put the iPhone in recovery mode

  • My newly purchased Kingston 19-in-1 card reader is not recognized by the Mac

    I just received my Kingston 19-in-1 card reader and connected it directly to the back of my iMac (iintel) running on OS X Lion 10.7. It did not show up. I checked Disk Utility and it shows the following: Info EOS Digital Name: EOS Digital (my Canon D

  • Help with importing photos from camera if some pics were imported earlier

    I am trying to import photos from my digital camera into iphoto and there are some old photos on my camera already. When the prompt screen tells me that there is a repeat photo, I clicked on do not import it for all such photos option. After that the

  • Library not available to sync with ipod

    Hi, We recently bought our son a used 4th generation nano.  It seems to be in perfect working order and the software is current. The problem is that when I plug it in to sync it to itunes, the entire music library does not show up.  However, I am abl