CUSTOMIZE OBJECTS

Hi all,
Can you tell me how i could find customize objects in oracle database by query? Please help

We appreciate English is not your native language but you really need to give us more to go on. Do you mean any aobjects which are not part of the standard Oracle install? Or objects which have been changed (in some time window)?
Cheers, APC

Similar Messages

  • Exporting single extension Definition or single page customization object

    Hi,
    How to export and import single extension Definition or single page customization object.
    If we select dataset then it will export all the objects, and I couldn't find option in Single SRM object.
    Regards,
    Prabhat

    Hi Prabhat,
    Unfortunately, oma export doesnu2019t allow export of single extension. Either you would have to do it as a dataset which will export all extension definitions, or use csv. Iu2019ve always used csv to manage extensions.
    For page customization, create a custom oml query by duplicating the standard page customization oml query and add your filter conditions in the WHERE clause of the SQL. Then use the Object List option and select the custom oml query. The other option would be use csv import. Iu2019ve always preferred csv for page customizations.
    Hope this helps.
    Regards,
    Vikram

  • E-Business Suite Customization license

    Hi,
    Currently, we want to implement EBS R12 especially in finance area. however we need to develop some customization and we are not sure what kind of license do we need besides the EBS itself.
    Our customization objectives are:
    - create new table/procedure, update table in same EBS instance
    - create new report with oracle report
    - create new form with oracle form
    I received a license document for "modification to database" criteria, "modification to form/report" criteria that consists of Oracle database license, Oracle internet application server license, Oracle Development Tools & Technology license. There is a statement said "restrict-use" license can be used. however we are not sure how far is "restrict-use" license is useful.
    Is there anyone can share with me based on your experience, what licenses are matched with our need?
    many thanks
    regards,
    Hansen

    For a new table, new form and new report, you will typically need the following technology stack licenses in addition to Oracle EBusiness Suite licenses:
    1. Enterprise Edition Database License
    2. Application Server Enterprise Edition License
    3. If the report is going to be XML/BI Publisher - then BI Publisher license
    Remember these licenses for production are generally bought by processors/cores and in case of non prod environments by Named User Plus licensing.
    The way Oracle EBS licensing works - if you are not going to do any customization (and that in this world is very rare :-) ) - then you dont need separate technology stack licenses.
    Hope this helps.

  • BUS2089 Object for travel expense.

    Dear Expert,
    I had created a customize object from the standard BUS2089 and named it ZBUS2089 and i have a workflow that trigger based on the ZBUS2089 object created.
    My question is how do i link this object to my travel expense request. I want when the employee click on submit on the portal side, instead of triggering the standard BUS2089, i wanted to trigger my customise object ZBUS2089.
    Thanks
    Regards,
    Bryan

    Dear Aditya,
    Thanks for your fast reply. As currently i am working on a upgrade project and i can see that previously the ZBOR object able to be trigger without delegate to the BOR. I am not sure how can this be done. It may be on the portal side or the R/3 side.
    Thanks
    Regards,
    Bryan

  • Adding customization fields in JPDK portlet

    we need to create a portlet which can be customized to add more than one set of 4 fields. Everytime a new set is added the 4 fields will repeat. Also we want ot give user opton of adding more sets. A set can be considered as an object and we basically need a collection of objects as portlet customization. I saw name value pair customization object but can that handle lists?

    Hi,
    The NameValuePersonalization Object can only persist simple data types (char,short, int, String) or arrays of basic data types (String[], int[], float[]). It cannot personalize user defined java objects onto file preference store. Having said that, you will have to devise a way so that you can personalize your objects onto preference store by mapping to the preference store data types mentioned above. Consider this example,
    class UserProfile{
    String userName;
    String userId;
    //getter methods for member variables
    UserProfile[] up //up is an array of UserProfile objects that you need to persist on the preference store. Since, UserProfile is a user defined object, it cannot be persisted as is.
    class MyPersonalizationObject extends NameValuePersonalizationObject{
    public static final String NAME = "NAME";
    public static final String USERID = "USERID";
    public static final String EQUALS = "=";
    public static final String DELIMITER = ",";
    //extending the NVPO to store your custom object
    void storeUserProfiles(UserProfile[] up, String userProfileKey)
    int count = up.length;
    String[] upToStringArray = new String[count]; //create a string array to map each UserProfile object to an element in the String Array i.e. up[0] ----> upToStringArray[0]
    String name = null;
    String id = null;
    StringBuffer sb = new StringBuffer(100);
    for ( int i = 0; i < count ; i++ )
    name = up.getUserName();
    id = up[i].getUserId();
    sb.append(NAME).append(EQUALS).append(name).
    .append(DELIMITER).append(USERID).equals(id);
    //eg. NAME=john,USERID=100 is the content of an array element
    upToStringArray[i] = sb.toString();
    sb.setLength(0);
    //now persist this String Array on preference store
    putStringArray(userProfileKey, upToStringArray);
    //fetch UserProfile from preference store
    UserProfile[] getUserProfiles(String userProfileKey)
    //listing the steps
    //retrieve the string array
    for each element in the array
    first stringtokenize it on DELIMITER
    then stringTokenize the elements got in the previous step on EQUALS
    extract name, id values
    construct UserProfile object by passing the value got above
    //return the array of UserProfile objects
    Hope this is of help.
    Regards,
    Abhinav

  • Assign authorization object to standard transaction (VA02)

    I've success to create an authorization object and assigned to va02. I also use su24 to check indicator for my customize object. There are reported that it is Check. I think it is activated. Then i access va02, but it still can access, I suppose i no have right to access the va02. What's wrong for my setting. Acutally, I no much ideas for the authorization object. Can you give me some advise. Thanks a lot.

    Hi Giri,
    You could (and probably should) specify the check in SU24, but this won't make the check happen.  The values in SU24 are used in transaction PFCG when a role is created that includes this transaction.
    To make the authorisation check at runtime you'll need to code a user exit or similar to check your new authorisation object.
    Regards,
    Nick

  • Clientless SSL VPN Portal Customizaiton fails on 5510

    I am trying to customize a web VPN portal on my 5510 but I get errors whenever I try to add a customization object.  Running ADSM 6.1(5)51 on ASA 8.0(5).  The error I get when I try to apply a newly created customization object is:
    [ERROR] export webvpn customization DfltCustomization disk0:/tmpAsdmImportFile2090698426
    export webvpn customization DfltCustomization disk0:/tmpAsdmImportFile2090698426                            ^
    % Invalid input detected at '^' marker.
    [ERROR] import webvpn customization test disk0:/tmpAsdmImportFile2090698426
        % copying 'disk0:/tmpAsdmImportFile2090698426' to a temporary ramfs file failed
    [ERROR] delete /noconfirm disk0:/tmpAsdmImportFile2090698426
    %Error deleting disk0:/tmpAsdmImportFile2090698426 (No such file or directory)
    Tried revert webvpn all but I get error on that as well:
    Result of the command: "revert webvpn all"
    %ERROR: ifs_rm_dir_rec: unknown type of file `disk0:/csco_config/97/customization/86D3828A0A0EB0FFA3B55870AAA43E4F'
    Any ideas?
    Joe

    Hi,
    As mentioned by Guru, the recommended action is to format the flash: memory.
    Sometimes some webvpn files get corrupted resulting in missing DfltCustomization objects or import errors.
    Once you format it, it should work fine.
    Thanks.
    Portu.

  • Doubt in transaction OAC0

    If possible enteries is greyed out in the transaction OAC0, wat is the solution to overcome it?.. I need to include Employee photos in HR..

    Hi,
    You must use the archivelink in order to store the photos and link it to the SAP object. In order to store pictures with archive link you need to customize object type/document type -> contrep ID in OAC3 and you need to customize the contrep in transaction OAC0.
    Please have a look at the table TOAAR (with transaction SE16).  TOAAR is the table where the archive definition is stored. The definition of an optical archiving system is done with transaction OAC0.  Without an an entry in TOAAR it is impossible to archive any document.
    Also, for using an employee picture in the PA20/PA30, please check that you have a correct customization for the infotype header. For further information please have a look at the corresponding point in the customizing for 'Personnel Administration' - 'Define Dynpro header'. You have to check the table T588J and T77S0 (define document type for pictures). Addiotionally, remember that the photo should be in JPG format.
    Note 353949 is also for your reference. Hope it helps,
    Kind Regards
    Christine

  • Abap-dictionary

    hi experts,
    what is value table&check table in abap dictionary.
    where we use it. and what is the purpose.
    thank u,
      cnu

    Hi,
    Check this link
    http://help.sap.com/saphelp_nw04s/helpdata/en/e2/667092730811d2959500a0c929b3c3/content.htm
    Value Table
    This is maintained at Domain Level.
    When ever you create a domain , you can entered allowed values.   For example  you go to Domain   SHKZG - Debit/credit indicator.  Here only allowed values is H or S.
    When ever you use this Domain, the system will forces you to enter only these values.
    This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request & transport the same.
    Check table
    For example you have Employee master table & Employee Transaction table.
    When ever an employee Transacts we need to check whether that employee exists , so we can refer to the employee master table.
    This is nothing but a Parent & Child relationship .  Here data can be maintained at client level , no development involved.
    As per DBMS what we call foregin key table, is called as check table in SAP.
    There is 1 more important Difference in Value Table and Check Table is that:
    1. The contents of the check will be used as an input help(F4 Help) for a particular field on which a check table is assigned.
        But the contents of Value Table are never used in Input Help.
    The Heirarchy which decides from where to used the Input Help is:
    1. Input help defined explicitly in ABAP Program or Dialog Module.
    2. Input Help Attached to the referenced Database Table field.
    3. Using the contents of Check Table as an input help if neither (1) or (2) help are there.
    4. Input help from Fixed value or Value range given in Domain.
    http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm
    Hope thsi helps.

  • Mapping error in Product transfer (R/3 to CRM)

    Hi all ,
    I want to replicate R3 material to our CRM system ,for that i have done all the required configuration by BUILDING BLOCK C 71 and for replication i have followed the block B09 . Still i am facing error discription Mapping error in tranx -smw01.
    Thanks
    SHIKHAR ARORA

    Hi,
    From the error it's clear that the above mentioned Material Category are missing from the SAP CRM System. So, can you trigger the Download of the Customization Object once more DNL_CUST_PROD1 and see that the mentioned Material Categories are transferred to the CRM System.
    Check this link for more details : http://help.sap.com/saphelp_crm70/helpdata/en/ed/bfb2ce6a6a46af92172c4ff901f125/frameset.htm
    Hope this helps.
    Thanks,
    Samantak.

  • Check talbe in the mapping sheet

    Hello Gurus,
          following is a line from mapping sheet, what is check table used for in our sap bw project in general sense ?
    R/3 Table                      R/3 Field Name    R/3 Field Type    R/3 Field Length      R/3 Check Table                Datasource
    /SAPSLL/SPLAUD     GRVSY           CHAR                 10                 /SAPSLL/TCOGVS           ZSAPI_Z_BIW_SPLAUD_BW
    Many thanks

    Hi
    Value Table :
    This is maintained at Domain Level.
    When ever you create a domain , you can entered allowed values. For example you go to Domain SHKZG - Debit/credit indicator. Here only allowed values is H or S.
    When ever you use this Domain, the system will forces you to enter only these values.
    This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request & transport the same.
    Check table :
    For example you have Employee master table & Employee Transaction table.
    When ever an employee Transacts we need to check whether that employee exists , so we can refer to the employee master table.
    This is nothing but a Parent & Child relationship . Here data can be maintained at client level , no development involved.
    As per DBMS what we call foregin key table, is called as check table in SAP.
    There is 1 more important Difference in Value Table and Check Table is that:
    1. The contents of the check will be used as an input help(F4 Help) for a particular field on which a check table is assigned.
    But the contents of Value Table are never used in Input Help.

  • Use UIX demo 2.1.7 in my application

    Hello,
    I have download uix-demo-2.1.7.zip and run Shopping Cart Demo.
    It work very well. I would like to also have a preference page in my application, as in the demonstration.
    I recovered the two files Preferences.java and Preferences.uix. I modified them to integrate them in my project.
    The page is posted correctly, with value in the choice. But UIX does not react to any modificatin of appearance. Why?
    It I miss what which is not documented.
    Thanks, for your help.
    Nathanael

    Schmied -
    I noticed one problem with the 2.1.7 version of the DemoUIFactory class - the Customization objects that it creates do not wrap the current Configuration instance. Instead, each Customization object delegates to the Configuration instance returned by Configuration.sharedInstance(). This means that you will lose any configuration settings specified in uix-config.xml.
    Here is an updated version of the DemoUIFactory class which corrects this problem. Instead of callling Configuration.sharedInstance(), the Customization instances now wrap the current Configuration instance as returned by RenderingContext.getConfiguration():
    ** Copyright (c) Oracle Corporation 2000-2003. All Rights Reserved.
    **34567890123456789012345678901234567890123456789012345678901234567890123456789
    package oracle.cabo.servlet.demo;
    import java.io.PrintWriter;
    import javax.servlet.ServletContext;
    import javax.servlet.http.HttpSession;
    import javax.servlet.http.HttpSessionBindingEvent;
    import javax.servlet.http.HttpSessionBindingListener;
    import oracle.cabo.share.config.Configuration;
    import oracle.cabo.share.config.ConfigurationImpl;
    import oracle.cabo.share.config.Customization;
    import oracle.cabo.ui.RenderingContext;
    import oracle.cabo.ui.ServletRenderingContext;
    import oracle.cabo.ui.UIConstants;
    import oracle.cabo.servlet.BajaContext;
    import oracle.cabo.servlet.Page;
    import oracle.cabo.servlet.ui.BajaRenderingContext;
    import oracle.cabo.servlet.ui.DefaultUIFactory;
    import oracle.cabo.servlet.demo.shopcart.Preferences;
    import oracle.cabo.style.StyleConstants;
    import oracle.cabo.style.UserStyleSheet;
    public class DemoUIFactory extends DefaultUIFactory
      public RenderingContext createRenderingContext(
        BajaContext context,
        PrintWriter out,
        Page        page,
        String      mimeType)
        BajaRenderingContext rContext =
          new BajaRenderingContext(context, out, page, mimeType);
        Customization customization = null;
        // Check to see if we are using user-specific styles
        UserStyleSheet userStyleSheet = Preferences.getUserStyleSheet(context);
        if (userStyleSheet != null)
          // Get the Customization object, creating it if necessary
          customization = _getCustomization(context, rContext);
          // Store the UserStyleSheet
          if (customization != null)
            customization.putProperty(customization.USER_STYLE_SHEET,
                                      userStyleSheet);
            rContext.setConfiguration(customization);
        return rContext;
      // Creates and registers the Customization object
      // for the current user
      private Customization _getCustomization(
        BajaContext      bajaContext,
        RenderingContext renderingContext
        // First, check to see if we've already got a Customization
        // instance for this user.
        HttpSession session = bajaContext.getServletRequest().getSession(true);
        // If we can't get an HttpSession, we can't create
        // user-specific customizations.
        if (session == null)
          return null;
        // Each Customization has a unique id.  Normally, this might
        // be some some user-specific identifer, such as the user's
        // login id.  Here, we don't have a login id, so instead we
        // just combine the HttpSession id with the name of the
        // Configuration object that we are wrapping to form a
        // unique id.
        Configuration config = renderingContext.getConfiguration();
        String id = _getCustomizationId(session, config);
        // Check to see if we have already registered a Customization
        // for this combination of HttpSession/Configuration
        ServletContext servletContext = _getServletContext(renderingContext);
        Customization customization = _getCustomization(servletContext, id);
        // If we already have a Customization, we're done!
        if (customization != null)
          return customization;
        // We don't have a Customization yet, so create it now
        customization = new Customization(id, config);
        // Register the customization to make sure that
        // it is available for subsequent requests
        customization.register(servletContext);
        // Finally, we store the Customization object on the
        // HttpSession.  We don't actually need to access the
        // Customization object via the HttpSession (we use
        // Configuration.getConfiguration()).  However, we
        // do want to unregister the Customization when the
        // HttpSession expires.  So, we wrap the Customization
        // object in an HttpSessionBindingListener which will
        // get called back when the sesssion expires - at which
        // point we can unregister the Customization object.
        CustomizationValue value = new CustomizationValue(customization);
        session.putValue(_CUSTOMIZATION_PROPERTY, value);
        return customization;
      // Returns the Customization object with the specified id
      private static Customization _getCustomization(
        ServletContext servletContext,
        String         id
        return (Customization)Configuration.getConfiguration(servletContext, id);
      // Creates the id for the Customization object for
      // the specified HttpSession/Configuration
      private static String _getCustomizationId(
        HttpSession   session,
        Configuration config
        // Just combine the ids for these two objects
        String sessionId = session.getId();
        String configName = config.getName();
        if (configName == null)
          configName = "null";
        return sessionId + configName;
      // Utility method for retrieving the ServletContext
      private static ServletContext _getServletContext(
        RenderingContext renderingContext
        return ServletRenderingContext.getServletContext(renderingContext);
      // An HttpSessionBindingListener that we use for storing our Customization
      // instance on the HttpSession.  It automatically unregisters the
      // Customization when the session times out
      private static class CustomizationValue implements HttpSessionBindingListener
        public CustomizationValue(Customization customization)
          _customization = customization;
        public Customization getCustomization()
          return _customization;
        public void valueUnbound(HttpSessionBindingEvent event)
          Customization customization = _customization;
          _customization = null;
          customization.unregister();
        // Who cares
        public void valueBound(HttpSessionBindingEvent event) {}
        private Customization _customization;
      private static final String _CUSTOMIZATION_PROPERTY = "customization";
    }Andy

  • Check table and value table -Example

    Hi Experts
                  Please give me the step by step procedure to create the check table and value table, and how to work on it.
    Thanks in advance.
    Regards
    Rajaram

    Hi
    Check Table is for Field level Validation whereas Value table is for Domain Level Validations.
    Value Table proposes table for check table.
    I think you are clear with this.
    more elaborate.
    Check Table
    The Check Table is the table used by system to check if a data exist or not exist.
    While creating a table if you want to be sure that a field can have some values
    and these are in a certain table, you can give IT this table as CHECK TABLE.
    Value Table
    This is maintained at Domain Level.
    When ever you create a domain , you can entered allowed values. For example you go to Domain SHKZG - Debit/credit indicator.
    Here only allowed values is H or S.
    When ever you use this Domain, the system will forces you to enter only these values.
    This is a sort of master check . .
    To be maintained as a customization object.
    This mean that if you want to enter values to this table you have to create a development request & transport the same.
    Differences:
    1)check table will carry out the check for input values for the table field being entered in any application
    and value table will provide values on F4 help for that table field.
    2)The check table defines the foreign keys and is part of the table definition.
    The value table is part of the domain definition.
    check table is validation at field level.
    value table is at domain level.
    Value table is defined at the domain level and is used to provide F4 help for all the fields which refer to that domain.
    Check table is defined against a field in SE11 if you want the values in that field to be checked against a list of valid values. For e.g. if you are using the field matnr in a table you could define MARA as the check table.
    Also while defining a check table SAP proposes the value table as check table by default. Referring to the previous example if you tried to define a check table for the matnr field SAP would propose MARA as the check table.
    1. what is the purpose / use ?
    -- so that the user can select values
    from some master table , for that field !!!!
    2. This is done by
    CHECK TABLE (foreign key concept)
    (and not value table)
    3. When we create a check table for a field,
    then
    some DEFAULT table is PROPOSED
    4. that DEFAULT table is nothing
    but PICKED up from the domain of that field,
    and shown from the value of VALUE TABLE.
    CHECK TABLE -it is a parent table.
    for example..
    i have two tables ZTAB1 and ZTAB2.
    I have one common field in both the tables,i can make any ztable to be the check table .If i make Ztab1 to be the check table then when i have to make an entry in ztab2 i will check whether ztab1 is having that value or not..
    its also field level checking..
    Valuetable-It is nothing but default check table.
    one parent can have n number of child tables.For example
    For ztable we have zchild1 and zchild2 tables r there.
    Its domain level checking..When zchild2 uses the same domain as used by zchild1 then the system automatically generates a popup saying a check table already exists would u want to maintain it.
    go to domain and then press the value tab u can see the valuetable at the end...
    Please refer the links below,
    d/r b/n check and value table?
    wjhat is the exct difference between check table and value table
    what is the check table and value table
    check table and value table
    Re: wjhat is the exct difference between check table and value table
    http://www.sap-img.com/abap/difference-between-a-check-table-and-a-value-table.htm

  • Query Level Analysis Authorization

    Experts,
    I have a requirement to provide Analysis Authorizations at a QUERY level.  For example, I have two analysis authorizations: (1) Org Unit and (2) Material Number.  I populate each of these Analysis Authorizations using a BEx Variable (through RSECAUTH) and customer exit "EXIT_SAPLRRS0_001".  In the user exit I look up what authorizations the user has for each field in a custom table.  For example, User A has access to Org Unit ORG1 and Materials M1, M2, M3.  User B has access to Org Unit ORG2 and Materials M4, M6, M8.  The Analysis Authorizations are assigned to the users via S_RS_AUTH object and it works perfectly.
    However,  we now have a new report, where we would like continue restricting the user to ORG1 but allow them to see ALL Materials.  But this requirement is only for a couple of reports. All other reports should continue to enforce BOTH restrictions.
    I don't see a way to determine which query the user is running.  In the user exit for normal variable exits, I can reference the field i_s_rkb1d-compid which has the query technical name.  But when filling the authorization variable in I_STEP = 0, that field is not populated.
    Has anyone experienced a way to create authorizations at a query level?  Is there an SAP InfoObject like 0TCAACTVT where I can specify a query name?  Your help is greatly appreciated.  Thanks!
    J

    Hi,
    SAP BW Authorization is definitely different from R/3 authorization. Why? Well, first, R/3 authorization usually involves up to the transaction code level. But for SAP BW, the mostly used transaction is "RSA1" and "RRMX". Therefore, authorization based on transaction code alone, is definitely not sufficient.
    So how do we design authorization in SAP BW? There's a few authorization objects that relates to SAP BW.
    For reporting, you will most probably use the following SAP BW authorization object:
    S_RS_COMP - Reporting Component, here is where you control the query authorization blah blah.
    S_RS_COMP1 - Reporting Component Owner, you can control users to only be able to access report created by Power Users, here.
    S_RS_FOLD - Disable/Enable the 'InfoAreas' button.
    Besides that, you will also need to configure the following authorizations:
    S_RS_ICUBE - Infocube authorization
    S_RS_ODSO - ODS Objects
    S_RS_HIER - Hierarchy Authorization
    For SAP BW administration purposes, aside from the above, you also need to configure the following authorization objects:
    S_RS_ADMWB - Administrator Workbench
    S_RS_IOBJ - Info Objects authorization
    S_RS_ISOURCE - Transaction Infosource
    S_RS_ISRCM - Master Data Infosource
    There that's what you need for authorization. Anyway, to achieve "field level" authorization like those in R/3, you can create a customize object, select the infoobject that has been set "authorization relevant", and add it in the authorization matrix, and walla, you got "field level" authorization.
    and refer the below link,
    Re: BI 7.0 Analysis authorization- How to control
    Hope it helps you,
    Regards,
    Ravindra.

  • Error "Function G1 does not exist "

    Hi ,
    While doing monitoring  got error " Function G1 does not exist ".
    Bdoc type : BUPA_REL
    Sate         : E04.
    Checked SMQ1,SMQ2 , no queues were in sysfail status.How to maintain this function.
    Help me how to clear .
    Thanks in advance, Regards,
    PA.

    Hi ,
    May be your customization settings was not replicated correctly.
    In R/3 you have Contact person function G1 and it doesn't exist in CRM.
    You can check it : go to BP trn => open an organisation that has  contact person =>relationship tab => double click on contact person => In "Contact person data "frame you will see field "function" => press F4 and check existing values.
    Those values should be same as in R/3 system.If not - check your customization objects synchronization.
    Hope, it's help
    Rika

Maybe you are looking for

  • Moving iTunes from Windows to a Mac... for multiple iPods

    I have just bought a new MacBook Air, and am facing a problem of how to move my current iTunes over to it! The main problem is that I currently have 3 different iPods on the go (shuffle, video and iPhone) all with different music on them. At the mome

  • Receiver is not receiving entire email

    My emails are not be received in full and my attachments are blank when received. HELP

  • Plasma TV and iMac query

    Hi guys. I'm the proud new owner of a sixth generation Pioneer 43" Plasma Screen (http://www.pioneeraus.com.au/home_entertainment/plasmadisplaypanel/pdp436hd/inde x.html). I was wondering if there was ANY way in ALL **** to hook my iMac G5 (Rev A) to

  • Advance Payment query

    Dear Experts We got a scenario as folllows: There are 10 orders billed for customer. The customer is paying for 5 orders & the same is booked in accounting. Now the customer is paying in advance for the new special order & not for the remaining 5 ord

  • Printing Acrobat PDF in Leopard printer menu?

    Hi all, Is it at all possible to use the Acrobat printer to print out PDF´s in Leopard from the printer menu. It went out when Leopard came in and I havent seen a solution yet. Any ideas?