U00CDntercompany IDOC payment terms ZTERM missing

Hi all,
When we create a customer invoice it triggers an intercompany idoc. An intercompany invoice receipt is created in our system as an A/P but payment term not gets stored in field ZTERM but right calculation is done regarding number of days until due date (also right baseline date). Field for baseline amount is not stored either but I don´t know if thats a problem. 
The other intercompany that gets an A/R, payment terms is stored.
We have ECC 6.0.
I have found several notes regarding this but not for ECC 6.0, just earlier releases.
Do anyone know anything about this problem?
Regards Lisa

Hi,
I got following answer:
The system determines the terms of payment that are posted by IDoc,
according to the following rules:
1. If the IDoc for the invoice contains E1EDK18 segments and at least
one of these segments contains a value, days or a percentage, then the
values are copied from the IDoc.
2. If the IDoc for the invoice contains E1EDK18 segments with no values,then the terms of payment are read from the vendor.
Also please refer note 394851 and 103678 for more details.
As explained in note 103678.
ZTERM will be filled from user exit only when E1EDK18 is not filled.
Regards Lisa

Similar Messages

  • BAPI/FM to Change Payment Terms ZTERM of FI Invoice

    Hi,
    I am trying to chnage Payment Terms(BSEG-ZTERM) using FM FI_DOCUMENT_CHANGE and FM FI_ITEMS_MASS_CHANGE but none of these FM is working.
    For FI_DOCUMENT_CHANGE it is giving error "You cannot change Payment Terms(ZTERM) and inFM FI_ITEMS_MASS_CHANGE it is not providing option to change Payment Terms (I have checked Coding of the FM FI_ITEMS_MASS_CHANGE).
    Can anyone guide me on this? How can I change Payment Terms(ZTERM) of FI Document.?
    Thanks.

    Sapan,
    My requirement is to Develop an Interface, through which you can change payment terms of Customer open line items.
    Manually in FB02 I am able to change the Payment Terms but when I am not able to change it using FM FI_DOCUMENT_CHANGE and FM FI_ITEMS_MASS_CHANGE.

  • FBB1 - field payment term is missing

    Dear Guru,
    When i post vendor invoice in FB01, field payment term is appear as usual.
    But if we post with FBB1 (same posting key [31] and same customer number without special G/L), field payment term is missing.
    Could you please suggest, how can we activate the field in FBB1?
    Thank you and best regards,
    Kaew

    Hi,
    in transaction FBB1 are taking the Baseline date is taking Due Date Calculation
    During document entry for open item accounts, the date may be defaulted. For this, a terms of payment key must have been specified in the customer's/vendor's master record for which a default value is requested in the document.
    The proposed date can be overwritten.
    If the cash discount rates (and days) have not been entered, the baseline date for payment is the same as the due date.
    hope this is helpful
    Regards,
    Sreehari

  • Payment Terms (ZTERM) - Appears in FB60 but not FB70

    Hello all,
    Currently our system does not show the Payment Terms field in Tcode FB70 (Enter Customer Invoice).  There is a requirement to have this field appear.
    However, when going to Tcode FB60 (Enter Vendor Invoice), the Payment Terms field appears.
    After doing research, I believe I can make this field appear through SAP IMG --> FI Accounting --> FI Accounting Global Settings --> Document --> Line Item --> Controls --> Maintain Field Status Variants (this can be found via Tcode OBC4).  When in this Tcode, I'm not sure what Field Status Group controls the parameter to currently supress the Payment Terms field in FB70.  I'm also not entirely confident this is the location to make Payment Terms an optional entry field in FB70.
    Any help would be greatly appreciated.

    Thank you so much, that is the answer.  Payment Terms was not appearing in FB70 because the Field Status Group in the G/L account for the customer was set to a value that suppressed Payment Terms.  When the Field Status Group is changed in Tcode FS02 to a value that recognizes Payment Terms as an Optional Entry, the Payment Terms field appears in FB70.  Ironically, only one customer had the incorrect value that suppressed the field.

  • Mass change of Vendor Line Items Payment Terms

    Hi all
    We are trying to make a mass change of payment terms for vendor line items.  We have implemented the change required as per SAP note 640908. However when we try to do this not all payment terms are changed.
    The log gives us the following error - 'Field BSEG-ZTERM. does not exist in the screen SAPMF05L 1302'.
    Please how can we solve this error.
    Many thanks
    PRG

    Hi,
    According to note 640908:
    " Notes on error handling:
        If the mass change does not occur as required even though you
        changed and activated all program parts, note that the error log
        for the mass change (Environment -> Mass change -> Error log of
        line item list) may contain useful information for error
        handling."
    " Note: SAP cannot guarantee that the modified mass change will work
      correctly even if you carry out all of the steps as described in the
      manual tasks."
    It is not planned to enter the payment terms by using of
    the field payment term ZTERM but by using of the fields ZBD1T/ZBD1P and
    ZBD2T/ZBD2P and ZBD3T.
    With Best Regards,
    Gladys Xing

  • Release strategy for PO on Payment terms..

    Dear friends,
    Is it possible to have Release strategy for PO on Payment terms.....
    I checked in CEKKO, no field availble for payment terms.
    Is there any other way..........
    Plz help
    Rgds,
    Navin

    Hi,
    You can append Communication Structure "CEKKO" and add Payment Term (ZTERM)
    Use User Exit "M06E0004" (Changes to communication structure for release purch. doc.)
    Function module "EXIT_SAPLEBND_002" (Changes to Communication Structure for Release of Purchasing)

  • Payment terms on SRM

    Hi All,
    The problem we have is the that we don’t see on the search help the list of payment terms during contract creation.
    Steps we followed:
    1) Replication from back-end using BBP_UPLOAD_PAYMENT_TERMS, in this way following tables are filled BBP_PAYTERM and BBP_PAYTERM_TEXT
    2) We didn’t create any local payment terms so that going on customizing view (SRM Server -> Cross application Basic Settings -> Create Payment Conditions) the view is empty even if we made step 1.
    Unfortunately the replicated payment terms are missing on help search during contract creation.
    Could you please share with me what you think about these problems ?
    Thanks in Advance,
    #Bill J.

    Hi Emre,
    Did you find any solution? I am still working on this.
    Thanks in advance if you clarify this on going issue in my mind
    Bill J.

  • Payment Method & Payment Term as display in Vendor invoice posting

    Hi All,
    We like the fields Payment Method (ZLSCH) & Payment Terms (ZTERM)  to be in non editable mode in all forms of Vendor Invoice Posting ( i.e FB60, MIRO,etc).
    Can we achieve this, if so how.
    Do suggest.
    Regards,
    Tim.

    Hello,
    Then I would suggest a validation (GGB0) with the following logic (be careful this is not ABAP):
    IF COMPANY CODE = <SMTHNG>
    AND DOC. TYPE = <SMTHNG>
    AND POST. KEY = <SMTHNG>
    SELECT SINGLE * FROM LFB1 WHITH VENDOR CODE
    CHECK <PAYMENT TERMS> = <LFB1-PAYMENT TERMS>
    ERROR MESSAGE: YOU CAN NOT CHANGE PAYMENT TERMS
    Best Regards,
    Dimitris

  • User Exit for payment term

    Hi Friends
    how to write the User Exit for Payment terms at Item Level. Any Sample User Exits can help me if no exact User Exit Is there
    User Exit Name : USEREXIT_MOVE_FIELD_TO_VBKD
    Thanks in Advance.
    Regards
    sahiti

    Hi Amrish.
    thanks again.
    Hear is the complete ticket which i got from the client.
    1. User exit in Program MV45AFZZ
    User Exit Name : USEREXIT_MOVE_FIELD_TO_VBKD.
    create an include first - and then add the statements to that include..
    this way when there is a patch or an upgrade - we need to only type the include statement and not the extire userexit.
    2. External Table Specifications:
    the table is client dependent
    table name: zpaymentterm.
    client(keyfield)-mandt
    sales org(key)vkorg
    sales Doc-(key)auart
    material Grp-Matkl
    cust:kunnr
    Payment term (zterm) : ijput field in table maintenance
    3. select from the ztable using vbak-vkorg/vbak-auart/vbap-matkl/vbak-kunnr is equal to zztable fields.
    move corresponding zztable-zterm to vbkd-zterm.
    4. Validations: if no entry found in ztable then payment term from the customer master should be copied in the document.
    5. Create the maintenence view for the table and assigned with Transaction Code.
    Thanks in advance.
    Sahiti.

  • Payment term Field at header level

    Hello
    my requirment is while creating sale order the payment term field at header level should be in display mode. or not shown while creating sale order. doesnot want to maintain user exit. or anyone have knowledge of field (of payment term ZTERM ) object ?
    Regards

    Dear Mr. M Yasir Dogar,
    To this requirement as Lakhsmi says, to make the Payment term in display mode, without user exit you can do with Tansaction variant SHD0. It actually make a view sort of control.
    Steps:
    Run T CODE: SHD0
    Transaction         VA01
    Variant                ZVA01_VARIANT
    create a sales order.
    during the process system, records all the details of object involved in the sales order creation.
    and it records with the screen number as variant name.
    After execution go to details, Go to
    Name of screen variant:  ZVA01_VARIANT_4440
    and in Payment terms VBKD-ZTERM, select Output only (means it will only display the data from master) and others option also will be there like * Invisible, Required.*
    Select the appropriate one.
    Along with this activity,in the authorization - profile the Variant should be assign to the USERS having T CODE : VA01. This can be done by the Basis team.
    We did similar to control the manual entry of Payment terms.
    Regards,
    Mani

  • BADI to change payment terms in MIRO

    Hi,
      Can anyone suggest a suitable BADI to change the payment terms at header level in MIRO ? BADI MRM_PAYMENT_TERMS is supposed to do so as per its documentation but it doesnt since the payment term is not an exporting parameter.
       Please suggest.
    Regards,
    RK

    Hi,
      The payment terms (ZTERM) should not be and cannot be changed by itself. What can be changed is the various dates associated with the payment terms on the same screen. The BADI has around 6-7 export fields which includes those. Please talk to the process team at ur end. He would tell you about this.
    Regards,
    Rajesh

  • Payment terms transaction data

    Hello,
    Could you please tell me in which table Payment terms transaction data is maintained. I have tried checking in BSEG table, but I am not getting the output, it is going into error or not responding after the execution. (I have given only Cocd, Fiscal year, only one posting date and payment term in the selection criteria) Is there any other table which has the payment terms(ZTERM) field with transaction data?
    Thanks

    Hi ,
    Payment terms table   T052
    Terms of Payment Key  ZTERM
    Regards
    Surya

  • Wrong payment term during invoice creation

    Hi All,
    when i created sales order with one line item then it is creating two entries in VBKD table with POSNR = '0000' with payment term ZTERM = 'ZI15'  and POSNR = '1000'  with payment term ZTERM = 'Z223',  but problem is that when going to create Invoice it is picking wrong payment terms Z223 while it shud be ZI15. can anyone please help me to know why it is creating 2 entries in VBKD and why it is taking wrong invoice during Invoice creation.
    Saurabh

    HI,
    Please review SAP note 38934 which may help to explain this issue.
    If you do not have VBKD data for a particular line item, it is the same
    as the header (vbkd-posnr = 000000). This is standard behaviour.
    so if you have a vbkd line item, that simply means some part of the business data is different to the header
    and that's why the line item for VBKD was created (in this case a different payment terms has been entered for the line item)
    For the second part of the issue, please start at trx VTFA and check the copy control (especially at line item level).
    kind regards
    Paul Q

  • Payment Terms wrongly getting updated using Inbound Idoc

    Hi All,
    I have a inbound IDOC which creates new invoice evrery time it gets triggered. In the function module attached with that IDOC there is a logic written to fetch the payment terms from the vendor master LFB1. System should display that Payment terms in tcode MIR4 (Display Invoice) as per the logic written in the IDOC FM. But, It is displaying wrong payment terms.
    Select single ZTERM
    into v_zterm
    from lfb1
    where lifnr = p_lifnr.
    I have checked while debugging my logic fetches the correct payment terms (20NM) but the same is not getting updated in MIR4 . wrong value (42 Net days ) geting updated. Please suggest what needs to be done to correct this.
    Thanks,
    VB

    Vikas,
    Your quesion can be bit more clear. What is that 42 days..?? To my guess based on your payment terms due date might be calculated and kept as 42 days. If you can tell us about 42 days then someone can help you.
    Regards
    Venkat

  • How is payment terms populated on a Invoice IDOC ?

    Hi,
    How does VBDKR-ZTERM_TX1 VBDKR-ZTERM_TX2 and VBDKR-ZTERM_TX3 get populated? Currently I see that in the INVOIC IDOC the payment term is populated from VBDKR-ZTERM_TX1 which is not based on payment terms. , I am getting the value 'Payable immediately without deduction'. I was wondering how did this value get populated which is different from the text maintained for paylemt term in table T052 table.
    IDOC segment : E1EDK18-ZTERM_TXT
    I see that the payment terms in the master table are carried onto Sales order and then to billing document which match the T052 value of the payment term but the IDOC is pulling some other value from some where.
    Regards
    Praneeth

    Hi Praneeth,
    if you have debuggin capability, please set a breakpoint in program LVEDFF0G:
      CALL FUNCTION 'SD_PRINT_TERMS_OF_PAYMENT'
        EXPORTING
          terms_of_payment             = vbdkr-zterm
          bldat                        = xfkdat
          budat                        = xfkdat
          cpudt                        = xfkdat
          language                     = vbco3-spras
          country                      = vbdkr-land1
        IMPORTING
          payment_split                = vbdkr-p_split
          ZFBDT                        = xfkdat
        TABLES
          top_text                     = zterm
        EXCEPTIONS
          terms_of_payment_not_in_t052 = 1
          error_message                = 2
          OTHERS                       = 3.
      LOOP AT zterm.
        CASE sy-tabix.
          WHEN 1.
            MOVE zterm-line TO vbdkr-zterm_tx1.
          WHEN 2.
            MOVE zterm-line TO vbdkr-zterm_tx2.
          WHEN 3.
            MOVE zterm-line TO vbdkr-zterm_tx3.
        ENDCASE.
      ENDLOOP.
    Then test the processing of an IDOC by VF31.
    Best regards,
    Ivano.

Maybe you are looking for

  • ITunes and App Store icons gone from home screen

    The iTunes and App Store icons have disappeared from my home screen (and no...I did not inadvertently delete them). Any ideas on how to restore them (and the links)? Thanks...

  • Fire Fox starts in safe mode and I can't get it to stop

    How do I get Firefox out of safe mode?

  • Photos from computer to empty card for digital photo frame?

    I've downloaded 1,000 photos from my camera to the computer and want to empty the card and use it afresh. Is it possible to then load a selection of photos from iPhoto 6 onto an empty card so that I can play a short selection in a digital photo frame

  • Tabs randomly change sort order

    Hi, trying out some Numbers 3 documents on Mac and iPad. Each has several tabs (6-10) and 3 iPad forms. Every other time I open the file, some of the tabs are in a differen order. Mostly those to the far right move two or three tabs to the left. Anyo

  • Alternative reconciliation account

    Hi, we have a following requirement from the client: The business process is the following: approx.10.000 Retail beer customers in dist. channel X and Y. We would like to invoice a so-called rent fee with sundry invoicing for the equipments they use.