UDO OBJECT+ PRINT LAY OUT DESIGHNER

Hi Friends
  I created a Sales invoice Udo Form. now i need to create invoice using Print lay out desighner. How can it possible . Any one can help me
thanks

Hi,
U cannot have the same PLD fucntionality for ur UDO screens a work around is to add a PLD report which is created by code, Generally the thing i do is use a Crystal report  in place of the PLD. And open the report for user preview on the click of the Menu-Print Preview toolbar button.
Hope it helps,
Vasu Natari.

Similar Messages

  • Sub: Tax Combinatiom. Tax rate, tax Amount in the print lay out design of t

    Dear all,
    Sub: Tax Combinatiom. Tax rate, tax Amount in the print lay out design of the A/R Invoice
    I have to Create a Print Lay out design of the A/R invoice for the Indain standrad please provide me some solutions for the following problems to locate the Tax combinations,Tax rate  and the Tax amount in the PLD  A/R Invoice ,
    PACAKGE  SAP B1 2005B
    Need a standrad solution as per the requriment
    Eg: Row Level
    Tax Code created is BED+VAT
    Tax combination details is
    Name of Tax type   Rate
    Excise                     16%
    Ecess                    2%
    Hcess                    1%
    VAT                       4%  
    Row No     Item  Qty   UnitPrice  Tax code  Total(LC)    Tax Amount
      1             X      10     10000      BED+VAT   100000      21139
                                             (Excise =16000,Ecess=320, Hcess=160, VAT=4659)
    2              Y      5      20000      BED+VAT    200000       42278
                                            (Excise =32000,Ecess=640,  Hcess=320, VAT=9318)
    In Print  Lay out Design Requried is the deatils of Tax code combination , Rate and the Tax Amount in the followig way 
    Excise    16%   =48000
    Ecess     2%    =960
    Hcess     1%    =480
    VAT       4%    =13977
    Please send the feedback as early as possible urgently requried
    for the further details send the feedback
    Reagrds
    Mr.Chitrasen

    Hi experts,
           Pls anybody have an answer to my question, i'll be very thankfull to u,
                     I wanted to display the Tax Break ups in Invoice say,
    ECess            25
    Vat                 56
    Excise duty    32
    I've tried a lot with many of the SAP Forum thread but the results is not satisfactory..am using SAP Business One 2007 b
    pls anybody who can guide me with step by step PLD creation for this problem.
    I done the below steps in PLD
    In Repetitive area 1
    Field_1:  Table-> OSTA                    
                  Column-> Type                               
    Field_2 : Table-> OSTA                  
                  Column -> Code                               
    Field_3:  Table-> OSTA                   
                  Column-> Rate
    Field_4:  Table-> OSTA                  
                  Column-> Name  
    Field_5:  Table-> A/R Invoice Tax amount per document
                    Column-> Tax amount
    Field_6 : Table-> A/R Invoice Tax amount per document
                    Column-> Base amount
    Field_7 :  Formula ->  Field_6 * Field_8
    Field_8 :   Formula->  Field_1==1
          NOW I SORTED REPETITVE AREA 1 WITH 'SALES TAX AUTHORITIES;cODE' AND TICKED THE CHECK BOX 'SUMMARY'
        AND MADE THIS REPETITIVE AREA INVISIBLE.
    IN Repetive area footer
    F_01 :    Formula->   Field_4       
    F_02 :    Formula->   Concat(Round(F_rate,0), '%')
    F_03 :    Formula->   Round(ColSum("F_tax_amount"),2)
      I grouped the Repetitive area footer as Group 1
                                here i get the result but the Tax Rows are repeating and Tax amount varies for VAT for each rows
    pls help me guys...          
                   Thanks in advance,
                   Dinesh
    Edited by: Dinesh S on Dec 23, 2011 1:28 PM

  • Print Lay Out Design-Customer/Vendor CST Number/Tin Number

    Hi friends
    in Pld from where can i get -Customer/Vendor CST Number/Tin Number and all
    thanks

    Please check this thread:
    Printing VAT NO/ TIN NO
    Thanks,
    Gordon

  • When printing objects with lowered opacity prints come out pink

    At the office here we have a SHARP MX-5112N PCL6. We use Adobe Indesign CS6 for designing and printing our marketing material. A problem I have encountered is everytime I use a lowered opacity on a filled coloured object the print comes out a pink/magenta colour no matter what the colour is on the document.
    I have attached two images to show what the print should come out like (first image) and what it does come out like (second image) on the SHARP MX-5112N PCL6.
    I have tried various printer colour settings but nothing seems to correct this.
    If anyone has a solution for this please leave a comment below. This only happens when using tints/opacity adjustments so its definately a software issue.
    Many thanks,
    Nick

    Have you got the latest print driver for your printer?
    Have you downloaded a postscript driver for your printer? If you do - you can install the PS driver as a separate printer in your printing options and try print from that instead.

  • Back Ground Job- Lay out settings

    Hi Frnds,
      We will be executing some big reports in the Back ground  , now before executing the report i have to select the Lay out , is there any option for this .??
    And when i execute the report in back ground i get the data Page wise , but when i execute the report in foreground , i get the report continuous in one page .
    Is there any option of getting that report continuously in one page when i execute in back ground ??
    Regards
    Rakesh

    Hi Rakesh
    Output of background program are totally based on Printer settings you have selected.
    Take help of your BASIS team to configure a new printer specially for background job, which can display full report in one page.
    Basis team is only responsible for it.
    try and revert

  • Problem in adding data to database thru UDO object

    hi i have created udo object thru b1 udo wizard...successfully with object type as "d1". and table name is "dummy".
    in that dummy table(master data table) i have added 3 user fileds called country, phone, email.
    and i have designed a screen with 5 controls called code, name, country, phone and email and 2 buttons OK(1) and Cancel(2) with (unique id's).
    and when i write the program where i have connected to B1 using UI DI....and successfully loaded the screen in to B1 and also enabled the menu controls (First Record, Next Record, Previous Record and Last record and also ADD).  and  when i entere some values in the controls and click on ADD i got a error message saying that """INVALID CODE ( dummy--Code)""""...
    and even next previous first and last are also not working........
    even i have also mentioned object type as "d1" in .srf file...
    in my program even i have mentioned item event with out any logic.....
    plz reply me the solution.......

    Dim oForm As SAPbouiCOM.Form
    Dim creationPackage As SAPbouiCOM.FormCreationParams
    creationPackage = sbo_application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_FormCreationParams)
    creationPackage.UniqueID = "UDO_TEST"
    creationPackage.FormType = "UDO_TEST"
    creationPackage.ObjectType = "UDO_TEST"
    creationPackage.BorderStyle = SAPbouiCOM.BoFormBorderStyle.fbs_Fixed
    oForm = sbo_application.Forms.AddEx(creationPackage)
    oForm.Visible = True
    oForm.Width = 300
    oForm.Height = 400
    Dim oItem As SAPbouiCOM.Item
    oItem = oForm.Items.Add("1", BoFormItemTypes.it_BUTTON)
    oItem.Top = 336
    oItem.Left = 5
    oItem = oForm.Items.Add("2", BoFormItemTypes.it_BUTTON)
    oItem.Top = 336
    oItem.Left = 80
    oItem = oForm.Items.Add("3", SAPbouiCOM.BoFormItemTypes.it_EDIT)
    oItem.Top = 5
    oItem.Left = 100
    oItem.Width = 100
    oItem = oForm.Items.Add("30", SAPbouiCOM.BoFormItemTypes.it_STATIC)
    oItem.Top = 5
    oItem.Left = 5
    oItem.Width = 90
    oItem.Specific.caption = "Code"
    oItem = oForm.Items.Add("4", SAPbouiCOM.BoFormItemTypes.it_EDIT)
    oItem.Top = 20
    oItem.Left = 100
    oItem.Width = 100
    oItem = oForm.Items.Add("40", SAPbouiCOM.BoFormItemTypes.it_STATIC)
    oItem.Top = 20
    oItem.Left = 5
    oItem.Width = 90
    oItem.Specific.caption = "Country"
    oItem = oForm.Items.Add("5", SAPbouiCOM.BoFormItemTypes.it_EDIT)
    oItem.Top = 35
    oItem.Left = 100
    oItem.Width = 100
    oItem = oForm.Items.Add("50", SAPbouiCOM.BoFormItemTypes.it_STATIC)
    oItem.Top = 35
    oItem.Left = 5
    oItem.Width = 90
    oItem.Specific.caption = "Phone"
    oItem = oForm.Items.Add("6", SAPbouiCOM.BoFormItemTypes.it_EDIT)
    oItem.Top = 50
    oItem.Left = 100
    oItem.Width = 100
    oItem = oForm.Items.Add("60", SAPbouiCOM.BoFormItemTypes.it_STATIC)
    oItem.Top = 50
    oItem.Left = 5
    oItem.Width = 90
    oItem.Specific.caption = "Email"
    oForm.Items.Item("3").Specific.DataBind.SetBound(True, "@UDO_TEST", "Code")
    oForm.Items.Item("4").Specific.DataBind.SetBound(True, "@UDO_TEST", "U_COUNTRY")
    oForm.Items.Item("5").Specific.DataBind.SetBound(True, "@UDO_TEST", "U_PHONE")
    oForm.Items.Item("6").Specific.DataBind.SetBound(True, "@UDO_TEST", "U_EMAIL")
    oForm.DataBrowser.BrowseBy = "3"
    Edited by: János Nagy on Oct 15, 2009 1:53 PM

  • Adding a column in the Universe level without losing the Report Lay out

    Hi all,
    I have one universe with three universes built on it. Now, I want to add a column to one of the tables in the universe. For that, I selected the table and gave 'Refresh the structure'. The column got added in the workspace of the universe. When I drag and drop the table to the class & objects panel, it got added to the class/table in the panel. I saved and exported the universe.
    When I do like above, and open the report in the BO XI R3.1 webi front end, the report throws the following error:
    'Universe contains unresolved objects' and the report lay out is lost. All the three reports built on this universe is throwing the same error.
    Please let me know if there is any other way to retain the report lay out and add the column in the universe level.
    Thanks in advance
    - Regards,
      Arun

    Welcome to the sometimes frustrating world of working with dates against SAP BW via BusinessObjects!
    Your best bet here is to have a financial calendar table in a database and build a new query against that. Return Week Number as a detail of date and then merge the date dimensions.

  • Best way to lay out this scrapbook

    I need some advice about the best way to go about this. I have a client who basically want me to publish her scrapbook. It's full of all sorts of color and b/w photos, drawings, newspaper clippings, you name it. I was thinking I should scan each page (8 1/2 x 11) as a separate pdf, then place each pdf as a separate page in the ID document. After about 10 pages or so the ID document is so bogged down that it takes half a minute just to nudge a frame. I hate to think of what things would be at 200 pages. Even if I divided the book up into 20 or 40 separate documents then reassembled them as a book, it would probably be so unwieldy that I wouldn't even be able to scroll the pages. Once this is done it has to be submitted to the printer as a pdf.

    What the client has done is lay out her original photos on a piece of 8 1/2 x 11, xerox it, then type captions next to the xeroxed photos, then attach the original photos over the top of the xeroxes. Two pages are then placed back to back in a clear plastic sleeve, which, along with another 199 sleeves, goes into a ring binder. I’m laying the book in ID (CS3, btw) because I want to add page numbers and some of the pages need to be centered or otherwise moved around so that I can maintain the printer’s minimal margins (the typing and placement of the illustrations on the original page sometimes goes to the very edge). Also, as I scan I'm trying to cut out toner shadows and other blemishes on the original pages. I’ve been scanning using my scanner’s software (Epson Perfection V200). The setting for the image quality of the outputted scan is 24-bit color at 300 dpi (pages with just text are scanned as black & white, 300 dpi, pages with only black & white photos are scanned as grayscale). If I want to do more editing (like cleaning up more blemishes) I open the pdfs in Photoshop. That way I can also change the color mode to CMYK before I save the file. Should I be scanning directly into Photoshop, then? I don’t scale the pdfs in ID because I know that can affect the resolution. I’ll try making tifs instead of pdfs.

  • New Lay-out Profile for CM25

    Hi Dear Guru,
    We need a new profile in transaction CM25 for our planners.
    Weu2019d like to achieve similar results as when using profile ZBNFDS0002 (an existing layout in our SAP but need to improve/edit for desired output)
    a.       Visible tabs: Work Centers, Orders Dispatched, Order Pool
    b.       By default - Daily period split
    But also some changes are needed, as described below:
    1.       Time profile u2013 we need u201Cnext week + - 1 dayu201D, so this is a 9-day range from Sunday to Monday, no matter which day of the week the transaction is ran at.
    2.       Only 5 columns (Work cnt, Material, Operation quantity (values in Tons), Target quantity, Unit) are needed
    3.       Data on the graphical objects u2013 Material Number
    4.       Data in the quick info text u2013 Material Number
    5.       Data on the right of the graphical object u2013 Material description
    How could we achieve this, is there any customization available to do this, or an ABAPER should ask about this doing new lay-out for us.
    thanks

    Dear,
    Transactions CY38 & CY39 we can have our own display and sort fields in the left side (Tabular form) of the CM25 screen.
    Create Layout key in CY38 as per your requirement.
    In CY40-Define Sort keys, you assign the layout key(Sort format key) with the sort key.
    In OPDJ, assign the grouping with the sort name to the Layout ID.
    Use this Layout ID in "Planning Table Profile" in OPG0 to get the layout set as per your requirement.
    Assign this "Planning Table Profile" in "Overall Profile"-OPD0 abd set this Overall profile for CM25.
    If not then please take help form technical person
    Regards,
    R.Brahmankar

  • FI  TABLES FOR LAY-OUT

    hi GUYS
    i am working on FI Lay-out, and want to print product hierarchy, Sales organisation and country for Document number. plz help me to find these fields.
    selection screen is document no, company code, fiscal year.
    thanks,
    sum

    Hi,
    Kindly check the following links:
    http://www.erpgenie.com/sap/abap/tables_fi.htm
    http://www.erpgenie.com/sap/abap/tables_sd.htm
    http://www.erpgenie.com/sap/abap/tables_mm.htm
    http://www.erpgenie.com/sap/abap/tables.htm
    Check
    Billing header table:
    VBRK
    Fields: VBELN - sales doc number, VKORG - sales Org.
    Billing item table:
    VBRP
    Fields: PRODH - Product Hierarchy
    Hope this helps!
    Best regards,
    Thangesh

  • Need advice on choosing programs for laying out and editing books

    I've been editing books in Microsoft Word but my clients are asking me to help do the layout and prep to take their books to a printer.
    I am looking to find out what the least expensive (for now) but necessary programs I would need to purchase in order to take a book from a Word manuscript to print-ready.
    Please let me know what programs I need (at a minimum) - someone mentioned InDesign and InCopy, would I need anything else?
    I will also need to purchase a new laptop and need to know what the minimum requirements would be to run such programs i.e. how much hard drive space, speed and ram.
    I currently have a Gateway, but it is dying.
    Thank you.

    As Daniel says, if you have InDesign and you're the only one working on the docuument, that's all you need. Think of InCopy as a hugely-stripped-down version with only the text editor in it, but you can do everything you need in InDesign (either writing the text directly into the document, or importing formatted text from Word). InDesign has great typography features and a basic spellchecker, Word has less-advanced typography but can check grammar.
    The typical workflow in a newsroom will split copywriting from layout, as the journalists aren't allowed to format the page and the graphics dept can't write articles. So, the text is written in InCopy by a bunch of people, who then pass the content to someone with InDesign who imports it and lays out the issue. InCopy basically allows people to write a chunk of text that will fit in a certain space, but it doesn't care what the overall document looks like. It has some very powerful features for collaboration, but to put it bluntly, text is text - provided you get the styles mapping sorted, ID doesn't care where it comes from.
    Unless you're working with this split-job-role system there's no reason you'd need to use InCopy.
    OLIVE C. F. wrote:
    Thank you for the tips. I will need InCopy then as that is a major part of what I do.
    Sent via DroidX2 on Verizon Wireless™

  • HT4356 My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    hi
    could you tell us what the other app is please

  • Why does ical on icloud have a different lay out than on my mac

    Why does iCal on my MacBook Pro have a different lay out than on iCloud? I like the iCloud layout better, the only missing niceties is the year calendar. How do I get both iCals to look the same? The ideal iCal? The one from iCloud WITH the year calendar.

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    Please update Firefox to the latest version via "Help > Check for Updates or Help > About Firefox"<br />
    The Firefox version that you use is no longer maintained with security and stability updates.<br />
    Using unsupported Firefox versions is at your own risk and makes you vulnerable to attacks.<br />
    *Firefox 7.0.x: http://www.mozilla.com/en-US/firefox/all.html

  • How can I print directly out of Pages on my iPad?

    How can I print directly out of Pages on my iPad if my Brother printer is not airprint compatible? I currently have a Brother MFC-J615W and have downloaded the Brother iPrint app; but that only works with pictures and PDFs it seems.  I know I can use the cloud to transfer and just print from my macbook, but I am starting school and would love to cut out that middle step if possible.  I know... how lazy is that? But I feel like I should be able to make it work with a little ingenuity.  Thanks for any info you can provide.

    Try to arrange them manually afterwards: afaik, it is impossible to force an order when syncing:
    See MartyLightroom's post:
    Re: How do you arrange the albums in chronological order in iPhoto ? 

  • How can I make a backup listing of all of my Firefox bookmarks, with complete URLs, so I can print it out from a word processing document?

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    How can I make a backup listing of all of my Firefox bookmarks, with completely written out URLs, so I can print it out from a word processing document? Please email me the answer-
    [email protected]
    <blockquote>duplicate. Locked. Please continue [https://support.mozilla.com/en-US/forum/1/727213 here] -MJB</blockquote>
    == Firefox version
    ==
    2.0.0.4
    == Operating system
    ==
    PPC Mac OS X Mach-O
    == User Agent
    ==
    Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
    == Plugins installed
    ==
    *-Netscape Navigator Default Plug-in
    *Runs Java applets using the latest installed versions of Java. For more information: Java Embedding Plugin. Run version test: Test Your JVM.
    *Plugin that plays RealMedia content
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in web pages. For more information, visit the QuickTime Web site.
    *Shockwave Flash 9.0 r260
    *Provides support for Digital Rights Management
    *Provides support for Windows Media.
    *Java 1.3.1 Plug-in (CFM)
    *Macromedia Shockwave for Director Netscape plug-in, version 8.5.1
    *Java 1.3.1 Plug-in

    Hello.
    Although possibly not related to your problem, I have to remind you that the version of Firefox you are using at the moment has been discontinued and is no longer supported. On top of this, it has known unpatched bugs and security problems. I urge you to update to the latest version of Firefox, for maximum security, stability, performance and usability. You can get it for free, as always, at [http://www.getfirefox.com getfirefox.com].

Maybe you are looking for

  • When I login to EBS as Japan language session some Forms Application is Eng

    Hi , have recently applied japan NLS on r121.1 and later upgraded to 12.1.3 also applied 9239090(japan as well). But customer has complained the error below. Any ideas on it . Forms Application is still English. When I login to EBS as Japan language

  • Cant boot, Read-only filesystem

    Hi guys Sry if this isnt the right section to post, but i didnt find any section in the forum where my problem fit. So, today i was working on my laptop, and at the same time updating the system when the power went down. When the power came back Arch

  • Nokia E5 - Mail for exchange

    I've setup my email account (gmail) for exchange access. The initial synchronization it's OK, but after that the phone is disconnecting and the new emails are not coming. I have to manually synchronize every time I want to see may emails. What can I

  • Deployment Server and Essbase Server on different boxes

    Hi,We're currently testing Hyperion Essbase 7.1.2 and we were wondering if it was possible to have the Essbase (Analytic) Server on one machine and Deployment Server on a different one. At first sight, it seemed so, so we did just that.Now, we'd like

  • Trying to sell my Macbook ram but how to specifiy?

    I just unstalled my ram but I want to sell it away but I dont know how to specify it. Do I say it's from macbook White (Mac OS X) 2x 1GB?