Customizing ess

Dear SDN,
  Has anyone ever customized the ESS iviews?  When I say cutomize, take for instance pz07.  The user wants the navigation of the benefits screens to be different. Say no drilling down to find plan data, they want it on one page.  Where would you begin, is this an ABAP issue or an ITS development issue.
Thanks
Jeremy

Hi Filip,
could you please tell us a little bit, what you have exactly done?
Thanks.
Best Regards,
Olaf Reiss

Similar Messages

  • Custom ESS/MSS iview question

    Hi all,
      The requirement is to create a custom ESS/MSS iview under one of the worksets in portal. For example I am creating a custom Beneifts iview under the Benefits workset.
    I have to get the user  personnel number to get the corresponding data in the WD application that i am creating. Where do i get this value from?
    My assumption: It is stored as a global variable in a different WD component and i have to reuse the component in my new application to get the corresponding variable
    I have tried my best to make the question clear. let me know if this needs to be more clear.
    Thanks in advance,
    Reddy

    Hi Reddy,
    There might be some portal events raised when a employee is selected. You should subscribe this event in your custom component and work on.
    I do not know if the following information useful for you.
    SAP note -- https://service.sap.com/sap/support/notes/1112733 -- with Portal Eventing code to subscribe:
    subscribe_to_event("urn:com.sap.mss.employeesearch",
    EVENT = "selection_changed".

  • Custom ESS Role

    Hi,
    I have created custom ESS roles and set up the homepage framework accordingly. The homepage framework settings seems to be fine, it points to my custom resources and so on. The problem I face is when I go into an application. For example, entering the the "My Trips and Expenses" and clicking on "Possible Actions" in the table it always takes me back to the standard role. How/where can I control the behaviour of those links?
    I am running ESS SP 10 on ERP 2005, Netweaver 2004s.
    Thanks!
    //Elvez

    That one behaves like an odd bird. It is PERFECTLY acceptable to create your own Z-version of your ESS config. That's not your problem.
    I know this will sound odd but for example....for your "My Trips" resource....
    Your RESOURCE config will look as follows:
    Description     Travel & Expense: All My Trips and Ex
    Server                                              
    Directory Path                                      
    Object Name     FITV_POWL_TRIPS                     
    URL Parameter   SAP_FITV_EXIT_OP=CallAreaPage       
    Window Name                                         
    Window Properties                                   
    URL of Resource Object
    ROLES://portal_content/(PCD path to your EXPENSES iView/service)
    URL of PCD Page
    ROLES://portal_content/(PCD path to your ALL MY TRIPS iView/service)        
    I know, it is VERY strange that your define that "expenses" iView path in the first URL and then your actual path in the second one. BUT IT WORKS!
    Have fun.

  • Custom ESS App with FPM

    Hello,
    I am planning to do a custom ESS Application. I know that very well. But I want to incorporate FPM in that. Could you please give me some links, documents on how to achieve this.
    Thanks, Appreciate your help.
    Sunita.

    Hi SUNITA,
    Check these links.
    http://help.sap.com/saphelp_erp2005/helpdata/en/4b/fbb33af3014fdcbde5df8c408cd8b1/frameset.htm
    https://wiki.sdn.sap.com/wiki/x/LEI
    Regards,
    Siva

  • Custom ESS/MSS ROLE under ADMININTRATION workset  - How to approach?

    HI
    Dear
    ESS/MSS Experts,
    We have a requirement with our client for a custom development ESS/MSS ROLE under ADMININTRATION workset for the functionality.
    ADMINISTRATION(workset)
    This workset provides administrative information regarding an employee. The services available under this workset are:
    INBOX(service)under--->This service will show the SAP inbox for an employee. The details shown on the screen are,
    u2022     Inbox
    u2022     Outbox private
    u2022     Shared
    u2022     Resubmission
    u2022     Trash
    how can i implement in portal...
    I am New From  Portal consultant so kindly please help me its very much helpful.
    Regards,
    Rafi Shaik

    inbox you meant UWL ie universal worklist
    first note that SAP provides standard roles and you can copy it to z role and modify it accordingly and remove the roles
    as per required/
    For ESS, the standard composite role is SAP_EMPLOYEE_ERP. You can make a Z copy of this role and customize it per your needs.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/a4/93554056bd1f24e10000000a1550b0/frameset.htm
    There is no standard role provided for MSS applications. You will need to build one as per your needs.
    See SAP Note 844639 for more details.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/a4/93554056bd1f24e10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq

  • Customizing ESS in Portal

    Goodday Guru's,
    Need your take on this. We have a new requirement to create a new ESS iview (based on a certain infotype) in the portal which would allow ESS users to add, delete, change and display information. I'm thinking along the line to actually copy one of the function module for either Personal details, address or Bank information for this requirment. After which, i would then change the fileds selection and logic accordingly. My reason for doing so is because that the functionality for my requirement is the same with the ones of personal details, address, Bank details. Would that be a good option OR would would you suggest somethign else? Another question is, how can i actually create an Iview in the portal which would then call this new function module? Thanks guys.
    Regards,
    Johan

    In that case you will be running your ESS via an external Internet Transaction Server (ITS), so you will need to build something that will run on that.
    If you want to copy something like the standard "Address" service (PZ02), have a look in the R/3 table T77WWW_SC.  You will see two sets of entries in there for PZ02, one for the initial list screen and one for the detail screen.  You will also see the corresponding standard Function Modules in there.  The main idea of this table is to allow for different country versions of the ESS screen.
    You could create a custom "Z" transaction in SE93, copy and modify the standard FM's then add it all to the above table.
    The other option is to create you own Internet Application Component (IAC) in SE80 and publish it to your ITS.  This gives you the flexibility of defining your own HTML templates etc.  Tip - don't use Flow Logic if you want your service to run on the integrated ITS after an upgrade to ERP2005. 
    Either way, once you have your ESS service up and running, just create a new iView in the portal based on the standard "SAP IAC iView" template.
    Regards,
    John

  • Custom ESS Service Error

    I have created one custom apppppciation for ESS Service...and getting the following error..Any help is appreciated?
    java.lang.NullPointerException
            at com.sap.xss.config.FPMRepository$RepositoryKey.hashCode(FPMRepository.java:46)
            at java.util.HashMap.hash(HashMap.java:261)
            at java.util.HashMap.get(HashMap.java:317)
            at com.sap.xss.config.FPMRepository.retrieveObjectInternal(FPMRepository.java:79)
            at com.sap.xss.config.FPMRepository.retrieveObject(FPMRepository.java:66)
            at com.sap.pcuigp.xssutils.ccpcd.FcXssPcd.initializeConfiguration(FcXssPcd.java:816)
            at com.sap.pcuigp.xssutils.ccpcd.FcXssPcd.loadConfiguration(FcXssPcd.java:250)
            at com.sap.pcuigp.xssutils.ccpcd.wdp.InternalFcXssPcd.loadConfiguration(InternalFcXssPcd.java:178)
            at com.sap.pcuigp.xssutils.ccpcd.FcXssPcdInterface.loadConfiguration(FcXssPcdInterface.java:138)
            at com.sap.pcuigp.xssutils.ccpcd.wdp.InternalFcXssPcdInterface.loadConfiguration(InternalFcXssPcdInterface.java:148)
            at com.sap.pcuigp.xssutils.ccpcd.wdp.InternalFcXssPcdInterface$External.loadConfiguration(InternalFcXssPcdInterface.java:240)
            at com.sap.pcuigp.xssutils.ccpcd.CcXssPcd.loadConfiguration(CcXssPcd.java:282)
            at com.sap.pcuigp.xssutils.ccpcd.wdp.InternalCcXssPcd.loadConfiguration(InternalCcXssPcd.java:184)
            at com.sap.pcuigp.xssutils.ccpcd.CcXssPcdInterface.loadConfiguration(CcXssPcdInterface.java:115)
            at com.sap.pcuigp.xssutils.ccpcd.wdp.InternalCcXssPcdInterface.loadConfiguration(InternalCcXssPcdInterface.java:124)
            at com.sap.pcuigp.xssutils.ccpcd.wdp.InternalCcXssPcdInterface$External.loadConfiguration(InternalCcXssPcdInterface.java:184)
            at com.sap.pcuigp.xssutils.ccxss.CcXss.loadConfiguration(CcXss.java:209)
            at com.sap.pcuigp.xssutils.ccxss.wdp.InternalCcXss.loadConfiguration(InternalCcXss.java:153)
            at com.sap.pcuigp.xssutils.ccxss.CcXssInterface.loadConfiguration(CcXssInterface.java:112)
            at com.sap.pcuigp.xssutils.ccxss.wdp.InternalCcXssInterface.loadConfiguration(InternalCcXssInterface.java:124)
            at com.sap.pcuigp.xssutils.ccxss.wdp.InternalCcXssInterface$External.loadConfiguration(InternalCcXssInterface.java:184)
            at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:187)
            at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
            at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
            at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
            at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
            at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
            at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
            at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:754)
            at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Thanks,
    Damodhar.

    I Think I have to add a parameter sap.xss.BaseConfigurationID (PCD FPM View) to application properties. Is it mandatory to add FPM View which is created in PCD to Application Properties. Is there any other way to avoid this procedure?
    Thanks,
    Damodhar.

  • Custom ESS components on EP7 SPS10, ESS600

    Hi
    We have upgraded from
    EP6 SP16  to EP7 SPS10
    NW2004 SP16 to NW2004s SPS10
    BP ESS-60.1 to BP ESS 1.0
    SAP ESS 100 SP7 to SAP ESS 600 SP7
    We have created a custom application for address for some country in Personal Information similar to address components for US etc.
    On click of <b>Back to Overview</b> link, it is giving me
    ""com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exit-Plug must no be triggered with an URL when using in the portal. Use portal navigation instead to navigate to another application!"
    And if i use
                   WDPortalNavigation.navigateAbsolute(
                        urlToTargetApp,
                        WDPortalNavigationMode.SHOW_INPLACE,
                        WDPortalNavigationHistoryMode.NO_HISTORY,
                        null
    It takes me to Personal Information page.
    Ples help
    Regards
    Sonal Mangla

    Here are some simple answers to your questions.
    1. The WebDynpro peice contains most of the applications that get executed while using ESS and MSS. The BP contains the Iviews, pages, worksets, roles, folder structure of the ESS and MSS Portal content. These Iviews are what is used to call the WebDynpro applications.
    2. NWDI is only manadotry if you are going to be using WebDynpro for Java. It can be helpful mechanism to manage other Java applications as they move through the system landscape but is not necessary for this. It is really in place for WD Java,
    3. Most of the applications deployed with ESS and MSS are already WD Java and not WD ABAP. There are certain functions that use ABAP (Such as process selection) but for the most part they are all WD Java.
    If you do some searching here on SDN, you will find all kinds of articles and doumentation that will help you understand the ESS/MSS functionality and what is involved. Below is a link to SAP Help for both ESS and MSS.
    [ESS|http://help.sap.com/erp2005_ehp_04/helpdata/EN/5b/76a6d7fd3a4e91bfb422405bf3e04d/frameset.htm]
    [MSS|http://help.sap.com/erp2005_ehp_04/helpdata/EN/29/d7844205625551e10000000a1550b0/content.htm]
    Happy Learning,
    Mike

  • Error while customizing ESS webdynpro

    Hi All,
    I am customizing an ESS web dynpro application. In order to accomplish this I am modifying one of the components that belong to a particular track. When i select one of the components to create a project, I get the following error:
    Error while creating a project
    java.lang.reflect.InvocationTargetException
    at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:87)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Caused by: org.eclipse.core.internal.resources.ResourceException: Could not save master table.
    at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:805)
    at org.eclipse.core.internal.resources.SaveManager.saveMasterTable(SaveManager.java:790)
    at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1322)
    at org.eclipse.core.internal.resources.SaveManager.snapshotIfNeeded(SaveManager.java:909)
    at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:896)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1600)
    at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
    ... 1 more
    Any idea why the project is not getting created for the component. Any help would be greatly appreciated.
    Thanks,
    Tom

    Hi,
    please do the following check:
    1. Enter the following URL in your web browser:
    http://<server>:<port>/AdobeDocumentServices/Config
    where <server> is the name of the J2EE engine where the Adobe document services are installed and <port> is the port of the J2EE engine.
    Note that the entries in the URL are case-sensitive.
    2. The web page of the web service AdobeDocumentServices is displayed. Choose Test.
    3. Choose rpdata(test.…) .
    4. Choose the Send button without entering any parameters.
    5. Enter the user name and password as given in the configuration steps(as in configuration guide- User:ADSUser) .
    6. Choose Submit.
    If the configuration is correct, you get the information about the Version number in the response area.
    Please confirm the ADS version and WAS information.
    thanks,
    kris

  • HELP: Customizing ESS Leave Request for multiple entries in one submission

    Hi experts,
    I appreciate help on this urgent problem. We're on ECC6 with EP7. My customization requirements are below:
    1) Allow multiple leave entries to be submitted at one go. Standard ESS only allows one date range entry per submission. We've customized the Webdynpro Leave request form to allow multiple entries in table form.
    Assuming there's 3 requests:
    R1 ~ 01-Oct-2007
    R2 ~ 03-Oct-2007
    R3 ~ 05-Oct-2007
    Whenever user clicks 'New Entry' button, Webdynpro will call bapi PT_ARQ_REQUEST_PREPARE to generate a new request ID.
    When user clicks on 'Review' button, I will loop at the requests internal table and check each of the entries, which is an individual request, via BAPI PT_ARQ_REQUEST_CHECK. Am I doing correctly so far?
    The checks return no error. Next comes the problem. When I click the 'Send' button, I will loop at the request IDs (in ascending order) into BAPI PT_ARQ_REQUEST_EXECUTE. I will get a dump, saying that the object cannot be found. Debugging shows that it cannot find the first request ID (R1) in the memory. I found that if I sort the request IDs in descending order, it will be able to find the last request (R3) and could process it. However, when it comes to the 2nd last request (R2), it will give me the same dump saying that object can't not found. Both R1 and R2 cannot be found whereas only R3 can be found.
    In overview, the logic we adopted is like this:
    1) PT_ARQ_REQUEST_PREPARE-CREATE (R1)
    2) PT_ARQ_REQUEST_CHECK (R1) upon clicking 'New Entry' Button
    3) PT_ARQ_REQUEST_PREPARE-CREATE (R2)
    4) PT_ARQ_REQUEST_CHECK (R2) upon clicking 'New Entry' Button
    5) PT_ARQ_REQUEST_PREPARE-CREATE (R3)
    6) PT_ARQ_REQUEST_CHECK (R1, R2, R3) upon clicking 'Review' Button
    7) Loop PT_ARQ_REQUEST_EXECUTE ( R3 - Returns OK, R2 - Returns object not found and terminates, R1 - not processed because execution terminated by R2).
    Can anyone please advise me how I should go about changing the BAPIs? Or are the CLASSes/BADIs to be changed?
    <b>Points will be rewarded for helping with this urgent requirement.</b> Thank you.
    Regards,
    Damien

    Hi Kiran,
    Thanks for replying. My guess initially was also that the requests are overwritten.
    I heard of another company's implementation who did the same concept and was able to do it. Unfortunately, I'm unable to get any information from them.
    Initially, my frontend programmer and I thought of adopting the 'dummy checks' methodology. i.e. Do dummy checks when clicking 'New entry' or 'Review' button. This is to ensure that the entries were entered correctly at front end. Only when the user clicks on the 'Send' button, my BAPIs take in a table of request entries and perform the Request_Prepare&Request_Check&Request_Execute one at a time.
    This may be expensive as there will be double the processing needed. One set for dummy checks and one set for the actual backend processing.
    Is there any way that I can create multiple requests in 'transcient' state so that it won't be overwritten and I can still find it when I call the BAPI PT_ARQ_PREPARE_EXECUTE? PT_ARQ_PREPARE_EXECUTE only takes in request IDs instead of request structures.
    Thanks again, Kiran, for replying. Have a good weekend.
    Regards,
    Damien

  • Customizing ESS- FPM- Unable to move from Detail to Review.

    Hi,
    I'm customizing the existing ESS code in FPM framework. The flow doesn`t move from Detail VAC to review VAC when i add a UI element. But the flow is smooth when i do not make any changes to the standard code delivered.
    Can someone tell me where I'm going wrong? Do i need to make any other changes when i try to add UI elements apart from binding?
    Regards,
    Chaitanya

    I wouldn't know about AOL errors but I'm not sure if you can fix the pic prob however sometimes with when i do the same thing it looks bad in Photos app but if you upload them to iPhoto etc. they are fine. I don't know why this is; it must be a simple bug with how the iPhone previews photos.

  • Customizing ESS Portal

    Hello gurus, someone should please advise on how to add my company logo to the ESS Portal.

    Hi,
    You want to change the logo which appears on the Masthead of the Portal?
    That can be changed through the Portal Theme.
    For doing this navigate to System Administration - Portal Display - Theme Editor - Select the Standard Theme and then click on Save As button in the bottom. Give a custom theme name.
    Now From Portal Outer Frame - Portal Masthead - Scroll Down to Logo and Select the logo you want to upload.
    Check the below link:
    http://www.sapdesignguild.org/editions/edition6/theme_editor.asp
    Hope this helps.
    Cheers-
    Pramod

  • Customizing ESS Services

    Dear all!
    I am wondering whether ess/mss services can be customized. If yes could you please tell me how can it be done.
    Thank you in advance.
    Hajar

    ESS services can be customised
    http://help.sap.com/saphelp_erp2005/helpdata/en/f6/263359f8c14ef98384ae7a2becd156/frameset.htm
    If u r talking about modifying the services delivered by sap.. then its also possible. but the efforts required is pretty high if u want to update some R/3 tables.
    reading data and changing some screen layout is simpler.
    But all this needs a setup in place.
    1. webdynpro based services.
    U need Netweaver developer studio and JDI in place.
    u have to create tracks on CMS and import all the ESS and PCUIGP files delivered by sap. then using NWDS u can change the services..change the code / layout
    2. ITS based services.
    they have HTML templates and a program.
    ifu want to hide a field then it can be done easily.. u have to change the HTML template
    but if a service is not template based (pz02)
    then u have to change the program
    u can get this program from se93.. put pz02 and dbl click the program
    u can copy this and change it.
    regards
    ashutosh

  • Shows message of custom field in customized ESS?

    I customized a ESS detail view by adding an additional field there. This field is mandatory. How do I show the message to say that this field is mandatory like other mandatory fields in standard view. Thanks!

    Hi
    To get Standard  Mandatory error message for your  cutom element you need to follow the below procedure as ESS standards. If you put required = true only "star" mark will come.
    1) At webdynpro UI element (Telphone) if you change the property to required only "Star" mark will come.But it not it not acts mandatory.
    2) To make mandatory go to backend acceess following table : "V_T588MFPROPC" using sm30. with infotype ="0006"
    Make entry ; Version means "Coutry Group" , Subtypr for Emergency Contact "004" , struktur "P006"
    Fileld Name : "TELNR" , check the first check box i.e "Musseingabe" to make mandatory.
    Many cases it will work if not works same repeat in "V_T588MFPROPS' table.
    Treat above as the example change your field name of your application (Bank ,Address...etc) and Country.
    Regards
    -SS

  • Issue in Customizing ESS dynamic page(Bizcard view)

    Hi experts,
    I am working on Customization of ESS portal.
    I am able to build and deploy application successfully .We are able to customize Detail View.
    Problem Here is , I am Supposed to modify in BIzcard Iview which is a dynamic page.
    Can any body help in understanding  how data is fetched in bizcard iview and  where the logic is to  be added to modify the page (in which method).
    Any pointer related to dynamic Customization of ESS portal is appreciated.

    Hi,
    I have tried alot for the same, but i didn't get any thing, so we built our own application.
    I copied one of the sap delivered DC and done my customizations.
    if that is small chnage in the IView side you can do the portal personalization.
    Cheers,
    Apparao

Maybe you are looking for

  • How do I send a message with more than 140 characters?

    Hi, I am having some problems with Firefox that just cropped up. I have been using it quite a while without incident. Now when I try to access my bank account, after I log in with the user name and password [I am at the page where I select my account

  • Desktop Manager ver. 5.0 Data1.cab file has bad CRC

    The current DTM software appears damaged. Did clean uninstall of old ver. 4.5 software. Downloaded the "500_b028_multilanguage.exe".  As software installs, I get a popup error message titled "WinZip Self-Extractor", and the message is "ZIP damaged: f

  • Asset Reversal

    Hi Experts, We are trying to reverse an asset in AB08 but the error below appeared: Line item settlement is not possible for asset XXXX 7100002311 0 Message no. AW050 Diagnosis You want to carry out line item settlement of an asset under construction

  • Find fonts by classification

    Hi! The current version of search of fonts work well. We can say that it works as it should work from the beginning. Congratulations and thank you. I miss even create a list of fonts by keyword typical font classification. Sans serif Without serifs S

  • Is it true that i can't buy any music from the states when my book is registered in hk??

    is it true that i can't buy any music from the states when my book is registered in hk??