Tables to get the billing plan discount percentage...

Hello Experts,
I am currently developing our sales invoice form and 1 requirement is that I have to show the
billing plan/downpayment %. The specs only has the field FPLNR. Can you please tell me how to get the
% amount.
Thank you guys and take care!

hi
you can get the billing date FPLT-AFDAT and billing discount perecntage FPLT-FPRO by making use of the key field FPLNR
hope this helps
regards
Aakash Banga

Similar Messages

  • What is the table to get the all planned orders related to a sale order

    Hi,
    May i know what is the table to get the all planned orders related to a sale order. My scenario is make to order scenario. we can get my out put final product by completing the nearly 916 planned orders.(Like major assemble,sub assemble). From this scenario i want the total orders related to a sale order. ( The planned orders from sale order to sale order will change. i.e 1 sale order will have 916 planned orders and one sale orders will generate 920 like that will chage when running mrp.). Now i want to pick the total planned orders for a sale order in a report. please guide me.
    Regards,
    Mastan.

    Hi,
    Use the table PLAF... in this table pass the sale order no in the filed KDAUF and then execute...issue here is once the planned orders are converted production orders, these planned orders are deleted from the system....so you will not able to see them.....
    Thanks
    Kumar

  • How to get the Billing plan number for Contract Item?

    HI Friends
    I have been stuck up with the billing plan number to fetch perticular item in sales contract.
    When I go to the table FPLA, I can all the billing plan numbers for a contract or sales order and I am not able to locate for a perticular line item.
    Is there any way to fetch the exact billing plan number for a line item of a contract?
    Please help me
    Thanks
    Praveen

    U need to use the table vbfa or fololow thw link
    [http://www.erpgenie.com/sap-functional/sd/read-sales-document-flow-using-a-function-module]

  • Problem in updating FPLT Table with custom fields of the billing plan

    Hi Guys
    I have a requirement to add 2 custom fieldd in the billing plan tab of sales order and I could not find any screen exit for that. However I got access key and added those 2 fields on the screen but I am not able to uodate table FPLT from there.
    I can see exits to pass the value but because there is no screen exit, the program cant retain the values keyed given by use on the screen.
    I really dont know where do I need to write the code and how to make screen fields read by the program.
    Please please help.
    Thanks a lot

    Hi,
    Probably too late, but here's the solution:
    - Transaction SE51 program: SAPLV60F and dynpro number: 0030
    - Goto 'Logical execution' or something like that (i'm connected in french)
    -  Modify standard code line 75: here I have added the field 'LIBEL'
        FIELD:
          FPLT-FAKSP,
          FPLT-FAREG MODULE FPLT-FAREG_PRUEFEN ON REQUEST,
    *{   REPLACE        DTAK910958                                        1
    *\      FPLT-FPTTP.
          FPLT-FPTTP,
          FPLT-LIBEL.
    *}   REPLACE
        CHAIN.
    Il means that field LIBEL will be checked with field FPTTP.
    regards.

  • How I can get the Billing Type for the sales order and its items

    How I can get the Billing Type for the sales order and its items. I mean from which SAP tables and how?

    Hi,
    You need to use two tables.
    First use VBFA. Enter the sales order number in the field Predecessar and the value M in SubCt field. This will give all the billing document number for the sales order items.
    Then use the billing document numbers in table VBRK, where in you can get the billing document type.
    Regards,

  • How to get the personnel plan work schedule

    Hi,
    I write a report ,need get the personnel plan work schedule of the input month.
    for example:
    at input screen : I input : 2007-01  and pernr:10000001;
    I hope get the plan work schedule days (rusult :25 work days)of  the  person 10000001  at  January 2007 .
    Now I find some HR TM functions ,such as :
    HR_PERSONAL_WORK_SCHEDULE
    HR_PERSONAL_WORK_SCHEDULE_PNP
    but I don't know how to test , I had try many times ,but not get what I want . so I want to know if have any other function can make me get what I want .

    Hi Olivia,
    tables: ptpsp.
    parameters:
    pernr type pa0001-pernr,
    begda type pa0001-begda,
    endda type pa0001-endda.
    data:
    i_ptpsp type table of ptpsp.
    <b>CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE'</b>
           EXPORTING
               <b> PERNR             = PERNR
                BEGDA             = BEGDA
                ENDDA             = ENDDA</b>
              KUG               =
              REFRESH           = 'X'
              WORKING_HOURS     = 'X'
              SWITCH_ACTIV      =
              MODIFY_ENTRIES    = 'X'
              I0001_I0007_ERROR = '0'
         IMPORTING
              WARNING_OCCURED   =
           TABLES
              I0000             =
              I0001             =
              I0002             =
              I0007             =
              I0049             =
              I2001             =
              I2002             =
              I2003             =
      <b>          PERWS             = I_PTPSP</b>
         EXCEPTIONS
              ERROR_OCCURED     = 1
              ABORT_OCCURED     = 2
              OTHERS            = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    table <b>I_PTPSP</b> is having all the data u needed..

  • To track which line item the billing plan date changed.

    Hi All.
    I have a requirment of tracking changes done for the billing plan date and whenever i change the billing plan date it will be reflected in the FPLA table. But i was not able to track to which line item of the subscription/order the billing plan date changed.
    In the FPLA table there is a relation to the VBELN(subscription/order) only not POSRN(line item) is there.How can i track to which line item it got changed.
    Thanks for your help.
    Thanks,
    Neslin.

    Hi,
    There should be entries in FPLTC for FPLNR found in table FPLA. Try from SE16, enter FPLNR preceded by zeros so that the total length is 10 and execute.For example,  FPLNR is 10, enter 0000000010.
    Hope it helps.
    Regards,
    Nupur

  • To track the line item to which the billing plan date changed.

    Hi All.
    I have a requirment of tracking changes done for the billing plan date and whenever i change the billing plan date it will be reflected in the FPLA table. But i was not able to track to which line item of the subscription/order the billing plan date changed.
    In the FPLA table there is a relation to the VBELN(subscription/order) only not POSRN(line item) is there.How can i track to which line item it got changed.
    Thanks for your help.
    Thanks,
    Neslin.

    Hi,
    There should be entries in FPLTC for FPLNR found in table FPLA. Try from SE16, enter FPLNR preceded by zeros so that the total length is 10 and execute.For example,  FPLNR is 10, enter 0000000010.
    Hope it helps.
    Regards,
    Nupur

  • Which Trans. table contain Indicator for billing plan in header

    Hi All,
    I wnat to find out how SAP table storage the following field:
    In Sales Document Item with billing plan, the reference to the header billing plan 'check box' in the 'Billing plan' screen.
    -> Indicator for billing plan in header (RV60F-KFREL)
    Any, Idea?
    Thanks,
    Neil

    Sorry Neil,
    that was nonsense: I confused billing plan with installment plan: In telecom, media, utilities and other businesses with many (small) customers, you can use module contract accounting (in connection with SAP business partner). If people can't pay their bill, the company can agree on paying by installments. For this, contract accounting module uses the installment plan. This will split up the debt into slices due i.e. every month. Table fkk_instpln_head is used for this.
    Regards,
    Clemens

  • Link between Contract line and the Billing Plan number

    Hi All,
    I have a requirement which needs a link between the Contract Line item and its Billing Plan Number. I basically have to find out the contracts which have a billing block. So a invoice would not have been created to that line item.
    Please let me know if such a link exists.
    Thanks in advance,
    jr.

    Hello
    In table <b>VBKD </b>(Sales Document: Business Data) you will find the link between the contract (VBELN) and the billing plan (FPLNR). If POSNR = '000000' then this is the billing plan of the contract header.
    The billing block can be found in VBAK-FAKSK.
    Finally, billing plan details can be found in table FPLA. If FPLA-RFPLN is filled then the item billing plan is linked to the header billing plan.
    Regards
      Uwe

  • How to get the floor plan in Webdynpro component ?

    Hi,
    How to get the floor plan in Webdynpro component ?
    Best Regards,
    Tripathi

    Hi,
    Just copy the templates from Webdynpro Component by choosing OIF or GAF or QAF template.
    Regards,
    Bansidahr

  • User Exit/Badi to change the billing plan date when create sale order

    Experts,
    Please advise which user exit/badi can be used to change the billing plan date wen create sale order.
    My requriement is based on some rules to dynamically change the line item billing plan start date and end date when create sales order.
    I tried some user eixt in MV45AFZZ, but the date got revert to the orginal date from billing plan.

    Hi,
      check the include MV45AFZB.
    Thanks & Regards,
    Sateesh.

  • Once I purchase a new application from Apple store by using credit card, I used to get the billing information in my mail the next day. But now a days it is not happening why?

    Once I purchase a new application from Apple store by using credit card, I used to get the billing information in my mail the next day. But now a days it is not happening why?

    Probably volume of purchases on Apple Systems
    by the way this is a user to user forum  no-one from Apple here

  • Typical BT, Get the BILL WRONG and then penalise m...

    Hi all
    Can anyone advise me how to get this problem sorted as I am fed up with being illegally overcharged and am no moving away from BT NEVER TO RETURN....
    I had my last bill and was shocked as it was £111. All my calls and broadband are through SKY, so all I should have is a quarters line rental plus the VAT..... around £12 a month so the idiot on sales told me. SO why £111.... some idiot had added call packages and god knows what else to my account without my authorisation. "Is this not ILLEGAL"?.
    Of course I quiried it and was told it would be removed NEXT BILL so just pay it and BT would credit me next bill. SORRY DOES MY NAME HAVE THE WORD BANK IN IT?... Of course I refused and after what seemed hours of arguments this idiot in god knows what bleedin country agreed to get the bill sorted and post me a new copy. I AM STILL WAITING FOR IT TO ARRIVE. After being overcharged the bill prior and paying it and hoping it to be credited back then I REFUSE TO KEEP POURING MONEY INTO YOUR BANK BT.......
    Now I have chased this almost everyday and keep being told to pay the £111...NO..!!! Send me a bill that is correct and I will of course pay it, but I wont pay double in the hope you give it me back next month.... NO..!!!
    Now I have a disabled daughter and her medical equipment is connected to the phone incase we need he specialists to have immediate access to her monitors.... and you know this BT, it is an absolute must for her health... And you have disconnected us.... well put it this way sort the bill and I will pay it.... overcharge me and I will see a solicitor...... I NEED THE PHONE ON AND NEED IT ON NOW.... or am off to Virgin media TODAY...
    So can anyone who reads this advise me what I should do please. I have no idea what is actually owed, I only have line rental no packages on the line.... if that figure can be magically told me to me then we have sorted... still will be noving away and telling as many people as possible of the thieving ways you operate....
    HELP PLEASE.....
    Thanks

    HI
    Yes I finally got it sorted. I spent well over 2 hours in a payphone talking to a lady in the Indian Call Centre. She went right back to the start of the account and we went through everything. By the end of the phone call it was agreed I actually owed £9.52. I went straight to our local Post Office and paid £10.
    I have now left BT and am with another supplier, but last week got my final bill. Now get ready for this the bill was for £7.50, but as I had already got 48p in credit it was now £7.02. The £7.50 charge is for late payment on the well over inflated bill...!!!!
    I have rung the call centre again and told them that they can swing for that.... over charge then as I refused to pay add a late payment fee.......
    All I can say is BT used to be one of the best telephony suppliers in the country but as the Uk Government paid for most of the original systems when they were the GPO and once all that was paid for became a private company not a bad deal... BUT THANK GOD I AM NOW NO LONGER A BT CUSTOMER, and never will be again. I would rather use a mobile than have this sort of service....
    Good luck in getting your problem sorted but dont hold your breath it would be hazardous to your health...!!!
    Dalboy

  • How SID table will get the data?

    Hi,
    Any one can please let me know, how the SID table will get the data. I am not able to trace.
    Thanks in Advance.
    Regards,
    Suree.B

    Hi
    SID will not have data it will only contains data
    when the masterdata loads it will also create corresponding SID's  which can be later used to link master data table to fact table
    cheers,
    Swapna.G

Maybe you are looking for