Not able to fetch the correct line in interactive list

Dear All,
I am making an interactive report wherein I want to fetch the data as per the line clicked by the user.
e.g.
Particulars        value
ABC                  12
PQR                  14
XYZ                    20
Whenever I am clicking the list on ABC, the system is fetching the last value in the internal table.
Can anyone please guide me on this?

Hi Aasim,
Please look into the below code. for simple interactive report
DATA : BEGIN OF itab OCCURS 0,
         name(10),
         num TYPE i,
       END OF itab.
itab-name = 'ABC'.
itab-num = 123.
APPEND itab.
itab-name = 'BDC'.
itab-num = 125.
APPEND itab.
itab-name = 'xyz'.
itab-num = 345.
APPEND itab.
LOOP AT itab.
  WRITE : / itab-name,
            itab-num.
  HIDE itab-name.
ENDLOOP.
AT LINE-SELECTION.
  WRITE : itab-name.
Regards
Kumar M.
Edited by: mukesh kumar on Oct 29, 2008 6:54 AM
Edited by: mukesh kumar on Oct 29, 2008 6:55 AM

Similar Messages

  • Not able to fetch the data by Virtual Cube

    Hi Experts,
    My requirement is I need to fetch the data from Source System (From Data base table) by using Virtual Cube.
    What I have done is I have created Virtual Cube and created corresponding Function Module in Source System.
    That Function MOdule is working fine, if Data base table is small in Source System.But If data base table contains huge amount of data (millions of record), I am not able to fetch the data.
    Below is the code I have incorporated in my function module.
    c_th_mapping TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_TH_IOBJ_FLD_MAPPING.
      DATA:
        l_s_map TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_S_IOBJ_FLD_MAPPING.
      l_s_map-iobjnm = '0PARTNER'.
      l_s_map-fldnm  = 'PARTNER'.
      insert l_s_map into table l_th_mapping.
    create object l_r_srv
        exporting
           i_tablnm              = '/SAPSLL/V_BLBP'
          i_th_iobj_fld_mapping = l_th_mapping.
      l_r_srv->open_cursor(
        i_t_characteristics = characteristics[]
        i_t_keyfigures      = keyfigures[]
        i_t_selection       = selection[] ).
       l_r_srv->fetch_pack_data(
        importing
          e_t_data = data[] ).
      return-type = 'S'.
    In the above function Module,Internal table L_TH_MAPPING contains Info Objects from Virtual Cube and corresponding field from Underlying data base table.
    The problem where I am facing is, in the method FETCH_PACK_DATA, initially program is trying to fetch all the recordsfrom data base table to internal table.If Data base table so lagre, this logic is not working.
    So would you please help me how to handle these kind of issues.

    Hi Experts,
    My requirement is I need to fetch the data from Source System (From Data base table) by using Virtual Cube.
    What I have done is I have created Virtual Cube and created corresponding Function Module in Source System.
    That Function MOdule is working fine, if Data base table is small in Source System.But If data base table contains huge amount of data (millions of record), I am not able to fetch the data.
    Below is the code I have incorporated in my function module.
    c_th_mapping TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_TH_IOBJ_FLD_MAPPING.
      DATA:
        l_s_map TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_S_IOBJ_FLD_MAPPING.
      l_s_map-iobjnm = '0PARTNER'.
      l_s_map-fldnm  = 'PARTNER'.
      insert l_s_map into table l_th_mapping.
    create object l_r_srv
        exporting
           i_tablnm              = '/SAPSLL/V_BLBP'
          i_th_iobj_fld_mapping = l_th_mapping.
      l_r_srv->open_cursor(
        i_t_characteristics = characteristics[]
        i_t_keyfigures      = keyfigures[]
        i_t_selection       = selection[] ).
       l_r_srv->fetch_pack_data(
        importing
          e_t_data = data[] ).
      return-type = 'S'.
    In the above function Module,Internal table L_TH_MAPPING contains Info Objects from Virtual Cube and corresponding field from Underlying data base table.
    The problem where I am facing is, in the method FETCH_PACK_DATA, initially program is trying to fetch all the recordsfrom data base table to internal table.If Data base table so lagre, this logic is not working.
    So would you please help me how to handle these kind of issues.

  • Not able to fetch the specification limits  results in the quality certific

    Hi ,
    I am facing an issue in outgoing Quality certificate. I am able to fetch the specifications for the the inspection characteristic& their result in the quality certificate.Although some of the are reflecting but some are not.
    Please advice.
    Regards,
    Vivek Sharma

    Helli Vivek,
    What is misleading in the information I gave you?
    The transaction QC03 is used to view the Quality certificate.
    The text element is found on the characteristics overview screen.
    You should be able to determine the certificate type used.
    Furthermore you must distinguish if you are using quantitive or qualitative characteristics.
    If you are using qualititive characteristics you might need text 0002
    Regards,
    Isabelle
    Edited by: Isabelle Britten on Jul 17, 2008 10:33 AM

  • Not able to attach the scanned document with Interaction Record in SAP-CRM

    Hi Experts,
    I have a scanned document and I am trying to attach it with Activity in Interaction Record.
    I maintained the document ID refering to scanned document in table TOA01 with interaction record guid; however the attachment gets displayed in SAP-CRM GUI but i am not able to see the attachment in SAP-CRM GUI.
    Please help if someone has encountered a similar issue or propose a way to attach the document with acitivity in interaction record.
    Regards,
    Amit Gupta.

    Hello Amit,
    I am not able to understand your requirement correctly. Are you trying to attach the Document as a Attachment to the Interaction record (or) trying to attach it as a Archive Link Document??
    If you could give me more info.. I think I will be able to assist you with this as I have worked in this area...
    Cheers..
    Anand

  • Not able to fetch the audit trail details from dehydration store.

    Hi
    While i am trying to fetch the audit trail details from the dehydration store using oracle soa 11g api, i am getting the below error.
    The complete stack trace is as below.
    javax.naming.NameNotFoundException: Unable to resolve 'FacadeFinderBean'. Resolved '' [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'FacadeFinderBean'. Resolved '']; remaining name 'FacadeFinderBean'
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at weblogic.jndi.internal.ServerNamingNode_1033_WLStub.lookup(Unknown Source)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:405)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:393)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.soa.management.internal.ejb.EJBLocatorImpl.lookupBean(EJBLocatorImpl.java:738)
         at oracle.soa.management.internal.ejb.EJBLocatorImpl.lookupFinderBean(EJBLocatorImpl.java:716)
         at oracle.soa.management.internal.ejb.EJBLocatorImpl.<init>(EJBLocatorImpl.java:167)
         at oracle.soa.management.facade.LocatorFactory.createLocator(LocatorFactory.java:35)
         at com.test.GetPayload.getCompositeInstancePayload(GetPayload.java:65)
         at com.test.GetPayload.main(GetPayload.java:129)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'FacadeFinderBean'. Resolved ''
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    My code is as below
    Hashtable jndiProps = new Hashtable();
    jndiProps.put(Context.PROVIDER_URL, "t3://localhost:7001");
    jndiProps.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFactory");
    jndiProps.put(Context.SECURITY_PRINCIPAL, "weblogic");
    jndiProps.put(Context.SECURITY_CREDENTIALS, "welcome1");
    jndiProps.put("dedicated.connection", "true");
    Locator locator = LocatorFactory.createLocator(jndiProps);
    CompositeInstanceFilter filter = new CompositeInstanceFilter();
    filter.setECID(ecid); //Set the composite ECID
    filter.setId(compInstanceId); //Set the composite instance id
    Any Suggestion in this regard will be helpful.
    Thanks
    Abhijit
    Edited by: 945736 on Jul 11, 2012 4:20 PM
    Edited by: 945736 on Jul 11, 2012 4:20 PM

    If it just for a particular message then another simple solution is to open the message and go to details in pimon.
    http://wiki.scn.sap.com/wiki/display/PIS/AdapterMessageMonitoringVi+service+and+it%27s+methods

  • Not able to fetch the explain plan

    whenever i fire this query, its giving table does not exits
    SQL> EXPLAIN PLAN for SELECT
    S_CONTACT.ROW_ID,
    2 3 S_CONTACT.MODIFICATION_NUM,
    4 S_CONTACT.LAST_UPD
    5 FROM
    6 S_CONTACT,
    7 S_CONTACT_FNX,
    8 S_ETL_I_IMG_118 IMG
    9 WHERE
    10 (
    11 IMG.ROW_ID = S_CONTACT_FNX.ROW_ID
    12 AND
    13 S_CONTACT_FNX.PAR_ROW_ID = S_CONTACT.ROW_ID
    14 )
    15 AND NOT EXISTS
    16 ( SELECT 'X'
    17 FROM
    18 S_ETL_I_IMG_12 IMG1
    19 WHERE
    20 IMG1.ROW_ID = S_CONTACT.ROW_ID
    21 )
    UNION ALL
    22 23 SELECT
    24 S_CONTACT.ROW_ID,
    25 S_CONTACT.MODIFICATION_NUM,
    26 S_CONTACT.LAST_UPD
    27 FROM
    28 S_CONTACT,
    29 S_ETL_I_IMG_109 IMG
    30 WHERE
    31 (
    32 IMG.ROW_ID = S_CONTACT.PR_SPECIALTY_ID
    33 )
    AND NOT EXISTS
    34 35 ( SELECT 'X'
    36 FROM
    37 S_ETL_I_IMG_12 IMG1
    38 WHERE
    39 IMG1.ROW_ID = S_CONTACT.ROW_ID
    40 )
    41 UNION ALL
    42 SELECT
    43 S_CONTACT.ROW_ID,
    44 S_CONTACT.MODIFICATION_NUM,
    45 S_CONTACT.LAST_UPD
    46 FROM
    47 S_CONTACT,
    48 S_ETL_I_IMG_113 IMG
    49 WHERE
    50 (
    51 IMG.ROW_ID = S_CONTACT.MED_SPEC_ID
    52 )
    53 AND NOT EXISTS
    54 ( SELECT 'X'
    55 FROM
    56 S_ETL_I_IMG_12 IMG1
    57 WHERE
    58 IMG1.ROW_ID = S_CONTACT.ROW_ID
    59 )
    UNION ALL
    60 61 SELECT
    62 S_CONTACT.ROW_ID,
    63 S_CONTACT.MODIFICATION_NUM,
    64 S_CONTACT.LAST_UPD
    65 FROM
    66 S_CONTACT,
    67 S_ETL_I_IMG_125 IMG
    68 WHERE
    69 (
    70 IMG.ROW_ID = S_CONTACT.REGION_ID
    71 )
    72 AND NOT EXISTS
    73 ( SELECT 'X'
    74 FROM
    75 S_ETL_I_IMG_12 IMG1
    76 WHERE
    77 IMG1.ROW_ID = S_CONTACT.ROW_ID
    78 );
    S_ETL_I_IMG_118 IMG
    ERROR at line 8:
    ORA-00942: table or view does not exist

    Not really a good idea to do it a SYS user, but it's up to you.
    I bet the tables are not in the SYS schema and you're not prefixing the names with the schema name in you select statement. So unless you have private synonyms in SYS schema or public synonyms for all those tables they're not visible by SYS without the prefix e.g.
    TABLE_OWNER.TABLE_NAME

  • Wifi drivers is corrupted not able to get the correct driver

    I have HP DV5 1207AU laptop, and windows 8 32 bit installed (Original Copy). The system was working fine but suddenly the wireless lan adaptor went missing from the Adaptor settings. I tried installing the drivers which are available on the HP website but it is for windows 7... can anyone please help me with this issue and provide me with the right driver...
    thanks in advance

    Hi
    Open Device Manager
    In the Device Manager menu, whichever way you got to it, find the driver that is missing (yellow question mark).
    -Right click on that driver and go to “Properties”
    -In the properties menu, click on the “Details” tab.
    -In the details tab, click the dropdown and select “Device Id’s
    When you have that sub menu opened up below, you should see a sentence containing a couple things you need.
    -This is what it would look like for example:
    -PCI\VEN_10DE&DEV_03D1&SUBSYS_14041565&REV_A2 (Might be a couple extra lines containing similar stuff, but the main things you need are the VEN and DEV
    Request you to Copy it and provide the ID so that i can provide you the right link for the download.
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Not able to fetch the item level rating for the document programatically in sharepoint 2013

    Hi,
    I am trying to get the current logged in user rating for items in document libraries . However. It is giving rating as 0 for the all the documents. I am using below code
     SPSite site = new SPSite(SPContext.Current.Web.Url);
                        SPWeb web = site.OpenWeb();
      string fileUri = "http://svdvspapp01:2015/" + webUrlSplit;
                                Uri urifileUrl = new Uri(fileUri);
                               SPServiceContext context = SPServiceContext.GetContext(site);
                                SocialRatingManager mySocialRatingManager = new SocialRatingManager(context);
                                SocialRating aRating = mySocialRatingManager.GetRating(urifileUrl);
                                string myRating = aRating.Url + ": " + aRating.Rating;                       
                                objtopRated.myRating = myRating; } }In the above code fileUri is the docuemnt url of the item in doc libraryeg. http://svdvspapp01:2015/ProductsandPricing/Pricing/Pricing_Document 1.xlsxI refrred the below msdn linkhttp://msdn.microsoft.com/en-us/library/ff407954.aspx

    Hi Labhesh,
    I understand that you want to search the date field in the document library inline search.
    I recommend to use the managed property for the dates column in the query.
    For example, if the managed property for the date column is called testdate, then type “testdate:2014-11-28” in the search box in the library for searching the date.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Not able to change the the Contract Line Item Payer

    Hi there,
    I am not able to change the Contract Line item Payer and giving an error message '' Credit limit customer differs from credit limit customer in header''.
    I checked the credit management assignment and the Business partner is assigned with the required Payer.
    Request your help.
    Thanks,
    Renjith

    Hi Renjith
    So first of all  check with which customer you have created Contract. So go to CMR data and check wheather you have maintained multiple Payers or not. If not maintained maintain multiple payers.
    As you are getting error  '' Credit limit customer differs from credit limit customer in header'' , so check the payer at header level and item level also. the payer at header level and item level should be different.
    Regards
    Srinath

  • User is not able to find the receipt to correct it from Iprocurement.

    User is not able to find the receipt for PO to correct it. User logged into iProcurement and queried for this PO but system says no data exists.
    I checked there is a receipt for this PO and the same can be queried in Correction window through core APPS.
    Could you please help why its not available in iProcurement for correction.
    Thanks in Advance,
    AVN

    Are you logging into right organization (OU) to check the receipts?
    Check your ship to location in PO and then based on that change your organization (through responsibility or change organization) then query yur receits, it should come.
    BTW for receipts to be seen, the PO lines should not be in "CLOSED" status!
    Jithendra

  • After updating my iphone 5s to ios 8.0.2, I am not able to use watsapp and line properly, iphone automatically comes out of the apps after few mins. Please suggest how to fix it.

    After updating my iphone 5s to ios 8.0.2, I am not able to use watsapp and line properly, iphone automatically comes out of the apps after few mins. Please suggest how to fix it.

    I had this same problem with what's app.  There is a new update for the app on the app store which is compatible with ios8.  Update the app, or delete it and re-add it.  I found a lot of apps weren't compliant with ios8, but after updating everything worked fine.

  • Not able to see the PSA

    Dear Experts,
    I have enhanced the extract structure of  2lis_13_vdkon in R/3 with 5 fields which are exist in transfer structure.
    I have replicated the data source in BI but unfortunately i have not deleted the data in the PSA.
    After replication when i try to activate the data source the system is giving Dump and im not able to see the PSA also.
    Please help me out.
    When i manage on the data source to c PSA, its giving error like this
    Invalid DataStore object name 2LIS_13_VDKON_BB: Reason: No valid entry in table RSTS
    The Dump when activating the data source is :
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Exception              CX_SY_OPEN_SQL_DB
    Date and Time          03.06.2009 09:46:55
    How to correct the error
         Use an ABAP/4 Open SQL array insert only if you are sure that none of
         the records passed already exists in the database.
         If the error occures in a non-modified SAP program, you may be able to
         find an interim solution in an SAP Note.
         If you have access to SAP Notes, carry out a search with the following
         keywords:
         "SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB"
         "CL_RSAR_PSA===================CP" or "CL_RSAR_PSA===================CM006"
         "_UPDATE_DIRECTORY_TABLES"
         If you cannot solve the problem yourself and want to send an error
         notification to SAP, include the following information:
         1. The description of the current problem (short dump)
            To save the description, choose "System->List->Save->Local File
         (Unconverted)".
         2. Corresponding system log
            Display the system log by calling transaction SM21.
            Restrict the time interval to 10 minutes before and five minutes
         after the short dump. Then choose "System->List->Save->Local File
         (Unconverted)".
         3. If the problem occurs in a problem of your own or a modified SAP
         program: The source code of the program
    Regards
    venu

    Hi Venu,
    The issue I think is the PSA was not deleted cleanly. If you try and activate the PSA you will get the dump again.
    ..Probably if you go through the ABAP dump you will notice it is pointing to the following code;-
       75 * Put the fields of PSA to database without check, otherwise error by
       76 * activation of table
       77
       78   IF p_psa_exists EQ rs_c_false OR
       79      i_new_version     EQ rs_c_true.
    >>>>>     INSERT rstsodsfield FROM TABLE l_t_odsfield.
       81   ELSE.
       82     DELETE FROM rstsodsfield
       83       WHERE odsname = l_s_odsfield-odsname
       84       AND  version = l_s_odsfield-version.
       85     MODIFY rstsodsfield FROM TABLE l_t_odsfield.
    Put a breakpoint in the code in line 78. and activate the DS..the program should stop in 78...change the value of variable rc_c_false so that line 82 gets executed. This will clean up the PSA entries in table rstsodsfield. Now activate the DS and delete the PSA entries in the PSA table.
    We faced the same issue and resolved it this way.
    Thanks
    -Saif

  • Workflow - I am not able to recieve the Deadline notification in my Inbox?

    Hi,
    I have a workflow wich checks the Incoming invoice against a PO and then I post the Invoice.
    If no action is taken on the Invoice then a deadline notification is sent to my Inbox.
    There is no agent assignment and all the process is done in the background. I am not able to recieve the Deadline notification in my Inbox.
    what could be the possible reason?
    Regards,
    Chamandeep

    Hi Chamandeep,
    Have you verified how the workflow is generated?
    SWLD transaction, then Utilities -> Work Item Selection.
    This report will list the work items generated by you into R/3 system.
    There you can see the workflow log, if you double-click on one of the lines of the report.
    If you have already done all of this and see all the recipients are correct, then you could take a look at SWU3 transaction (Customizing for Workflow) and see if the Workflow runtime system is completely customized.
    I hope I had helped you.
    Regards,
    Daniel Carvalho

  • Not able to get the data in COSB Table

    Hi Colleagues,
    I have created a Project and assign the WBS number to a Sales order and also have done all the settings in Result Analysis.
    But still not able to get the data in COSB table.
    Could you please suggest me the steps and process, Might be i have missed something..
    Thanks in Advance
    Regards
    Nitin

    Hi Ken,
    I have below mentioned requirement
    COSB will show value by object number and need to pass the object number to PRPS table to find the corresponding WBS element and then pass the WBS element to VBAP table to find the corresponding SO line item.
    Please let me know as Functional prospect what I have to do to bring this values in COSB table.
    Regards
    Nitin

  • Not able to get the license key..

    i have purchased a new pendrive.. and on the pendrive I was provided a free anti virus.
    the link is provided dere and mentioned redeem your license key (the information is provided on the cover of the
    pen drive..)http://nortonactivate.com/compaign/fm1301
    2. It is written that I have to open the link and download Norton antivirus..
    however, I have opened the link as mentioned above. the link does not open and
    http://nortonactivate.com/compaign/fm1301the issue is this the link does not open. It is provided that on this link i have to register myself.  then i will get license key on my mobile.
    this link does not open > http://nortonactivate.com/compaign/fm1301hence, i dont get the license key to download the free antivirus provided with the HP pendrive.
    And i also called up at HP customer service they told me that from wherever i have purchased the product. the retailer should have provided me Product key. i purchased it online.  if i provide them with the product key.they will help me to download the software. 
    hence, i am not able to download the free software that i am provided with pendrive.please open the link. if there is any help that you can provide i shall be thankful to you..thanking you

    Sorry for the inconvenience caused. The link you have typed is incorrect. Please use the correct Web address: http://www.nortonactivate.com/Campaign/fm1301 for the redemption. Enter the code you got along with the pendrive and provide any other details as requested. You will get the Product key for activation with a valid subscription of 1 year. In meantime, you can download a 30 day trial of Norton AntiVirus from our web site:http://us.norton.com/downloads-trial-norton-antivirus Once you get the Product key, you can simply complete the activation and continue to use it for 1 year. Thanks!HarryNorton Support

Maybe you are looking for

  • How to and the proper way of Scheduling

    Hi Everyone, I looking forward to put on scheduling for some files that I have uploaded and I wanted to confirm before doing if it is alright what I am planning to do. I am basing my scheduling on: http://www.oracle.com/webfolder/technetwork/tutorial

  • Premiere Pro crashes at splash screen

    Every time I try to open Premiere it immediately crashes, I'm just trying to test it out on the 30 day trial. Problem signature:   Problem Event Name: APPCRASH   Application Name: Adobe Premiere Pro.exe   Application Version: 7.2.2.33   Application T

  • Split or extract pages from a PDF form?

    Once I convert my PDF into a form in LiveCycle Designer I am unable to then extract or split pages from the PDF in Adobe Acrobat Pro. Does anyone know if this is possible? Thanks for your help! Megan

  • Xmonad Configuration Help [Solved]

    I have xmonad 0.10 and kde 4.8. Here's the error: xmonad.hs:9:8: Couldn't match expected type `XConfig a0' with actual type `IO ()' In the return type of a call of `xmonad' In the first argument of `additionalKeys', namely `xmonad (kde4Config {border

  • Using ALEAUD for application reply? or build a new IDOC ?

    Hello. I have a scenario where a 3rd party sends me a message, that I map in my PI to an ACC_DOCUMENT IDOC. I need to send a reply on the ACC_DOCUMENT IDOC after processing it. The reply must contain several applicative values from the IDOC - so that