PLD: Line items trauncate in repetitive area

Hi All,
I'm having issue with the line items truncate in the repetitive area.
Is there a way to fix the number of items in repetitive area?
Thanks in advanced.
Regards,

HI Tripti Shrestha
>> Open your PLD and Create new Formula Field and put this formula,
=>> Create new Formula Field in Repetetive Area Footer and put Formula.
=>> Create the Seperate FORMULA Field in Repetetive Area Footer,
for ex. Line No. Item Code, Discription, Qty, Unit Price, Total
you should put the FORMULA in all FORMULA FIELDS in Repetetive Area Footer.
Substring('\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n',0,2*(16-LineNum()))
AND
*IF Repetitive Area Footer fields is blank means that
field should not display in Print AND Repetitive Area Footer decrease in Print*
Do this,
->> Link to all Fields in Repetitive Area Footer.
for example, DocTotal Field.
->> Choose DocTotal Field in Repetitive Area Footer than
->> Goto Properties Window and Link to DocTotal fieldID at General Tab.
->> put the Tick Mark in Area Height Adjustment at Format Tab.
Save and Run the Print Preview.
Thanks
Khan Imran

Similar Messages

  • Line items for the PO are not automatically displayed

    Hi all,
    When attempting to post an invoice against PO, the line items for the PO are not automatically displayed. When we went to the Listing of PO's and brought this up, we noticed under the "invoice"tab that the: Invoice Receipt & GR-BsdIV is checked.
    need your help
    Thanks
    Fayaz

    Hi,
    Can you check delivery complete indicator in PO. It is in PO item details delivery tab.
    In MIRO transaction, select the  tab Purchase order/scheduling agreement, enter PO number and press enter.
    Right hand side select the layout all information .
    Regards,
    Chandra

  • Tax break up in line by line for  each item in the repetitive area

    Dear SAP PLD Experts
    I am facing a problem for generating excise invoice in pld with tax break for each line item .
    for eg : i have 5 line item in the invoice. 
    so , i want to show the tax break up for each line item seperately in column wise .
    slNo----Item CodeQtyPriceCenvat E.Cess---- H.E.Cess-- Vat--
    Total
    1-- A  5 -1000 96.401.920.96 40.00---    line total
    2
    3
    4
    5
    But when i am showing the Tax amount from Sales tax authorities table in repetitive area, its showing 25 line numers instead of 5 line. and tax amounts is showing line by line.
    Can any body help me to sort out this issue.
    Thanks
    Regards

    Dear,
    Add the UDF's on the marketing document you want the tax break up.
    Apply FMS using below queries and call these UDF's on your PLD.
    FOR BED
    DECLARE @Amount as Numeric(19,2)
    DECLARE @Rate as Numeric(19,0)
    DECLARE @TAmount as Numeric(19,2)
    set @TAmount =$[$38.21.Number]
    SELECT    @Rate=STA1.Rate
    FROM         OSTC INNER JOIN
                          STC1 ON OSTC.Code = STC1.STCCode INNER JOIN
                          STA1 ON STC1.STACode = STA1.StaCode Where   OSTC.Code=$[$38.160.0] And STA1.SttType='9' order by STA1.EfctDate desc
    set @Amount=(@TAmount * @Rate)/100
    Select @Amount
    For Cess
    DECLARE @Amount as Numeric(19,2)
    DECLARE @Rate as Numeric(19,0)
    DECLARE @TAmount as Numeric(19,2)
    set @TAmount = $[$38.U_BED.Number]
    SELECT    @Rate=STA1.Rate
    FROM         OSTC INNER JOIN
                          STC1 ON OSTC.Code = STC1.STCCode INNER JOIN
                          STA1 ON STC1.STACode = STA1.StaCode Where   OSTC.Code=$[$38.160.0] And STA1.SttType='8' order by STA1.EfctDate desc
    set @Amount=(@TAmount * @Rate)/100
    Select @Amount
    For HCess
    DECLARE @Amount as Numeric(19,2)
    DECLARE @Rate as Numeric(19,0)
    DECLARE @TAmount as Numeric(19,2)
    set @TAmount = $[$38.U_BED.Number]
    SELECT    @Rate=STA1.Rate
    FROM         OSTC INNER JOIN
                          STC1 ON OSTC.Code = STC1.STCCode INNER JOIN
                          STA1 ON STC1.STACode = STA1.StaCode Where   OSTC.Code=$[$38.160.0] And STA1.SttType='10' order by STA1.EfctDate desc
    set @Amount=(@TAmount * @Rate)/100
    Select @Amount
    This will help you.
    regards,
    Neetu

  • Tax line items when travel expenses are posted to intercompany

    Hello Experts,
    We are posting a expense report  to a different cost center other than the Master cost center(IT0001). In this case system understanding as intercompany transaction and posting the travel expenses to different cost center and different company code. But the problem is when there is a tax calcualted, this tax is initially getting posted to original master cost center and again transfering the taxes to the intercompany cost center. this is creating an additional FI documents and also additional tax line items which is becoming very difficult for reconcilation.
    can any one suggest me where could be the correction required in order to post the taxes to intercompany cost center in the first instance itself.
    Thanks&Regards
    Srinivas

    Hi Srinivas,
    Profit center was not picking for tax line item when we were doing multiple cost center in a TRIP. So we have activated "not deductible" in VST and it got worked.
    Later when we got a Cross company employee vendor posting, tax line items are posting in both company codes.
    So we have deactivated "not deductible" in VST and activated "set expense company code" in table T706K (to allow cross company code postings in TM)
    And defined a new solution in New GL config for the first prblem.
    We have not changed anything in "posting indicator" in OBCN, it was 2 (Separate line item) only. You should not change this.
    All postings went fine.
    Regards
    SM

  • Enhancement for tax line items to post Business area level

    Hi Gurus,
    My Client has Business area at state wise. he wants to state wise Tax reports.
    Can any one help me how to post tax line items at Business area level.
    Please help me if any one know how to do Enhancement on this.
    Appreaciate your great help.
    Regards,
    Ashok

    Hi Gurus,
    Please help on above post.
    Regards,
    Ashok

  • Repetitive areas not displayed in outgoing payments PLD

    dear all,
    I am creating a PLD for the out going payments-accounts. i created a fresh PLD with the following items in the repetitive areas, and their content as follows..
    line number -  formula - LineNum()
    A/C code - database - Table-VPM4(outgoing payments - accounts)
                                     Column-AcctCode(Account)
    A/C Name - database - Table-VPM4(outgoing payments - accounts)
                                       Column-AcctName(Account Name)
    Description - database - Table-VPM4(outgoing payments - accounts)
                                        Column-Descrip(Description)
    Amount - database - Table-VPM4(outgoing payments - accounts)
                                    Column-SumApplied(Paid)
    if I see the preview with the above repetitive areas, the page is blank and no data is appearing on the page...
    what is the problem here.. why is the fields not appearing on the paper... have I done anything wrong.. please help me..
    regards,
    Yeshwanth

    Hi Yaswanth,
    Please check where the outgoing payment was made by selecting ACCOUNT while making payment entry.
    Make sure there Customer/Vendor/Acount/PLA.
    If you seelce account then the data should be there otherwise it won't be there.
    Regards
    Chidambaram

  • Line items are not appearing in F-32

    Dear All,
    There is one unique issue that is being arised in our system where in the open line items are appearing at the time of customer line item display, but when we go for clearing these line items only some documents are appearing and some documents are not appearing at all.
    Is there any reason that documents does not appear while clearing where in still the same is appearing as a open line item in customer line item display.
    Regards,
    Rupa.

    hi,
    as seen from above mails,
    entries are existing in BSID table
    entries are passed as part of period end closing entries
    entry passed in month end and reversed in next month
    proposed sol
    1. check the mode of passing the  entry in tcode
    if tcode is coming from FBS1 the entries will not appear in F-32
    if 1 entry in FBS1 and other entry in F-32 then automatic reversal  entries were not passed.
    there was manual entry.
    that is the reason 1 entry in FBS1 and other in F-32.
    Thxs,
    GB

  • Some Line Items are missing in Standard SAP FI/CO Reports

    Dear All,
    while taking printout of SAP Standard FI/CO Reports some line items and total value are missing. E.g using TCODE FBL3N, it shows correct value after inserting selction inputs but when displaying it in spool request or taking print out it misses some line items and total value.
    Kindly help me in resolving the issue.
    Regards,
    Majid Khan

    Problem was caused by support pack SAPKB62063 and SAPKB62064.
    Apply OSS note 1100728 which was corrected in SAPKB62065.
    Giana

  • Business Area postings in Tax line items

    Hi Experts,
    As we know that Business Area is not updated in the tax line items, In one our company code we have done BA adjustment through F.5D and F.5E in 2007, after that there are thousands of line items in the system without business areas, now my client wants a tallied business area trial balance from 2007 onwards or aleast to ensure that the tax line items should get business area assignments from hereafter,  and also recently we have created one more company code, Please help how do I ensure that all the tax line items and items with blank business areas get the business area postings. Is there any user exit or any work around available for this... At present we have only one GL for Inter business area clearing for all types of accounts (reconciliation, tax accounts) in OBXM.
    Please help...
    Regards,
    Khan

    Hello,
    Are NewGL and document splitting active in your system? If yes, you should solve this problem with using splitting function.
    Otherwise, you can use business transaction event 00001120.
    I explained step by step how can you activate BTE 00001120. I give you message below.
    Re: FBCJ - Cash Journal Transaction
    In this exit, you must update t_bsegsub-gsber field which t_bseg-buzid = 'T' for tax item.
    But you can not split tax line items in this exit. For example in invoice you have 2 or more business area, but tax line item doesn't create for each buiness area (If you don't use document splitting functon). So in this exit you can only assign a business area to tax line item which is automatically generate while posting FI document.
    Regards,
    Burak

  • Customer Account line items are Missing Fbl5N

    Hi experts...
    FI Guys could not able to find customer account open line items in FBL5n after generating Accounting document automatically and we have checked VKOA screen, Assignments are fine but in that accounting document the customer itself is missing in the entry where as other line items like revenues, taxes are visible. Where could have been the mistake? 
    Kindly help with the possibilities of missing configuration
    Warm Regards
    Vijay

    Hi,
    Pls check Customer GL Reconciliation account - Line Item display field.  We have to enable it to display linenitems in report.
    regards
    DSR

  • B1PO2R3SO line items are repeated

    Good day,
    When a purchase order (B1.2005_PO) containing 5 lines is sent from B1 to an R3 SO (ORDERS05) the IDOC is created and processed without an error, however the line items within the IDOC are repeated twice.
    After downloading the message from the control center message log it can be seen that all the lines are contained at the following path:
    /b1im:B1IMessage/b1im:Body/b1im:Payload/BOM/BO/Document_Lines/row
    which is correct, however the same path is repeated a second time and again contains all 5 lines.
    As a result, when the IDOC is created the E1EDP01 segment is repeated 10 times.
    Please help! How would one trace the cause of this error? PL6 is installed, could it be that the upgrade was not completed correctly?
    Thank you,
    Henroux

    Hi Felipe,
    Thanks for the information. I've reinstalled & upgraded and it has fixed the problem. I wasn't sure where the cause of the problem was.
    It is a relief to know a bit more of the cause since one never knows when an error wil reoccur!
    Regards,
    Henroux

  • Business Area not showing during MIGO line item process

    Hi,
    We are doing the MIGO process w.r.t. PO....there in Line item...Business Area not showing in its Field.
    If we create another MIGO document with other PO, BA is showing...
    What should be the issue...

    Hi,
    is this an account assigned PO ? Please check the PO document for the acct asst Tab .
    whather the BA is populated .?
    Please reenter the detials of GL account and try again for the PO.Please check whather the co object is properly assigned or not ?
    Regards,

  • Business Area is not flowing to Billing Doc Line item

    Hi,
    Since recently we have observed that in some billing document creation, the business area in sales order line item is not flowing to the billing document line item.
    VBRP-GSBER remains blank due to which we face problem in J1IIN txn.
    This is not happening in all the cases. There are very few instances where business area is becoming blank in billing document line item.
    But when the same billing document is reversed and new billing document is created, the business area flows properly to billing document line item (in VBRP).
    Can anybody suggest why such erratic behaviour? And how to resolve the issue?
    Thanks and Regards
    Ratna

    Dear Shiva Ram and Srinath,
    Thanks for your reply
    I had checked the settings in SPRO. These are OK. The sales order line item is deriving business area properly. But in some cases (not in all the cases) the business area is not flowing to Billing Line Item during billing document creation. It is happening in production server and not in development server.
    I intend to use user exit userexit_fill_vbrk_vbrp to fill the VBRP-GSBER col with VBAK-GSBER if VBRP-GSBER is blank during saving the sales bill thro VF01..
    Pl. suggest.
    Regards
    Ratna

  • Two Repetitive areas in one PLD

    Hi Experts
    I created a custom query and based on that i created a query print layout. Now in the PLD i have only one repetitive area, but i want to group this report first based on the account code and then based on the BP code and display the sub totals seperately.
    Can you all help me to complete this.
    Thanks & Regards
    Kanishka Wickrama

    Hi kanishka wickrama,
    Sorry Kanish, i thought normal PLD.
    Yes, you con not add the NEW Repetetive Area on QPLD. it is not possible on QPLD.
    so, try to assign the Sort by option.
    Note: All SELECT statement fields will be Stored and Display in Repetetive Area1. and
    Parameter Fields are in Repetetive Area0 so you can Try to Copy & Paste the Field_ID's to Repetetive Area Header (or) Repetetive Area Footer.
    for example.
    Try this,
    ->> Open the QPLD and Goto Field index Window, then
    ->> Select the Repetetive Area Header & Repetetive Area Footer increase the Height on Properties Window.
    ->> Create the Formula fields in Repetetive Area Header & Repetetive Area Footer.
    ->> Which Field you want to print in header or footer. Drag the Field ID(in Repetetive Area) Copy & Paste to Formula Field.
    ->> Select the Repetetive Area 1 on Field Index Window.
    ->> Goto the Print Layout Designer on Tool bar.
    ->> Click Repetetive Area. -> Sort...
    ->> Open the Sort Widnow and Select the Requrie fields by sort.
    ELSE Try this,
    ->> Click the Repetetive Area Footer 1.
    ->> then, Right Click in Repetetive Area Footer 1.
    ->> Choose the GROUP -> 1. then,
    ->> Create the Formula Fields in Repetetive Area Footer 1 and copy paste field ID's from Repetetive Area 1.
    ->> Select the Repetetive Area 1 on Field Index Window.
    ->> Goto the Print Layout Designer on Tool bar.
    ->> Click Repetetive Area. -> Sort...
    ->> Open the Sort Widnow and Select the Requrie fields by sort.
    Ex.
    ->> Select Field Name, Sort by, Order, Summary, New Page.
    1st you can Select Field Name (Sort by) -> Account Code, and
    2nd Select the  Field Name (Sort by) -> BP Code. and both are
    Sort Type - Alpha.
    Order -> Descending (or) Ascending.
    Summary -> Select the Tick Mark.
    New Page -> UnCheck the Tick Mark because if you need the second page Print of GROUP BY.
    You can select the Tick Mark in New Page.
    SAVE IT and see the Print Preview. it will be get exact Print. .
    Regards,
    Madhan.

  • BOM at line item level?

    Hi,
    Can somebody please help. I have a template BOM in a sales quote. Now I want to delete some of the child items but it must just show the total price of the remaining child items at ONLY the parent item so in other words they just want to see the parent item on the quote.
    e.g  PARENT1
          CHILD1              100
          CHILD2              100
          CHILD3              100 -
    DELETE----
          CHILD4              100
    So the parent unit price must show 300 on the sales quote.
    Thanks in advance
    Ryan
    Edited by: Ryan Todd on Jun 19, 2008 3:23 PM

    Ryan,
    You can use the Formula Column Sum but I am sure how it would work as the colsum would include all the item in the repetitive area.
    There is an option to Group and Sort and then present the Sum for that group.  In this case the group would be the Parent Item.
    Read this document to understand how sort and group by works in PLD
    https://websmp109.sap-ag.de/~sapidb/011000358700000208072007E/CW11_LOG_PLD.pdf
    Also, there are a few recorded Webex sessions that you could look at https://websmp208.sap-ag.de/smb/education Click on Expert training sessions.....Archive EES ...Print layout designer
    Suda

Maybe you are looking for

  • Is there a way to edit an event in calendar that has been sent by others?

    Can enyone help with this, or is it just me?  If I accept a meeting invitation from someone else, it seems I cannot edit it.  So if someone sends me some further information, (e.g. address, agenda, background info etc), I cannot subsequently add this

  • Mountain lion not compatible with MBP core 2 duo

    Hi there, I have an MBP 17" which has been running on Leopard until the other day. I wanted to upgrade to Mountain Lion so that I can utilise some of its features. So I upgraded to Snow Leopard as indicated on the Apple Store web pages. I bought the

  • Infotype header definition

    hi all what is infotype header definition??? what is the use of table T588J regards

  • Return Inventory  to Vendor due to fault

    Hi expert, I am using the  BAPI_GOODSMVT_CREATE for return of inventory to vendor using the Gm_code = '06' and mvmt type 122. I am getting the error as "Goods movement not possible with mvmt type 122". What is the reason for this. Thanks&Regards, Kar

  • Urgently Need Help!! On Portal Development

    Hi all, I am studying SAP software at my school. And currently I need to create a portal for my school's lab. However, I am still relatively new to SAP. Right now I want to create a IView which shows "Announcements" written by the teachers to the stu