In VA02 document date is fixed.

Dear all,
Please give me a solution for , In sales order VA02 document date is fixed/ do not change date.
Thanks & Regards
Amit Karalkar

Hi,
As per SAP standard it has to be open but if you wan to disable this field VBAK -AUDAT.   By using user exit you can achieve
this, sit with your ABAP programmer and explain him your requirement provide him technical details.
Regards,
MH

Similar Messages

  • How to get the fixed result in a DES/CBC mode with fixed input data and fix

    How to get the fixed result in a DES/CBC mode with fixed input data and fixed key. Below is my program , I tried to get the checksum of the DESInputData with the DESKeyData, but each time the result is different.
    below is my code:
    byte[] DESKeyData = {(byte)0x01 ,(byte)0x01 ,(byte)0x01 ,(byte)0x01, (byte)0x01 ,(byte)0x01 ,(byte)0x01 ,(byte)0x01 };
    byte[] DESInputData = {(byte)0x31 ,(byte)0x31 ,(byte)0x31 ,(byte)0x31,(byte)0x31 ,(byte)0x31 ,(byte)0x31 ,(byte)0x31 };
    SecretKeySpec skey = new SecretKeySpec( DESKeyData, "DES" );
    Cipher cipher = Cipher.getInstance("DES/CBC/NoPadding");
    cipher.init( Cipher.ENCRYPT_MODE, skey );
    byte[] result = cipher.doFinal( DESInputData );

    Use class javax.crypto.spec.IvParameterSpec to specify IV for CBC mode cipher:
    // Create CBC-mode triple-DES cipher.
    Cipher c = Cipher.getInstance("DESede/CBC/PKCS5Padding");
    // Specify IV.
    IvParameterSpec iv = new IvParameterSpec(new byte[] { (byte)0x01, (byte)0x23, (byte)0x45, (byte)0x67, (byte)0x89, (byte)0xAB, (byte)0xCD, (byte)0xEF });
    // Initialize cipher with proper IV.
    c.init(Cipher.ENCRYPT_MODE, yourKey, iv);
    // Encrypt and decrypt should work ok now.
    For more info about cryptography, search the Internet for IntroToCrypto.pdf from mr. Phil Zimmerman. This document is also part of PGP (http://www.pgp.com).
    An excellent book is 'Applied Cryptography' from Bruce Schneier (http://www.counterpane.com/applied.html).
    Regards,
    Ronald Maas

  • Request to make Document Date (OINV.TaxDate) available on Remittance Advice

    Hi,
    I have 2 customers who have requested that we include the Invoice Document Date (TaxDate) on the Outgoing Payment (Remittance Advice) payment.
    Can this be made available?  At present only the Posting Date (system variable 202) and Due Date (system variable 203)  can be shown.
    Thanks
    Greig

    Thank you Suda. This may work to a certain extent but it will not resolve many issues within the programme because in many places within the Accounting system the Tax point date is not taken into account. For instance the entries in G/L bank accounts are refering the Posing Date instead of the Tax Point Date. i have noticed this in other places within the system that somehow the Tax point Date waws mixed up ( I think perhaps due to confusing Field names within the tables)
    I am not sure what the procedure is to report this type of issues to SAP support or Development team but I feel that this needs sorting out within the system because I am not sure that it is only a matter of showing the Tax point  date on a UDF
    Thanks for your suggestion anyway - at present I do not know how you place a tax Point date UDF Field in the Incoming Payment Form - this form is fixed and i am not able to edit,add to it and having the UDF will not help, perhaps you can elaborate on your idea
    Thank you
    Robert

  • VAT reconciliation report - document date variable

    Hello!
    I am trying to have document date in VAT reconciliation report instead of posting date.
    I do not have system variable value for this.
    Have tried to search through PLD_Vars Excel document, but without any luck...
    Any help would be appreciated
    Thanks,
    Dejan
    P.S. I forgot to say that the document id is REC10003
    Edited by: Dejan Krunic on Apr 21, 2009 12:33 PM

    This PLD is in fixed format.  That means everything is hard coded.  There is no where you can find any other variables but the variables on the PLD fields only.
    Thanks,
    Gordon

  • Document date on check stub

    On our check stub the taxdate is used to display the a/p invoice document date on the stub.  when we have a credit appearing on the same check some random date from 2007 is shown.  How can i have the taxdate appear when it is a credit vs. a/p invoice?
    Could i create a formula in PLD?
    Thanks

    Found additional info in some training material powerpoint:
    You can make fields appear only if certain conditions are true. To do this, you first need to build the condition with the help of one calculation field and two operator fields:
    The two operator fields are text or data fields. Usually, you want to compare the content of a data field with a fixed value. In this case, you would need the data field and a text field that contains the fixed value.
    The calculation field compares the two operator fields with each other with any condition operator (such as greater, less, or equal). The calculation field returns either a 1 if the condition is TRUE or a 0 if the condition is FALSE.
    You need to link the print layout field that you want to influence through the condition to the condition field.
    To do this, you enter the Unique ID of the condition field into the Link to Field field of the print layout field. If the condition field is equal 1 the linked print layout field will be printed, if the condition field is equal 0 the linked print layout field will not be printed.

  • Posting date or document date

    hi all,
    for baseline date, i can base on posting date or document date.
    may i know where in spro, we can define the baseline date to be based on posting date or document date to calculate the net due date depending on the days in payment term?
    example
    posting date 20-08-2008
    document date 18-08-2008
    payment term 10 days
    so net due date is either 30-08 or 28-08 depending on posting or document date.
    thanks

    Hi,
    When you are creating a payment term with Tcode OBB8, there a radio button option is available. Choose among the four options.
    1) Posting Date
    2) Document Date
    3) Entry Date
    $) No Default.
    Hope this will fix ur issue.
    Thanks,
    Srinu

  • Reg:Document Date Blank in FB03(Print Preview)

    Hi All,
       When i display the G/L Account Document in FB03 Transaction, and give the Print Preview i don't want to display the document date, it should be blank is there any way to achieve this scenario?

    Figured it out.  It had nothing to do with the software levels of Safari or Adobe Acrobat.  Here's the fix:
    Open Finder/Applications
    Search "Internet Plug-Ins"
    Move any Adobe plug-ins to the trash
    Quit Safari
    Launch Safari
    Your pdf document should now render in Print Preview and print properly.

  • FI: Payment condition calculating 2 due-dates depending on document-date

    Hello community!
    I'm searching for a definiton of a FI-payment-condition which is calculating two different due-dates depending on document-date.
    E.g.:
    Invoices dated from 01.03.08 till 09.03.08 should be paid on 10.04.08.
    Invoices dated from 10.03.08 till 31.03.08 should be paid on 10.05.08.
    Or must this be realized by a FI-substitution???
    Thanks for an answer.
    Kind regards,
    Bernd

    Hello,
    You didnot mention if u need posting date as base or document date. However your scenario, below is
    the answer for your query is
    1. Create one customised payment term only eg. XXX
        for first scenario,
       Day limit is 9 ;
       under payment terms tab , fixed date 10, Addl month 1
       for second scenario
       in the same payment term XXX
       Day limit is 31,
       under payment terms tab , fixed date 10, addl month 2.
    Explanation.
      as day limit is 9, what ever the dates of transaction between 1-9 it picks first setting
    and after 9th until 31st it picks second setting.
    I hope this clarifies you.
    Thanks
    G.Bharathi

  • In CO11 Procedure to change document date

    Hi Experts,
                       I make production order confirmation through CO11 & GI / GR is done automatically.
    There is no option to change Document Date against GR/GI. Whenever i post entry in back date
    i can chage posting date but as there is no option of changing doc date i can't change.
    but my client wants to change that doc date along with posting date.
    plz suggest me regarding above.
    Harman

    Hi Ramesh..
    Ok..I agree with you..But there is a problem..When I make to send the PO to R/3 with the posting date in the past, In RZ20 there is a message '' the posting date is in the past'' this problem ocurring because the posting date in the past for PO. For ex: I create a PO in 04.08.08 and i try to send to R/3..but i can't send to R/3 becasue others problems ..the Po status change to ''Process Error'' . I fix the ''errors''  and i try to send the Po to R/3 again, I make this procedure in 05.08.08...but in purchase monitors show me up a message ' the posting date is in the past''
    How I can solve this? I need to send a PO with a past date to R/3. Can I change this configuration in R/3?
    Thanks

  • Documents & Data full ? Restrictions passcode wrong?

    I'll admit that I have a slim understanding of how my iPhone 4S really works & at the risk of sounding crazy, I'll try to detail the issues I'm having that even the Apple store rep couldn't quite figure out.
    Let me also preface by saying I don't understand most of the lingo & instructions posters give to remedy things. I need layperson's terms.
    I have 18GB, no music, not many apps but almost 9GB taken up by documents & data. No idea why. I had never backed-up on iTunes because I didn't think it necessary since I don't have much info stored. Apple rep said he'd never seen that much space taken up by docs & data so he instructed me to back-up on iTunes, which I did. I started like 'as new phone' & when it asked me to enter codes (is passcode different from restrictions passcode?) I entered the same for both but when I went to clear out my docs & data (which came back I guess because I restored from back-up when prompted) I was told that my passcode is wrong.
    This is the crazy part, and I know I'll sound like a nutjob but I have had some identity theft issues lately & since I don't know that much about how this all works, I worry & sound like a conspiracy theorist (which I am DEFINTELY not) but when I was wiping it & starting new, the screen flashed with a language like Arabic or another Middle Eastern script. I am SURE of this. I am a pretty intelligent person so I know what many languages look like & can't figure out why this would happen. Maybe this happens every time an iPhone is wiped?
    Like I said, recently I have had some ID issues. My myverizon account was hacked & my name was booted off the account, my phone turned off, address changed to Michigan & upgrade used on high-end merchandise before I realized my phone was no longer working & called verizon to fix. Someone hacked into my wells fargo account & my minor child's account from the back end, stole nothing, but took our personal info such as social security number. Other things as well so I now worry who has access to what.
    At any rate, this query post is multi-fold;
    #1. If I enetered passcode/restrictions code info when wiping phone clean, why can't I get in?
    #2. Why so much space taken up in docs & data? How can I free-up some space?
    #3. Am I just being paranoid about foreign laguage upon restore?

    When you sync, it does a backup first and then syncs those items you have selected in iTunes.
    Perhaps these will help...
    http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf
    http://www.apple.com/support/itunes/
    http://www.apple.com/iphone/how-to/#basics.introduction

  • Document Date Problem with Sale Order

    Hi,
    This issue is related to Create Sales Order ( VA01).
    In sales order after entering sold to party, purchase order no, required delivery date ,delivering plant , material, order quantity etc.
    When I am going through menu path GOTO>HEADER>SALES . In that DOCUMENT DATE
    field is there and this field taking back date that is 26.06.2008. Even I am preparing sales order today
    but in document date field system capturing fix date 26.06.2008.  Please help me why system capturing
    same date & how I can solve this problem.
    Manoj Pise.

    Hi
    manoj
    please check the system datum. date setting in yr computer u may fix the problem.
    pl check.
    thx

  • Payment term - 90 days from document date on 15th of the month

    Helllo,
    Can anybody please tell me how to configure following payment term?
    90 days from document date on 15th of the month i.e. as follows:
    u2022     Document date = 03.01 => Due date = 15.04 (90 days completes on 03.04)
    u2022     Document date = 15.01 => Due date = 15.04 (90 days completes on 15.04)
    u2022     Document date = 27.02 => Due date = 15.06 (90 days completes on 28.05)
    u2022     Document date = 18.03 => Due date = 15.07 (90 days completes on 16.06)
    Regards,
    CHetna Pant

    Dear,
    Define no 'fixed day' and 'additional months'. Go to payment terms section and enter 90 in 'No. of days'

  • Calculating local currency based on document date in goods receipt

    We have a requirement in Poland that the local currency PLN should be calculated based on the document date when doing goods receipt, and not standard SAP posting date. I can only find note 619330 according to this requirement, but this note requires use of material ledger which we are not using. We have implemented note 574583 for the same requirement in transaction MIRO.
    Since there are no notes from SAP according to the requirement in transaction MIGO, are there any enhancements available for using the document date instead for posting date when calculating local currency?
    Best regards,
    Terje

    substitution used

  • I dont see 'documents & data' in settings

    Why cant i see 'documents & data' in the settings in iPhone? Im trying to backup whatsapp but i have to turn on documents & data first but i don't see it in settings/iCloud

    This is in my settings. No documents & data

  • Problem with material and document date in sales order

    Hi All,
    I am working in ECC 6.0 .I am facing problem with two fields when in enter in to sales order(tcode:va01)
    1.A material comes automatically in line item.
    2.Document date also comes as 27.03.2008 instead of todays date in each order i create.
    I think its not related to configuration.I think its related to some modifications through exits or enhancement points.could someone suggest me a where to check and solve that.
    Your's suggestion is appreciated.

    Hi Sharad,
    Check MV45AFZZ include in se38..It is a user exit for basic validation on sales...We may be able to find some code there (if screen data is predefined by code as mentioned)
    Hope it helps
    Regards
    Byju

Maybe you are looking for