Addtional Attribute - cFolder PDX

Hi All,
In SPRO -cFolders- Seetings for cFolders Import and Export- Specify Field mapping profile for PDX package Import /Epxort,
while trying to create Additioanl attribute in XML Profile for BOM, its throwing an ABAP dump while saving this..
The error summary is
Short text                                                                                |
Invalid subfield access: Offset too large
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLSTRD_CUS_ORIG" had to be terminated because it
has
come across a statement that unfortunately cannot be executed.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
caught in
procedure "TRINT_EC_CUST_ORIG_LANG" "(FUNCTION)", nor was it propagated by a
RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
In the running program "SAPLSTRD_CUS_ORIG", the field "LS_TABKEY-TABKEY" of the
type
"C" and length 120 was to be accessed with the offset 133.
However, subfield accesses with an offset specification that is not
|    smaller than the field length are not permitted.
What could be the reason?
Regards,
Aby
Edited by: Aby Thomas on May 25, 2010 2:34 PM

Resolved. Corrections done with note 1306440

Similar Messages

  • Material Attributes  - cFolder

    Hi All,
    I could access Material Attribute file through webDAV and make the changes for additional material types..
    There are many fields maintained in Material Master in R3 as Class and Characteristic values..
    Is there any way to export these values too to cFolders when we export Material, BOM from R3
    Regards,
    Aby

    Hi Ulf,
    What kind of classification data would you like to export?
    I need to explain the scenario, and am not sure the approach is correct
    We are trying to map Agile PLM functionality here.. Ultimate aim is to export BOM as PDX package. For this
    1) We are exporting BOM from R3 to cFolders using CFE02
    2) From cFolders , extracting as PDX
    When I went though customizing we have "Specify Field Mapping Profile for PDX Package Import and Exp"
    Inside 0SAP_CFX Profile for Master Data Item , there are many XML attributes like
    - Code of Lifecycle phase
    - Product  line
    -Unique Label of Item
    -Make or buy decision and many more
    Where can we map these attributes in cFolders?
    As the BOM's are exported from R3, we thought we will put the above attributes as CHARS in Classification
    Regards,
    Aby

  • CAF entity coupled with application service activation problem

    Hi Experts,
    I have an existing CAF entity service to which i had added an additional attribute.
    I have the assosiated application application setdataservice,which has a custom method to add data to the entity service (mass upload).
    In the custom method i have added the code to set data for the addtional attribute.
    I had generated the project and build the dc locally,
    The buid is fine with no error's .
    But when I activate the request the activity fails with "cannot resolve symbol" for the new method even though the local build is sucessful.
    Any idea why this is occuring,
    ERROR: /NWDI/usr/sap/DIP/JC37/j2ee/cluster/server0/temp/CBS/c6/.B/28783/DCs/spe.com/portal/prc_core/ejbmodule/_comp/ejbModule/com/spe/portal/prc_core/appsrv/setdataservice/SetDataServiceBean.java:3434: cannot resolve symbol [javac] ERROR: symbol : method setFixPromvalue (double) [javac] ERROR: location: class com.spe.portal.prc_core.besrv.int_promocodes.Int_PromoCodes [javac] ERROR: promoCode.setFixPromvalue(fixPromValue); [javac] ERROR: ^ [javac] 1 error Error: /NWDI/usr/sap/DIP/JC37/j2ee/cluster/server0/temp/CBS/c6/.B/28783/DCs/spe.com/portal/prc_core/ejbmodule/_comp/gen/default/logs/build.xml:111: Compile failed; see the compiler error output for details. at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:938) at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:341) at org.apache.tools.ant.Target.performTasks(Target.java:369) at org.apache.tools.ant.Project.executeTarget(Project.java:1214) at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:112) at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:61) at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:213) at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:190) at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66) at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350) at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:102) at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:76) at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:58) at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1723) at com.sap.tc.devconf.impl.DCProxy.make

    Hi again,
    I've deleted the two methods (or just commented them) I had and have readded them by choosing the Override Method option in the Source menu of JDeveloper 10.1.3. I've addet the methods prepareForActivation and prepareForPassivation too.
    When I execute the application, with breakpoints into the four methods (I attach the code below), I see that it prepares for pasivation and pasivates. When I do any action, I see it prepares for activation, but the method activateState is never reached.
    I have no other overriden methods in the class. Any idea of why the activateState doesn't execute?
    Thanks,
    Carles Biosca
    BBR Ingeniería de Servicios
       protected void activateState(Element element) {
           super.activateState(element);
       protected void passivateState(Document document, Element element) {
           super.passivateState(document, element);
       protected void prepareForActivation(Element element) {
           super.prepareForActivation(element);
       protected void prepareForPassivation(Document document, Element element) {
           super.prepareForPassivation(document, element);
       }Message was edited by:
    cbios

  • ESS & MSS Role

    Hi Experts
    How to map ESS & MSS roles to ECC 6.0 Roles in EP.
    Say for example in ECC 6.0 we have a user A and User B.
    User A have some addtional attributes and User B does not have it
    How to map this two users in EP.
    Thanks
    Daya.
    Edited by: daya damu on May 27, 2008 8:27 PM

    Hi Daya,
    You will have to do the user mapping,
    It can be done in two ways,
    1. Go to user administration and once you enter user A, you will have an option of "User mapping".
    2. When you are logged onto the portal, click, personalize option and choose "User Mapping".
    User mapping is basically done when the portal users and ECC users are different.
    Let me know if you need any further clarification on the same.
    Cheers,
    Sandeep Tudumu

  • JSP-Jdeveloper

    I am a web developer using Jdeveloper 3.0 to
    develop applications , which are mainly related with data base handlings.
    I am not able to add a filed(attribute) to
    the form, not able to alter its prompt text,
    vary its size?
    can you suggestme some tips?
    I have built a application module. with business components. Entity object,object view and all ohter for a single table resinding in oracle 8i data base.
    When I right click the applicatin module ,
    I see a pop up menu wehre if I click test
    I am able to see the business component browser,(applet viewer) and here I am able to
    see the additioally added attribute, I am able to call my own method added to the entity object.
    BUt the smae is not working when a create a JSP using teh same application module?
    why?
    any additional setting to be done?
    please mail me informaations I willbe thankfule to you..
    my mail id:
    [email protected]
    with athat moudle and
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JDev Team ():
    If I understand, you have created an entity object and a view object in your application module. Is the additional attribute a new column you have added to the table in the database, or a 'calculated attribute' that you added to the view object.
    When you see it in the app module tester, is it read only? Do you want it to be read only or editable?
    Is the view object based on one EO, or more than one?
    What is the code you are using to add the new field to your JSP and set its prompt text?
    Laura<HR></BLOCKQUOTE>
    SORRY FOR ONCE AGAIN SENDING THE SAME MESSGE:
    bUT WE NEED REPLY URGENTLY..
    THANKS FOR THE REPLY,
    PLEASE NOTE MY REPLY PREFIXED WITH DLV: FOR
    YOUR QUERIES.
    f I understand, you have created an entity object and a
    view object in your application module.
    DLV: Yes we have created a entity object for a data
    base table and coresponding view object for the same,
    through wizard.
    Is the additional
    attribute a new column you have added to the table in
    the
    database, or a 'calculated attribute' that you added to
    the
    view object.
    DLV: This addtional attribute is a not a data base
    column. we added this addtional attribute using the
    wizard(edit view object).
    this attribute is "calculated attribute". we also modified
    the prompt text for that attribute in the wizard.
    When you see it in the app module tester, is it read
    only?
    Do you want it to be read only or editable?
    DLV: this attribute is read only. it is not editable. the
    purpose of this attribute is to display the name for a
    code, the code is the foreign key in the entity object.
    since the name of the code is in some other table in
    data base, we used our own method to get the name
    using the JDBC calls.
    we added this method to the entity object class.
    method name
    boolean vaidateItemCode(String value){}
    when we use the tester ,
    we are able to see the new attribute with our set
    prompt.
    the validating method is also working and returns the
    name to the new added attribute, as we expect.
    But the same is not woking when we create a JSP for
    the above appilcation module.
    we are not able see the added attribute in the
    Browser(netscape,IE5).
    the validation method we wrote is also not working in
    this environment.(IE5)
    plese see the addtional method which we added to the
    entity object
    public boolean validateItemCode(String Value) {
    try{
    DBTransaction dbt = this.getDBTransaction();
    PreparedStatement Ps =
    dbt.createPreparedStatement("select 'x' from jom_item
    where item_code =?",1);
    Ps.setString(1,Value);
    ResultSet rs = Ps.executeQuery();
    if (rs.next())
    JOptionPane.showMessageDialog(new Frame(),"Insert
    Error","Code Alreadly
    Exits",JOptionPane.ERROR_MESSAGE);
    return false;
    catch(Exception ex)
    JOptionPane.showMessageDialog(new Frame(),"error
    code "+ex,"ietem
    code",JOptionPane.ERROR_MESSAGE);
    return false ;
    return true;
    once we wrote the messgae save and compiled the
    same we are able to see the respective change in the
    corresponding xml file.
    Is the view object based on one EO, or more than one?
    DLV: the view objcet is based on only one entity
    object.
    What is the code you are using to add the new field to
    your JSP and set its prompt text?
    DLV: we have not written any code in JSP for addeing
    the attribute.
    we are not able to add a field to the JSP. But wer are
    able to modify the existing attribute's prompt using the
    setTEXt method of the "editCurrentRecord" bean.
    HOPE we have clarified your quiries .
    what addtional coding we need to write in JSP so the
    addtional method which we wrote for the entity object
    is getting reflected in the JSP
    and
    HOw to add the addtional attirbute(non-database-field)
    to the JSP which corresponds to entity objcet/view
    object
    we have also posted addtional dbouts regarding the
    customization of error codes.
    ONCE AGAIN THANKS FOR YOUR
    REPLY,CONSIDERATION.
    null

  • Text-Editing with Notes - Logic

    Hi Rene,
             It was really an interesting article posted on Notings, i was just going through it and was keen to implement it, but i was not able to figure out how to implement it, can you please share the solution and the code..please find below the link of your article.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b036dbfc-29dd-2a10-2aba-ccd1c4c96af7

    Yes you are correct; I forgot the addtional attributes of the object Z_C_SYT_TEXT_OBJECT. I have added to part I, but here is the missing list also:
    Attributes                              
    Attribute     Level     Visibility     Typing     Associated type     Description     Initial value
    WS_TOBJECTV     Instance Attribute     Public     Type     ZSYT_TOBJECTV     Text Objects                                                                               
    W_LINES_START     Instance Attribute     Public     Type     I                                                                               
    WS_TEXTDO     Instance Attribute     Protected     Type     ZSYT_S_TEXT_DISP_OPT     Text Object Display Options                                                                               
    WS_TEXTF     Instance Attribute     Protected     Type     ZSYT_S_TEXTS_FIELDS     Fields needed for Texts                                                                               
    WS_TEXTS     Instance Attribute     Protected     Type     ZSYT_S_TEXT_KEY_FIELDS     Key fields for text's                                                                               
    WS_THEADER     Instance Attribute     Protected     Type     THEAD     SAPscript: Text Header                                                                               
    WC_TEXTEDITOR     Instance Attribute     Protected     Type Ref To     Z_I_SYT_EDITOR     SAP TextEdit Control                                                                               
    WC_TEXTEDITORN     Instance Attribute     Protected     Type Ref To     Z_I_SYT_EDITOR     SAP TextEdit Control                                                                               
    WT_TEXTS     Instance Attribute     Protected     Type     TSFTEXT     Text Lines                                                                               
    W_NODISPLAY     Instance Attribute     Protected     Type     FLAG     No screen display of text opbject                                                                               
    WC_PARENT     Instance Attribute     Protected     Type Ref To     CL_GUI_CONTAINER     Container for Custom Controls in the Screen Area                                                                               
    WT_NOTES     Instance Attribute     Protected     Type     TSFTEXT     Note Lines                                                                               
    WC_PARENT2     Instance Attribute     Protected     Type Ref To     CL_GUI_CONTAINER     Reduced Version of Splitter Container Control                                                                               
    W_DESCR1     Instance Attribute     Protected     Type     ZSYT_TOBJECTV-DESCR1     Description 132                                                                               
    W_DESCR2     Instance Attribute     Protected     Type     ZSYT_TOBJECTV-DESCR1     Description 132                                                                               
    WS_TOBJECT_MD     Instance Attribute     Protected     Type     ZSYT_S_TOBJECT_MD     Master for data for text object                                                                               
    WC_SPLITTER     Instance Attribute     Protected     Type Ref To     CL_GUI_SPLITTER_CONTAINER     Splitter Control                                                                               
    WC_PARENT1     Instance Attribute     Protected     Type Ref To     CL_GUI_CONTAINER     Abstract Container for GUI Controls                                                                               
    W_IS_MODIFIED     Instance Attribute     Protected     Type     I     If text has been changed                                                                               
    LT_TEXT_DATA     Static Attribute     Protected     Type     ZSYT_T_TEXT_DATA     Text data for all text in text objects     
    Let me know if you need more.
    Rene

  • CFolder- Upload PDX Package

    Hi all,
    We are having business requirement to upload the BOM and ECN to cFolder. I am trying to use the "Upload PDX package "functionality of cFolder as a solution.
    I am doing the following steps to upload the pdx package.
    1. Clicked on Upload PDX Package Tab.
    2. In create object screen , I have selected the BOM.
    3. I am getting only one XML profile in dropdown as "Export/Import of BOM-PDX Package (IPC-2571). I have not ticked the  From cFolder document. and then clicked on "Continue".
    4. I have browse the required file and clicked on "Save".
    Explorer Pop ups the Error window message as " CFX_UI/NO_WRITE_AUTH".
    Am I doing correctly or am I missing any configuration steps? Please help.
    Thanks
    Yogesh P

    Hi Yogesh
    U have to map the feilds before exporting the BOM and ECN to PDX package.
    Regards
    Prasad K

  • Can you please help me reg Attributes addtion to infocube

    Hi All ,
    Can you please tell me , When we add display and navigational attributes to existing infoobject of infocube in the development system, I have done all the markings in the infoobject level and also Infocube level . But when iam transporting the objects in the order ( Info objects , Info cubes) to Quality system . Navigational attributes ( Check Box is not ticked ) are not reflected in the quality system .
    And one more thing there are aggregates for the infocube , which i made changes ( Adding of attributes) in the quality system . Does this make any diff .......
    Please revert me ASAP ................
    Thanks for the help in advance ................
    Thanks
    phani
    Edited by: Phani T on Oct 16, 2008 8:10 AM

    Hi Phani,
    And one more thing there are aggregates for the infocube , which i made changes ( Adding of attributes) in the quality system . Does this make any diff .......
    --> Yes it makes difference. As you are changing CUBE by adding navigational attributes.
    Try to deactive/switch off aggregates and reimport request and check. And also transport aggregates.
    Hope it Helps
    Srini

  • CFolder- Export BOM as a PDX package

    Hi All,
    I have uploaded the BOM through "Upload PDX Package" and now I m trying to export the same BOM.
    But I am getting the following error.
    "Internet Explorer can not download structure_version_export.htm"
    What could be the reason for this behaviour?
    Thanks
    Yogesh P

    Closing the thread

  • ECN Export to cFolder along with Affected item

    Hi Experts,
    We have a requirement to export ECN along with all the affected item and history of ECN  in PDX format.
    I am using cFolder to export the BOM in PDX format. There is no option to export the ECN from SAP to cFolder using CFE02
    transaction.
    I can export the ECN to cFolder using FM CFX_S_API_WRITE. But, I also want to link the Affected items to ECN while exporting.
    My question is
    Is there any way  (any FM or Method) so that I can read existing SAP BOM in terms of cFolder attributes (like CFE02)
    and pass it to FM CFX_S_API_WRITE?
    There could be many BOM in an ECN and it is required to write all the fields of BOM so it is hard to write BOM using CFX_S_API_WRITE.
    Regards,
    Atul

    check out this class
    CL_CFX_BI_BOM -> GET_BS_DATA this is used to read the ERP BOM details.
    then check out EXPORT and EXPORT_VERSION ( ). To understand how to convert the ERP data into the cFolders structure.

  • Sales Order (VA01)- Addtional Data Tab B Request

    Hi All,,
    This is sales order(VA01) relevant and I have added the new "ZZFIELD" field in the "Additional data B" which i kept screen painter attributes check box chosen "Input Field" and Input "required".
    When i am creating sales order(VA01), the moment click on "addtional data B"  ZZfield become mandatory input field able to save sales order sucessfully after keying data. But user want's, after enter line item data which is material & qty , then cursor required to go additional data B which is mandatory field ZZFIELD. Right now, user enters line item material , qty and he is able to save it Sales order  and cursor is not going or waiting at ZZFIELD in addtional data B Tab(unless and unitl he press Additional data B Tab) .
    Is there any solution after user enter material and qty after clicking enter cursor should go "Additional data B" wait at "ZZFIELD"(as this mandatory field before sales order save) ? 
    If we dont go the Additional data B and save the document , it's not giving the message "Make an Entry required fields and it is directly saving the document.?
    Any help is highly approciate ....
    Below code written already:
    Program:SAPMV45A screen :8459 put PBO code as per below:
    Loop at Screen.
    If screen-name = 'VBAP-ZZFIELD'.
      if SY-TCODE = 'VA01' AND ORDERTYPE = 'ZSS'
        SCREEN-INPUT = 1.
       MODIFY SCREEN.
      ENDIF.
    ENDIF.
    Best Regards
    Kushal

    Hi   Abdul ,
    You dont have to do ny extra coding for the scroll bar once the no of fields increase with respect to the tsb screen area it will automatically have a scroll bar in it .
    Hope it helps
    Regards
    Swapnil

  • Calling proxy  according to jms attribute in Dynamic Configuration

    Hello,
    I have jms to proxy integration. I defined  additional jms parameters in Adapter -Specific Message Attribute in JMS senderadapter. And I can retrieve this field in dynamics configuration in SXMB_MONI. Process should be continued as such:
    If  "DCJMSMessageProperty0" is 1, proxy should be called for invoice,
    If  "DCJMSMessageProperty0" is 2, proxy should be called for  Claims.
    How can i do it?
    Please help
    Thanks for your help
    Nurhan

    Thanks  for your reply, but i think so that i misstold. I mean that i have one jms queue in  ibm websphere mq. In this queue exist multiple messsage format. I defined a addtional  jms message attribut in jms sender adapters  in PI. I have two jms sender adapters.
    According to this additional jms message properties should be called different proxy:
    If "DCJMSMessageProperty0" is 1, proxy should be called for invoice,
    If "DCJMSMessageProperty0" is 2, proxy should be called for Claims.
    Also this configuration should be done in jms sender adapter.
    Thanks in Advance
    Nurhan

  • Dynamic attributes in Bid

    Hi friends,
    I need to know / confirm dyanamic attributes manual evaluation process.
    1. A purchaser creates a bid invitation with dynamic attribute for "text". Evaluation
        for this attribute is "Manual"
    2. Bidder puts his comments against this attribute & submit bid
    3. Purchaser opens vendor bid and has to give weighings to the bidder comments.
        Purchaser clicks on "change" mode
    4. Purchaser goes to "weighing" tab
    5. Under valuation column, I am able to put valuation figure, but there is no option
        to save the same.. because of which i am not able to consider this attribute for
        bid evaluation analuysis.
    Please let me know if this is the right way of doing manual valuation of dynamic attributes or there is some other way. If its the right way, how can I save the valuation figures?
    Your response will be highly appreciated and point will be awrded for appropriate responses.
    Best regards,

    Hi
    It seems to be a bug in the system.
    <b>Please go through the followin SAP OSS Notes, which will definitely help -></b>
    Note 850054 - Text value in the weighting set is not updated
    Note 965519 - Dynamic attributes: fixed values not updated
    Note 836931 - Bid invitation: Manual valuation of default fields
    Note 1061034 - RFx functional issues
    Note 904152 - Error/termination for units of measurement of attributes
    Note 1021976 - Dynamic attribut with fixed values not saved
    Note 769942 - Deleted dynamic attributes are not taken into account
    Note 921195 - Unit of measure is not converted on weighting screen
    Note 876525 - Weighting for the "PRICE" default field is active by default
    Note 873297 - Multiple quotation work areas are created in cFolder
    Note 789687 - DynAttr. Enhancement of description length to 60 characters
    <u>Other related SAP OSS Notes -></u>
    Note 912891 - Dynamic attributes displayed without fixed values
    Note 1036584 - SRM bid invitations: header / item flag in dynamic attribute
    Note 1016042 - BBP_BID_INV: Back Button is not displayed in Attributes
    Do let me know.
    Regards
    - Atul

  • Bug in JDev 9.0.3.3: Adding new attributes

    for me, it's seems to be a bug when:
    - you have an existing view object with attributes of two EOs
    - add new attributes from the EOs to the view object (in our case the column names are identical, JDev names them to TCN and TCN1 in the select-statement of the query)
    - update of the query of the view object doesn't properly work as well as attribute mapping shows that my new attributes are transient
    - removing all attributes from the view object and reassigning them again leads to a strange attribute mapping, i.e. now I have to set them again by manual.
    Does anyone have the same experience with attribute removal and addtion of view objects?
    Regards,
    Stefan

    Stefan,
    I tried to reproduce it with my 9.0.3.3 (Build 1205) installation but wasn't successful. Here's what I did:
    1. Create 2 entities
    2. Create one VO based on the two
    3. Run it
    4. Edit the VO and add an attribute from the second entity having the same name
    5. Run it
    There must be something that you do differently from what I describe. Can you try to find ou what it is?
    Frank

  • WIM Chat Template attributes/objects

    dear all,
    i noticed when adding a new attribute for the login page template for a WIM chat entry point, that it is not allowed to use the same attibute twice.
    i am trying to add the same attribute (emailAddress) with two different names,
    - Business Email Address
    - Personal Email Address
    an error message appears indicating this restriction.
    how can we accomplish ourrequirement and add the same attribute twice under two different names??
    and how can we add the number of attributes(for obect ContactPointData we have 2 attributes: EmailAddress, PhoneNumber), in addtion increasing the number of objects(present objects: CustomerData, ContactPointData, ActivityData)?
    regards,

    hello karthik,
    i didn't know that there is a tool console, like the administrattion console and the system console.
    but how may i know the link to open this tool console?
    as you know,
    Administration console: https://WEIMWEBSERVE/default
    System Console: https://WEIMWEBSERVER/system
    Tool Console: ????
    and is there other consoles than the three above mentioned?
    and is there any service to start in order to be able to access this console(s) or by default it is enabled,
    regards

Maybe you are looking for

  • What is use of exclusion indicator in access sequence

    what is use of exclusion indicator in access sequence, if we tick this indicator what will happen to pricing procedure..

  • Lost mail inbox after sync - help!

    After a recent new version of iTunes was downloaded onto the iMac, the my iPhone (version 4.2.10) mail inbox was empty after the first sync.  The only way I can find to retrieve the emails is to resend them to myself.  This is at least the 3rd time t

  • SP1 to R2 upgrade no client activity

    I have updated from SP1 to R2 and all seems fine, i have since changed Hierarchy Settings to update client automatically within 2 days. Its now been 2 days and there is no sign of any clients being updated. All clients say inactive and don't seem to

  • Displaying multi-page BLOB on Reports

    Hi to all, I have experience with Forms but unfortunatelly not much with Reports. I've been succesful at querying and displaying the content of a BLOB column that stores .TIFF images. I've made the same steps described on the post: Display images fro

  • Interactive image transition

    iBooks Author: Interactive images on the iPad behave differently from the way they behave as you build them. They do a stupid sideways slide. Is there a way to turn that into something useful? I want to show subtle detail differences from picture A t