ALE Serialization on the basis of Data Value

Dear All ,
I have a query related to scheduling of Inbound IDOC .
I am using a scenario Legacy system to SAP using ALE layer communication . For Goods movement IDOC WPUWBW01 I am having 7 or 8 files and each files are posting one IDOC in SAP . Now since each files are having diffrent movement types so I need to serialize the posting of IDOC into SAP based on Movement type and I have to put a condition that file with movement type 303 should be posted first and then movement type 305 should be posted .
Approach : <b>I know ALE Serialization for the message type and used SAP Inbound Processing program RBDSER04 and did the serialization .</b>
<b>But I am not able to do serialization for Movement Type .Can anybody help me on this ? .</b>
Thanks & Regards
Prabhat

The scenario was similar. Files containing IDOCs (for goods movement) were posted to the system using custom ABAP. We wanted to ensure that the IDOCs are posted in sequence of movement type (we wanted 131 posted before 261 for example, even when 261 file came first).
One option is to create specific message types (say Z301 for bringing 301, Z302 for brining mvt 302 and so on) and then you can use your method to serialize based on message type. But, you will have quite a few Z msg type in this case (not a big issue, but not very sophisticated).
Other option might be to copy this program into a Z version. Inside, there is a sorting of IDOCs (search for SORT statement). This is to be modified so
- read data from edid4 for all idocs (in 64)
- map data to segments so as to get the mvt type
- store in a reference table (with idoc no and mvt type)
- apply your sort logic on this table to get the sequence of IDOCs
- proceed with standard logic to post data in this sequence.
Hope this helps.

Similar Messages

  • What is setting for the depreciation calculate on the basis of assets value date

    Hi ,
    My client requirement to calculate the assets depreciation on the basis of assets value date,
    every assets transaction will have take base assets value date
    Acquision   1  Assets value date 1.4.2014
    transfer Assets value date 15.3.2014
    Wbs settlement  Assets value date 20 .3.2014
    second acquisition Assets value date 28.03.2014
    if anybody know about the setting ,Please provide me important setting ,

    Any setting related to assets posting variant ? to calculate if anybody know the setting please inform.

  • How to check radio button as default on the basis of database value?

    Hi Friends,
    I have one jsp, in which I am having a field of radio button, which have two boolean values of 0 & 1. I want to check the radio button as default on the basis of database value, kindly help me out.
    Thanks a lot in advance. Please help me out.

    probably, when using struts you should do all your calculations in action class it self
    Eg. in jsp
    <html:radio name="myForm" property="myProperty" value="0">0</html:radio>
    <html:radio name="myForm" property="myProperty" value="1">1</html:radio>
    in Action class
    if (databaseValue == 0)myForm.setMyProperty(0);
    else if (databaseValue == 1)myForm.setMyProperty(1);
    rest will follow
    whatever be the value it will come selected

  • Need Reports  in decrreasing order on the basis of measure value

    Got ASO Cube (3 dimensions) and have some records on it.
    Product/Enity/Measure
    Prod1 ent1 678
    prod2 ent1 700
    prod3 ent1 500
    when i retrive reports ,
    Can i able to get a reports in the decreasing order on the basis of Measure values like below ? (using any code or scripts)
    Prod2 ent1 700
    Prod1 ent1 678
    prod3 ent1 500

    If you are using the classic addin or report scripts, you can get the values in decreasing order. To do it in the add-in you can either use freeform with a report script or better yet, use the query designer to create and save the report. IF you are using a report script, you can set a sort descending and also a top x to only bring back a certain number of members. I'm not sure if the same is available through smartview. Using MDX you can do a topcount function

  • How to avoid the Amount and Date values for VOID Cheques

    Hi All,
    I had created a two window i.e For Amount and Date. If I process the cheque the Amount value and Date should not trigger for VOID CHEQUES.
    Can any one tel me how to avoid the Amount and Date values for VOID Cheques
    Your help will be greatly appreciated.
    Regards
    Yathish

    Hi,
    I dont know which tablel you are referring to, is it PAYR table and the field VOIDR?
    If a cheque is voided, it would have a reason and it is stored in VOIDR field of this PAYR table.
    Check if the field VOIDR is filled, if it is filled, do not print the amount and date.
    Regards
    Subramanian

  • How to skip a train step on the basis of field value set by the user

    Hi,
    I am working with JDev 11.1.1.2.0 and ADF 11g.
    I am using Taskflow with train steps. I have a requirement that, say, in 1st step I am showing a screen with many fields.
    One such field is a dropdown. On the basis of the selected value of the drop down I want to skip say steps 2 and 3 and jump to step 4. When on step 4 if user click 'back' then it should go back to step 1 rather than 3.
    Can this be achieved? If so can anyone pls share a small sample OR send a link?
    Thanks in advance.

    Here a task flow with the skip properties used to evaluate a value that was selected in a lov components in the first page (radio button). Note the use of the attributeValue method to get the attribute from the binding (using inputValue caused a type mismatch when executing the comparison).
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <task-flow-definition id="task-flow-newFlexStandard-definition">
        <default-activity id="__1">CreateInsertStandardFlexParameter</default-activity>
        <transaction id="__41">
          <requires-transaction/>
        </transaction>
        <data-control-scope id="__42">
          <shared/>
        </data-control-scope>
        <task-flow-reentry id="__43">
          <reentry-allowed/>
        </task-flow-reentry>
        <view id="createNewStandardFlexParameter">
          <description id="__22">Saisir le code d'identification interne et les éléments descriptifs du nouveau paramètre standard.</description>
          <display-name id="__21">Edition du nouveau paramètre</display-name>
          <page>/pages/standardFlexParameter/createNewStandardFlexParameter.jsff</page>
          <train-stop id="__2">
            <display-name id="__19">Edition de nouveau paramètre standard</display-name>
          </train-stop>
        </view>
        <view id="selectSingleTreeFlexParameter">
          <page>/pages/standardFlexParameter/selectSingleTreeFlexParameter.jsff</page>
          <train-stop id="__17">
            <display-name id="__28">Classe de paramètres unique</display-name>
            <outcome id="__44">initializeFlexStandardTreeRow</outcome>
            <skip>#{bindings.FsClasscardinality.attributeValue !='1'}</skip>
          </train-stop>
        </view>
        <view id="selectMultipleTreeFlexParameter">
          <page>/pages/standardFlexParameter/selectMultipleTreeFlexParameter.jsff</page>
          <train-stop id="__18">
            <display-name id="__29">Classes de paramètres multiples</display-name>
            <skip>#{bindings.FsClasscardinality.attributeValue != '*'}</skip>
          </train-stop>
        </view>
        <view id="selectSingleFlexParameter">
          <page>/pages/standardFlexParameter/selectSingleFlexParameter.jsff</page>
          <train-stop id="__24">
            <display-name id="__27">Sélection d'une occurence de paramètre</display-name>
            <skip>#{bindings.FsItemcardinality.attributeValue !='1'}</skip>
          </train-stop>
        </view>
        <view id="selectMultipleFlexParameter">
          <page>/pages/standardFlexParameter/selectMultipleFlexParameter.jsff</page>
          <train-stop id="__25">
            <display-name id="__26">Sélection de plusieurs occurence de paramètre</display-name>
            <skip>#{bindings.FsItemcardinality.attributeValue !='*'}</skip>
          </train-stop>
        </view>
        <view id="summaryNewStandardFlexParameter">
          <description id="__4">Présentation des éléments saisis ou modifiés. Confirmation ou annulation de l'opération.</description>
          <display-name id="__3">Résumé des changements</display-name>
          <page>/pages/standardFlexParameter/summaryNewStandardFlexParameter.jsff</page>
          <train-stop id="__9">
            <display-name id="__23">Résumé des changements et confirmation</display-name>
          </train-stop>
        </view>
        <task-flow-return id="commitNewStandardFlexParameter">
          <outcome id="__10">
            <name>commitNewStandardFlexParameter</name>
            <commit/>
          </outcome>
        </task-flow-return>
        <task-flow-return id="rollbackNewStandardFlexParameter">
          <outcome id="__11">
            <name>rollbackNewStandardFlexParameter</name>
            <rollback/>
          </outcome>
        </task-flow-return>
        <method-call id="CreateInsertStandardFlexParameter">
          <method>#{bindings.CreateInsert.execute}</method>
          <outcome id="__48">
            <fixed-outcome>createInsert</fixed-outcome>
          </outcome>
        </method-call>
        <method-call id="createInsertFlexStandardTree">
          <method>#{bindings.CreateInsert.execute}</method>
          <outcome id="__32">
            <fixed-outcome>CreateInsert</fixed-outcome>
          </outcome>
        </method-call>
        <train/>
        <control-flow-rule id="__12">
          <from-activity-id id="__13">summaryNewStandardFlexParameter</from-activity-id>
          <control-flow-case id="__15">
            <from-outcome id="__16">commit</from-outcome>
            <to-activity-id id="__14">commitNewStandardFlexParameter</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule id="__49">
          <from-activity-id id="__50">CreateInsertStandardFlexParameter</from-activity-id>
          <control-flow-case id="__51">
            <from-outcome id="__53">createInsert</from-outcome>
            <to-activity-id id="__52">createNewStandardFlexParameter</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule id="__6">
          <from-activity-id id="__5">*</from-activity-id>
          <control-flow-case id="__7">
            <from-outcome id="__20">cancel</from-outcome>
            <to-activity-id id="__8">rollbackNewStandardFlexParameter</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule id="__30">
          <from-activity-id id="__31">*</from-activity-id>
          <control-flow-case id="__33">
            <from-outcome id="__35">initializeFlexStandardTreeRow</from-outcome>
            <to-activity-id id="__34">createInsertFlexStandardTree</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule id="__36">
          <from-activity-id id="__37">createInsertFlexStandardTree</from-activity-id>
          <control-flow-case id="__39">
            <from-outcome id="__40">CreateInsert</from-outcome>
            <to-activity-id id="__38">selectSingleTreeFlexParameter</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <use-page-fragments/>
      </task-flow-definition>
    </adfc-config>

  • Issue with sorting results on the basis of specfic values.

    Hello,
    I written an sql that will sort the results on the basis of values defined in 'IN' clause. I have made use of CASE statement in ORDER BY clause. Its not functioning. My code is:
    SELECT GWLO.productcode,
              GWLA.parentsampletype,
              GWLO.sampletype SampleType,
              max(GWLA.loginid) Loginid,
              max(GWLA.modifiedts) modifiedts
         FROM gwloginattribvars GWL,
              gwloginkeyvals GWLO,
              gwloginkeysadmin GWLA
         WHERE GWLO.productcode = GWLA.productcode
              AND GWLO.sampletype = GWLA.sampletype
              AND GWLO.productcode in ('1002124', 'ABPG', 'ABIG')
              AND GWLO.sampletype <> 'CERTIFICATE-OF-ANALYSIS'
              AND GWLA.parentsampletype IS NOT NULL
         GROUP BY GWLO.productcode, GWLA.parentsampletype, GWLO.sampletype
         ORDER BY
              (CASE GWLO.productcode WHEN '1002124'     THEN 1
                   WHEN 'ABPG'     THEN 2
                   WHEN 'ABIG'     THEN 3
                   ELSE 'LL'
                   END) ASC
    I expected the results to be in sequence what it is defined in CASE - ORDER By clause. This code is givin me error. The error is
    (CASE GWLO.productcode WHEN '1002124' THEN 1
    ERROR at line 16:
    ORA-00907: missing right parenthesis
    Please help. Thanks!

         ORDER BY
              (CASE GWLO.productcode WHEN '1002124'     THEN 1
                   WHEN 'ABPG'     THEN 2
                   WHEN 'ABIG'     THEN 3
                   ELSE 'LL'>                END) ASC
    Can u just explain me in this context? I think it should be another number in the else part - since you are returning numbers in all the 'WHEN' option. Pls explain it.
    Regards.
    Satyaki De.

  • The efficiency of data value references to avoid buffering arrays

    I would like to get NI's formal position on this question.  It was my understanding that DVR's of arrays are an efficient way of avoiding array copying when branching would ordinarily occur in their absence.
    This seems to be confirmed here:
    http://zone.ni.com/reference/en-XX/help/371361L-01/lvconcepts/external_data_val_ref/
    http://zone.ni.com/reference/en-XX/help/371599K-01/lvfpgahelp/fpga_zerocopy_dma/
    However, there appears to be some (very outdated) chatter with a contrary view:
    http://forums.ni.com/t5/LabVIEW/quot-Data-Value-Reference-quot-and-quot-In-Place-Element/td-p/155846...
    http://lavag.org/topic/10983-dvr-vs-pointer/
    There are normally lots of changes in LabVIEW from year to year; so if this contrary position was ever true, it may no longer be so. 
    Thanks,
    Jordan
    Jordan McBain, PhD
    LabVIEW Controls Engineer
    Revolutionary Engineering

    You messed up your last two links. They point to some outlook mail server!
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Converting the user response date value to date data type

    Hi,
    I have a parameter which takes date as input (from date and to date).
    I need to get the difference between these two dates.
    So i can use the function todate(userresponsedate,"dd/mm/yyyy")
    but here i cannot hardcode the date format as dd/mm/yyyy.
    Because my reports needs to support to multiple locales and so if i change the browser locale to japanese the input date will appear some thing like yyyy/dd/mm.
    So my function  todate(userresponsedate,"dd/mm/yyyy") is failing over here.Its is giving #error
    Is there any option where it takes the browser locale date format.
    ex: todate(userresponsedate,browserlocaledateformat)
    So that it works irrespective of the browser locale
    Thanks in advance

    HI
    Try to use this formula
    formatdate(todate(userresponse("enter from date");"");"dd/MM/yyyy")
    In the report level you will see only dd/MM/yyyy as string
    Hope this helps u
    sunil

  • How to disable a field on the basis radio button value selected.

    hello to all,
    i am facing one problem.I have declared two selection screen blocks.
    In one i hvae declared two radio button r1 -Fiscal year and r2--Datewise.
    And in another selection screen block all i/p fields. like plant. date.year etc.
    Now if user select r1-Fiscal year  then i/p field - date of second block should be disable.
    And if user select r2-Datewise  then i/p field - year of second block should be disable.
    SELECTION-SCREEN BEGIN OF BLOCK BLK WITH FRAME
              TITLE TEXT-002.
           PARAMETERS: R1 RADIOBUTTON GROUP RA1 user-command ucomm,
                       R2 RADIOBUTTON GROUP RA1 DEFAULT 'X'.
       SELECTION-SCREEN END OF BLOCK  BLK.
    selection-screen begin of block b1 with
      frame title text-001.
    parameters : gjahr like ZSA_DETAIL-gjahr  MODIF ID YAR,
                 aedat like ZSA_DETAIL-aedat  MODIF ID DAT,
                 werks like ZSA_DETAIL-werks .
    selection-screen end of block b1.
    AT SELECTION-SCREEN on RADIOBUTTON GROUP RA1.
       BREAK-POINT.
        IF R1 = 'X'. "fiscal
         LOOP AT SCREEN.
            IF screen-group1 = 'DAT'.
             screen-active = 0.
             screen-invisible = 1.
             MODIFY SCREEN.
             ENDIF.
            endloop.
       ELSEIF R2 = 'X'.
         LOOP AT SCREEN.
         IF screen-group1 = 'YAR'.
           screen-active = 0.
          MODIFY SCREEN.
         ENDIF.
         ENDLOOP.
        ENDIF.

    Hi Shikha,
    Regarding your query, when you select a particular radio-button then the fields pertaining to that radio-button should get activated or get displayed, otherwise it should be hidden.
    This can be done adding the addition to the Radiobutton 'USER-COMMAND' this will automatically enable-up
    the functionality of the fields related to that radiobutton, while disabling the others.
    If USER-COMMAND isn't given, then ENTER key serves the purpose.
    DATA:
    w_carrid LIKE sflight-carrid,
    w_connid LIKE sflight-connid.
    PARAMETERS:
    p_carrid RADIOBUTTON GROUP airl USER-COMMAND airline,
    p_connid RADIOBUTTON GROUP airl.
    SELECT-OPTIONS:
    s_carrid FOR w_carrid,
    s_connid FOR w_connid.
    INITIALIZATION.
    p_carrid = 'X'.
    Now enabling desired fields and disabling the others, can be done by the following snippet.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF p_carrid EQ 'X'.
    IF screen-name CS 'S_CONNID'.
    screen-active = 0. " Disable the field S_CONNID
    MODIFY SCREEN.
    ELSEIF screen-name CS 'S_CARRID'.
    screen-active = 1. " Enable the field S_CARRID
    MODIFY SCREEN.
    ENDIF.
    ELSEIF p_connid EQ 'X'.
    IF screen-name CS 'S_CARRID'.
    screen-active = 0.
    MODIFY SCREEN.
    ELSEIF screen-name CS 'S_CONNID'.
    screen-active = 1.
    MODIFY SCREEN.
    ENDIF.
    ENDIF.
    ENDLOOP.
    Hope, this would help you solve your problem.
    Thankyou,
    Zahack.

  • Partitioning on the base of date

    hi,
    im having a PROBLEM IN CREATING A TABLE containing a date column having range partitioning on it. my table an accompanying error is :
    CREATE TABLE A123 (A NUMBER, B DATE)
    PARTITION BY RANGE (B)
    (PARTITION B1 VALUES LESS THAN (TO_DATE((SYSDATE - INTERVAL '30' DAY),'DD-MON-YYYY')))
    (PARTITION B1 VALUES LESS THAN (TO_DATE((SYSDATE - INTERVAL '30' DAY),'DD-MON-YYYY')))
    ERROR at line 3:
    ORA-14019: partition bound element must be one of: string, datetime or interval literal, number, or MAXVALUE
    i'v also tried it as:
    CREATE TABLE A123 (A NUMBER, B DATE)
    PARTITION BY RANGE (B)
    (PARTITION B1 VALUES LESS THAN (TO_DATE(SYSDATE - INTERVAL '30' DAY,'DD-MON-YYYY')))
    (PARTITION B1 VALUES LESS THAN (TO_DATE(SYSDATE - INTERVAL '30' DAY,'DD-MON-YYYY')))
    ERROR at line 3:
    ORA-14019: partition bound element must be one of: string, datetime or interval literal, number, or MAXVALUE
    as shown above,,i want to create partitions of the table A123 column b which is of date datatype,,i want to have a partition which stores data of SYSDATE - 30,.
    Any suggestions/recommendations would be appreciated.
    thanx
    Regards

    hi,
    sorry im calling u again for support,,
    the way u told for creating a table based on date column partitions creates a table with fixed date as a HIGH/UPPER BOUND,,for example if i create a table A123 as :
    begin
    execute immediate 'CREATE TABLE A123 (A NUMBER, B DATE)
    PARTITION BY RANGE (B)
    (PARTITION B4 VALUES LESS THAN (TO_DATE(('''||to_char(SYSDATE - INTERVAL '90' DAY,'DD-MON-YYYY')||'''),''DD-MON-YYYY''))
    ,PARTITION B3 VALUES LESS THAN (TO_DATE(('''||to_char(SYSDATE - INTERVAL '60' DAY,'DD-MON-YYYY')||'''),''DD-MON-YYYY''))
    ,PARTITION B2 VALUES LESS THAN (TO_DATE(('''||to_char(SYSDATE - INTERVAL '30' DAY,'DD-MON-YYYY')||'''),''DD-MON-YYYY''))
    ,PARTITION B1 VALUES LESS THAN (MAXVALUE))';
    end;
    ALTER TABLE A123 ENABLE ROW MOVEMENT
    now the HIGH VALUE for partition B2 is January 03,2005...
    while i want it to be dynamic.
    means after 2 months the high value for B2 partition should be (Jan 03,2005 + 2 months)..
    can we do this in oracle??
    Regards.

  • Delete on the basis of date

    Hi All,
    I need to delete data from a table based on a date column. If the date in DATE column is 180 days old than current sysdate then it should delete otherwise not.
    So i found out below two ways
    1. Use sysdate-tab_date >180 in where clause
    2. Use MONTHS_BETWEEN(sysdate,tab_date)*30 > 180
    Please let me know what way would be performance efficient & faster. If you have any other way then please share that too.
    Also Is there any way we can disable the writing into UNDO tablespace before deleting bulk data from database.
    Thanks In anticipation.

    ZahKar wrote:
    user4198564 wrote:
    1. Use sysdate-tab_date >180 in where clause
    2. Use MONTHS_BETWEEN(sysdate,tab_date)*30 > 180In my opinion there won't be much difference in performance in above two. But 1 is a better way to do it as 2 will not be 100% accurate because you are multiplying months with 30 and the fact is that a few months will be of 31 days.They will both perform badly in comparison to a method that calculates a date six months ago and compares the tab_date directly to it.
    MONTHS_BETWEEN(sysdate,tab_date)*30 > 180 is equivalent to MONTHS_BETWEEN(sysdate,tab_date) > 180/30 which is equivalent to MONTHS_BETWEEN(sysdate,tab_date) > 6. so it is correct, I believe, but it will still perform badly. actually, I can't believe anyone thought of doing MONTHS_BETWEEN(sysdate,tab_date)*30 > 180 ... converting to a month difference and then attempting to convert to a day difference?
    And 180 is not even a half of 365.
    Also Is there any way we can disable the writing into UNDO tablespace before deleting bulk data from database.UNDO is created to allow the change to be rolled back in the event of an explicit ROLLBACK command or an error being raised during the SQL execution (eg finding a value in a varchar2 that raises an error when you attempt TO_DATE on it) or an instance failure and subsequent recovery. It would be extremely unsafe to be able to disable UNDO generation.

  • Depreciation Value calculate on the basis of Scrap Value

    Hi! Experts,
    My client requirements are:
    (A)
    1)     Suppose Asset purchased Value is Rs. 100000 and its useful life is 5 years.
    2)     Now after 5 years sold the asset on Rs. 20000 .
    3)     The depreciation should calculate on the 80000  
    (B)
    1)     A new Machinery purchased its use life is 10 Year estimated.
    2)     After 2 years depreciation run, Engineer said machine life will be 12 years or 6 years.
    3)     Can we change the machine useful life after 2 years.
    With regards
    Rajesh

    Hi,
    A) depr. Key LINR, useful liefe 5 years
    1. 10.000
    2.  8.000
    3.  6.000
    4.  4.000
    5.  2.000
    (If you want Scrap value 2.000)
    B) You can change the useful liefe in AS02. This is no peroblem. The depr. will be new calculated for open fiscal years.
    regards Bernhard

  • The same Excel DATE.VALUE function in SQL

    Hi, I need to convert a date in a number that Excel can recognize.
    I'm trying to do a
    SELECT
    (trunc(SYSDATE) - TO_DATE('1900-01-01', 'yyyy-mm-dd'))
    FROM dual
    And I retrieve this: 41014
    But today in excel is 41016!!
    Why? There is a better solution than this?
    Thank you, R.

    See this topic for an answer: Import Excel Date Field
    Basically you need to do this:
    SELECT (TRUNC(SYSDATE) - TO_DATE('01-JAN-1900', 'DD-MON-YYYY')) + 2
    FROM   dual

  • Report data ( value ... tag) missing in the Webi report retrieved through RestFul Webservice

    I am trying the below URL to get the WEBi report from SAP BO using the Rest Webservice support that is now available.
    http://{serverIP:serverPort}/biprws/raylight/v1/documents/{documentId}
    I am able to get the report but as I compare the same report response when using SAOP Webservice, there seems to be a mismatch in the response. Here is what I see in the SOAP response:
    </td><td c="1" ><cell  ref="1.E.4t" bid="14" h="26" w="231" pad="6,7" sid="-10"><ct >Some arbitrary value</ct><value type="xs:string">Some arbitrary value</value></cell>
    But when I run it through REST, I am missing the <value ..> tag:
    </td><td c="1" ><cell  ref="1.E.4t" bid="14" h="26" w="231" pad="6,7" bt="1" sid="-10"><ct >Some arbitrary value</ct></cell>
    Apart from this right at the start of the xml response, I see some property mismatch as well.
    SOAP has this property extra:
    <property name="output.format.xml.valuemode">yes</property>
    While REST has these property extra:
    <property name="output.format.xml.option.style">1</property>
    <property name="output.format.xml.styledict.fontplatform">html</property>
    <property name="output.format.xml.td.bandinfo">yes</property>
    <property name="source.selected">data</property>
    <property name="xelement.xml.object">yes</property>
    <property name="xelement.xml.object.usemap">yes</property>
    <property name="xelement.xml.object.usersupportedformat">image/png</property>
    I am not sure if:
    the <value ...> tag miss is because of these missing/extra properties or
    current REST support has some issues
    For my application the value tag is a must and I can't do without this, but with REST it seems no way to obtain that.
    Any help or pointer(s) in this regard is appreciated!

    Hello Milind,
    According to our Product Owner Sam Polichouk, the solution should be available for you in 4.1 SP3, which is currently scheduled for release by the end of March 2014 (subject to change).  The product team recommends that you get the raw, unformatted data values from within the Dataset specific call.  This data contains a type to tell the end user what kind of data it is, so you can format it or use it properly.
    The updated documentation for the SDK will be available at SAP BusinessObjects Business Intelligence platform 4.1 – SAP Help Portal Page once the Support Pack is publicly released.

Maybe you are looking for

  • Google calendar does not sync more than 6 months o...

    I sync multiple google calendars.... this works very well. I recently noticed that if I enter an appointment more than 6 months in the future on my phone, it disappears after it syncs with google.  It stays on the google calendar, but disappears from

  • Sending photos from the camera w the iPad

    From my camera on my iPad, I select a picture and then want to forward it to someone via email.  The email comes up but the picture is not there and I cannot type the email address.  Any suggestions?

  • Batch Scheduler Workspace

    Hi All, I have scheduled Financial Reports from workspace for the Vendors (Vendors is a dimension in OTL), but for some vendors I am getting the following error: error during JRMP connection establishment; nested exception is: java.net.SocketExceptio

  • Re: ORA-06550 - while compiling the PL/SQL block.

    yes, there are more than one rows that is returned when i do a Select Into statement. I am trying to resolve by using a cursor C2 inside the already existing cursor C1, i will use a inner loop to get the select statement value to cursor c2 then i wil

  • Login issue with solaris 10

    I m facing a problem with login to solaris 10 at time of login its showing ttymon: tmchild: exec service failed i m not able to access this machine because of this. Any one has any solution to this problem?