List transaction property with XML value type

Hi,
Can we pass values to a "List" transaction property containing XML structures? If yes, what would be the XPATH expression?
Regards,
V M.

Hi VM,
Although you can access the value of a list item using the list name and and index, where the index is contained in curly braces, for example myList, there is no way to build an xpath expression to point to a location in the XML document.  The only suggestion I have is to write the list item to a local property, make the modifications, and then reassign back to the list, overwriting the current value.
Kind Regards,
Diana Hoppe

Similar Messages

  • How to make a list item field with DATE data type?

    I have a column with DATE data type. Using forms 6i I want to generate a poplist list item field with this column while the value of the elements in the list to will be day names like SATURDAY,SUNDAY,MONDAY. if we change the data type from date to char, it will work properly but now with DATE data type behind it, it gives the following error message
    "FRM-32082: Invalid value for given item type.
    List WEEKREST
    Item: WEEKREST
    Block: EMPRESTS
    Form: MODULE3
    FRM-30085: Unable to adjust form for output."
    Using forms 6i how to make a list item field with DATE data type which can hold day names?

    Set your date column as a hidden (non-displayed) field. Create your list item with the varchar2 day names. Create the list item as a non-base-table field that accepts the text values of day names. On that field, create a when-validate-item trigger that translates the text into a real date, which it then uses to set the value of the actual base-table item.

  • How to preset fields in a transaction BP with default values

    Hi!
    I want to fill few fields in transaction BP with default values.
    This should be if there`s a new business partner to insert.
    If i can do this depending on the selected role it was the best
    First i thought on SPA/GPA-parameters ... but then i can`t do it in depence on the selected role.
    In customizing i can tell only if a field should be displayed or not, for input or not, ... but no values to insert.
    Is here anybody with a good idea for me?
    I`ve posted my question first in crm-section but i think here it`s better
    Thanks a lot in advance.
    Best regards,
    Ingo

    Hi,
    There is one possibility which requires an enhancement of the
    BDT event ISDAT and a call to the function module
    BUP_BUPA_FIELDVALUES_SET. This means that an ISDAT function module needs to be written (transaction BUS7) which calls the function module BUP_BUPA_FIELDVALUES_SET with the needed values that are to be defaulted. You can read the role value using BUS_PARAMETERS_ISSTA_GET (T_RLTYP).The fields which are possible can be found in the DDIC structure BUSDEFAULT. However this is limited only to the fields inside this structure.
    Thanks and warm regards,
    Smita.

  • No lists or libraries with InfoPath content types can be found.

    I published an InfoPath form to two libraries in the site, one was a document library and one to a form library. I am using the InfoPath Web Part in the same sight and when I open the toolpane, I get the following message:
    No lists or libraries with InfoPath content types can be found. Use Microsoft InfoPath
    to design a form template for InfoPath Forms Services and publish it to a SharePoint library or list.
    Can you help?

    Looks like it has been a while since this post.  Hope this helps someone still facing this problem.
    If you're publishing the InfoPath form as a Content Type:
    Make sure that the Library (Form Templates) where the form is being published to has Content Types enabled.
    Check that the Library where form is being saved upon submittal (if different from above, as it should be) has Content Types enabled.
    The newly published form Content Type added the Library where forms are submitted.
    If you're publishing the InfoPath form without a Content Type:
    Just make sure that the Library you're publishing to is a Forms Library.
    Enjoy!
    Thank you in advance!

  • How to use value in a drop-down list box as "With these Values" parameter?

    Hello, new user.
    I have a drop-down list box on Page 1, upon which the user can choose a study number. The List Box is named "P1_STUDY_NBR".
    Then I have a list, one entry of which goes to my master-detail form, which is Page 6. I would like it to go to the study number that the user choose on Page 1.
    In my target on the create/edit list entry, I put in "Page in this Application", "Page 6", then in Set these items, I put in
    P6_STUDY_NBR
    My question is what to use in With these values, where I want the contents of the P1_STUDY_NBR. I tried:
    &P1_STUDY_NBR
    and that does not work. If I put in one of the study numbers, like 336-00, then it does work, but I want it to pass the study number the user chooses in the list box. How do I refer to the contents of P1_STUDY_NBR?
    -Mary

    Yes, that does work, thanks. I'm now getting the default value I was putting in yesterday rather than an error message, so there must be something loading it, but I'll hunt around for what process might be doing that, or try re-creating the master-detail form again.

  • How to Create a Table in Oracle with XML data type.

    Dear ALL,
    What are the requirements for creating a table with xml datatype in Oracle: The steps would help very much to know the scripting of the table and how to query and either insert/update and remove data from that table.
    Any help, direction, advise would be highly appreciated.
    Thanks.

    Reffer to this Note.243554.1.
    In a nut shell you will need to run catqm.sql

  • DSC with XML data type

    Hi,
    Can someone explain to me what the difference is between the xml data type and the Document data type in workbench? I would like to use the xml datatype in my DSC thinking it is most likely the best representation of an xml string. But I've heard that Document is more widely used and that it can represent an xml entity as well. Is this right?
    My ultimate goal is to write a DSC and use a type that represent an xml string. I would like the component.xml to have the type for my input variables to automatically be typed as "xml" or "document" (whatever the one i should be using is).
    I tried creating variables of both types ("xml' and "document", lower case d) and have those passed into my DSC for inspection. The object passed in are as follows:
    xml: org.apache.xerces.dom.DocumentImpl
    document: com.adobe.idp.Document
    But if I use any of those in my component.xml, workbench is typing my variables as "DocumentImpl" or "Document".
    Any ideas?
    Thanks in advance!
    Nic

    The xml variable (org.w3c.doc.Document) is a native xml data type. That means you can use xml functions and/or xPath expressions on the content of the variable.
    The document variable (com.adobe.idp.Document) is a more generic data type that can store any binary data. If you happen to store xml in that data type, you won't be able to run xml functions or xPath expression directly on the variable content since it's treated as binary data.
    If  you don't need to manipulate or access the content of the xml, then either data types will work. Otherwise, I would use the xml data type.
    In your component xml, make sure your xml data type is set to org.w3c.doc.Document and you'll see xml in Workbench.
    Jasmin

  • Search on Custom UserProfile property with multiple values in a Result Source

    For my customer i have created a news system based around pagelayouts, contenttypes and the new SharePoint 2013 Content by Search Webpart.
    When my customer creates a new "news page", they have the option to tag the news with a category, which is a manage metadata field. I use this property to filter different views in the "Content By Search Web Parts" presented on the front
    page of their intranet.
    The customer also wanted a "user specific" news result source, which returned the news in which the user was interested in reading.
    To make this feature possible I created a custom user profile property, which was hooked to the same Term source as the field on the news content type. By doing so the users would be able to select the news categories(channels) they are interested in seeing.
    I then created a result source, that matched the users selection with the selected category on the news and thereby only return the result that the users were interested in.
    This worked flawlessly, until they encountered a situation where a user selected more than one category. The result source always only returns news where the category matches the first tag in the users selection. It completely ignores the other selections
    chosen by the user.
    Underneath you can see the configurations.
    Users selection on their profile:
    The result source query and result:
    Where owstaxIdPANewsCategory is the Managed Property hooked to the category field on the news content type.
    The above result should have given me 2 items, do to the fact that there are one news tagged with "test1" and one news tagged with "test2".
    Any help would be appreciated 

    My colleague came up with the answer.
    The correct syntax in my case would be as follows:
    {|owstaxIdPANewsCategory:{User.NewsCategory}}
    the "|" char indicates that it should match it up against all selected values.
    taken from: http://technet.microsoft.com/en-us/library/jj683123.aspx

  • List of employees with a wage type

    Hi,
    Is there a way of finding the list of employees who have a particular wage type?
    thank you
    r s

    Hi,
    There is a std report for this called wagetype reporter.
    The tcode for this is PC00_m99_CWTR.  It will give the wagetype results in lumpsum or individually as required.
    If you need the results employee wise, then in the object selection pick the field of personnel no. as well along with the other fields required.
    Regards
    Sirisha

  • Billing due list  gettnig updated with unwanted Invoice type

    Hi SAP Guys,
    Using VF04, i get a Billing due list. The issue is - I don't want a particular invoice type to be seen in the Billing due list though that invoice type exists and has different purpose.
    Please, advise.

    hi,
    pl do it this way
    1) go to VF04 t.code
    2)enter the selection criteria as required to carry out the billing process.
    3) then the second field in the VF04 selection screen, you have billing type field > on the right side you have an arrow > clikc to open it > on the top you will find two green light and two red lights > here you have options to select or exclude
    a) a range of billing doc types
    b) single values.
    4) now go the red light single values and give the billing type which you dont want to invoice.
    5) click the execute button there.
    6) Now all the screen selection is done
    7)Now click the save button > it will ask do you want to maintain billing due list > click yes > give a name and save it.
    8) now you have created a varaint for VF04.
    9) Execute the due list.
    regards
    sadhu kishore

  • Transaction table with a value that is no longer valid?

    Scenario:
    1) We have an employee table and a department table.
    2) The department table is effectively dated.
    3) We need to be able to query all employees, past and present.
    4) We need to be able to change an employee's department.
    So, if we query an employee that does not have an active department, is there an easy way of showing the users that the field needs to be corrected when we go to an edit screen? They should not see their value in the selectOneChoice and other UI components. Ideally, I'd like to see the expired value in the UI component (modified) and then prevent the user from selecting that value should they actually perform an update.
    I am just wondering if anyone else has done this before and what they did to resolve it.
    Thanks,
    BradW

    You don't need to unpair it with the old machine, the mouse is unaware of the pairing.  Turn the mouse off and back on and pair it to the new machine in System Preferences > Bluetooth.

  • Need list of POs with 1 currency type (because has 1 POItems w/ different

    In the old system users would put currency type on po items. In new system, they are putting it only on PO, not the items.
    I am migrating from old system to new and would like to put currency type on the PO.
    1. I want to get a report of POs that have >1 currency type assigned by way of the related po items having different currency types. See how PO 249 has GBP and US... that is because there are 2 PO items on that one PO, and one has GBP and the other has US. How could I filter down to just those POs w/ > 1 currency type?
    2. Also how could I find those w/ no currency type? Like POs 5 and 6 (they are not in the list).
    thanks.
    select distinct POID, CurrencyType from fac_import_poitems
    POID                   CURRENCYTYPE                  
    0                      US                            
    1                      US                            
    2                      US                            
    3                      US                            
    4                      US                            
    7                      US                            
    8                      US                            
    9                      US                            
    10                     US                            
    11                     US                            
    12                     US                            
    13                     US                            
    15                     US                            
    17                     US                            
    18                     US                            
    19                     US                            
    20                     US                            
    21                     US                            
    22                     US                            
    23                     US                            
    24                     US                            
    25                     US                            
    26                     US                            
    41                     US                            
    42                     US                            
    43                     US                            
    45                     US                            
    46                     US                            
    47                     US                            
    48                     US                            
    49                     US                            
    51                     US                            
    52                     US                            
    53                     US                            
    54                     US                            
    55                     US                            
    56                     US                            
    57                     US                            
    58                     US                            
    59                     US                            
    60                     US                            
    61                     US                            
    62                     US                            
    63                     US                            
    64                     US                            
    65                     US                            
    66                     US                            
    67                     US                            
    68                     US                            
    69                     US                            
    70                     US                            
    71                     US                            
    72                     US                            
    73                     US                            
    74                     US                            
    75                     US                            
    76                     US                            
    77                     US                            
    78                     US                            
    79                     US                            
    80                     US                            
    81                     US                            
    82                     US                            
    83                     US                            
    84                     US                            
    85                     US                            
    86                     US                            
    89                     US                            
    90                     US                            
    91                     US                            
    92                     GBP                           
    93                     US                            
    94                     US                            
    95                     US                            
    96                     US                            
    97                     US                            
    98                     US                            
    99                     US                            
    100                    US                            
    101                    US                            
    102                    US                            
    103                    US                            
    104                    US                            
    105                    US                            
    106                    US                            
    107                    US                            
    108                    US                            
    109                    US                            
    110                    US                            
    111                    US                            
    112                    US                            
    113                    US                            
    114                    US                            
    116                    US                            
    117                    US                            
    118                    GBP                           
    119                    EU                            
    121                    EU                            
    122                    EU                            
    123                    GBP                           
    124                    EU                            
    125                    GBP                           
    126                    GBP                           
    127                    EU                            
    128                    GBP                           
    129                    GBP                           
    130                    GBP                           
    131                    EU                            
    132                    EU                            
    133                    EU                            
    134                    EU                            
    135                    GBP                           
    136                    GBP                           
    137                    GBP                           
    138                    GBP                           
    139                    US                            
    140                    US                            
    141                    US                            
    144                    US                            
    145                    US                            
    146                    US                            
    147                    US                            
    149                    US                            
    150                    US                            
    151                    US                            
    152                    US                            
    154                    US                            
    155                    US                            
    156                    US                            
    157                    US                            
    158                    US                            
    159                    US                            
    160                    US                            
    161                    US                            
    162                    US                            
    163                    US                            
    165                    US                            
    166                    US                            
    167                    US                            
    168                    US                            
    169                    US                            
    170                    US                            
    171                    US                            
    172                    US                            
    173                    US                            
    174                    US                            
    175                    US                            
    181                    US                            
    182                    US                            
    184                    US                            
    187                    US                            
    188                    US                            
    189                    US                            
    190                    US                            
    191                    US                            
    192                    US                            
    193                    US                            
    194                    US                            
    195                    US                            
    196                    US                            
    197                    US                            
    198                    US                            
    199                    US                            
    200                    US                            
    201                    US                            
    202                    US                            
    203                    US                            
    205                    US                            
    206                    US                            
    207                    US                            
    208                    US                            
    209                    US                            
    210                    US                            
    211                    US                            
    212                    US                            
    213                    US                            
    214                    US                            
    215                    US                            
    216                    US                            
    217                    US                            
    218                    US                            
    219                    US                            
    220                    US                            
    221                    US                            
    222                    US                            
    224                    US                            
    225                    US                            
    226                    US                            
    227                    US                            
    228                    US                            
    229                    US                            
    230                    US                            
    231                    US                            
    232                    US                            
    233                    Euros                         
    234                    US                            
    235                    US                            
    236                    US                            
    237                    US                            
    238                    US                            
    239                    US                            
    240                    US                            
    241                    US                            
    243                    US                            
    244                    US                            
    245                    GBP                           
    247                    GBP                           
    249                    GBP                           
    249                    US   
    Oracle 9i*

    OK, GOT IT. This gives me the POs w/ >1 currency type
    select POs.id POID, count( distinct items.CurrencyType )
      from fac_import_poitems items,
           fac_import_purchase_orders POs
    where items.poid = POs.id
    group by POs.id, items.poid
    having count( distinct items.CurrencyType ) > 1using that as subquery, I can get the POItems in each po w/ >1 currency type and I added some more useful info on the PO as well.
    select subq.id POID, subq.Description, subq.PDPerson, items.id POItemID, items.currencytype
    from fac_import_poitems items,
      select POs.id, POs.projectname Description, POs.requestorname PDPerson, items.POID, count( distinct items.CurrencyType )
      from fac_import_poitems items,
           fac_import_purchase_orders POs
    where items.poid = POs.id
    group by POs.id, items.poid, pos.projectname, pos.requestorname
    having count( distinct items.CurrencyType ) > 1
      ) subq
    where subq.ID = items.poid;thank you so much Justin!!!

  • How to query / list table name with certain data type?

    Hi all spatials,
    Sorry for the dumb question. I need to make a query that list all table name that contain certain data type, eg. SDO_georaster. How to do this ?
    Many thanks in advance
    damon

    Skip it. I figured it : using USER_TAB_COLUMNS will definitely help.
    Cheers
    damon

  • Problem in Transactional iView with SAP GUI Type

    Hi,
    I've one Transactional iView in which I'm opening one SAP report. This report can be downloaded using option Local File. Once I click on this option, one popup appear where format can be selected and afterward file can be downloaded.
    Problem: Once I choose SAP GUI Type in Transactional iView is SAP GUI for HTML then it wouldn't allow me to download file and just hanged, once I click on popup download.
    But same is working once I choose SAP GUI Type = SAP GUI for Windows.
    Can someone suggest me, what is the problem exactly?
    Thanks,
    Vikas

    Yeah Michael, you are absolutely right, it seems same problem, I'm getting some applet loading exception.
    But, I already have JVM installed version j2se1.6, same as colleague have.
    I couldn't understand solution properly suggested in Note, can you brief me, would be really great.
    The error I'm getting is..
    load: class Query.class not found.
    java.lang.ClassNotFoundException: Query.class
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.SocketException: Network is unreachable: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 7 more
    Exception: java.lang.ClassNotFoundException: Query.class
    Please suggest.
    Thanks,
    Vikas

  • Financial transactions and value type

    Dear Experts,
    In SAP-HELP I found that: "The commitment items with other financial transactions (not 30), 40, 60 and 90, control with which value type a posting is recorded and under which business transaction it is displayed in the information system."
    Please advise me where I can find for each financial transaction: which value type is determened, and which business transaction is displayed ?
    Thanks

    Take a look at the following information under Sap Help if  you have not already done so.
    Value type and business transaction..
    http://help.sap.com/saphelp_47x200/helpdata/en/9f/9a0829576611d295960000e835339d/frameset.htm
    Financial transactions..
    http://help.sap.com/saphelp_47x200/helpdata/en/9f/9a082c576611d295960000e835339d/frameset.htm
    Update data in Funds Management
    http://help.sap.com/saphelp_47x200/helpdata/en/9f/9a082c576611d295960000e835339d/frameset.htm
    I don't think that there is a list or guide which indicates for each financial transaction, what value types are used and for which business transactions.
    The financial transaction is part of master data of commitment items. Certain type of commitment items can only be used with certain type of business transactions. It is the business transactions which are linked to the value types.
    For instance the financial transaction 90 is used for cash/bank clearing commitment items. I cannot (or shouldn't) use a cash account in a business transaction for a purchase order (value type 51). When you use a commitement item in a purchase order created in materials management, you want that commitment item to have a financial transaction 30, so that it will update funds management. This is just a basic example. I hope this help some.

Maybe you are looking for

  • Imac intel 24 inch overheating

    Why is my imac overheating when the computer has been on for a couple of hours?

  • PDF files no longer open in browsers.  10.6.8 and 10.7.4

    Some time ago my Safari and Firefox sites stopped opening PDF's in 10.6.8.  I went to a genius who said there were no viruses, but he couldn't figure out what to do.  Today, I upgraded to 10.7.4; but I still have the same problem on my MAcBook Air.  

  • Matrox MX02 with CS6

    Hi, any ideas if the matrox mxo2 works well with cs6, have a chance to buy one loacally for a low price. I am aware that there has been issues in the past with matrox products, is it still the same. any other recoemndations for a I/o Baz

  • Remapping F9- f12 keys on Aluminum Keyboard for Final Cut Pro 6

    I'm working through the Apple Pro Training book, "FCP 6: Professional Editing in Final Cut Studio 2", and one of the first things the book recommends is to remap the F9 thru F12 keys for FCP functions. However, I have the new Apple thin aluminum exte

  • Incoming mail

    I received two new mail messages ( No Sender) and no subject.Dated 12/31/69. How can I delete these?