ABAP Devlopment are reflecting on UI

Hi all,
Our ABAP consultants done a devlop to copy text from one document to other through copy control but it is working fine in GUI but at UI this copy control is not working.
Please suggest me the solution for this.
Regards
Apoorva  A

Hi,
Normally it reflects immediately, but ask your ABAP team to check the BADI.
Regards
Pramod

Similar Messages

  • No cubes are reflecting in XIP ,after creation of manual IDOC

    Hi Experts,
    I am got a mail from client saying that "No cubes are reflecting in XIP ,after creation of manual IDOC"..
    Please tell me weather this is issue is related to XI or not if it so, Can you please anybody tell me how to look into this type of issue...
    Please help me..
    Many thanks in advance..
    Regards
    Raj

    Hi ,
    Thank you Sourabh, so I need to get the IDOC basic type from customer and need to check the IDOC using IDX5. Please correct me if I am wrong..
    With Warm Regards
    Raj

  • How to I synch files with a co-worker so our changes are reflected in a single document?

    My co-worker and I would like to be able to upload a file so we can both work on it and have our changes retained. The support forum says:
    Adobe Creative Cloud desktop app keeps all the files in sync. Any additions, modifications, or deletions are reflected on all connected computers and devices. For example, if you upload an .ai file using the Creative Cloud Files page, it is automatically downloaded on all connected computers.
    However, when I share a file with her, she only gets a link to the read-only file, which she can download and then modify, but then she is creating a whole new document and we are making version control a nightmare. I want to be able to create a document, upload to CC Files, and have her also be able to access the CC Files folder, work on the file, and have her changes reflected for both of us, and so on. So I guess what we need is a shared CC folder? If I can create a file on my desktop, upload it to CC, and have it synch with my iPad, why can't we operate this same principle between her computer and mine?
    Is this possible?
    Thanks!

    Hi Xziat,
    The excerpt cited here is really intended as a way for the same individual to be working on the same files between multiple computers rather than multiple users between multiple computers. The problem being, like you described, version control and ending up with separate unique copies which would then need to be shared again. Being able to share the contents of a folder is a feature currently being developed. I know some people use Adobe Drive for this kind of workflow: http://www.adobe.com/products/adobedrive.html
    - Dave

  • Error messages in ABAP program are stored in which table

    hi all,
    Can anyone tell
    error messages in ABAP program are stored in which table??

    Hi Sir ,
    Please have a look below .Hope it is suitable and simpler solution for your question.
    Please do reward if useful.
    Thankx.
    Fuction module for storing error messages  ->'format_message'
    for example...
    data : v_message(100) type c.
    call transaction NNNN mode A update S messages into it_messages.
    loop at it_messages where msgty = 'E'.
    call function 'format_message'
    exporting
    *it_messages details
    importing
    v_message.
    write :/ v_message.
    clear v_message.
    endloop.
    Anothe method - ->
    Here is a sample of the program code for that:
    LOOP AT it_messtab.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
    id = it_messtab-msgid
    lang = it_messtab-msgspra
    no = it_messtab-msgnr
    v1 = it_messtab-msgv1
    v2 = it_messtab-msgv2
    IMPORTING
    msg = g_msg
    EXCEPTIONS
    OTHERS = 0.
    IF it_messtab-msgtyp = 'S'.
    it_sucess-sucess_rec = g_msg.
    it_sucess-lifnr = it_header-lifnr." Based on your field
    it_sucess-tabix = v_lines.
    APPEND it_sucess.
    ELSEIF it_messtab-msgtyp = 'E'.
    it_error-error_rec = g_msg.
    it_error-lifnr = it_header-lifnr.
    it_error-tabix = v_lines.
    APPEND it_error.
    ELSE.
    it_info-info_rec = g_msg.
    it_info-lifnr = it_header-lifnr.
    it_info-tabix = v_lines.
    APPEND it_info.
    ENDIF.
    ENDLOOP.

  • NEW ABAP Development Area

    Hi SDN,
    I found the NEW ABAP Development Area very great. Still downloading/checking the new materials.
    I hope it will be updated regularly.
    Regards,
    Peter

    Hi Serdar,
    I agree.
    Fortunately it seems it was updated recently.
    Peter

  • I have lost my contact from iphone 5 and not able to retrieve the data, however  it reflects old contacts are reflected with Whats app messages

    i have lost my contact from iphone 5 and not able to retrieve the data, however  it reflects old contacts are reflected with Whats app messages

    WWhat are you syncing your contacts with? A supported application on the computer or cloud service? They should still be there.

  • Up to what level abap devlopment is possible in SAP

    hi
    up to what level abap devlopment is possible in SAP.
    thanks.

    Laxman,
    May I know the context of your query.Why do you think beyond a particular point it will not be possible.
    K.Kiran.

  • Discount are reflecting with wrong sign in COPA Reports..

    HI,
        We have checked the +/- sign in one of the conditon type which is assigned to Value fields VV210(Discount and markdowns).
    Now due to this check mark values of discount from Billing document are reflecting as negarive in COPA reports which is wrong. For the Debit memo's all values should reflect in COPA as positive, but for discount it is reflecting as negative.
    So now we are having almost 400+ invoices which are having this issue. So how can we correct this sign in COPA. Is there any way that can help us to change the sign from - to +.
    Kindly suggeset...
    Regards....

    In the rules of engagement, you will see that he most important rule is to SEARCH before you request a question.
    It is the hallmark of a good configurer that he will search high and low for a solution.
    Your question is not complicated, but it is very involved, and has been answered on this forum before, more than once.

  • Should folder be closed before changes are reflected

    Hi,
    Am using appendMessages() method on a folder.
        desiredFolder.open(Folder.READ_WRITE);
        int testCnt = drafts.getMessageCount();
        System.out.println("Before appending messages" +testCnt);   
        desiredFolder.appendMessages(msgArr);
        testCnt = drafts.getMessageCount();
        System.out.println("After appending messages" +testCnt);    I retrieve msg. count value before appending messages and after appending messages.
    In Exchange server, the changes are reflected immediately
       Before appending messages 6
       After appending messages    7In hmailserver, the changes are not reflected
        Before appending messages 6
       After appending messages    6What is the best practice? Should I close the folder so that changes are reflected? Is this a mailserver issue or
    javamail issue?

    The IMAP spec doesn't have any requirements about how timely the notification of new messages needs to
    be. You may have to poll for a short time to give the server a chance to process the new messages and
    notify you.
    I would expect that closing and reopening the folder would make it much more likely that the new messages
    would be seen, but I don't know if the IMAP spec guarantees that.

  • Help needed on abap heap area parameters

    Hi Gurus ,
    I need your help in regards with abap heap area parameters , we are facing a lot of system no roll memory issues on one of our instance.
    As for my understanding :
    1)abap/heap_area_dialog : heap memory limit for dialog process.
    2).abap/heap_area_nondialog: heap memory limit for non-dialog process.
    3).abap/heap_area_total : what this implies ?
    In my production instance the parameters are as follows :
                                                    Actuals
    abap/heap_area_dialog -
        2GB    (Recommended : 2GB for an application server with max 50 users )
    abap/heap_area_nondialog:-- 2GB  (Recommended : 2GB or an application server with max 50 users )
    abap/heap_area_total ---        1GB        (Recommended and default value: 2GB)
    My doubt is  "abap/heap_area_total  of 1GB "  might creating problems .
    What is the recommended value for abap/heap_area_total on Solaris 10 ?
    your valuable inputs required :!

    Hello Sandy
    Have a look at this link for UNIX
    http://help.sap.com/saphelp_nw04/helpdata/en/02/96257b538111d1891b0000e8322f96/content.htm
    For more in memory management in below link
    http://help.sap.com/saphelp_nw04/helpdata/en/02/96253c538111d1891b0000e8322f96/frameset.htm
    Regards
    Vivek

  • PROD Application servers are reflecting after system refresh in ST03 of QUA

    Hi,
    We recently performed DB refresh activity  from Source: Production to Target: Quality.
    We have 6 application servers excluding our central instance in production system.But after the system refresh,we observed in ST03 that these production application servers are reflecting as nodes on the left hand side in Quality system after refresh.
    Please help us how to delete those application servers in ST03.
    Regards,
    Sudheer.

    I too face the same problem with our quality system after refresh.

  • SCCM 2012 clients are reflecting without configure boundaries

    Hi Team,
    I am using SCCM 2012 SP1. I have configured boundaries as 10.101.x.x series. While checking in all system collection there system are reflecting related 10.100.x.x series IP address. Please suggest how to do troubleshoot.
    Regards
    Harvansh Singh

    Boundaries have nothing to do with discovery (if that's what you are asking).
    Torsten Meringer | http://www.mssccmfaq.de

  • Why won't CSS changes save -  Are Reflected Locally, but not there when uploaded.

    I have recently re-installed Dreamweaver CC 2014.1.1. I am editing an existing site http://www.travelight.tv/test.html. CSS changes won't save (i.e ".righthalf" and <strong> and H3.)  I finally replaced the class with a table for the sake of time. Still can't save <strong> and H3 changes. CSS Designer Panel correctly shows the H3 font and the hex color (ee5e33) - but the color palate shows black. The uploaded document reflects gray. The changes are reflected properly locally, but not when uploaded to server. The time/date stamp doesn't update, despite saving several times. What am I missing?

    Sorry about that, I managed to get the test URL wrong. http://www.travelight.tv/test/index.html. I had to remove the righthalf class from the document, but the <strong> and <h3> tags are still having issues.As for the location, I am opening the one that is linked to the document from the bar at the top of the document - it is the only one named travelight.css. When I logged in this morning, I noticed that it is showing the icon as a Wordpad document even though the File Type shows it as a Cascading Style Sheet - I have tried saving it as an html file and have re-created it, but it remains a Wordpad document. Below is the a screen shot of the folder.

  • ABAP Users not reflecting on JAVA Users in portal

    Hi ,
    the users which i have created in abap is not getting reflecting in java , we are using PI 7.1 EHP1 application .
    Kindly help on step by step  process .

    Dear Suresh,
    Concerning the issue, please perform the following steps:
    1) Start the SAP NetWeaver Administrator.
    2) Choose  Operation Management  -> Users and Access  -> Identity Management .
    3) Assign the role LcrAdministrator to the groups SAP_J2EE_ADMIN and SAP_SLD_ADMINISTRATOR.
    4) Assign the role LcrUser to the groups SAP_J2EE_GUEST and SAP_SLD_GUEST.
    Please go through the link : http://help.sap.com/saphelp_nwpi711/helpdata/en/1d/bbf6c34ccc4c32bdd73bb36fee8cc0/frameset.htm -> 'Wizard-Based Basic Configuration of PI' -> 'Assigning application roles to user groups' for details.
    I hope this helps.
    Best Regards
    Nishwanth

  • How OO ABAP  & ABAP WEBDYNPROS  are Related??

    HI,
    i am new to WEBDYNPRO and shifting myself from OO ABAP  to  WEBDYNPRO IN ABAP.
    Kindly let me know how OO ABAP and webdynpro ARE INTERRELATED.(in terms of coding or in terms of environment)
    Regards,
    Dev

    Hi Dev,
    Welcome to ABAP Dynpro!
    Now I am 10 months old to ABAP Dynpro.I have explored a lot.Now you were asking about how much ABAP/OOPS one should know and topics one should know.
    In my view you should be aware with fundamental of OOABAP like
    class , methods , interfaces and static attribute.Being WD ABAP Dynpro guy you should be in position to use ABAP classes and methods in it.
    Just take case if you want to access element from node in context ...such code by wizard Appears ....
    DATA:
    zobj_bbp_ior_util TYPE REF TO zcl_bbp_ior_util,
    node_ztiornode TYPE REF TO if_wd_context_node,
    elem_ztiornode TYPE REF TO if_wd_context_element,
    stru_ztiornode TYPE zsior.
    navigate from <CONTEXT> to <ZTIORNODE> via lead selection
    node_ztiornode = wd_context->get_child_node( name = if_request_ior=>wdctx_ztiornode ).
    get element via lead selection
    elem_ztiornode = node_ztiornode->get_element( 1 ).
    now you should be in position to understand and make use of classes like
    ' wd_context' etc. .You should know what it does then you will use it method
    like get_child_no.
    Hope I have cleared you doubt.
    Cheers,
    Darshna.

Maybe you are looking for

  • Downpayment Against Capital PO

    Dear All, I defined Down payment Clearing Account in AO90 but i want to know which tyoe of GL account I should maintain for down payment clearing. Please help me. Thanks & Regards, Mahendra Gupta

  • Inserting existing page from one document to another

    Hi, I have 2 documents. The first one is 4 pages and all pages are 8.5" x 11". The second document is 1 page and is 8.5" x 14". Is it possible to insert the 8.5" x 14" page from the second document into the first document, but make it the 4th page? (

  • Production report through COOIS

    I am working in dicerete and REM scenerio.Client needs report ,work center wise daily production .In report layout   through transaction COOIS when I am selecting quantity confirmed .The production order confirmed quantity is comming.But planned orde

  • PS Start 3 doesn't think I am on line!?!?!!?

    Thanks to all of you who helped me get PS Album Starter Edition unlocked. It still has the problem that it doesn't think I am online. The Unread Message(s) notification box in the upper right hand corner says I am not connected to the internet. In th

  • Solar Power

    Can a MacBook be charged from a portable solar panel array charger. Typically 12volt at 12 watts. If so what connector is needed? Is there a 12volt charging option for auto power systems?