LAYOUTS (PLD) - Add fields to "Repetitive Area"

Hello guys
  Iam using SAP B1 2004 2B
Iam having a problem while using layouts
I have desinged all static fields first, and when i came to the repetitive area iam not able to find the "A/R Invoice-rows" option, what would be the problem and what is the solution.
  thank Q in advance
answers will be rewarded
Message was edited by: Frank Moebius

Hi,
It seems that noone in this forum can answer your question (including myself )?
Maybe this is related to the fact that the main focus here is the SAP Business One SDK?
In case the question is still open:
I would recommend that you try these forums - which should fit better:
For SAP partners only there's a forum where you can discuss implementation questions etc.:
Got a question about customization / implementation? Maybe ask it in CPSN!
...and here's the SAP Business One Forum in the "SAP Community" (public to anybody):
Re: Got a question about customization / implementation? Maybe ask it in CPSN!
...or you might try your luck with SAP Support?
Sorry,
Frank

Similar Messages

  • PLD-"Formula Type Calculation Fields in Repetitive Area"

    Hi there...
    I just would like to know if there is a limit as to the number of conditional operations in the repetitive area?
    Im currently working on the General Ledger in the Financial Reports.  Our client wants to limit the number of decimal places to two for all the output of the print out. After using the Round operator, what happen was all the entries with a 0(zero value) gets 0.00.  Since they also dont want this 0.00 to appear, I did try the conditional operator == to test all the entries and replace it with free text with a blank content. It is perfectly working if I'm only testing for 1 column but has problems if I already test another column. I just would like to know if there is a limit as to the number of conditional operations in the repetitive area?
    Thanks in advance...

    Just want to share how we were able to solve this problem. My companion(Ryan Megallen a.k.a. Bogs ) taught this to me....
    since you will be evaluating the contents of the column its necessary that your going to make use of 2 conditional operations to test both the == 0  entries and those entries which is greater than 0.
    Consider the following as output on the report
    ex...
       Details_______Debit_____________Credit
       xxx account___343.56_____________ 0.00      
       yyy account_____0.00____________123.00
    The client wants that the output should be:
       Details_______Debit_____________Credit
       xxx account___343.56      
       yyy account_____________________123.00
    They doesnt want to make those 0.00 entries appear on there report.
    To achieve this you need to test each column twice. The !=0.00  would be link to the field that displays the value other than 0 and the ==0 would be link to the field that simply uses a Free text without a no content.For this to work you will have 4 conditional operator to used.Since we cant control which of those field that we used on the columns will be displayed first.
    Message was edited by:
            Llowen Miraflor

  • Create a database field in Repetitive Area

    Hi,
    I generated a report from query, but I can't insert a database field in a Repetitive Area using PLD.
    I've tried inserted a Text Field and changed to Database field, but there is nothing shown.
    does anyone can help?
    Thanks
    Kim

    Hi ,
    As i got u ,If u create a report from query , it is called QLD (Query layout designer).
    The only field comes in QLD is from Query only , u can not insert data base field  however u can hardcode some text field .if u want  a new database field , u have to change the query and have to make a new report as on every change in Query u have to assign a new temlate in QLD .
    Hope u got some idea.
    Rgds,
    Premraj

  • How to hide fields on Repetitive Area Footer on the last page?

    Hello,
    How can I avoid printing some fields on the last page, when this fields
    are on the Repetitive Area Footer, and the Repetitive Area Footer is
    defined to print on all the pages? I was hoping to do this with fileds linked
    to (ContinueNextPage) field, but it doesn't work!
    Regards,
    Júlio Pinho

    hI Júlio Pinho,
    i think, it is not possible in Repetitive Area Footer on PLD.
    but, it is possible in Page Footer on PLD.
    IF you dont need print some Fields in Last Page on printout.
    Try this,
    ->> Open the require PLD.
    ->> Create require Fields in Page Footer.
    for example,
    => Create DocTotal Field in Page Footer on PLD.
    => Link to SystemString (ContinueNextPageNotice) Formual FieldID in DocTotal Filed.
    Save and Run the Print Preview.
    Regards,
    Madhan.

  • 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

  • Formatting a field in the repetitive area of the Print Layout Design

    Our quantity fields in the repetitive area print out with a decimal point and 3 spaces after the decimal point (i.e. 10.000). How can I change the format of these fields so that there are no decimals included (i.e. 10) when we print an order?
    Thanks.
    Edited by: Philip Eller on Jun 19, 2008 9:56 AM
    Edited by: Philip Eller on Jul 3, 2008 3:11 PM*

    Mike,
    You could use the Formula ABS( )
    Add a Formula type field
    In the Formula select formala ABS()
    syntax: ABS(Field_xyz)..here field Field_xyz is your number field
    If your value was 10.000 the result will be 10. This formula ignores the decimal part.
    The formula ROUND could be used if you want to ROUND the value to the nearest higher or lower integer
    Consider number 10.450
    ROUND(Field_xyz,2)  will give 10 
    ROUND(Field_xyz,1) will give 11
    Suda

  • Query Print Layout-Linking a new header field with ref to repetitive area

    Hi,
    In a query print layout, the query result based on pending items from a specific vendor is to be displayed.
    On trying to insert a new database field (eg. Vendor Name), in the header area based on the pending item details in the repetitive area, the print output shows up a random vendor name (not related with the query result).
    The RELATE TO property-option of the header field does not list the repetitive area fields, and the LINK TO option does not help either.
    Please advise any other way to link the new db field to display the correct vendor name (contact person, address) as used in the query.
    thanks,
    Avinash
    Edited by: Avinash Sashee on Jun 30, 2009 1:14 PM

    Yes, the fields are part of the query.
    Eg. The pending items from a specific vendor(with vendor code, name) is listed in the repetitive area of the layout. But the requirement is to have the Vendor Name and Address details in the Header portion(i.e. Letter to Vendor). Please help me on this.
    thanks,
    Avi.

  • 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.

  • Sort option in Repetitive Area on AR Invoice PLD is disabled / greyed out

    Hi Experts,
    I have an issue whereby in my PLD the sort option under Print Layout Design Manager -> Repetitive Area -> Sort is greyed out / disabled in the AR Invoice PLD. Does anyone know why this might be? I've not seen this before and I can't find any notes relating to specifically to this issue in an AR Invoice PLD.
    2007A PL06 Hot Fix 01.
    Many thanks for any help,
    Caroline

    Hello Khushwant,
    In SAP when your business Process is Sales Order --> Delivery --> AR Invoice
    SAP would print the Batch Numbers along with the Delivery document.
    But your Business Process is Sales Order --> AR Invoice
    SAP would print the Batch Numbers along with the Invoice document.
    Whichever document releaves inventory, SAP will Open the Batch selection screen when adding that document and the Batch Report will be printed on a seperate sheet along with that document.
    The functionality change in SBO 2007, is that the Batch number print on the Delivery / Invoice document itself instead of on a seperate Page as in 2005.
    Could you please explain your Business Process in relation to what I have mentioned earlier.
    Printing the Batch Number as part of the Invoice document itself in SBO 2005 is going to be a tough task.
    Let me know if where and how you want to print this information.
    Regards
    Suda

  • Error While Linking Formula field for Repetetive Area Header In PLD

    Hi All,
    I am having a problem in pld..Let me explain...!!!!
    I have a drop down field called Billing Type....My requirement is if the billing type in Time based then it should become number of Hours,if my billing type is Trip based then my Quantity column should become no of trips .I got the logic but when i am linking the formula field with the header in the repetetive area it is not working,but when i paste it some where else it is working,Please tell me any solution for this...!!!my version is 8.81 PL20
    Regards
    Cherry

    Hi Cherry,
    Any formula fields you use in your logic must be on the same area as the linked fields. In your case - as I understand you are trying to link row level fields to a formula based on a header level UDF. What you need to do is to move all your hidden fields used in the formula to the Repetitive Area - don't worry if the field used is actually header level, it still should be fine.
    I would advise not to hide any fields used in a formula until you are 100% sure it's working - as you can then check if all of them show the results you expect. For instance in this case you could see that the header UDF displayed in the Repetitive Area is repeated in every line and so any formulas based on this field will work well.
    I hope this helps.
    Regards,
    Nat

  • PLD Repetitive Area Issue

    Dear Expert,
    Repetitive area is not displayed in Print Preview after upgrade to SAP 8.8.
    Can you please suggest me on this?
    Thanks & Regards,
    Tushar Nathwani

    Hello,
    I have the same problem. I have two repetitive areas on my PLD layouts. First is visible bu second after upgrade to 8.8 is missing. Even if I put there some tekst box it isn't visible on print preview. If you have some sugestion I will be very appreciate.
    Kind regards,
    Bartek

  • 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

  • Can you add fields that are manually maintained.

    I'd like to be able to add fields to my MAP Toolkit's inventory. For example, adding Asset and Warranty fields, to keep track of this information. I'd be maintaining the data manually, which is fine since it doesn't change very often. Is there a way to extend
    the toolkit to include these types of fields?
    So far the only solution I've been able to think of is to generate reports, convert the .XLS to .CSV, and then use PowerShell to merge the .CSV with a file containing the static information. This would be quite an undertaking as I'd need either different
    scripts, of different logic paths, to deal with the multiple reports available from the toolkit.
    Thanks
    Jim Winner

    The reports are generated using queries that are in stored procedures. I suppose it would be possible to modify the query so that extra columns would be created, but I don't know how you would get the data into MAP.
    Please remember to click "Mark as Answer" on the post that helps you, and to click
    "Unmark as Answer" if a marked post does not actually answer your question. Please
    VOTE as HELPFUL if the post helps you. This can be beneficial to other community members reading the thread.

  • ABAP Query: add field on layout based on Company code

    Hello Experts,
    I currently working on ABAP Query report  for asset master issues and would like one more field added to layout for Company code XXXX . Is it possible to add fields to this layout based on company code .
    Thanks in Advance
    Nupur

    Hello Andreas,
    I'm asking is that possible to change ABAP Query report layout based on Company code.
    For Instance:
    Company code :1111
    Layout should : A B C D E F
    other than 1111.
    layout should : A X Y Z F
    My scenario is :
    ABAP Query is working fine but users from UK wants some more fields on the layout but rest of the country users other than UK, they don't want such changes.
    Regards,
    nupur

  • Add field group to Asset Master Data Screen Layout

    Hi Gurus !!
    Does anybody know how to add field group in SPRO(Define Screen Layout for Asset Master Data)?. I have created my layout by coping 1000, but then I need to add Fund Center in Time-Dependent data logical field group.
    Thanks a lot,
    Sasha

    I don't think you can add a funds center to the Time dependent tab.
    Instead you need to use Derivatuon strategy. Use tcode FMDERIVE for strategy and FMDERIVER for GL accounts to cost center and cost centers to asset numbers or number range. From here the system derives teh funds center.

Maybe you are looking for

  • SAP Mobile Platform 3 compatibility with windows server 2012

    Dear All, As per SAP release notes Window Server 2012 is compatible with SMP 3.0 but after installation i see that the SMP3 Services are always into the hung state meaning they neither start nor stop. They are always in the starting state. Whereas it

  • WRT54G blocking Usenet/newsgroups

    I have been having the weirdest problem with my Linksys router WRT54G. If I use a traditional hub or switch that does not provide NAT I can hit the news server just fine. As soon as I use the WRT54G it will not hit the Comcast news server.  Error is

  • Software update killed Quicktime!

    I've been running 10.3.9 for so long now and everything was fine until I ran Software Update and upgraded to Quicktime 7.1.3. Now Quicktime won't work, iTunes won't work and even my old copy of Quicktime 6.5.2 (which I have Pro enabled on) won't work

  • Cisco ISE Active Directory Add Group

    Hi, I came across the Cisco ISE on integrating with Microsoft Active Directory; I would like to check what may be the use case of the add group function (External identity source-->active directory-->group-->add group)? Not too sure if it may be poss

  • Yahoo Videos not loading

    Yahoo suddenly this week keeps telling me that I need to download the Flash Player, yet I have had Flash Player on my computer forever.  I went ahead and removed it, and downloaded again.  Restarted computer and I still get the same message from Yaho