Where to get payment terms text.

Hi Guys,
              I need to fetch payment terms text. I don't find any text table connected with zterm field.
Cheers
Senthil

Dear Senthil
Some of the following tables have the field ZTERM
T052 
T052U
TE052
JKKD
VBKD
FPLT
KNB1
Also please note that if you refer the Payment Term text in sale order, the field name is VTEXT and the table is TVZBT
thanks
G. Lakshmipathi

Similar Messages

  • Getting Payment Terms Text of PO

    Hi All,
    I need to get the Payment terms text of PO.
    I am able to get the Own explanations from T052U table.
    The payment terms entered in the PO can be got using Read_text passing F07, EKKO and the PO number.
    What i need is getting the Explanation of First Payment Term, Explanation of Second Payment Term and Explanation of Net Payment Term.
    Regards
    Arun

    check table
    T052U
    <b>Hi ARUN ,
    i am unable to get ur Point ? Can u tell me more abt this ?
    if i am giving payment term =  1050 @ PO header ? So what do u want to get ? long text of 1050 or what ?</b>Regards
    Prabhu
    Message was edited by: Prabhu Peram

  • Vendors Payment terms text

    Hi,
    I'm trying to catch the text from the payment terms of a purchase order, but i'm getting nothing...
    Can anyone please see the code and tell me what i'm i doing wrong?
    Thanks
    P.S. - this code is in the Code Initialization of the sap adobe forms interface (don't know if it matters or not...)
    DATA IT_T052 TYPE T052 OCCURS 0 WITH HEADER LINE.
    *Payment Term
    DATA v_PaymentTerm TYPE EKKO-ZTERM.
    *Texto condição pagamento
    DATA IT_PT_TEXTS TYPE ttext OCCURS 0 WITH HEADER LINE .
    *Payment term of the PO 1234
    SELECT ZTERM
      from EKKO
      into v_PaymentTerm
      where ebeln EQ '1234'.
    ENDSELECT.
    *Fill the internal table with the payment terms info
    select *
      from T052
      into table IT_T052
      where zterm EQ v_PaymentTerm.
    *I've tested and it returns 1 row with the correct data
    call function 'FI_TEXT_ZTERM'
      exporting
        i_t052  = IT_T052
      tables
        t_ztext = IT_PT_TEXTS.
    *PROBLEM!!!
    *the program never enter this loop
    LOOP AT IT_PT_TEXTS.
      WA_PT_TEXT-PT_TEXT = IT_PT_TEXTS-TEXT1.
      APPEND WA_PT_TEXT TO PT_TEXT.
      CLEAR WA_PT_TEXT.
    ENDLOOP.

    Hi Hugo,
    If as an ABAP developer, you want to display payments terms text in different languages, you can read ZTERM text from SAP table TVZBT, Customers: Terms of Payment Texts table.
    Customers: Terms of Payment Texts TVZBT table has the following table columns.
    MANDT     Client
    SPRAS     Language Key
    ZTERM     Terms of payment key
    VTEXT     Description of terms of payment
    Stolen from [SAP Payment Terms Table and ZTERM Texts Table for ABAP Developers|http://www.kodyaz.com/articles/sap-payment-terms-table-and-zterm-texts-table-for-abap.aspx]
    Regards
    Clemens

  • 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

  • How to get Payment Term description in a MAster Agreement

    Hi,
            I am able to get the PAYMENT TERMS for a Master Agreement
    code:
    payment_term_str= doc.getPayTermsRef() ;
    term_id = payment_term_str.getDisplayName() ;
    how I will get the Payment Terms Description ?
    Thanks in advance.
    Regards,
    Swastik

    import com.frictionless.api.common.types.TypeFactory;
    paymentHome=IBeanHomeLocator.lookup(session,doc.getPayTermsRef());
    paymentBean=paymentHome.find(doc.getPayTermsRef());
    resourceID=paymentBean.getDocumentDescriptionId();
    rRef=TypeFactory.createResourceReference(resourceID);
    paymentDescription=rRef.getValue(session);
    Hope this helps.
    Regards,
    Immanuel

  • To get payment terms.

    Hi Experts,
    I need to get the sold to business partner for the default payment terms.
    Is there any FM or table. Could plese help us.
    I am new to CRM Generaly Using which tcode we can see the sold to business partner default payment terms.
    Thnx,
    Sam.

    You can check tCode BP ( Business partners )
    Once in the transaction , Under the BP SAP ID , Select 'Display in BP Role' as Sold-to Party .   Then Select 'Sales Area Data'  and then Billing

  • Payment terms Text

    Hi,
       while creating vendor i am giving the payment terms. based on the selected payment terms i have to retrieve the text and display it on the purchase order format. How can i do that one. please help me.

    Hi,
    What is the field which you are using for PAYMENT TERMS and which database table are u referring to ?
    Regards.

  • From where does the payment terms being determined while payment run.

    Hello Friends,
    When we run payment proposal, where did the system pick the payment term to determine if the vendor is due for payment? Did the system pick from the vendor masterdata or from Purchase Order?
    Please help.
    Thanks
    Mercy

    Dear,
    For any due date determination system always check into the document not the master data........if somehow payment term is not into document then system will not further look into master data but it will ignore the line item..
    Regards,
    Chintan Joshi

  • How to get payment term of a sale order ?

    hi,
    in transaction VA02, How can we know the payment term a document ? it is stored in which table ?
    Thanks.

    Hi,
    In VA02 after entering the sales document number,you can find the payment terms in overview screen in Sales tab.
    Goto Header,under billing Document tab you can find the payment terms also.
    Similarly in item details also under billing tab you can find the payment terms for each line item.
    All the payment terms that are created through "OBB8" T.Code will be stored in "T052" Table.
    For your Sales order,the payment terms will be stored in "VBKD" table.Goto SE11/SE16,Enter your sales order number in VBELN field.
    Execute.
    You will find the header details and item details.In each case you can find the payment terms.
    Regards,
    Krishna.

  • How to get payment terms attached to customer/Billto/agreement frm tables?

    Hi All,
    Could you please help me how to pull the payment terms attached to a particular Invoice, customer and agreement.
    Thanks for your help,
    Prathima

    import com.frictionless.api.common.types.TypeFactory;
    paymentHome=IBeanHomeLocator.lookup(session,doc.getPayTermsRef());
    paymentBean=paymentHome.find(doc.getPayTermsRef());
    resourceID=paymentBean.getDocumentDescriptionId();
    rRef=TypeFactory.createResourceReference(resourceID);
    paymentDescription=rRef.getValue(session);
    Hope this helps.
    Regards,
    Immanuel

  • TABLES FOR PAYMENT TERMS TEXTS

    THES ARE THE TABLES FOR GETTING TEXTS FOR DIFFERET TERMS:
    1.     TVKGGT-          TEXTS FOR CUSTOMER CONDITION GROUPS(CUSTOMER MASTER)
    2.     TVZBT    -          CUSTOMERS:TERMS OF PAYMENT TEXTS
    3.     TINCT     -     CUSTOMERS:INCOTERMS:TEXTS
    4.     DD01T     -      domain Descriptions
    5.     DD07T     -      Domain Value descriptions
    6.     DD07T     -     DD: Texts for Domain Fixed Values (Language-Dependent)
    7.     DD07V     -     View on fixed values and domain texts
    8.     DD03T     -     DD: Texts for fields (language dependent)
    9.     DD03L     -     Table Fields

    1.     TVKGGT-          TEXTS FOR CUSTOMER CONDITION GROUPS(CUSTOMER MASTER)
    2.     TVZBT    -          CUSTOMERS:TERMS OF PAYMENT TEXTS
    3.     TINCT     -     CUSTOMERS:INCOTERMS:TEXTS
    4.     DD01T     -      domain Descriptions
    5.     DD07T     -      Domain Value descriptions
    6.     DD07T     -     DD: Texts for Domain Fixed Values (Language-Dependent)
    7.     DD07V     -     View on fixed values and domain texts
    8.     DD03T     -     DD: Texts for fields (language dependent)
    9.     DD03L     -     Table Fields
    10.     DD07V will contain all the domain values.

  • Where to get a good text pad

    HI all,
    Actually am facing a big problem in writing java code, and the reason is that i dont have a text pad, becoz of that am not able to put my 100 percent of my effort on writing of code, half of the time goes in alignement only. SO please let me know which textpad is good and where can i find the same.wating for u peoples reply.
    thanks in advance
    sandeep

    notepad is sufficient, and aligning is easy if you just use tab.
    Here's an example:
    class myClass {
         // this a tab for myClass' bracket
         public static void main(String[] args) {
              // this is two tabs to align it with the main method bracket
         /* if you use a double space instead of tab, it can take a while
         to make good alignment, so just use tab! */
    }As that code shows you, aligning with simple editors like notepad is simple with tab... no need for complex stuff.

  • Payment terms and Text column

    Dear Friends,
    In the billing document where to put payment terms and text column, so that it would appear in the accounting document generated. In the accounting document  payment terms column and text column is to be captured in the GL line item level.
    Is there any possibility.
    Thanks
    Uma

    Hi Uma
    When you create a customer master there you can enter the payment terms, and also at the time of sale order creation which will be passed on to the accounting document.  But i am not sure if the payment text to be populated in the GL text.  It seems user exit.  Search for user exit related to billing document.  There is a possibility for the same but i dont remember correct user exit
    thanks
    Ashok
    Assign points for useful answer

  • Wrong Payment term in the Invoice

    We have a problem with one of the vendor Invoice creation. We are getting wrong payment term in the Invoice.
    We have payment term A in the vendor master both company code and Purchasing Org. We have the same payment term A in Purchase order and Contract.
    But when we create invoice using MIRO for the PO we are getting Payment term B. This is happening for only one vendor.
    We know that it can be corrected at the financial document level but want to know how this payment term B is pulled up from cause i checked all the options but nowhere to find from where it is coming.

    Hi Aparna,
    Check the following:
    In MIRO, if you use PO reference to create the IV document,terms of payment will not get copied from vendor master, the terms of
    payment will come from the PO.(if you have the invoice entered without reference to the PO, then the terms of payment are copied from vendor.)
    So when you change the the invoice party in MIRO, new payment terms will not get copied from vendor master, they will come from the PO.
    Please review SAP Note 322430 MIRO: Proposal logic for terms of payment Payment terms are only adopted from the vendor master record Without reference to purchase order
    You enter an invoice without purchase order reference by adding a G/L account line or material line as a first item. If the terms
    of payment key does not contain any value, this is copied from the accounting view of the vendor master record.
    Thanks
    Aravind

  • How to ue the PAYMENT TERMS

    Hi Experts,
    I am developing one reports, which should give the same output like FBL5N, but my report should calculate the payment terms logic, could any one suggest how i can use payment terms login in my report.
    Any function module would give no,of days for payment terms logic.
    Thanks,
    Gourisankar

    HI,
    Even i got same requirement.
    SELECT belnr                       " Document number
               budat                       " Posting date
               bldat                       " Document date
               waers                       " Currency
               xblnr                       " Reference number
               blart                       " Document type
               shkzg                       " Debit/credit indicator
               wrbtr                       " Amount
               zfbdt                       " Baseline date
               zterm                       " Payment terms
          FROM bsak
          INTO TABLE t_bsik
           FOR ALL ENTRIES IN t_delivery
         WHERE bukrs IN s_bukrs
           AND lifnr IN s_lifnr
          AND belnr IN s_belnr
           AND xblnr EQ t_delivery-vbeln
           AND sgtxt IN s_sgtxt.
    we get payment term from the field zterm.
    and then to get the payment date.
    use the below logic.
    SELECT SINGLE ztagg                " Day Limit
               ztag1                       " Days from Baseline Date...
               ztag2                       " Days from Baseline Date...
               ztag3                       " Days from Baseline Date...
               zstg1                       " Due Date for Special Condition
               zstg2                       " Due Date for Special Condition
               zstg3                       " Due Date for Special Condition
          FROM t052
          INTO lfs_days
            WHERE zterm EQ fs_zterm-zterm.
    and select maximum days from lfs_days.
    and add it to your baseline date.
    that will become ur payment date.
    Hope it is useful to you.
    Regards,
    Manjari.

Maybe you are looking for

  • "Unable to start your subscription for Adobe Muse CC". Anyone get this message?

    I tried to launch Adobe Muse CC and I received the message "Unable to start your subscription for Adobe Muse CC". Why is this happening? I am connected to the internet, I've paid for my subscription so what is the problem?

  • I can't unlock and delete some items/files. How do I get the Lock to not be greyed out?

    Some msg says I don't own it, but I'm the only user on the machine. I have gone into the Info screen for the file, and clicked the lock in the lower right. The Sharing says I can only read, but all the privileges are set to read & write. The Locked c

  • Dynamical HtmlDatTable - action Listeners still doesn't work

    HI everybody. i create HtmlDatTable with dynamic columns count. I bind methods for every component (commandButton) but all of them doesn't work!!! Please help? it take me a lot of time :-( some pice of my bean: public HtmlDataTable getDynamicDataTabl

  • Copy text from an email

    I just purchased my first iPad, although I have been an Apple user for years. My question is this...I would like to copy and paste text from an email into a document for saving, or just save a whole email as a .pdf. Is there any way to do this easily

  • Dropdown menu removes TOC when loading PDF

    RH8 HTML Hi all, I've added a drop-down menu to my webhelp project with a list of PDFs. The user selects the PDF from the drop down menu and click Go. This loads the PDF, and it works fine. The only thing is the TOC is gone when the PDF loads in a br