Payment term new field

Hi
my client want 4 fields in payment term.but we have only 3 fields.could you tell me the procedure for creation of new field. please help me .

Hello
Check the appropriate table and see if you can do some maintenance. Check with ABAPer about any dependencies.
I wonder changing SAP standard layout is recommended or not.
Remember, SAP would not support issues on modifications to standard layouts.
Reg

Similar Messages

  • R12 Format Payment Instructions - new field required in report output

    Hi
    I need to add a new field in the report "Format Payment Instructions " output. How can I add the logic to pick this field and then add to the layout.
    As per note 562806.1, it gives instructions on how to re-arrange the layout of the format payment instructions but not regarding adding logic to pick new fields.
    Any help would be appreciated.
    Regards,
    Alister

    Hello
    Could you plse help me out in adding new filed in BaCS format program .
    We are in Release 12,I need to customize the format program by adding new fields
    I tried generating a new template by following meta link note .. but that itself is erroring out.
    If you have any sample code and the steps plse send it across
    Any help is deeply appreciated
    Regards,
    Priya

  • Purchase Order  Payment terms

    Hi all,
           I have a requirement of adding  description of Payment terms  in the sapscript .  Earlier  the script only prints terms  without description. It use to get the value from , &'Terms of payment: 'PEKKO-ZBTXT& in the sap script MEDRUCK.
         Now  i  added table T052u  in the print program    to get the description of payment term,   the field is T052U-TEXT1.
    While creating payment term from  tcode OBB8,Eg: Payment term is Z001  and  we enter No of days  and percentage .  Suppose  i enter 10 days ,  how is  the script printing as "Within 10 days due net ".
    I want to know  where this field is stored, Pekko is a structure  so iam not able to see this.
    Please  do  tell me  which table  do i get to  see this payment term  w.r.t  to PO
    Waiting for ur Reply's
    Regards,
    Shuja

    Check table :<u><b>T052U</b></u>
    Hope this’ll give you idea
    <b>P.S award the points.</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"

  • Payment term key with limit days in Extended Classic Scenario

    Hello,
    We have an SRM 4.0 implementation (SRM Server 5.0 with Support Package
    9) using the Extended Classic Scenario.
    When a shopping cart is created, it must be approved, and then a
    purchase order is generated (first locally at SRM, and then is
    replicated to the backend).
    The problem is that the payment term key (field at header level EKKO-
    ZTERM) of the backend purchase order is empty, only in cases when we use a payment term key which have several different values for the
    field "limit days" (T052-ZTAGG in backend, BBP_PAYTERM-ZTAGG in SRM).
    Example:
         ZTERM     ZTAGG
          K180           09
          K180           19
          K180           31
    If the payment term key selected has no several values for the field "limit
    days" (one single entry), the payment term key arrives correctly at the backend purchase order.
    Example:
         ZTERM     ZTAGG
          E000           00
    In SRM table BBP_PAYTERM we have upload the backend payment terms
    (using report BBP_UPLOAD_PAYMENT_TERMS). In other threads it is said that you must copy the entries generated by the report with the logical system of the SRM system, but in extended classic scenario it seems to be not necessary.
    We have already implemented note 846009, in order to use always the backend payment term, but the error didn’t get resolved.
    We have our vendor business partners mapped to the local and backend
    purchasing organizations, but it is only necessary indicate the Payment term key for the Backend Purchasing Organization.
    Regards

    hi,
    Pls see the foll notes:
    Note 576349 - Terms of payment in the ECS
    Note 541934 - Modification note: Copying base date from T052
    Note 953999 - ECS: Terms of Payment values not in PO header
    <b>Note 940453 - Backend payment term data not updated in the extended PO
    Note 945018 - Incoterms data not transferred to the back end</b>
    BR,
    Disha.
    Pls reward points for useful answers.

  • How to find Payment term text from Terms of payment.

    Dear All,
    in table VBRK I can see a field Terms of Payments  - ZTERM. Now I need to find the table where I can find Payment term text field ? Can someone tell me how to research this ?
    Also if I know address from Kna1 ( field name adrnr ) how can i find the fields linking to table ADRC ?
    Many Thanks,
    Ashim

    Hi,
    Payment term table already answered by Anil.  Use function module "ADDR1_EXTRACT_TABLES" to extract address information. Pass address number as an input to this function module.
    Regards
    Vinod

  • 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

  • Payment Terms Chenged

    Hello to all!
    somebody changed the payment terms PymntGroup field and made it same with an other one. so a mess of wrong data displayed in my reports. could you pelase tell me how can i find out who made the change?because there is no any Historical table
    thanks a lot for your time!

    Hi,
    Unfortunately, there is no effective way to find what have been changed in the old B1 version. You need to run query from time to time to capture all BP's Payment Terms code so that you can restore them when necessary.
    As for now, you can run a query to find all current term by:
    SELECT  T0.GroupNum, T1.PymntGroup,T0.CardCode, T0.CardName
    FROM OCRD T0
    JOIN OCTG T1 ON T1.GroupNum=T0.GroupNum
    ORDER BY T0.GroupNum
    In this way, you may find out which terms have be changed. You may also check the Payment Terms code in document to find out the old info.
    Thanks,
    Gordon

  • Auto update of Valid to and Payment Terms field

    Hi,
    I have a scenario, where based on the Net value of the document, Valid To date of the Quotation and Payment Terms should auto populate.
    Ex: If Net value is above 5lks, then payment terms should be 100% with in 20 days from current day and valid to date is also 20 days from now. Like wise, if Net value is below 5lks, then payment terms and valid to date should be 10 days.
    Thanks for response in advance.
    Vam

    Hi,
    Please check if the following user exits help.
    USEREXIT_MOVE_FIELD_TO_VBAK
    Use this user exit to assign values to new fields at sales document header level. It is described in the section "Transfer of the customer master fields into the sales document".
    The user exit is called up at the end of the FORM routine VBAK_FUELLEN.
    USEREXIT_MOVE_FIELD_TO_VBKD
    Use this user exit to assign values to new fields for business data of the sales document. It is described in the section "Copy customer master fields into sales document" .
    The user exit is called up at the end of the FORM routine VBKD_FUELLEN.
    Regards,
    P Gomatheeswaran

  • Payment terms and Due date field gets emptied after residual clearing

    Hi
    There is advance of Rs.50000 in Vendor ledger and Invoice of Rs.200000 (with payment term - G019)
    I cleared these two line items (residual clearing). One new line item got created of Rs.150000. When i saw that line item, i saw that there payment term field and due date field got emptied. My requirement is that the original payment term entered in initial invoice document (of Rs.200000) should automatically get populated in new line item of Rs.150000.
    How to fulfill this requirement?

    Thanks for the prompt reply.
    I wanted to ask one more thing. Same way when i do partial clearing (not residual), is it possible to populate the invoice's due date in advance line item. One link is that my invoice reference gets populated advance line item. So i want due date (not payment term) also to get populated in advance line item.
    Please help.
    Edited by: Deepak Agrawal on Jul 29, 2011 11:43 AM

  • Disable Payment Term field in the Marketig Document

    Hi everyone,
    I would like to ask if I can make a particular field in the marketing document be active but disabled without having to modify it using SDK? I would like to make the Payment Terms field in the Accounting tab of the AP Invoice to be disabled from the user so that he cannot change the default value during encoding of invoice. If it is not possible what workaround can you suggest.
    Any help will be appreciated. Thanks
    Malu

    Hi,
    for further infos about Coresuite u may have a look at their homepage :
    http://www.coresystems.ch/coresuite-customize.html?&L=2
    We bought Customice & Designer. Customice enables you to change the hole forms, create new tabs eg. in BM Master form or to hide fields. The designer is a very nice form editor, much easier than XL Reporter and more powerful than pld.
    Regards Steffen
    P.S. I am not a employee of coresuite

  • Add new payment term base on sales order contract date and shipment date

    Dear Sir/Madam,
    My company need to create new payment term base on sales order's contract date and shipment date.
    the first time is 30% made in T/T within 30days from contract signed date.
    the second time is 70% made in T/T before shipment.
    I don't know how to configuration this payment term base on that both date, who can tell me ,thanks very much!
    Best Regards
    Danny Zhang

    Hi,
    You have to define the PAYMENT TERMS as per days and Percentage.
    Define the Payment terms in the transaction OBB8 and assign this payment terms in the CUSTOMER MASTER and will be copied to the SALES ORDER from the customer master
    In the MATERIAL MASTER in the SALES ORG 1 view you have to check the field CAHS DISCOUNT In the Pricing procedure you can defin the CASH DISCOUNT condition type ( in standard there are two SKTV & SKTO)
    Now process the sales order and check
    regards,

  • Reg:FB02 - payment terms field shouldbe disable

    Dear all,
    When i am doing the transaction by using FB02 tcode for open items once i am maintaining  the payment terms for that document number , after that no one cant able to change that document number payment terms field should be disable mode.
    But  i cant get this feature for open items. But i can get this feature for cleared items. Once that document get cleared , automatically the payment terms field also going to disable mode.
    This same feature should be needed for open items also, once the payment terms field entered, it will leads to go to the non editable mode. 
    Helpful answers will be rewarded.
    Thanks,
    Sankar M

    Hi Enrique,
    I think it is because of Field Status .So Check the Field Status Variant in SPRO.
    Path:Financial Accounting (New)->Accounts Receivable and Accounts Payable->Business Transactions->Outgoing Invoices/Credit Memos->Make and Check Document Settings->Define Field Status Variants
    Check for your Field Status Variant assigned for your company code then the Field Status Group.Hope you can see the Field Payment Term check whether it is Suppressed or not else make it Optional or Required according to your requirement.
    Hope this might help you
    Regards
    Andrew

  • Payment Terms Field in FB02 is not available

    Hello experts. Can you help me find where I need to configure the setting to allow the user to display and change the Payment Terms field when displaying/changing a customer invoice via FB02? We are on ECC 6.0 and we are using New GL. This field is also not being displayed when we are using FB70 to enter a Customer Invoice.

    Hi Enrique,
    I think it is because of Field Status .So Check the Field Status Variant in SPRO.
    Path:Financial Accounting (New)->Accounts Receivable and Accounts Payable->Business Transactions->Outgoing Invoices/Credit Memos->Make and Check Document Settings->Define Field Status Variants
    Check for your Field Status Variant assigned for your company code then the Field Status Group.Hope you can see the Field Payment Term check whether it is Suppressed or not else make it Optional or Required according to your requirement.
    Hope this might help you
    Regards
    Andrew

  • New Payment Term.

    My Dear Friends,
    PLs can you explain me following payment Term.Is there need any cash discount for creating payment term for customers.
    A new payment term is needed
    Could you please create a new payment term from customers?
    We need every 20th cutoff and due at the next + next 10th.
    E.g.) May 20th cutoff - Payment is July 10th.
    Warm Regards,
    Hari

    Hi,
    Execute T Code OBB8 and create a payment term with the following:
    In 'Baseline date' calculation section, enter 20 in the 'Fixed day' field.
    In 'Payment terms' section's line 1, enter 10 in 'Fixed date' field and 1 in 'Additional months' field.
    Should work!  Assign points if your test with the above payment term meets your requirement.

  • How to setup new sales payment term?

    Hi Experts
    How to setup new sales payment term?   Does it only configure in IMG ?
    Thanks
    ALice

    Hi Experts
    Thanks a lot, May I check if we need setup new 70% LC at sight;30% after I&A, it only need input the descritpion , DO we need check the option for customer and vendor both , Or need input percentage in below number /percentage field in OBB8?
    Thanks
    Alice

Maybe you are looking for

  • Payment to vendor not reflecting in Reports

    Hi , While running CNS41 , data is not flown in payment column. I made the following checks as per previous inputs, (thnks for the help) 1. Cash management is activated. 2. table RPSCO contains the values which payed with reference to WBS. 3. Expense

  • How to upgrade the installed perl (5.10) to latest version (5.14).

    I have Mac OS X 10.6.8; the pre-installed version of perl is 5.10\.  I would like to upgrade this to the latest stable version of perl, which is 5.14 (iirc, 5.15 is a developmental release on the way to 5.16). Thanks, ed (aka swampyankee on perlmonks

  • Pre-order an album - release time

    I've pre-ordered an album, the release date is 20th April. At what time will this download become available? One minute past midnight on the 20th? I'm looking forward to the album so much I might stay up and wait for it. (Sad, I know.)

  • Configuring Internet Email Address in SCM

    Dear friends , Would appreciate your support in giving me the process for configuring the mail in scm . I prepared a macro in the SNP Planning Book to get the planning results sent on email but I guess the mail configuration has to be set so that the

  • Music player not detecteing the music files for No...

    I have music files in the memory card(san disk) which is inserted into nokia 6300.But the music player is not detecting any music files in the library stating no music files found.For music i should go to gallery and listen.Please let me know how can