UDF for table CRD1 not shown in XL Reporter

Hi everyone,
I created an UDF under "Business Partners - Addresses" (for table CRD1), but in XL Reporter it is not in the UDF list.
Looks like XL Reporter only recognizes UDFs on the primary table level -- all UDFs built for "Business Partners" (OCRD) are in the list.
However, I have to put this UDF  on CRD1 level since it's related to ship to zip codes.
How can I work around it?
Thanks.

Hi,
You have a correct assumption.  Only UDF in OCRD will be available to XLR but not CRD1.  For work around, you need to create UDF in marketing documents to get the UDF value from CRD1.
Thanks,
Gordon

Similar Messages

  • Itinerary table is not shown in Expense Report (IFbA ABAP)

    Hi,
    We're working in SAP ECC 6.0.4. We enter transaction PR05, choose a travel and click on Results button which opens the Adobe Form "Expense Report/Travel Expense Statement". In some cases the Itinerary table is shown but in others it isnu2019t shown even there is data in PTRV_HEAD table.
    We've seen that the trips for which the itinerary table are not shown have the characteristic of not having additional destinations. In 4.7 the table is shown correctly (without IFbA).
    How can we correct this problem?
    Best regards.

    Hi Varsha,
    Please pay attention when you are requesting motnly period for
    start date : 1st July 2008
    end date : 1st july 2008
    After saving the period is changed to
    Start Date : 7/1/2008
    End Date  : 7/31/2008
    When you are requesting weekly period for the same interval, after sving the dates are changed again, according
    you settings of first day of the week. It it is Monday it could be as following
    Start Date : 6/30/2008
    End Date  : 7/6/2008
    So you are asking data for not quite the same period.
    Do you have data for monthly period in that interval?
    Regards,
    Victoria Gur

  • Create UDF for table not in the List of tables

    Hi all,
    I know that my question maybe easy or been asked before, but I couldn't find the answer.
    To create a UDF in SAP B1 version 9.0 you should go Tools -> Customization Tools -> User-Defined Fields - Management...
    which is ok and working perfect. but my question is:
    If I want to create UDF for a table not in the list of tables there what should I do? I need to create 2 UDFs for table OMRC [Manufacturers], and can't find it in master data tables.
    anyone had this issue before?
    EDIT  : Is it good to add the field by using sql server? I know it's possible, but will it be visible in SAP
    thank you
    Message was edited by: Samira Haroun

    Hi Samira,
    There is noit a simple link for this, I advise you to study the documentation for TB1300 SBO Development Certification.
    Ypu should also have knowledge of .net, and C# or VB, because you have to make a small program/addon to add the fields
    Kind regards
    Ad Kerremans

  • In HDBC Table are not shown as replicated.

    Hi ALL ,
    I replicated some tables in  ECC .
    In LTRC its showing me the tables are replicated .
    But In HDBC Table are not shown as replicated.
    Can you please help me with this.
    Regards,
    Abhishek

    Hello Abhishek,
    Are you sure you're using the same DB connection for LTR and HDBC?
    Best regards,
    Ralph

  • Early Adopter release : Extract DDL for tables does not work

    Hi,
    just had a look at Raptor - really nice tool - easy install - could be a replacement for SQLnavigator for us. One or two things I noticed though ...
    1)
    Export->DDL for tables does not work throws following error
    java.lang.ClassNotFoundException: oracle.dbtools.raptor.dialogs.actions.TableDMLExport
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at oracle.ideimpl.IdeClassLoader.loadClass(IdeClassLoader.java:140)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at oracle.dbtools.raptor.dialogs.BasicObjectModifier.launch(BasicObjectModifier.java:142)
         at oracle.dbtools.raptor.dialogs.BasicObjectModifier.handleEvent(BasicObjectModifier.java:210)
         at oracle.dbtools.raptor.dialogs.actions.XMLBasedObjectAction$DefaultController.handleEvent(XMLBasedObjectAction.java:265)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:530)
         at oracle.ide.controller.IdeAction$1.run(IdeAction.java:785)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:804)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:499)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    and 2)
    when I click on a package body - I get "loading ..." below it but it never puts the
    procedure names in and the "loading ..."message stays in the tree view - however you do get to see the packages in the source window.
    Realise this is very much a work in progress and am grateful to see an early release such as this. Looking forward to the production release.
    Best regards,
    David.

    OK thanks for looking ....you've obviously got the fixes on your to do lists
    Noticed that the SQL tab when you select an object works fine - displays the
    DDL for the object
    Do you think you'll have functionality so you can select many objects (shift left click) and
    then create a DDL script for them? It looks like you can do this for all objects in a schema but
    the ability to select a subset of objects in a schema would be very useful for our DBA's.
    Couldn't see any good reason for keeping using SQLNavigator
    Many congratulations on producing such a useful tool.
    Kind regards,
    David.

  • J/v passed for TDS which not shown TDS Report

    Sir,,
    I faced problem regarding some TDS Like Interest,Salary,  entry passed through which not shown in
    Tds report.
    I not aware about how to passed  this type entry so which appeared in TDS report.
    Pls give me a suggestion regarding above problem.

    Hi,
    Create one time vendor or dummy vendor for all expenses. Then assign w/h tax codes and post the TDS at the time of invoice or payment.
    You will not get report if you directly pass a JV.
    Regards,
    Shaik

  • Lineage relationship for HANA tables is not shown

    Hi,
    We are using Information Steward version 14.2.1.220 and we ran Metadata integrator for SAP HANA. We are able to see the impact relationship for the tables but not lineage realationship. Some tables are populated from other tables by calling the procedures. But we are not able to see this lineage relationship.
    Can anyone please tell the solution for it?
    Regards,
    Bhagyashri

    Bhagyashri,
    At this time SAP HANA Metadata Integrator does not parse SQL procedure and so it cannot automatically establish relationship among tables which are populated by those procedures. You can create a user defined relationship to capture the table relationships in this scenario.
    Thanks,
    Hemant

  • Table Header not shown in Purchase Order Smartform

    I have downloaded an installed an SAP SmartForm for Purchase Order (/SMB40/MMPO_DE). Unfortunatelly the document with this form cutting the right side of the document by printing. The width of the tables is 19,5 cm, it should be 19,00 or less. Anyhow, I have started to reduce the width of all windows and included tables and of course the table cells. This works fine with all tables, also with a dynamic content, but if I reduce the static header table t_header(window winheader, cell hd_netwr) for 0,5 cm this doesn't appear on printform. I have tried then to restore everything like it was - no effect.
    What could it be ?
    Kind Regards

    I have found the solution and have localized the problem or vise versa.
    The table had the hight 0,99 LN and the window hight was 0,5 cm. It seems to me that this 2 parameters had a size-conflict. When I have changed the line hight to 0,5 cm it starts work.
    Why it was done on this matter and why the error was not shown during compiling the form and how it did work before I have touched the window - this questions could be addressed to SAP.
    Kind Regards
    Alexey Voynikov

  • Stock for 0STOCKTYPE value # not shown

    Hi experts,
    I've got a little problem with showing stock with dimension stocktype.
    I've created a query with the free dimension stocktype. When adding this to the rows all stocktypes but the empty ('#') are shown. The total shows the value including '#' data:
                                            Stock (Value)
         Plant      Stock Type                          EUR
         1101     Frei verwendbar               -25.190.984,26
                 Gesperrt                 7.423.054,97
                 Kundenkonsi frei ver          -181.952,48
                 Transit                    34.243.952,30
         Total                                  23.680.941,04
    Does anybody has an idea why # ist not shown?
    Kindest,
    Ralf

    Hi,
    Enable the Key and Text type for stock type and check if you get any values. Doesn't seem like you have given any restriction otherwise total will not addup.
    Still you can check if you have put any global filter or any specific filter to Stock type if it is RKF?
    Regards,
    Durgesh.

  • BDLS for table BBP_PDATT not updated

    Hi,
    Would like to check if BDLS will update the logical system for table BBP_PDATT? We've run BDLS for our system.all logical system have been updated except table BBP_PDATT? Is it meant to be like that?
    Thanks!

    Hello,
    There are couple of tables whic will not be updated even if you run the BDLS program.
    BBP_PDATT  is one among those tables which will not be touched fully by the BDLS. For this you need to get the changes done either via some Z_reports or manual changes.
    Best Regards,
    Rahul

  • EMployee not shown in PNP report

    I have a PNP report in which a spicific employee is not shown and triggerd by the getpernr, in PA20 the employee is shown normally, is there a way to find out why this person is not triggered by getpernr??
    Thks RIchard

    Hi,
        Can you write your  here as your problem is unique.
    We use Get Pernr after spacifying Infotypes statement Like.
    INFOTYPES : 0000, 0001, 0002, 0006, 0009, 0021, 0185, 0587.
    After that in between START-OF-SELECTION and END-OF-SELECTION WE USE
    GET PERNR Event>
    START-OF-SELECTION.
       GET     pernr.
    END-OF-SELECTION
    Now we use Provide and Endprovide for  processing. In between that all the Pernr will come.
    So Kindly write your code here for better understanding.
    Regards,
    Himanshu

  • Currency symbol not shown when loaded report using JRC

    I'm trying to show the currency symbol in the report file. the .rpt files is already designed with MS Access table but now im reusing the report and populating pojo classes to map with tables. the report that is bound with MS Access table shows currency symbol in currency fields. but when I load report with JRC, it is not showing. I tried to change Fieldformat also programattically as below.
    ReportObjectController reportObjectController = report.getReportDefController().getReportObjectController();
    ReportObjects reportObjects = reportObjectController.getReportObjectsByKind(ReportObjectKind.field);
    if (reportObjects != null && !reportObjects.isEmpty())
                     for (int i = 0; i < reportObjects.size(); i++)
                         IReportObject reportObject = reportObjects.getReportObject(i);
                         if (reportObject instanceof IFieldObject)
                             IFieldObject fieldObject = (IFieldObject) reportObject;   
                                IFieldFormat ifFormat = fieldObject.getFieldFormat();
                             ifFormatObject = (IFieldFormat) ifFormat.clone(true);
                             break;
    for (int count = 0; count < tables.size(); count++)
                        // Set data source for each table
                        setDataSourceForEachTable(tables.getTable(count).getAlias());
    reportObjectController = report.getReportDefController().getReportObjectController();
    reportObjects = reportObjectController.getReportObjectsByKind(ReportObjectKind.field);
    if (reportObjects != null && !reportObjects.isEmpty())
             for (int i = 0; i < reportObjects.size(); i++)
                 IReportObject reportObject = reportObjects.getReportObject(i);
               if (reportObject instanceof IFieldObject)
                             IFieldObject fieldObject = (IFieldObject) reportObject;   
                             if (fieldObject.getFieldFormat().getNumericFormat() != null)
                                  fieldObject.setFieldFormat(ifFormatObject);
                                  //fieldObject.setFieldValueType(FieldValueType.currencyField);
                                  break;

    Above code just get one of the currency field and clones the format. And after setting the pojo datasource, I'm again setting the cloned format to that particular field. But still  Im not getting currency symbol in the reports that are loaded via JRC. even I set locale before opening the report. but that also not helping.
    report.setLocale(Locale.UK);
    report.open(reportName, 0);
    Please guide me, If I'm wrong in this.

  • Some vendors' data is not shown in Aging Report

    Hi, Experts,
    We are using SAP B1 2007A.
    Our aging report only shown several vendors' data, eventhough we selected 'All' vendors.
    Each vendor's aging report is all right, but we could not show 'All' vendors' aging together.
    We tried to select 'Display Vendors with Zero Balances' or/and 'Display Reconciled Transactions'; tried to select the range of the 1st vendor to the last vendor. - - - all of these do not work.
    Please help! Thanks!
    Lorrie

    Hi,
    If I am not wrong you are using the 2007A version and the patch level is below 38.
    You are trying to run the Backdated Aging report and all your Business Partners are not appearing in the report.
    Please check Note No. : [1178854|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1178854].
    Regards,
    Jitin
    SAP Business One Forum Team

  • Vertical Line is not shown in 11g Report.

    Hi All,
    I have some vertical lines (as column separators) in my reports( which I call from form through web.show_document),
    which are neither shown in screen nor in printing.
    But these lines are shown when run report from Report Builder.
    Please guide !
    Thanks.
    Dass.

    Hi,
    I am not sure about 11g Report, but generally , pl try to delete the line , create new line - check font of the line as well, some times this will solve your issue.
    dassdhan wrote:
    Hi All,
    I have some vertical lines (as column separators) in my reports( which I call from form through web.show_document),
    which are neither shown in screen nor in printing.
    But these lines are shown when run report from Report Builder.
    Please guide !
    Thanks.
    Dass.

  • DB Connection Tables & Views not shown in 9.0.3 for 3rd Pty JDBC

    I am running JDeveloper 9.0.3 under Windows 2000.
    I have configured the 3rd party JDBC libraries under jdev.conf.
    Under connections, database connection, I am able to connect to the database and it does show me the three schema owner names in that database. I am signed on as one of those schema names.
    However, when I attempt to drill-down to the tables and views under those schemas, nothing is shown.
    Under 9.0.2, I was only able to see the schema of the userid I used to sign-on to the database, but I was able to drill-down to the tables and views and use them in generating UML diagrams and such.
    Any help would be appreciated.

    Robert,
    We changed the handling of schemas and catalogs between 9.0.2 and 9.0.3. The purpose of the change was to correct some problems with specific JDBC drivers where the old way was not working. While we tried to test with as many drivers as possible, it seems likely that we inadvertantly introduced an incompatability with your driver. If you can provide me with a few more details, I can try to isolate the problem and hopefully find a resolution.
    First of all, when you created the connection, did you use uppercase, or lowercase. And does the case you use match the case we display in the navigator?
    Second, if you run the code I've enclosed at the bottom of this message (replacing the values in <> with the appropriate values), do you get tables back? What is the value that is printed out for the catalog. If you are seeing a difference in case between the connection definition and the schema node in the navigator, can you try both cases?
    The enclosed code is basically the query we use to get the list of tables. However, we are doing some work internally with the catalog and schema, and see what the raw query returns should point me in the correct direction.
    - John McGinnis
    Oracle JDeveloper Team
    package mypackage1;
    import java.sql.*;
    public class Class1
    public static void main( String[] args )
    try
    DriverManager.registerDriver( ( Driver ) Class.forName( "<your driver>" ).newInstance() );
    Connection conn = DriverManager.getConnection( "<your url>", "<user>", "<password>" );
    DatabaseMetaData dmd = conn.getMetaData();
    String catalog = conn.getCatalog();
    System.out.println( "Catalog = " + catalog );
    ResultSet rs = dmd.getTables( catalog, "<user>", "%", new String[] { "TABLE" } );
    int i = 0;
    while ( rs.next() )
    System.out.println( "Table " + i++ + ": " + rs.getString( 3 ) );
    catch ( SQLException ex )
    System.err.println( ex.getLocalizedMessage() );
    catch ( Exception ex )
    ex.printStackTrace();
    }

Maybe you are looking for