Help needed regarding symbol referencing errors.

Hi All,
Im trying to compile a C code on Solaris 9 machine (Configuration details: SunOS Generic_112233-12 sun4u sparc SUNW,Sun-Blade-100 , 64-bit sparcv9)
Command I ran :
gcc -Wall -g -DUNIX -DN_PLAT_UNIX -I ../include/ client.c ../include/prim.c -L <library path> -ltls -lccs2 -o Client_new1
../include/prim.c: In function `PrimCloseSocket':
../include/prim.c:101: warning: implicit declaration of function `close'
../include/prim.c: In function `PrimSemaphoreInit':
../include/prim.c:263: warning: implicit declaration of function `memset'
Undefined first referenced
symbol in file
sem_wait /var/tmp//cco4HZ48.o (symbol belongs to implicit dependency /lib/librt.so.1)
sem_post /var/tmp//cco4HZ48.o (symbol belongs to implicit dependency /lib/librt.so.1)
sem_init /var/tmp//cco4HZ48.o (symbol belongs to implicit dependency /lib/librt.so.1)
nanosleep /var/tmp//cco4HZ48.o (symbol belongs to implicit dependency /lib/librt.so.1)
sem_destroy /var/tmp//cco4HZ48.o (symbol belongs to implicit dependency /lib/librt.so.1)
ld: fatal: Symbol referencing errors. No output written to Client_new1
collect2: ld returned 1 exit status
I'm getting these symbol referencing errors and I'm totally clueless as to what needs to be done nw. Any help guys??
Thanks.

the MAN page for sem_wait() implies that you must link with librt ( -ltr on the command line for linking )

Similar Messages

  • Help Needed regarding SQL Loader Error

    Hi,
    I am trying to insert some records into two tables using same control file.
    I am using the follwing command to load data
    sqlload "$ORAUSER" CONTROL="$LDRFILE" DATA="$DATA_PATH/$DATA_FILE" BAD="$BAD_FILE" LOG="$LOG_FILE" DISCARD="$DISCARD_FILE" ERRORS="$MAX_ERRS"
    I am getting the error: SQL-LOADER - 350: Illegal combination of non-alphanumeric characters
    #!/bin/ksh
    Please suggest me what I need to do.
    Thanks,
    Srinivas.

    it appears that you are using this line code in your korn shell script. if you try to do a manual run on the unix command line do you still get the same error?
    also can you post a sample value for all the parameters you have.

  • Ld: fatal symbol referencing errors when linking g++

    I have setup gcc with path=/usr/bin:/usr/sbin:/opt/sfw/bin:/opt/sfw/sbin:/opt/sfw/include/g++-3:/opt/sfw/lib/gcc-lib/i386-pc-solaris2.8/2.95.2:/usr/include:/usr/lib
    I can do # g++ -o test test.cpp
    but not # g++ -c test test.o
    get -> ld:fatal error symbol referencing error
    as well as ->
    ostream::operator<<(ostream &(*) /var/tmp/ccvxG011.o
    Undefined first referenced
    symbol in file
    cout /var/tmp/ccvhGO11.o
    I also have checked that there is no files
    gconfig.h, stdio.h, stdlib.h
    This was installed by using the companion cd
    as others has done as well.
    How do I send output using "cout" if STD C++
    gives this error , is certain functions replaced??
    a Test file with:
    ============
    <iostream>
    main()
    cout << "hello world" << endl;
    return 0;
    should work!!!

    HI
    If I can have a look at your program, may be I can shed some
    light on whats going on. Let me know your email address.
    -Manish
    "The services, software, materials and information provided at or in connection with this
    site ("Support") are offered subject to the Terms of Use at the link at the bottom of this
    page. You hereby accept these Terms by using this site, so please read these Terms
    carefully before using this site. If you do not accept these Terms, or you cannot access
    them, you cannot use this site or the Support offered. The Support, including any
    response, communication or followup by Sun, does not constitute an agreement to deliver
    any additional Support, and your use of the site and any Support is at your own risk."

  • Ld:fatal error symbol referencing error using g++

    I have setup gcc with path=/usr/bin:/usr/sbin:/opt/sfw/bin:/opt/sfw/sbin:/opt/sfw/include/g++-3:/opt/sfw/lib/gcc-lib/i386-pc-solaris2.8/2.95.2:/usr/include:/usr/lib
    I can do # g++ -o test test.cpp
    but not # g++ -c test test.o
    get -> ld:fatal error symbol referencing error
    as well as ->
    ostream::operator<<(ostream &(*) /var/tmp/ccvxG011.o
    Undefined first referenced
    symbol in file
    cout /var/tmp/ccvhGO11.o
    I also have checked that there is no files
    gconfig.h, stdio.h, stdlib.h
    This was installed by using the companion cd
    as others has done as well.
    How do I send output using "cout" if STD C++
    gives this error , is certain functions replaced??
    a Test file with:
    ============
    <iostream>
    main()
    cout << "hello world" << endl;
    return 0;
    should work!!!

    Perhaps if you do:
    #include <iostream.h>
    it will work better?
    A little note. Don't put /usr/include in your path and neither should you put the compiler's internal header dir in your path. That will confuse your compiler. The compiler should pick up its path for includes by itself and if you don't pass any arguments to GCC, it picks up its internal include dir and then the system (/usr/include).
    If by chance you get a system header and use it with GCC, but should have been the GCC header, you can get strange ld errors. Try gcc -E for more debugging.
    Alex

  • Help Needed REP-1800 Formatter error VGS-1701 Not enough memory

    Hi. Gents
    Help needed
    I’m working on a Report, it gets some 2 million records and the report pages are approximately 52,000
    It works fine if the pages are lesser then 48,000 or the data is less let say one and half a million, the problem occurs only after 48000 + pages formatted.
    Report is generated successfully when trying to go to the last page it throw an error.
    REP-1800 Formatter error
    VGS-1701 Not enough memory
    I have already gone through the metalink DOC Id 95505.1 as well as OTN
    But all in vain,
    Any comments or help much appreciated.
    Details are:
    Reports 6i (Clients/Server) on Windows platform
    (Windows XP Professional with SP 2)
    Database: Oracle9i Enterprise Edition Release 9.2.0.5.0
    Computer:
    Pentium(R) 4, CPU 3.00GHz, 1 GB of RAM
    Still 20 GB free space
    Thanks & Regards

    I don't see the point in making a report with more than 48,000 pages, I think Al Gore will not be happy when you start printing it...
    The problem might be caused by the fact that Reports needs to format all output at once, and then even 1GB of memory will probably be not enough. Formatting all pages at once is needed if you use pagination with displaying total number of pages. If you have this, try to get that out of the report definition and try again.

  • Help needed Regarding Project Server - 2013 Workflow

    Hi All,
    I am new to Project server 2013 Workflow, hence please help me regarding this. Pardon me if this question is too trivial. 
    I have created a project type associated with a workflow and my workflow is as follows :
    So I am not doing anything here, I am just testing the workflow as mentioned by technet site : http://technet.microsoft.com/en-us/library/dn458865(v=office.15).aspx
    But it is mentioned that, after a minute or 2, the workflow state will change, also they have mentioned to press the Submit button.
    But in my case, the workflow is not moving to next stage [It just says 'The workflow is still processing - which never changes after hours] or I am getting the submit button (Submit button is disabled on the ribbon). Below is the state of my workflow :
    PS : I have made the user added to Portfolio managers group as well. But still I am having this same issue. 
    The Workflow manager is installed properly, and it is working fine in case of List workflow. I am facing the issue only wrt Site workflow for Project server 2013.
    Please help me to solve this issue.
    Thanks,
    shanky

    Hi Kiran,
    I am now facing issue while assigning a task to a person in the workflow.
    I am having a person named say 'John' , who is included in Project Manager as well as Portfolio Manager.
    And I am using a workflow as :
    Stage : Conceptual
    Assign a task to John (Task outcome to Variable: Outcome5 | Task ID to Variable: TaskID3 )
    Transition to stage
    Go to Approval
    But this is again giving issue as :
    Workflow Internal status : Cancelled
    Details: System.ApplicationException: HTTP 401 {"error":{"code":"-2147024891, System.UnauthorizedAccessException","message":{"lang":"en-US","value":"Access denied. You do not have
    permission to perform this action or access this resource."}}}
    PS : I have used the same Sharepoint admin account for 'Account Name' in ‘User Profile Sync' , Is this causing the issue? Please let me know.
    Thanks,
    Shanky

  • Help needed regarding the updation of "Relationships" in BP

    Hello Guys,
    This is to request you to kindly help me regarding the following.
    We have a scenario where all the employees assigned to an Organizational unit (in PPOMA_CRM) are not showing in the "Relationships" ("Has Employee")in the BP transaction of that Organizational Unit.
    Could anyone let me know whether there is any update program that updates the "Relationships" from the Organizational asssignment. Or we need to enter the employees manually in BP "Relationships". Please help. Thanks in anticipation.
    Regards,
    Kishore.

    Hi Amit,
    Thanks alot for your reply. Its really helpful for me.
    So,we usually enter these relationships manually only, right? Before going ahead with the custom program, could you please let me know whether there is any SAP note related to this.Once again thanks alot for you help.
    Regards,
    Kishore.

  • Help needed regarding replication in ds5.2sp4

    Hi ,
    I am new to ldap . I am able to establish replication between master and consumer and trying to update it is getting update but i am geting the following error
    in error log
    INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - Replication bind to consumer alpha.ad.com:19941 failed:
    [16/May/2007:13:48:26 -0700] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - Failed to connect to replication consumer alpha.ad.com:19941
    [16/May/2007:13:48:26 -0700] - ERROR<8318> - Repl. Transport - conn=-1 op=-1 msgId=-1 - [S] Bind failed with response: Failed to bind to remote (900).
    Please help me regarding this .
    Message was edited by:
    ap7926

    If data is getting replicated from master to consumer then the bind for that specific replication agreement is working.
    Check your timestamps and current log entries. Are the "Failed to connect to replication" messages currently being generated? As long as your replication agreement is enabled the supplier will try to keep things up and running, retrying a failed consumer regularly (and generating about 1 set of log messaages per minute on my systems). So you'll get those messages on the supplier when a good consumer is down (the nsslapd directory server process that is).
    If you don't have these messages being generated currently then this probably means that your consumer was down around "16/May/2007:13:48:26 -0700" but is ok now. In that case those messages aren't of big concern. They're just telling you that you had a problem, which you hopefully already knew about.
    If replication is working (test by making a change on the supplier and checking it on the consumer) AND you're still concurrently getting these messages regularly then you have something interesting going on, probably due to a configuration issue. Without seeing the details it's difficult say what it would be.

  • Help needed regarding Segment Qualifiers

    Hi,
    In my process of implementing Apps R12 afresh, we just created the segments and assigned them their flexfield qualifiers today. In that, the one assigned towards alancing segment shows the value qualifiers like that of natural accounting segment, unlike the bal. segment value qualifier.
    I mean, when we try to insert a a value in the bal.segment it asks for qualifiers such as nature:expense/revenue/liability/asset, instead of going for the allow posting and allow budgeting alone. This is crazy, and I need your support.
    Thanks,
    Mukunthan L

    Hi Amit,
    Thanks alot for your reply. Its really helpful for me.
    So,we usually enter these relationships manually only, right? Before going ahead with the custom program, could you please let me know whether there is any SAP note related to this.Once again thanks alot for you help.
    Regards,
    Kishore.

  • Help needed regarding BADI.

    hi all,
    can anyone plz tell me how to define BADI and how create an interface.
    plz tell from everything regarding that, i have work with basic ABAP only.
    anykind of links and any kind of matter will be helpful and you will be rewarded with points for your help difinatly.
    regards.
    raman.

    Hi Raman,
    Please search the forum and you have lots and lots of links in it. For you to start with, try these links,
    The specified item was not found.
    BADI
    Best Regards.

  • Help needed regarding font sizes

    Iam generating pdf documents using oracle developer's report builder.
    When i generate and view those pdf's using the web previewer thay appear to be quite fine,whereas when i host them on ias the font sizes gets bigger, thus lot of text gets truncated.
    Is there any parameters that has to be set for it.Pls help

    Hi Amit,
    Thanks alot for your reply. Its really helpful for me.
    So,we usually enter these relationships manually only, right? Before going ahead with the custom program, could you please let me know whether there is any SAP note related to this.Once again thanks alot for you help.
    Regards,
    Kishore.

  • Help needed regarding insert a record

    Hi,
    I have designed a page to insert employee records.
    After pressing the "Apply" button is giving the following error :
    The requested page contains stale data. This error could have been caused through the use of the browser's navigation buttons (the browser Back button, for example). If the browser's navigation buttons were not used, this error could have been caused by coding mistakes in application code. Please check Supporting the Browser Back Button developer guide - View Object Primary Key Comparison section to review the primary causes of this error and correct the coding mistakes.
    Cause:
    The view object CreateAM.EMP_Create_VO1 contained no record. The displayed records may have been deleted, or the current record for the view object may not have been properly initialized.
    Please help me in resolving this error.
    Thanks,
    Swaroop

    Hi shiv,
    I have created a EO attached it to EMP table. Created VO, atteched to that EO.
    and My controller code is :
    |
    package oracle.apps.OPI.setup.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.OAWebBeanConstants;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.webui.OADialogPage;
    import oracle.apps.fnd.framework.webui.TransactionUnitHelper;
    import oracle.apps.fnd.framework.webui.OADialogPage;
    import oracle.apps.fnd.framework.webui.TransactionUnitHelper;
    import oracle.jbo.domain.Number;
    import oracle.apps.fnd.common.MessageToken;
    import oracle.apps.fnd.framework.OAException;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.apps.fnd.framework.webui.OAWebBeanConstants;
    * Controller for ...
    public class CreateCO extends OAControllerImpl
    public static final String RCS_ID="$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
    * Layout and page setup logic for a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    // Always call this first.
    super.processRequest(pageContext, webBean);
    // If isBackNavigationFired = false, we're here after a valid navigation
    // (the user selected the Create Empoyee button) and we should proceed
    // normally and initialize a new employee.
    if (!pageContext.isBackNavigationFired(false))
    // We indicate that we are starting the create transaction (this
    // is used to ensure correct Back button behavior).
    TransactionUnitHelper.startTransactionUnit(pageContext, "empCreateTxn");
    // This test ensures that we don't try to create a new employee if
    // we had a JVM failover, or if a recyled application module
    // is activated after passivation. If these things happen, BC4J will
    // be able to find the row that you created so the user can resume
    // work.
    if (!pageContext.isFormSubmission())
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    am.invokeMethod("createEmployee", null);
    else
    if (!TransactionUnitHelper.isTransactionUnitInProgress(pageContext, "empCreateTxn", true))
    // We got here through some use of the browser "Back" button, so we
    // want to display a stale data error and disallow access to the page.
    // If this were a real application, we would probably display a more
    // context-specific message telling the user she can't use the browser
    // "Back" button and the "Create" page. Instead, we wanted to illustrate
    // how to display the Applications standard NAVIGATION ERROR message.
    OADialogPage dialogPage = new OADialogPage(NAVIGATION_ERROR);
    pageContext.redirectToDialogPage(dialogPage);
    } // end processRequest()
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (pageContext.getParameter("Apply") != null)
    am.invokeMethod("apply");
    pageContext.forwardImmediately("OA.jsp?page=/oracle/apps/OPI/setup/webui/DisplayPG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true, // retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO);
    else if (pageContext.getParameter("Cancel") != null)
    am.invokeMethod("rollbackEmployee");
    pageContext.forwardImmediately("OA.jsp?page=/oracle/apps/OPI/setup/webui/CreatePG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true, // retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO);
    My AM code is:
    package oracle.apps.OPI.setup.server;
    import oracle.apps.fnd.framework.server.OAApplicationModuleImpl;
    import oracle.jbo.Row;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.jbo.Transaction;
    // --- File generated by Oracle ADF Business Components Design Time.
    // --- Custom code may be added to this class.
    // --- Warning: Do not modify method signatures of generated methods.
    public class CreateAMImpl extends OAApplicationModuleImpl {
    /**This is the default constructor (do not remove)
    public CreateAMImpl() {
    /**Container's getter for CreateVO1
    public CreateVOImpl getCreateVO1() {
    return (CreateVOImpl)findViewObject("CreateVO1");
    /**Sample exportable method.
    public void sampleCreateAMImplExportable() {
    /**Sample exportable method.
    public void sampleCreateAMImplExportable2(String testParam1) {
    /**Sample main for debugging Business Components code using the tester.
    public static void main(String[] args) {
    launchTester("oracle.apps.OPI.setup.server", /* package name */
    "CreateAMLocal" /* Configuration Name */);
    * Creates a new employee.
    public void createEmployee()
    OAViewObject vo = (OAViewObject) getEMP_Create_VO1();
    if (!vo.isPreparedForExecution())
    vo.executeQuery();
    Row row = vo.createRow();
    vo.insertRow(row);
    // Required per OA Framework Model Coding Standard M69
    row.setNewRowState(Row.STATUS_INITIALIZED);
    } // end createEmployee()
    * Executes a rollback including the database and the middle tier.
    public void rollbackEmployee()
    Transaction txn = getTransaction();
    // This small optimization ensures that we don't perform a rollback
    // if we don't have to.
    if (txn.isDirty())
    txn.rollback();
    } // end rollbackEmployee()
    public void apply()
    getDBTransaction().commit();
    /**Container's getter for EMP_Create_VO1
    public EMP_Create_VOImpl getEMP_Create_VO1() {
    return (EMP_Create_VOImpl)findViewObject("EMP_Create_VO1");
    }

  • Help needed regarding Assertion Error

    Hi all,
    Iam new to using weblogic.Iam using weblogic 5.1.Iam trying to develop a BMP.I
    have a separate class for the primary key.I have implemented the equals and hashcode
    methods as follows :
    public boolean equals(Object o){
    if (o instanceof PartitaPrenotataPK) {
    PartitaPrenotataPK otherKey = PartitaPrenotataPK)o;
    try {
    boolean result =(utc.isUguale(otherKey.utc) && (contoCash.equals(otherKey.contoCash)));
    System.out.println("RESULT IS : " + result);
    return result;
    } catch (Exception e) {
    e.printStackTrace();
    return false;
    } else
    return false;
    the hashcode method :
    public int hashCode() {
    if (-1 == m_hashCode) {
    m_hashCode = utc.hashCode() ^ contoCash.hashCode();
    System.out.println("HASH CODE RESULT " + m_hashCode);
    return m_hashCode;
    Iam getting an Assertion error.What actually is an Assertion error.The stack trace
    is :
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ *** The EJB Lock
    Manager has detectected that the implementation of:
    public int hashCode();
    or
    public boolean equals(Object o);
    in the class: it.sella.finanza.gestione_partite_prenotate.pphosthandler.PartitaPrenotataPK
    is incorrect.
    at weblogic.ejb.internal.LockManagerImpl.unlock(LockManagerImpl.java:187)
    at weblogic.ejb.internal.StatefulEJBCache.unbind(StatefulEJBCache.java:555)
    at weblogic.ejb.internal.StatefulEJBCache.releaseEJBContext(StatefulEJBCache.java:361)
    at weblogic.ejb.internal.StatefulEJBHome.findOrCreateEJBObject(StatefulEJBHome.java:279)
    at weblogic.ejb.internal.StatefulEJBHome.findOrCreateEJBObject(StatefulEJBHome.java:258)
    at

    There was a bug where this AssertionError was fired incorrectly. You
    may wish to ensure you have the latest 5.1 service pack.
    Otherwise, you'll have to show me your full pk class for me to tell you
    if your equals and hashCode are implemented correctly.
    -- Rob
    chandrasekar wrote:
    Hi all,
    Iam new to using weblogic.Iam using weblogic 5.1.Iam trying to develop a BMP.I
    have a separate class for the primary key.I have implemented the equals and hashcode
    methods as follows :
    public boolean equals(Object o){
    if (o instanceof PartitaPrenotataPK) {
    PartitaPrenotataPK otherKey = PartitaPrenotataPK)o;
    try {
    boolean result =(utc.isUguale(otherKey.utc) && (contoCash.equals(otherKey.contoCash)));
    System.out.println("RESULT IS : " + result);
    return result;
    } catch (Exception e) {
    e.printStackTrace();
    return false;
    } else
    return false;
    the hashcode method :
    public int hashCode() {
    if (-1 == m_hashCode) {
    m_hashCode = utc.hashCode() ^ contoCash.hashCode();
    System.out.println("HASH CODE RESULT " + m_hashCode);
    return m_hashCode;
    Iam getting an Assertion error.What actually is an Assertion error.The stack trace
    is :
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ *** The EJB Lock
    Manager has detectected that the implementation of:
    public int hashCode();
    or
    public boolean equals(Object o);
    in the class: it.sella.finanza.gestione_partite_prenotate.pphosthandler.PartitaPrenotataPK
    is incorrect.
    at weblogic.ejb.internal.LockManagerImpl.unlock(LockManagerImpl.java:187)
    at weblogic.ejb.internal.StatefulEJBCache.unbind(StatefulEJBCache.java:555)
    at weblogic.ejb.internal.StatefulEJBCache.releaseEJBContext(StatefulEJBCache.java:361)
    at weblogic.ejb.internal.StatefulEJBHome.findOrCreateEJBObject(StatefulEJBHome.java:279)
    at weblogic.ejb.internal.StatefulEJBHome.findOrCreateEJBObject(StatefulEJBHome.java:258)
    at

  • Symbol referencing errors

    The calling subroutine failed to call other subroutines which were identified as undefined symbols within it. What are the problems actually? It looks like everything is well defined. Please help. Thanks in advance.

    I don't know if this is still an issue for you.
    In general in recounting these kinds of problems
    you need to supply more specfics such as in this
    case were the subroutines and the routine in the same
    source document? What is the compile step? What
    specfically are the compile or runtime error messages?
    Do you have a simplified code example you can show
    that still illustrates the error? What is your
    config, some system and OS information and the version
    of the compiler, the compile command or Makefile?

  • Help Needed regarding Mandatory Field.

    Hi All,
    I have requirement that i have to make certain feilds mandatory in my WD4A view. I have made the "state" property of the fields(input element) as "required". Then i tried doing an event on the view to check whether it throws an error, stating mandatory fields are blank, but i dint get any message.
    Please help me to understand whether what i did is suffice or i need to handle the mandatory concept through my code.
    Thanks,
    Selvakumar M.,

    Hi Selva,
    You need to call the static method check_mandatory_attr_on_view of class cl_wd_dynamic_tool. This would then automatically verify if all the mandatory fields have been filled or not. It would then populate the error messages into an internal table and display them in the view. Also the mandatory fields which haven't been filled would be highlighted with a red border. You need to put the below coding into the action up on which you want to trigger the data chesks.
    data: lt_msg TYPE cl_wd_dynamic_tool=>t_check_result_message_tab,
              lo_view_controller TYPE REF TO if_wd_view_controller,
              lo_message_manager type ref to if_wd_message_manager.
      lo_view_controller ?= wd_this->wd_get_api( ).
      lo_message_manager = lo_view_controller->get_message_manager( ).
      cl_wd_dynamic_tool=>check_mandatory_attr_on_view(
        EXPORTING
          view_controller = lo_view_controller
          display_messages = abap_true
        IMPORTING
          messages = lt_msg ).
    Regards,
    Uday

Maybe you are looking for

  • DOWNGRADE TO 10.0.2

    I Want to downgrade to 10.0.2 10.0.3 is by far the worst FCPX ever for all I care the multicam could go some where else I think shooting several camera angles and mounting it all with a bit of more time consuming could compensate in the performance o

  • Re: Establishing dest DN of a source attribute in source DN form

    jimc wrote: > Message: Code(-8003) Unable to synchronize reference to CN=Mr Howard > Jones,OU=dept1,OU=bld1,OU=ntest,OU=Nth,OU=edir,DC= prlnwdev,DC=surreycc,DC=gov, > DC=uk from attribute Member. Looks like the Howard Jones is not associated - check

  • 00(055) : fill in all required entry fields - goa DISTRIBUTION ERROR

    GOA CREATED  AND DISTRIBUTED before that i checked in SRM no ERROR message IN srm but while posting in to ecc In ECC APPLICATION NOT POSTED BD87 51 status code 00(055) : fill in all required entry fields BLOARD meaningless error . clue less. give me

  • Safari always quitting

    My safari quits unexpectedly after just 10-20 secs online. My reports always say the crash occurred during Thread 3. Is there a clue there to tell me what the problem is?

  • I can't log in to ichat due to the fact that I can't connect with aim.

    i can't log in to ichat due to the fact that I can't connect with aim. everytime i try to log in it gives an ichat connection alert saying that the connection to the host was unexpectedly lost. the weird thing is that it let me sign on the first time