Hide document or posting date?

in fb50 screen
there is a posting date and document date is there any way to hide any one of them coz
the users forget to change both of them (change one of them and forget the other)

Hi,
Document date is the date of creation of original document.
Posting date is the date when you want the document to be actually posted. Choosing posting date depends on the period that is open for posting. So, the period and fiscal year updating the accounts specified in the document or cost element are derived from the posting date.
You need both of them. Its business decision which dates has to be filled in each.
Users have to be oriented to get used to this and input the right date as per their business need.
Hope you find this helpful.
BR
Munair

Similar Messages

  • GR/IR from miro document and posting date.

    Hi experts,
    Is there any proper way to selecting data.
    My purpose is getting GR/IR on Miro Document and Posting date basis.
    THE CODE IS.
    TABLES : bkpf, rseg, bseg.
    DATA : BEGIN OF it_bkpf OCCURS 0.
            INCLUDE STRUCTURE bkpf.
    DATA : bbelnr TYPE bkpf-belnr,
          bgjahr TYPE bkpf-gjahr.
    DATA : END OF it_bkpf.
    *data : it_bkpf like bkpf OCCURS 0 WITH HEADER LINE.
    DATA : it_rseg LIKE rseg OCCURS 0 WITH HEADER LINE.
    DATA : it_bseg LIKE bseg OCCURS 0 WITH HEADER LINE.
    DATA : bbelnr TYPE bkpf-belnr.
    DATA : bgjahr TYPE bkpf-gjahr.
    DATA : bawkey TYPE bkpf-awkey.
    data : dmbtr1 type bseg-dmbtr.
    data : dmbtr2 type bseg-dmbtr.
    PARAMETERS : p_budat LIKE bkpf-budat.
    SELECT SINGLE * FROM bkpf
      WHERE budat = p_budat
      AND blart = 'RE'.
    WRITE :/ bkpf-awkey(10).
    WRITE :/20 'I/R'.
    WRITE :/20 sy-uline(30).
    SELECT * FROM bseg
      WHERE belnr = bkpf-belnr
        AND gjahr = bkpf-gjahr.
      IF bseg-shkzg ='H'.
        bseg-dmbtr = bseg-dmbtr * -1.
      ENDIF.
        dmbtr1 = dmbtr1 + bseg-dmbtr.
      WRITE :/20 bseg-belnr, bseg-dmbtr.
    ENDSELECT.
    bbelnr = bkpf-awkey(10).
    bgjahr = bkpf-awkey+10(4).
    SELECT SINGLE * FROM rseg
      WHERE belnr = bbelnr
      AND gjahr = bgjahr.
    SKIP 2.
    CONCATENATE rseg-lfbnr rseg-lfgja INTO bawkey.
    SELECT SINGLE * FROM bkpf
      WHERE awkey = bawkey.
    WRITE :/20 'G/R'.
    WRITE :/20 sy-uline(30).
    SELECT * FROM bseg
      WHERE belnr = bkpf-belnr
        AND gjahr = bkpf-gjahr.
      IF bseg-shkzg ='H'.
        bseg-dmbtr = bseg-dmbtr * -1.
      ENDIF.
        dmbtr2 = dmbtr2 + bseg-dmbtr.
      WRITE :/20 bseg-belnr, bseg-dmbtr.
    ENDSELECT.
    dmbtr1 = dmbtr1 - dmbtr2.
    skip 2.
    write :/ dmbtr1.

    self solved

  • GR document and posting date issue for initial stock upload are overidden

    Hi all
    Loading initial stock into the system using standard idoc message type MBGMCR and basic type MBGMCR02.
    We are trying to post the intial stock upload with posting and document dates in past with this idoc. The Idoc is accepted with these dates but while posting the system is overiding these dates and posting the document with system date. Any clue as to what is happening?
    Regards,
    Amit

    Hi Jurgen
    I am aware about the posting being possible till the last period.
    But the system over-riding the posting and document dates in the IDoc even if I chose previos day's date in the current period. The dates in the IDoc are correct to be in the past. The IDoc is accepted by the system with the document and posting dates in the past.
    But dates in the document after posting are system dates. Very unsual. Please let me know the reasons.
    Thanks for the reply.
    Cheers,
    Amit

  • GR Document number & posting date in drill down option? (Reporting)

    Dear Experts,
                          As im new to reporting,i had a requirement from my client..the question is
    This is with regards to report Order Values on Posting Date (0PUR_C01_Q00021) 
    Can you add GR Document number & posting date in drill down option?
    i guess if i keep both of the in free characteristic,it will be the result,please suggest me on this
    Thanks & Regards,
    Srikant

    Dear Experts,
                            My Client requirement is he want GR Document number and GR Positing Date in the drill down option,im not able to find them in the query designer level. the query is under the cube 0PUR_C01. any suggestions will be a great help..
    Thanks and Regards,
    Srikanth

  • MATERIAL DOCUMENTS FOR POSTING DATE TCODE ?

    HI ALL,
    CAN SOMEBODY GIVE ME THE MATERIAL
    DOCUMENTS FOR POSTING DATE TRANSACTION CODE.
    THANKS,
    KSR

    Hi all,
    For dispaly of Material Document we have Transaction Code : MB03,
    this with the Document No & Year,
    like wise for dispaly of Material Document for a date range i want to know the Tranasction Code.
    Thanks

  • MB_MIGO_BADI. Post document. Posting date?

    Hi Guys,
    I need your help. I'm using MB_MIGO_BADI, method post_document to change posting date in header. After user changed the posting date I need to check some conditions and if they are fulfilled I want to change this posting date with sending the W-message that posting date was changed. After this user needs to press post again and GR will be posted. My problem is that I cannot change the posting date in is_mkpf structure. In method PAI_HEADER I saved posting date changed by user and now I'm trying to use it to update is_mkpf
    field-symbols: <fs> type mkpf.
    if post_fy > del_fy.
    concatenate cur_fy '0831' into post_date.
    assign is_mkpf to <fs>.
    <fs>-budat = post_date.
    message w895(m7) with 'Posting date changed. Post again.'.
    but I have runtime error "overwriting protected filed". What I need to do to change the posting date with a new value?
    Thanks a lot.

    Hi,
    Create an implementation of this badi in SE19.
    Go to tcode SE19. Give the z implementation name. In the definition name of give MB_MIGO_BADI.
    If the z-fields are in table MSEG I hope it will be available to you in IT_MSEG table as well in the badi.
    Write the code for populating the fields. Save and Activate the badi implementation.
    KR Jaideep,

  • Need to check PO Posting date at schedule line and material document level

    HI All,
    I am facing an issue to reconciliation data with ECC.
    Issue :
    we have a PO,item,schedule line with delivery date, scheduled qty and quantity received from EKET table
    we have PO,item,Material document,movement type,posting date with quantity received from EKBE table
    the standard extractor 2LIS_02_SGR is providing data at
    PO,item,schedule line,material document,movement,posting date
    as if now we are using this extractor to get the posting date at schedule line level.
    can some one let me know how exacty the EKET and EKBE table are joined ???

    Hi,
    The data for the datasource 2lis_02_sgr can be compared in ECC using ME80FN transaction.
    Please check the below Link for all the details reragrding 2LIS_02_SGR datasource.
    [http://help.sap.com/saphelp_dm40/helpdata/en/69/063f3f2615e07fe10000000a114084/content.htm]
    Hope this helps..
    Thanks,
    Nagarjuna

  • About Billing - accounting document posting date

    Hi Experts,
    I do billing on 2010.10.30(SAT),but when i posted the document.
    Accounting document default posting date is 2010.11.01.
    How can i config the posting date as current date.

    Hi,
    Please check your factory calendar. Sunday may be decalred as non working day in your factory claendar. Kindly check what is the factory calendar assigned in your Company code, Plant and Sales Organisaions and change it. This will resolve your issue.
    Regards
    Vijay

  • How to change the posting date at the line item level in a sales order

    how to change the posting date at the line item level in a sales order

    Hi,
    I believe the POSTING DATE will appear on the accounting document
    In the Accounting document, the posting date will be based on the  Billing date.
    Please let me know if you need any more details
    santosh

  • Posting date changes when I approved a Funds reservation

    Hello experts,
    When I approved a Fund reservation in SAP business workplace, system creates a Accounting document with a different posting date.
    I give you an example:
    Funds reservation:
    Document number: 1101000099
    Document type: R0
    Document date: 01.08.2011 (day.month.year)
    Posting date: 04.08.2011 (day.month.year)
    Accounting document
    Document number: 1000000916
    Fiscal year: 2011
    Period: 08
    Doc. Date: 01.08.2011 (day.month.year)
    Posting date: 29.08.2011 <<<----
    ?¿?¿?¿? Why sy-datum ??
    Maybe a SAP error ?? Do you know where SAP (abap code) determine posting date??
    I need posting date of accounting document is equal to posting date of funds reservation.
    Note: If I created a funds reservation with posting date 31.12.2011 and then I approve it, system creates accounting document with posting date correct! (31.12.2011)
    A lot of thanks in advance.
    Best regards,
    djlu.
    Edited by: djlu on Aug 30, 2011 12:27 PM
    Edited by: djlu on Aug 30, 2011 12:45 PM
    Edited by: djlu on Aug 30, 2011 12:49 PM

    Hello gautam maini,
    First of all a lot of thanks for your quick answer.
    My BO is ZFMRE a custom objecto of FMRE.
    Methods: I don't know which method exactly but I think zfmre.Approve_1 or zfmre.Approve (standard methods)
    Workflow: WS90200003 / WS99800014
    SAP Version: SAP ECC 6.0
    Sorry but I am not a workflow expert.
    Please give me your suggestions.
    Thank you in advance.
    Best regards.
    djlu.

  • Posting Date logic

    Hi experts,
    Have a question to all.
    Why does the PO history show only the Posting Date of Receipt & Invoice docs.why not the creation date.
    Say,i create a document today with posting date one week ago.
    How can you have a posting date before a document is created?..
    Appreciate your thoughts.
    Regards,
    Jag

    Hei,
    Thanks for your help.
    Have a question to you?
    Suppose we should never have documents showing posting dates before the creation date,can this be controlled using a user-exit to validate Posting date with Creation date.If done so will affect all users using MIGO.How to make this control User specific........?
    kindly advise.
    Jag

  • QA11 for posting date

    Hi all ,
    System allowing to post document having "Posting Date" greater than "System Date" in QA11.
    Any BADI is avialable to restrict the same.
    Please help

    As I know there is no customer exit or BADI to control the posting date field(RQEVA-BUDAT) at UD transaction.
    Using a field exit is only way for your requirement.
    But SAP does not support the field exit functionality anymore through CMOD from version 4.6C.
    Therefore you have to use report RSMODPRF or develop a function like as 'FIELD_EXIT_***'.
    Regards
    Luke

  • 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.

  • Event to change Posting Date in invoice (ERDK table)

    Hello,
    We are using events R402 and 0062 to change the posting date, which works fine for FICA, but does not change the posting date in Invoice document.
    I was trying to find an EVENT to change the BUDAT posting date on Invoice (ERDK).
    Thanks.

    To handle this requirement you can use FICA Event R999.
    In this event you have access to the whole Print Document object which contains the billing documents that makes the invoicing unit (print document), the posting date and the scheduling date.
    Regards,
    Siva

  • Posting Date of Cancelled Invoice Document MR8M

    Hi, there is a invoice document posted in the system (using MIRO) on 3/31/09, when i reverse this document on 4/14/09 using MR8M, the canceled document has a posting date of 3/31/09 (same as the original document) instead of 4/14/09. Can someone tell me how to get the posting date to 4/14/09. Both 3/31/09 and 4/14/09 are in the same fiscal year and period.
    Thanks

    Hi,it's depend on Reversal reason!You'd to customize it

Maybe you are looking for

  • Procedure with OUT Parameters - Creating A Report

    I have the following procedure that is used in our internal (non-APEX) apps: PROCEDURE SelIssueActivityPublic (                                             p_results           OUT     SYS_REFCURSOR,                                             p_Issue

  • Linksys E4200 is not channel bonding

    I have been trying for weeks to figure out why my linksys E4200 would not do 300 mbps I think I came up with the answer the firmware is not allowing it to channel bond on the 2.4ghz channel  in my old 160n when I change the channel width to 20 to 40m

  • How can I make Delivery Address mandatory in ME51/ME51N?

    Hi, Can anyone tell me how I can make the Delivery Address a mandatory requirement prior to saving a Purchase Requisition? I can set the address/fields as mandatory via SHD0 but the 'delivery address' is an icon and not part of the purchase requisiti

  • GL_DATE in RECEIPTS Form / AR_RECEIVABLE_APPLICATIONS_ALL

    Hello, Can anyone please help me to resolve the following issue using CUSTOM.pll? 1)     Receipt is created in 01-Jan-11 (Receipt Date), GL_DATE = 01-Jan-11. No customer attached to this receipt. So this receipt status is unidentified receipt. 2)    

  • Error in doing in Commitment item Financial Transaction

    Hi Iam facing a problem while doing GR/IR because  GR/IR gl account has been assigned to commitment item category of 60 instead of 40. But most of the PO's iam able to do the GR/IR apart from a handfull.That is confusing me.If its a configuration err