SRM 5.0: CLEAN_REQREQ_UP, BBP_REQEQ_TRANSFER and Webmonitor

Hi SDN,
we are on SRM 5.0 SP15. Classic Scenario with MM Backend.
We have some issues with the webmoitoring. We have the clean job clean_reqreq_up running in 10 minutes intervals. Also we have bbp_get_status_2 every 20 minutes.
Quite often we have red traffic lights in the webmonitor because users in the backend run transaction MB1A - Material withdrawal (referred to reservations) this leads to SM12 locks. So if now somebody sends a shopping cart from SRM with the same material, we get the backend applic. error: material locked by user xy.
But even if the users leaves MB1A withdrawal transaction and in SM12 we can see in the backend, that the lock disappears, still the shopping carts keeps hanging in srm. Only via manual action we can transfer the shopping cart posions again. Before the users gets an error during transmission in the status view.
In SPRO we have set SPOOL_LEAD_INTERVALL and SPOOL_MAX_RETRY. hel.spa.com says we have to delete SPRO entries if we have the clean job running - is that so? look at:
[http://help.sap.com/saphelp_srm50/helpdata/de/24/64474ecfaf11d2b463006094b92d37/frameset.htm]
I also noticed, that I can transfer shopping carts manaully vis FM BBP_REQREQ_TRANSFER. When calling afterwards clean_reqreq_up, I get the status view on srm side ok and then I can see there follow on documents. Still the webmonitor does not react and remains red.
Can somebody spread some light on this?
kind regards,
matthias

Define Objects in Backend System (Purch. Reqs, Reservations,
You perform this step only if you create your Materials Management documents in a backend system.
You specify the documents that are to be created in the backend system for a requirement coverage request.
The following documents can be created:
Purchase requisition
Purchase order
Reservation
You enter a product category (such as office supplies, or hardware) and/or an organizational unit. The organizational unit contains the purchasing group that is responsible for procuring products in this category.
You can enter the product category generically, such as Office*.
Note
The backend system is determined  using the product category in the requirement coverage request item. The item also contains the organizatinal unit.
You can use the Business Add-In BBP_TARGET_OBJTYPE if you wish to implement a different logic for creating documents in the backend system.
Example
If purchasing group 01 wants to procure materials from the category Raw Materials, a reservation is to be created every time.
If materials in the category PC are to be procured, a purchase requisition is to be created every time.
Activities
1. Enter the organizational unit and/or the category.
2. Enter a source system.
3. Choose the procurement type.
Reservation if stock is available, otherwise external procurement
The system creates a reservation if the material is subject to inventory management and sufficient stock quantity is available in the warehouse on the requested date.
Always reservation for materials subject to inventory management
The system creates a reservation if the material is subject to inventory management, irrespective of whether stock is available.you knew tis ver well.
mutu

Similar Messages

  • Passing CUF fields from SRM to ECC 6.0 and PO in Held status

    Hi All,
    We are upgarding from SRM 5.0 to SRM 5.5 ( New system ) and 4.6C to ECC 6.0.
    We have implemented classic scenario. All the codes (BADIs) have been copied to the new systems. We are facing two issues here
    1. CUF fields are not being passed to ECC 6.0
    2. PO in ECC 6.0 is in held status.
    Regarding issue No.1, the CUF coding is in BADI BBP_CREATE_PO_BACK and I hope I dont have to do anything at R/3 end as it will be taken care of.
    Adding header details
    wa_ct_po_extension-structure = 'BAPI_TE_PO_HEADER'.
    WRITE po_number TO wa_ct_po_extension-valuepart1.
    WRITE x_sc_item-zz_moc_rating TO wa_ct_po_extension-valuepart1+10(1).
    WRITE x_sc_item-zz_insurance TO wa_ct_po_extension-valuepart1+11(2).
    WRITE x_sc_item-zz_sr_offshore TO wa_ct_po_extension-valuepart1+13(2).
    WRITE x_sc_item-zz_sr_onshore TO wa_ct_po_extension-valuepart1+15(2).
    WRITE x_sc_item-zz_os_indem TO wa_ct_po_extension-valuepart1+17(2).
    WRITE x_sc_item-zzreqno TO wa_ct_po_extension-valuepart1+48(10).
    WRITE l_newvalue TO wa_ct_po_extension-valuepart1+75(17).
    APPEND wa_ct_po_extension TO ct_po_extension.
    clear wa_ct_po_extension.
    Item Fields to EKPO
    loop at po_items into x_po_items.
    wa_ct_po_extension-structure = 'BAPI_TE_PO_ITEMS'.
    write x_po_items-po_item to wa_ct_po_extension-valuepart1.
    write x_sc_item-zzreqno to wa_ct_po_extension-valuepart1+5(10).
    append wa_ct_po_extension to ct_po_extension.
    endloop.
    Do let me know, if anything further has to be done.
    Point 2. PO is in held status, any thoughts on this.
    Thanks and Regards,
    Madhu C

    Hi Madhu,
    Please check out this note 1027081 which is for the PO Held in classic scenario.
    Praveen.

  • SRM-MDM Catalog latest version and SRM 6.0

    Hi MDM Users,
    could anybody tell me when will be released SRM-MDM Catalog 2.0? As I know, latest version is 1.0 Patch03.
    Do you have any information about release of SRM 6.0?
    Thanks and regards,
    Álmos
    Message was edited by:
            Álmos Paksi

    Hi Álmos,
    The SRM-MDM Catalog will be releases on July 2nd 2007.
    This catalog version will also be part of SRM 6.0.
    Best Regards,
    Daniela Schweizer
    SRM Solution Management

  • SRM 4.0 Installation Master and Oracle Installation

    Dear Members, I am trying to install SRM 4.0 in sandbox using the SRM 4.0 Installation Master DVD. The question I have is does this installation take care of Oracle Installation also or should I install Oracle 9.2 first and then use the SRM Installation Master DVD to install the SRM. I am using SRM on Linux and Oracle.  Appreciate expert advice. Thanks in advance.
    Best Regards
    Gabriel

    I installed ORACLE 9x (only software) on Linux and also installed SAP SRM 4.0
    When I try to start the oracle db, i get the following error message..
    Trying to start ORASR2 database ...
    Thu Aug 9 21:08:39 UTC 2007
    checking required environment variables
    ORACLE_HOME  is >/oracle/SR2/920_32<
    ORACLE_SID   is >ORASR2<
    Thu Aug 9 21:08:39 UTC 2007
    check initora
    Thu Aug 9 21:08:39 UTC 2007
    check initora
    Thu Aug 9 21:08:39 UTC 2007
    starting orasrv
    /oracle/SR2/920_32/bin/orasrv missing or without set-user-ID bit. Terminating.
    ./startdb: Terminating with error code
    can someone help identify what the problem could be

  • SAP SRM Prod with Oracle DB and AIX 5.3 Performance Issue.

    Hi Basis Gurus,
    Today my SAP PRD system all of a sudden was running slow and users had difficulties executing TCodes as it took minutes before the screen appeared.My system is SAP SRM 4.00, Oracle Release 11.2.0.1.0 and AIX 5.3.
    From Basis point of view , we noticed that all the work process were hanged due to RFCs' occupying it.Couldnt investigate further on the system as we needed to restart asap because users needed to log on. A quick check on SICK shows no errors.What we managed to find out is that we needed to check this parameter below and set it accordingly:-
    rdisp/rfc_min_wait_dia_wp:-
    Definition
    Number of work processes kept free for other users.
    Use
    This parameter is used to reserve a number of dialog work processes for dialog mode. It prevents parallel RFCs from occupying all the processes.
    The parameter rdisp/wp_no_dia specifies the absolute number of dialog work processes.                               
    Unit: number of dialog work processes
    Default value: 1
    Example
    If 10 dialog work processes are configured for the instance (rdisp/wp_no_dia = 10) and the parameter rdisp/rfc_min_wait_dia_wp  = 3 is set, parallel RFCs can occupy a maximun of 7 dialog work processes. Three dialog work processes always remain free for dialog mode.
    There are 20 DIA processes in our system, perhaps reserving a minimum of about 5 work processes for DIA users will be useful via the parameter.
    So my first question would be is there any other suggestions besides adjusting the mentioned parameter above in order to ensure that no work processors going into hang state due to RFCs' occupying it as this issue always happens at the end of the month only when there are massive users accessing it.
    When we went for a restart of the system we encountered another issue. Steps to the issue are as below:-
    1) Did a proper shutdown of Oracle and SAP.
    2) When we start using startsap script, it doesn't start DB so we started DB manually but listener was having problem
        so we stopped all.
    3) We also did a cleanipc, it too throws below error:-
    sidadm> cleanipc <systemno> remove
                   exec(): 0509-036 Cannot load program cleanipc because of the following errors:
                   0509-130 Symbol resolution failed for cleanipc because:
                   0509-136   Symbol memmove (number 106) is not exported from
                   dependent module /usr/sap/sid/SYS/exe/run/libsapu16.so.
                   0509-192 Examine .loader section symbols with the
                   'dump -Tv' command.
    4) Also the Listener file has no contents,it's null file.
    5) This is another error :-
        exec(): 0509-036 Cannot load program /oracle/sid/112_64/bin/tnslsnr because of the following errors:
        0509-150   Dependent module /oracle/sid/112_64/lib/libttsh11.so could not be loaded.
        0509-101   The module has too many section headers
        or the file is damaged
    The libttsh11.so file was empty dated 25th timestamp as below in PRD:-
    -rw-rr    1 sid   dba               0 Nov 25 07:12 libttsh11.so
    Further checking has let me to understand this is an Oracle Bug from this link:-
    http://gavinsoorma.com/2009/12/11-1-0-6-clusterware-upgrade-to-11-1-0-7/
    This Oracle bug only happens in an Upgrade time and how could this happen to my Production system during a restart process.
    Also this system was restarted during the last weekend's maintainance window and it came up with no issues.
    6) We copied over the libttsh11.so from our QA environment to PRD and did a Startup:-
    -rwxr-x---    1 sid   dba        65967496 Nov 25 07:40 libttsh11.so (This is the copied over file from QA)
    7) After Startup everything has been in order till now.
    My second question is what went wrong with the libttsh11.so file. How could it be 0 size in PRD when no signs of changes had happen to the PRD system. Is this a proven Oracle Bug or something else since I have never encountered anything like this before. Hope all the Gurus here could shed some light into my 2 questions as I am looking for positive answers.
    Thank you.
    Regards,
    John

    Hi,
    Firstly I would suggest you to upgrade your database from Oracle Release 11.2.0.1.0 to Oracle Release 11.2.0.2 . This is the recommended Oracle 11g database version  for SAP solutions. Many of your problem will get resolved with it.
    Question 1:
    So my first question would be is there any other suggestions besides adjusting the mentioned parameter above in order to ensure that no work processors going into hang state due to RFCs' occupying it as this issue always happens at the end of the month only when there are massive users accessing it.
    For immediate resolution the approach you have followed is correct viz limiting number of dialog processes for RFC. Secondly you need to analyze why RFC processing takes so much time. You need check which programs are getting executed by those RFC.
    Generate EarlyWatch report for more detailed view
    Question 2:
    My second question is what went wrong with the libttsh11.so file. How could it be 0 size in PRD when no signs of changes had happen to the PRD system. Is this a proven Oracle Bug or something else since I have never encountered anything like this before.
    The libttsh11.so library cannot be found in the related directory.
    Cause
    The file system is mounted using CIO option, but per Note 257338.1 Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L, an ORACLE_HOME on a filesystem mounted with "cio" option is not supported.
    Such a configuration will cause, installation, relinking and other unexpected problems.
    Solution
    Disable the CIO option on the filesystem.
    References
    NOTE:257338.1 - Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L
    Hope this helps.
    Regards,
    Deepak Kori

  • Using SRM for very large contracts and contract management

    We are doing an SRM 7.01 implementation project. SRM will be used primarily for outsourced contract management. The contracts are all services associated with facilitites (plant) maintenance and also support services like cleaning or catering.
    They have very large numbers of items priced individually (e.g. 10,000) per contract. The items price depends on the location the work is expected to be performed. The location is represented in SAP RE-FX architectual object. The price can be priced at any level of the hierarchy e.g. service A is priced the same across the whole state but service B is priced per campus.
    q1. SAP advises that there are performance limitations on SRM contracts >2000 lines. Has anyone experience in a solution to provide very large contracts in SRM? How did you do it please?
    q2. SAP advises to use the plant to represent the location for pricing purposes, but this would result in a very large number of plants. Has any one experience in alternative solutions to for variable location pricing in SRM contracts please? I.e. like integrating the RE-FX architectural object or similar into contract and PO line items.
    thanks very much

    Hi Prakash,
    SRM does provide the facility of contract management with the help of Purchase Contracts and Global Outline Agreements but it is used as part of the sourcing for materials and services. The materials or services have contracts against some given target value against which PO is released. The contract is based on a material number ( eithe material or a service) which will be used as a source of supply during the creation of the Shopping Cart. It might not really fit in the scenario of carrier and freight forwarders but still can be customized for this kind of use.
    The contract management functionalities in the R/3 space can also be looked on for this purpose.
    Reg
    Sachin

  • Emailing SRM Purchase Order to Vendor and email mesage body text

    Hi.
    How can I find the table where the PO email message body text is stored please? On our production system, we want to remove any text the email is sent to the supplier and only want the PDF file to. We have SRM 5.0
    Thanks
    Vijay

    Hi.
    Our support team suggest ammending method PROCESS_BBP_PO_MAI. Is this also required?
    Thank you.
    Vj.

  • SRM MDM with Multiple Repositories and required S&A.

    Hello everyone,
    We are in the planning process to migrate from CCM to MDM. Our current environment has two separate customers running on two separate SAP clients in SRM 5.0 using the internal CCM (one SAP SRM instance, 2 separate SAP clients).
    In MDM it seems the concept of SAP client does not exist but the concept of an MDM Repository. I was thinking that by creating two dfifferent repositories (one for each customer) it would substitue the concept of the internal CCM on each SAP client.
    Can we have one MDM system with two separate repositories one for each of the existing customers with the required S&A?
    That is, customer A will logon to MDM to maintain only A's repository. Customer A must not be allowed to access B's repository and viceversa.
    Also, Repository A would be published only for users using SRM system under SAP Client A, and Repository B would be published only for users using SRM system under SAP Client B.
    The intention is that each customer will have their own electronic catalog.
    Thank you.
    Martin

    Hi Martin,
    The answer to your question is yes, it is possible to have one MDM system with two separate repositories one for each of the existing customers (that intend to have different electronic catalogs).
    In fact, I think this would be the best way to separate: 1. data sets, 2. access.
    1. Each MDM repository carries its own data set (like SAP client)
    2. Each MDM repository has its own security (users/passwords, roles, etc.)
    Another consideration (relates to point 1) is bringing data from SAP client (e.g. product master, contracts). Since you have two different SAP clients, managing replicated data from both of them in one MDM repository would be a form of suicide.
    You can have multiple repositories on one MDM server. A common case is when you have a staging (master) repository, and a production (slave) repository. The slave repository is what you show to searching end users; the master repository is for data loads. You synchronize the slave repository with any changes from the master at such time when you're sure the master is good to publish.
    Hope this helps.
    Cheers,
    Serguei

  • SRM-PI Integration for Supplier and Company Replication ( EBP-SUS Scenario)

    Dear Experts,
    We are doing a scenario where we are trying to replicate the Company and the Vendors from EBP to SUS via tcode-
    BBP_SP_COMP_INI and BBP_SP_SUPP_INI.
    When we are doing this in EBP , at SLG1 it is showing the replication done successfully. I have also checked  in EBP - SXI_MONITOR the corresponding XML messages has been successfully generated and the respective proxies are called.
    But these messages are failing in XI.
    In XI the corresponding service interfaces are used -
    from EBP (outbound) - SupplierPortalTradingPartner_CreateOrChange_Out       http://sap.com/xi/EBP
    to SUS   (Inbound)-  SupplierPortalTradingPartner_CreateOrChange_In              http://sap.com/xi/SRM/SupplierEnablement
    corresponding interface mapping used-    EBP40Partner2SRM40Partner    http://sap.com/xi/SRM/SupplierEnablement/Global/IC
      corresponding message mapping used -  EBP40Partner2SRM40Partner   http://sap.com/xi/SRM/SupplierEnablement/Global/IC
    data type used                                           TradingPartnerCreateOrChangeInternalOut    http://sap.com/xi/EBP
    We are doing this scenario from  SAP  Pre-delivered  standard content -
                          Service_Procurement_SupplierEnablement
    in XI the inbound message is failing at mapping step, it is showing the below error-
    Cannot produce target element /ns1:SupplierPortalTradingPartner/Method. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd
    I have also tried to test the mapping in test tab with the same payload but it showing the same error, even if I try it with a blank payload error remains same.
    below is the error I got-
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_EBP40Partner2SRM40Partner_</SAP:P1>
      <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
      <SAP:P3>RuntimeException in Message-Mapping transformatio~</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_EBP40Partner2SRM40Partner_: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Trace -
    <Trace level="1" type="T">com.sap.aii.utilxi.misc.api.BaseRuntimeException: RuntimeException in Message-Mapping transformation: Cannot produce target element /ns1:SupplierPortalTradingPartner/Method. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd at com.sap.aii.mappingtool.tf3.AMappingProgram.start(AMappingProgram.java:420) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:142) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:118) at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep
    I have gone through this thread  SRM-SUS Scenerio Replicating company code and suppliers to SUS via XI
    but I think we can not change this interfaces as mentioned here as we are using standard SAP content.
    Any help would be very much appreciated.
    Thanks
    SUgata B Majumder

    Hi All,
    I have resolved the issue.
    it was a cache problem. I have changed the map, just edited description and activated  the map. Though it was a SAP standard Map. I have made the objects as modifiable from SWCV and all the messages are processed.
    Thanks

  • SAP SRM Contract : identify Creation/Release and restrict BADI call

    Hi There!
    I need some suggestion on one of the issue i'm having now:
    The SRM contract workflow works on n-level approval for which a BADI is implemented for the approvers. Now for one of the custom sub-process i need to trigger a different workflow from this BADI which works BUT create as much of workflow items as the number of calls of the BADI. Is there way to identify the code/identifier which say it is a 'SAVE' or 'RELEASE' event and also how can i restrict some piece of code inside the approval badi to be called only at the last call of the badi?

    Dont you want to show a release value to every one ?
    Purchaser should know what is going on contract?
    what are the POs released?

  • SAP SRM IDOC'S BDOC'S and BAPI'S clarification

    Hi,
    please clarify the following points:
    1) For a particular object say Shopping cart, how to asscertain whether it uses IDOC, BDOC, BAPI. Is there any defined process/method to know which mode of transfer to the other system i.e backend.
    2) Are BDOC'S relevant only to SAP CRM or for SAP SRM also.
    maximum points would be rewarded.
    regards,
    IGA.

    difficult to answer your first point , as each type of document is created in backend in different way, but i know few ,
    in classic scenario --> backend documents are created directly in R/3
    and there following BAPI is used
    1) BAPI_PO_CREATE1 for PO creation
    2) BAPI_REQUISITION_CREATE for PR creation.
    in extended classic scenarion --> replication of documents happens using FM --> BBP_PD_PO_TRANSFER_EXEC
    you can refer to the function module  --> and investigate how documents are created in this case.., if you have implemented extended classic scenario
    2 ) regarding your second question ,  i have seen BDOCS only during the replication of master data from R/3 to SRM.
    that is the replication of product categories , products.
    i dont think BDOCS are used anywhere in SRM , i have not seen them being used for creation of documents...
    hope this helps..

  • SRM 5 BBPSTART - System ID and System Messages issues

    Hi all,
    We just upgraded to SRM 5.0 from SRM 3.0
    The shopping cart logon page(bbpstart) doesn't show System ID and also the system Messages also doesn't work on browser when we set message by sm02.
    I already checked "System ID" and "System messages" from "Select Display" under System Logon Settings from bbpstart>Error Pages>Logon Errors>Configuration>System Logon Settings.
    I searched over the net and can't find anything. I only found a notes for the System messages, but it was for the older release and SRM 5 already applied that note. So I don't know what else I can do.
    Thanks for the itime.
    Kev

    Hello Thomas,
    It is not possible to run a system landscape with 2 identical SID's. And even if you do get it running in some kind of freeky way the system would be very instable (how would you know a transport has gone to the right system?).
    A system copy and a <SID> change is still possible. However, SAP recommends to do an export and an import of your database. Allthough this is the best and the least confusing way (and labour extensive), it is not really necessary.
    If you do a backup/restore procedure with a <SID> change, lets say from PRD to DEV, you will end up with a system that has DEV as <SID> but your tablespaces will look like PSAP-PRD-620. The owner of the database will also be sapprd. This is no problem at all to run the system, it is only confusing.
    I know it works, I've got it running. I've also got a sandbox running with user saptsc and database owner cbdamd and <SID> CBD.
    Kind regards,
    Pascal Ottens

  • SRM: "Purchase Order Change Approval " and "Invoice Approval"

    Hi,
    I would like to know the availability and details of the backend services for "Purchase Order Change Approval " and "Invoice Approval".
    Any pointers ?
    regards
    Sachin

    I want to know what are the Backend services exposed for the following processes :
    Purchase Order Change Approval in MM
    and Invoice Approval.

  • SRM 5.0/7.0 and vendor org. unit

    Hi Experts,
    I have a question regarding the org. structure i SRM.
    We are trying to take the SRM system from SRM server 4.0 to 7.0.
    I have an understandig that SRM after 4.0 don't use the vendor org. unit, to allocate the vendors in anymore. I need a report/program/transaction to move the vendors from the org. unit.
    Does anyone have any documentation for this issue?
    Best regards Kim Oster

    Hi,
    Have you followed the SRM 70 Upgrade Guide?
    http://service.sap.com/instguides
    There is description in the section 6.29 SAP SRM Server: Migrating Organizational Model Data.
    BBP_XPRA_ORGEH_TO_VENDOR_GROUP
    Regards,
    Masa

  • SRM - Add column to Response and awards table

    Hello,
    I have a requirement to add a column in the compare responses table (please see print attached), i've found the WDA program, that is the /SAPSRM/WDC_AODC_BEV_CMP, View: V_BID_COMP_ITEM, but the part of the table that is in the print attached is created dinnamicly so i have not found where do i go to add a column there.
    Has any of you guys done that?
    Thanks a lot!
    Joe

    Hello Madhu,
    Thanks so far for the responses, but now my questions are in a more technical way. I've found where the column is created but now i have 2 other problems.
    1 - The place that the columns are created is the method: /SAPSRM/IF_CLL_DOTM_BEV_C_I~VIEW_GENERATE. I've created a enhancement at the end of the code. There is a DO for every bid line to create the grouped columns. My question is, i'm able to place a column only on the last grouped columns, because is the last one instanciaded on the standad do end do code. Is it possible to re-instance a grouped columns to add a column there? Ex:
    Add the column group to the table
    lr_table->add_grouped_column(
    the_grouped_column = lr_group_col ).
    ENDDO.
    My code is here after the enddo. The lr_group_col will be used to create a instance for every grouped column, and i my code when i use the lr_group_col only get reference to the last one created get it?
    2 - In the code, it creates the columns, with the fields referencing a context, Ex: BID_COMP_ITEM.PRICE_1. It's created dinamycly, and i'm not able to read/change theses values because is not like reading context for regular context node on WDA. Do you know how can i do it? Like importing thoses values to change and bind it again...
    Thanks for the responses so far, i'm almost here
    Joe

Maybe you are looking for