Document date field (GOHEAD-BLDAT) setting in transaction MIGO

Hi,
I want to set field GOHEAD-BLDAT as blank in Transaction MIGO but not defaulted by the system date (sy-datlo). I have used transaction OMJX to set this fields in required status, but this field  in transaction MIGO didnu2019t run as I expected.
How can I set up this field blank ?
Regards.

Hi,
In the R/3 Standard for transaction MIGO, the Posting date field is
always defaulted by the system date (sy-datlo) because it is hardcoded
in the program.
You can check it in the main program SAPLMIGO, source code of LMIGOKH1:
      IF ps_gohead-bldat IS INITIAL.
        ps_gohead-bldat = sy-datlo.
      ENDIF.
    ENDIF.
    IF ps_gohead-budat IS INITIAL.
      ps_gohead-budat = sy-datlo.
    ENDIF.
I am afraid I must therefore confirm that, if you desire to change this
default value for the posting date in transaction MIGO, you will need
to modify the standard coding.
BR
Nadia Orlandi

Similar Messages

  • To make the "req.delivery date" field non-mandatory in VA01 Transaction

    Hi All,
    I want to make "req. delivery date"(RV45A-KETDAT) field non mandatory in VA01 transaction.
    I have already checked on screen 4440 .This field is not mentioned as required field.
    Please help me to find where can i make this field non-mandatory.
    Thanks and Regards,
    Dipali.

    Hi,
    this is a required field, as far as the standard SAP code goes: everytime this field is touched the following function is executed in programme FV45EF0V_VBEP-EDATU_EINGEBEN:
        call function 'PERIOD_AND_DATE_CONVERT_INPUT'
          exporting
            external_date     = rv45a-etdat
            external_period   = rv45a-prgbz
          importing
            internal_date     = vbep-edatu
            internal_period   = vbep-prgrs
            ev_date_in_past   = lv_date_in_past
            ev_period_in_past = lv_period_in_past
          exceptions
            no_data           = 1
            period_invalid    = 2
            date_invalid      = 3.
        case sy-subrc.
          when 1.
            set cursor field 'RV45A-PRGBZ' line sy-stepl.
    * Bitte Datum eingeben
            message e394.
    The only way to avoid this is create an implicit enhancement at the beginning of this form, copy the exisitng code in there, delete the message after WHEN 1. and put RETURN at the end of the enhancement. But this would be HIGHLY UNRECOMMENDED, because I am positive you cause a lot of misery later on in the process: this field is mandatory for a reason!
    Roy

  • Updating Date field that is set as read only

    I have a date field that I have set the "HTML Form Element Attributes" to "readonly = "TRUE" " I would like to have the option of clearing the value in the date box without a computation, I'd like it to be java based so that it is "on the fly" without having to refresh...
    I have an example that I use that works on POPUP LOV's ...
    "<"img src="/i/delete.gif" onClick="document.getElementById('#CURRENT_ITEM_NAME#_HIDDENVALUE').value='';document.getElementById('#CURRENT_ITEM_NAME#').value=''" ">"
    Both examples are used here .. http://htmldb.oracle.com/pls/otn/f?p=22240:2
    Any ideas?

    Just use the same technique that you use for popup lovs except just use #CURRENT_ITEM_NAME#, not #CURRENT_ITEM_NAME#_HIDDENVALUE
    See an example at http://htmldb.oracle.com/pls/otn/f?p=24317:91

  • Importing word documents -  data fields

    Hi..
    When trying to import a word document with bookmarks and datafields the bookmarks came correctly but the data fields did not.
    the data fields were created in the word document using an executable file where the fileds in the excel sheet were picked up and filled to the word document. (the descriptions in the relevent fields table in the attached document) when they are imported to robohelp the bookmarks are missing. let me know how i should correct it.

    I'm not surprised about the data fields. That data isn't actually in the Word document, only a reference, so there isn't anything to import to RH. This can't be fixed from RoboHelp; the answer (if there is one) lies in Word, or possibly the executable that gets the data from Excel.
    If you find an answer, please post it - I am having a similar Word problem. I am trying to convert cross-references to regular text - a little bit like "Paste Special > Values" converts formulas to their resulting values in Excel.

  • To date for document date field in setup initialization

    Hello All,
    We are filling setup table for 2LIS_02_SCL and we are giving the restriction on document date in transaction oli3bw. Since there is a very large amount of data, we are restricting the start document date by 18.06.2009.
    We would like to run regular deltas after initialization. So should we enter an end date ?
    Can we enter 31.12.9999 as the end date ?
    Please suggest  the end date for the document date selection.
    Thanks and Regards,
    Radhika

    There is no need to setup an end date on your InfoPackages because once you create and schedule the delta job for this extractor in LBWE, it will capture the deltas for you no matter the dates on the purchasing document.
    When doing your initialization on BW, don't put any selections. Just do an Init w/o Data Transfer and then do concurrent Full Repair extracts using the same selection criteria you did for the setup jobs. You'll get improved throughput by doing this, especially if you execute multiple InfoPackages, with different selection criteria, in parallel.
    Once you have your delta job scheduled, you can then execute a delta InfoPackage.

  • Date field to be set blank--Urgent --Please help

    Hi All,
       We are running on SRM 4.0(classic scenario).On the SC screen,there  is a  date field called "Required on".By default this field is getting populated with the system date.
      Now my reqt is that when the SC screen appears,i want this date field to be blank(not carry the system date)..The user will change the date whcih will flow to the next screen(Item level data-->std functionality)....
       I tried implementing this using the BADI BBP_DOC_CHANGE_BADI....but with this BADI,the date field can be changed to blank at the next screen..not at the first screen where this field gets populated by deafult with the system date where I want...
       In addition to this with this BADI,when i reset the field value to blank on the2nd(next ) screen,i get an error  message(stating that the date field value is not carried over)...
      Can anyone tel me how this date field is getting populated and how i can set this  value to blank when the SC screen appears???Please help..
    Thanks & regards,
    Disha.

    Hi Disha,
    second message is normal: this is the std check on delivery date (here it is initial because of your mods).
    first one semas to be related to the WF.
    It could be deactivated via usual message control in SPRO.
    1> I don't know this message
    2> message BBP_PD 584 or 587
    If you set this field as mandatory in the HTML template, maybe it would force the user to populate it before sending it to SRM SC item.
    Rgds
    Christophe
    PS: please reward points for helpfull answers

  • Modify Base Date field (INVFO-ZFBDT) in MIRO transaction

    Hi everybody,
    I have to modify the base date in MIRO transaction.
    This field must be filled with the invoice date, set before and it must be in edition only.
    Is there any way (Badi, variant transaction, etc.) to make it possible ?
    I heard it was possible through payment terms (only to set the date), but i can't make it work.
    Thanks in advance for your answer.
    Olivier

    And if there is no payment term then there is no use of baseline date becacuse baseline date helps you for the discount
    To specify when exactly an invoice is to be paid, you agree terms of payments with the vendor. These terms of payment contain the baseline date from which your cash discount period applies. If an invoice was blocked for payment for a long time, your cash discount deadline could expire. If you release this invoice, you can select the field Move cash discount date on the initial screen of the invoice release transaction and retain the agreed cash discount.

  • Mandatory field GOHEAD-BKTXT in MIGO (OMXJ)

    Hi,
    I want to set field GOHEAD-BKTXT mandatory in Transaction MIGO but not for all users. In TRX OMJX I found an option "Influencing" but I do not know how to use it.
    When I use the matchcode in field "Contents" I receive a message that no input help is available.
    How can I set up this field mandatory for specific users/areas?
    Regards.
    Carlos Durazo

    Hi
    If you need more information  on influence field functionality .Please refer the below link
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab7c35c111d1829f0000e829fbfe/content.htm
    Dilip

  • Mapping Document date to PO date during MASS Transaction

    Hi ABAP Experts,
    I have a quick question. I want to change existing Sales order header data. I think we can do it using MASS transaction.
    Right now we don't have any data in the PO date field. Now I want to fill this field using document date.
    I went to MASS transaction and there is feature to set a rule to get this value. Someone please give me the code to get document date and put it in the X value.
    Here is the existing form routine the system gave.
    * X is the value you must return
    form GET_NEW_MASSSDHEAD_S_BSTDK
    using segment structure MASSSDHEAD_S
    changing X.
    endform
    Thanks and awaiting your answer,
    Creasy Matt
    Edited by: Creasy Matthew on Nov 10, 2008 8:08 PM

    please check this
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAGTFMS/CAGTFMS.pdf

  • Document Date (BLDAT) for Stock Batch-input

    Hi,
    I'm trying to load material stock with LSMW.
    The problem is that the Document Date (field BLDAT) is filled with today's date and not the date I write in my batch-input file.
    How can I load the date correctly?
    Thanx
    Diego

    Hi
    In LSMW , Please check in the step
      5 Maintain Field Mapping and Conversion Rules
    the field is attched to a source filed or maintained as defualt.
    Please check the same.
    I am using the same for stock uploading using MB1C transaction & it is working fine.
    Thanks & Regards
    Kishore

  • Document number field F4 help in transaction cv01n

    Hi,
    I would like to not display deleted documents in Document Number field search help in CV01n transaction only.
    How do I go about doing this?
    Regards,
    K

    Hello,
    The search help used for document no is H_TDWA. Add a search help exit to this search help to filter out deleted document numbers. Search sdn for "search help exit" you eill get several links to implement it.
    Regards
    Vishal Kapoor

  • Dp91/DP96 - alignment of posting date to and Document date (VBAK-AUDAT)

    Is it possible to force the document date on the billing request to equal the "posting to date" chosen in the selection screen with DP91 & DP96.
    The reason the users want this is so they can see costs and not invoiced billing requests in the same period in a custom report generated from SD.
    Pricing date does not help, as they may want to reference a pricing date in the past.  Currently our system is setting the VBAK-AUDAT to be the billing request creation date, which could be in the next period if it is run a little late.
    Is there a BADI or user exit that enables us to control the document date field?
    Regards

    Hi,
    RRB definitely spans PS & SD. But your query is relevant to the SD module. Kindly raise this query in the SD forum.
    Regards,
    Gokul

  • Change Purchase Order : Document Date

    Hi Gurus,
    I would like to change Purchase Order: Document Date due to wrong input but I found out this field has been grayed out from change (ME22/ME22N) after save.
    Can anyone tell me how to solve this problem?
    Thanks & regards,
    Loi

    Dear Gurus,
    Is there is any effect of changing the PO's Document date? What is the usage of PO's Document date, in which area?
    If no effect, can I customize the PO: Document Date field through Application transaction variant function?
    Pls adivse.
    Thanks & regards,
    Loi

  • PO Document date filed editable

    hi all,
    can I make the PO Document date field editable?
    if so, is it possuible to make it editable for a particular document type?
    i have checked the field selsection in SPRO, but could not find the Document date field,
    please help.
    regards,
    kumar

    hi,
    thanks for your quick replies.
    in T.Code ME21N,
    In our sandbox client, the field Document date is editable.
    but in QA, and PRD clients it is in display mode.
    so, wanted to understand why it is editable in DEV client?
    I have checked, the Badi ME_Process_PO ;
    I think, we have not implemented any thing for document date.
    do we have to implement it to make that field editable or is is any standard setting?
    awaiting your replies....
    regards,
    kumar

  • 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

Maybe you are looking for