Data object is not being populated in BAM

We are putting the data in JMS Queue. We have created an EMS in BAM. It is picking the data from JMS Queue, but the data object is not being populated. The request we are using here is given below:
Request:
<?xml version="1.0" encoding="UTF-8"?>
<Test xmlns="http://education.com/OrderImport">
<OrderLineReferenceNumber>abcad</OrderLineReferenceNumber>
<WebOrderNumber>cccccg</WebOrderNumber>
<OrderLineCount>gn</OrderLineCount>
<LineNumber>4</LineNumber>
<ISBN10>46564574</ISBN10>
<ISBM13>6767</ISBM13>
<ID>67</ID>
<Status>78768</Status>
</Test>
Does anybody has any idea on that?
Regards,
Chandrachur.

Hi Arun,
Thanks for your prompt reply.
We are not using any trasfomation here. We have created thje Data objects as per the message type in the request.
Please find the dataobjects details we are using:
Field name Field ID Field type Max length Scale Nullable Public Lookup Calculated Tip Text
OrderLineReferenceNumber _OrderLineReferenceNumber string                                    100               -               No             Yes                   -                          -               - 
WebOrderNumber _WebOrderNumber              string                                    100               -               Yes            Yes                   -                          -               - 
OrderLineCount _OrderLineCount                 integer                                     -                 -               Yes            Yes                   -                          -               - 
LineNumber _LineNumber                      integer                                     -                 -               Yes            Yes                   -                          -               - 
ISBN10 _ISBN10                              string                                    100              -                Yes            Yes                  -                           -               - 
ISBM13 _ISBM13                             string                                    100              -                Yes            Yes                  -                           -               -
ID _ID                                    string                                    100              -                Yes            Yes                  -                           -               -  
Status _Status                              string                                    100              -                Yes            Yes                  -                           -               -  
Thanks again,
Chandrachur.

Similar Messages

  • Data is not being populated in screen field PSPNR after F4 search help.

    Hi expert,
    I have added one field GW_SELECT-PSPNR in existing screen 100, and there are many fields already existing.
    and there are POV for 4 fielda and i added POV for field GW_SELECT-PSPNR.
    PROCESS ON VALUE-REQUEST.
      FIELD gw_select-kostl MODULE determine_kostl.
      FIELD gw_select-aufnr MODULE determine_aufnr.
      FIELD gw_select-matnr MODULE determine_matnr.
      FIELD gw_select-bwart MODULE determine_bwart.
    ***Added by me
      FIELD gw_select-pspnr MODULE determine_pspnr.
    ****end add
    now problem is that the value is not being populated in screen.
    values are coming in field GW_SELECT-PSPNR but in screen its not being populated.
    i tried function module 'DYNP_VALUES_UPDATE' then also its not being populated
    now this module MODULE determine_pspnr has code inside
    MODULE DETERMINE_PSPNR INPUT.
       DATA:w_dynpfields TYPE dynpread,
         i_dynpfields LIKE STANDARD TABLE OF dynpread.
      PERFORM fill_pspnr.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'PSPNR'
          value_org       = 'S'
        TABLES
          value_tab       = gt_pspnr
         field_tab       = lt_field_tab
          return_tab      = lt_return_tab
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
      LOOP AT lt_return_tab INTO ls_return_tab.
        gw_select-pspnr = ls_return_tab-fieldval(12).
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            input  = gw_select-pspnr
          IMPORTING
            output = gw_select-pspnr.
        EXIT.
      ENDLOOP.
      refresh i_dynpfields.
       w_dynpfields-FIELDNAME = 'gw_select-pspnr'.
       w_dynpfields-FIELDVALUE = gw_select-pspnr.
       APPEND w_dynpfields to i_dynpfields.
       APPEND gw_select to gt_select.
      CALL FUNCTION 'DYNP_VALUES_UPDATE'
        EXPORTING
          DYNAME                     = sy-repid
          DYNUMB                     = sy-dynnr
        TABLES
          DYNPFIELDS                 = i_dynpfields
       EXCEPTIONS
         INVALID_ABAPWORKAREA       = 1
         INVALID_DYNPROFIELD        = 2
         INVALID_DYNPRONAME         = 3
         INVALID_DYNPRONUMMER       = 4
         INVALID_REQUEST            = 5
         NO_FIELDDESCRIPTION        = 6
         UNDEFIND_ERROR             = 7
         OTHERS                     = 8
    ENDMODULE.                 " DETERMINE_PSPNR  INPUT

    Hi
    Use this code instead of your function call:
        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
            retfield        = 'FEE_NUMBER'
            dynpprog        = sy-cprog
            dynpnr          = sy-dynnr
            dynprofield     = 'FEE'  ================>your field
            value_org       = 'S'
          TABLES
            value_tab       = it_fee
          EXCEPTIONS
            parameter_error = 1
            no_values_found = 2
            OTHERS          = 3.
    Best Regards
    Yossi

  • Some client data not being populated after upgrading to NCS 1.1.0.58

    After upgrading to Cisco Prime NCS 1.1.0.58 some of the client data is not being populated or gathered. The graphs labeled "Client Count By Association/Authentication" and "Client Count By Wireless/Wired" are no longer being updated? Not sure what was changed during the upgrade or where to look to get it to start collecting the data again?                  

    Eajackson,
    Make sure your WLC, MSE and WCS/NCS code matches the compatibility matrix here:
    http://www.cisco.com/en/US/docs/wireless/controller/5500/tech_notes/Wireless_Software_Compatibility_Matrix.html
    Sent from Cisco Technical Support iPhone App

  • PQH TABLES NOT BEING POPULATED BY EMPLOYEE SELF SERVICE

    For reporting purposes I need to create different reports listing all the transactions that are coming from Employee Self S
    ervice. As workforce tables are purged (i.g. wf_items) I need to create it using
    the pqh tables (i.g. pqh_ss_transaction_history) but unfortunately they are not
    being populated. Is there any audit configuration in order to save ESS transact
    ions in the PQH schema? Or are there any other tables where these transactions a
    re always saved?
    Thank you
    Facundo

    I think the PQH History tables are only populated when there have been approvals.
    To report on the SSHR transactions, you ay need to increase the time limit before they are purged and extract them to another table(s) fro reporting.
    Regards
    Tim

  • The data object does not have a component

    Prior to making change to Z program, I did syntax check and got:
         The data object "WA_D003" does not have a component called "ZSHIFT".
    This Z program is in the End Routine of a transformation from a PSA to DSO. I get the error when syntax checking, but when executing the DTP, there is not an error and ZSHIFT gets populated as expected.
    I am hesitant to make a program change and transport up.
    This is all in our BW Development box.  I checked the code against what is in BWQ & BWP and the code is exactly the same as is the DSO InfoObjects.  However, in BWQ and BWP, I do not receive the error when doing a syntax check.
    I've searched customer messages and have had no luck.  I also treid to add an attachment to this question, but it won't allow me to.  Thanks for any help.

    pretty hard to help you as we have no clue what you're actually doing with WA_D003 and ZSHIFT, no?
    so you're calling a z-program in an end routine?
    what does that program do? what are it's parameters/select options?
    what are you doing with the results of that program in the end routine?
    what are WA_D003 and ZSHIFT? I'm assuming the first one is a work area and the latter a field you're trying to fill in the end routine?

  • Data Object does not have a component called MATNR

    Hi Everyone,
    I am battling with a small program for 2 days as to why any output is not getting on to the list.
    On CHECK, the error being shown is the
    'THE DATA OBJECT "WA_ITAB" DOES NOT HAVE A COMPONENT CALLED "MATNR".
    Report ZTR_REP1.
    tables:mara.
    select-options:s_matnr for mara-matnr.
    types:begin of itab,
            matnr like mara-matnr,
            ersda like mara-ersda,
            ernam like mara-ernam,
           ekgrp like marc-ekgrp,
          end of itab.
    data: wa_itab like  itab,
          itab1 like itab occurs 0 .
    select matnr ersda ernam
           from mara
           into wa_itab
           where matnr in s_matnr.
      append wa_itab to itab1.
      loop at itab1 into wa_itab.
        write:/ wa_itab-matnr,
      endloop.
    Edited by: Alvaro Tejada Galindo on Apr 21, 2008 5:34 PM

    Hi Ranjith,
    Use this code it will work fine:
    tables: mara.
    select-options : s_matnr for mara-matnr.
    types: begin of itab,
    matnr like mara-matnr,
    ersda like mara-ersda,
    ernam like mara-ernam,
    ekgrp like marc-ekgrp,
    end of itab.
    data: wa_itab type itab,
    itab1 like itab occurs 0 .
    select matnr ersda ernam
    from mara
    into corresponding fields of wa_itab
    where matnr in s_matnr.
    append wa_itab to itab1.
    Endselect.
    loop at itab1 into wa_itab.
    write:/ wa_itab-matnr.
    endloop.
    <REMOVED BY MODERATOR>
    Regards
    Hemant Khemani
    Edited by: Alvaro Tejada Galindo on Apr 21, 2008 5:35 PM

  • Calculation Field to be mapped to different data object's column name in Oracle BAM 12c

    Hi,
    I am having a challenge to enable drill down to 2nd level report by passing calculation field as parameter.
    As an alternative, I am thinking to point calculation field to another data object’s column name and generate report so that I would be able to pass that as parameter to drilling report view.
    Is there any way to map calculation field to different Data object’s column name? Thanks in advance.
    Regards
    Amik Basu

    1. Yes, you can.
    SQL> create table ÜÝÞ( ßàá number(10));
    Table created.
    SQL> insert into ÜÝÞ values (10);
    1 row created.1.1 and 1.2 and 2. You can choose UTF as your default character set. It allows the user of non-English characters in VARCHAR columns in your whole database. It is not per tablespace.
    SQL> create table ÜÝÞ( ßàá varchar2(100));
    Table created.
    SQL> insert into ÜÝÞ values ('âãäçìé');
    1 row created.

  • Excise Duty Group not being populated during VL09 in MSEG-ROITAXGRPtable

    Hi,
    When we do the PGI (601 movement type), the data gets updated in MKPF & MSEG tables.During this process the details pertaining to ED group(field ROITAXGRP) are not updated in MSEG.
    The above factor has the following connection to 602.
    Subseqently when we do VL09 - the data pertaining to PGI (601) is imported from MSEG & hence ED group does not get populated as the system takes the material document of 601 to reverse the delivery document
    We need to know the following things.
    1. When we are doing delivery (Movt type 601) ,excise duty group gets updated in which field and table?
    2. When we are reversing the document why in the MSEG table ROITAXGRP field (Excsie Duty Group) not getting updated.
    3. Is there any User Exit which can be usd to populate this . We are using version 4.6c (IS-OIL) version ?
    regards,

    Thanks,
    K.Kiran

  • Binding a shared variable to a NI-PSP data object does not work

    Hi,
    I want to share data between a RT-target and one or more hosts (LV 8.6.1). The network shared variables are deployed to the RT-Target.  According to NI accessing shared variables from another project or host has to be done by defining a shared variable on the host and aliasing it to the NI-PSP data object on the target.
     I did that and the host shared variable generated an error (0x8BBB0011) during runtime.
    Next I aliased to a shared variable deployed on the host from another project. This did work.
    Another thing I tried was to bind the variable from the RT-target to a display element:
    This is working !!! And as you can see the path of the NI-PSP data object is exactly the same ! So what is the difference between binding a data object to a shared variable and to a display element?
    Is there a bug in the SVE or am I missing something here?
    The host project:
    The publisher VI
    Hope, someone has an answer.
    Regards
    Matthias Quade
    Solved!
    Go to Solution.
    Attachments:
    AliasTestWrite-RT.vi ‏8 KB
    AliasTestConsumer.vi ‏8 KB

    Dear Mr. Quade,
    thank you for posting at the National Instruments Forum. There is a known issue with the path of the bound variable with LabVIEW 8.6.1
    Please download the patch for LabVIEW 8.6.1, it should solve your problem:
    http://joule.ni.com/nidu/cds/view/p/id/1255/lang/de
    Best regards from Munich
    MarianO

  • Table DFKKQSR not being populated for 1099 withholding tax reporting

    we had to run a catch up program to populate this table in order to run program rfidyywt to generate 1099 forms. am wondering what config might be missing that would allow this table to be populated automatically as relevant transactions occur? ie: payments to business partners that are 1099able...
    thanks,
    Kashmir

    I wouldn't mind it being closed if it weren't related to FICA public sector, but the table DFKKQSR is not an FI table, its a table in contract accounting... FI folks won't know the answer to this... I don't believe. its something someone working on FICA would have encountered..

  • Component and Object are not being filled automatically when filling IBase

    Hello all,
    When filling the Ibase number in a Service Order (Reference Objects), the component and the object ID are not deing filled automatically. But if I fill the component instead of the IBase ID, the Ibase and the object are being filled.
    Can anyone help me with this issue, please? I would need the component and the object being filled automatically when entering the Ibase number.
    Thank you and Regards.

    Hi,
    Do you have the component assign to a client?
    Best regards,
    Rui Mariano

  • /dev directory not being populated by udev

    Currently run Slackware current, Gentoo Jackass 2006.2 and Arch.
    All are on Reiser4  partitions with 2.6.17.13 R4-patched vanilla kernels. I do not use initrd or initcpio to assist in the boot process.
    In Slackware and Gentoo the /dev folder is populated at startup with my devices, size being reported varies from 2640 (gentoo) to 3280 (slackware).
    In Arch reported size is zero. Udev daemon is starting fine.  No problems with any device I can see or system operation. I have uninstalled and reinstalled udev 100-1, without any change.
    Just curious whether this behavior is normal?!
    Any suggestions or comments?
    Thanks,
    Gary  :?:

    brain0,
    For instance, in /dev/udev/db, it's reported size in Slackware is 2240. It contains various block@hda@hda1,2,3,entries with sizes ranging from 200-450.
    /dev/vc size is 1320. It contains entries that look like nodes with the sizes such as 4, 0 ; 4, 2,  etc.. such as those made by mknod
    As I posted earlier, no problems, just haven't seen that with the Slackware or Gentoo. All three use the newer udev 96 or > with the newest style daemon, so I would think all would populate the /dev folder similarly.
    Gary

  • In table PAYR field CHECV is not being populated when void check is reissue

    Hello,  we are trying to find a link between original check # that is voided and then new check # is issued when the reopened invoice is repaid.  It is very cumbersome trying to research back to original check # as there is not link in any SAP tables???   Thank you.

    1)
    could you provide the information about your subscription using the sql
    select * from wf_event_subscriptions wes
    where wes.event_filter_guid in (select we.guid
    from wf_events we where we.name='oracle.apps.wsh.delivery.gen.shipconfirmed'
    union
    select weg.group_guid from wf_event_groups weg
    where weg.member_guid in (select we.guid
    from wf_events we where we.name='oracle.apps.wsh.delivery.gen.shipconfirmed')
    2) At the same time you can check if any error happens with your subscription using the sql.
    Just after your messages is processed from WF_DEFERRED
    select * from wf_error
    where enq_time>sysdate-0.1
    pay attention that the messages usualy are being removed from the WF_ERROR queue after therey are processed.
    For sure you can increase Retention time on the WF_ERROR queue

  • Unicode error:a line of internal table and a data object are not mutually c

    Hi Friends,
        This is the issue in upgradation from 4.6c to ECC6.0
        I have an internal table itab which has include structure say 'xyz' . In xyz there is a field of type int4 as third field. I have a field as l_line which is a string.
    data : begin of itab occurs 0.
             include structure zxyz.
    data: end of itab.
    data: l_line type string.
    In the program I am getting the unicode error as:
    " A line of "itab" and "l_line" are not mutually convertible in unicode program." at he following line.
    loop at itab into l_line.
    endloop.
    Thanks,
    Ali.

    Hi Narendran,
    I did the same earlier, but the field l_line is again used in the another line as follows
    IF l_line CS w_group.----
    (1)
    where     w_group         LIKE zstr-cctr_group.
    here zstr-cctr_group is same as one of the fields of structure xyz.
    in line 1 it is giving warning as
    l_line is incompatible and it must be C,N,D,T or string.
    Thanks,
    Ali

  • LOV values not being populated

    Hi!
    I'm calling an External LOV and in my CO, I'm need to use the values that are populated to derive other fields. This used to work prior to us patching to RUP7 and now it no longer works.
    Here's my processFormRequest code. I'm printing out the values to a message because I want to see what is being returned. The message has NULL values for everything. I have the values mapped correctly so that's working but I need to use the quote_id to derive things and this isn't working...
    What am I doing incorrectly? Any help would be appreciated. Thanks
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (pageContext.isLovEvent())
    String event = pageContext.getParameter("event");
    if ("lovValidate".equals(event)) || ("lovUpdate".equals(event))
    OAViewObject VO = (OAViewObject)am.findViewObject("QuoteLogVO1");
    OARow row = (OARow)VO.getCurrentRow();
    String quoteToSend = (String)VO.getCurrentRow().getAttribute("QuotationName");
    Number quoteId = (Number)VO.getCurrentRow().getAttribute("QuoteId");
    String quoteIdString = (String)VO.getCurrentRow().getAttribute("QuoteId");
    String quoteCategory = null;
    if (quoteToSend != null)
    stmt2 = "begin ? := XX_QUOTE_PROCESS_API.get_quote_category(?); end;";
    try
    CallableStatement cs2 = am.getOADBTransaction().createCallableStatement(stmt2, 1);
    cs2.registerOutParameter(1, 12);
    cs2.setInt(2, quoteId.intValue());
    cs2.executeUpdate();
    quoteCategory = cs2.getString(1);
    cs2.close();
    catch (Exception localException) {
    row.setAttribute("QuoteCategory", quoteCategory);
    MessageToken[] tokens = { new MessageToken("QUOTESEND", quoteToSend), new MessageToken("QUOTEID", ""+quoteId), new MessageToken("QUOTECATEGORY", quoteCategory) };
    OAException confirmMessage = new OAException("FORX", "XXX_QUOTE_CONFIRM_DKR", tokens, (byte)3, null);
    pageContext.putDialogMessage(confirmMessage);
    }

    Hi,
    Are you getting null value for all the below code or it throws null pointer exception. Let us know.
    String quoteToSend = (String)VO.getCurrentRow().getAttribute("QuotationName");
    Number quoteId = (Number)VO.getCurrentRow().getAttribute("QuoteId");
    String quoteIdString = (String)VO.getCurrentRow().getAttribute("QuoteId");
    Regards,
    Gyan

Maybe you are looking for

  • ABAP & JAVA stacks

    There are lots of post regarding ABAP & JAVA stacks. I am not sure if I see a consolidated answer anywhere. Also I don't see overall architecture diagram explaining just the stack part. Here is my understanding after reading/researching, forums, help

  • Word-by-word sort order in indexes

    Hi again, I need to change the sort order in my indexes from letter-by-letter to word-by word. According to the help file, 1. Choose View > Reference Pages, and display the reference page that contains the special text flow for the index. 2. Add a sp

  • Faulty Router?? WHat do you think

    I can connect to the internet directly from my Modem with noe problem. If I connect up the modem to the router and then to the computer it tell me I have 100mps but I can not connect to anything. Also none of my wireless devices will work. I have swa

  • Airport Management Utility on new MacBook Pro does not see base station

    I have an old "flying saucer" Airport base station. I recently started using a new MacBook Pro. Airport connection is fine, Airport Admin Utility works normally, but Airport Client Monitor 1.0 shows blank graphs and Airport Management Utility 1.0 doe

  • I have deregistreing problem in i cloud

    there is a problem with my valid icloud account always ask to sign in and when i trying to of FIND MY PHONE blow the massege on my screen ( there is a problam to deregstring from i cloud )