Problem with not executed include

Hi all,
I've a problem with my include in production system. Whole story looks like this. We have product from 3rd company so this is not z-namespace. There are some places in which we can add our own code - function module with not existing z-include. This FM is called with CALL FUNCTION statement, not CALL CUSTOMER-FUNCTION, so there are no CMOD entries to modify. I've created this include and implemented my functionality. Unfortunatelly my code in production is sometimes executed and sometimes not. What I've observed is that when include is not executed debugger steps over it (it goes in to FM but ignores include) and what is more funny I'm not able to set breakpoint in this include (I'm getting a message that ithis is not possible). 2 Minutes later everything works (I can set break point and include is executed) although I didn't do anything (no activation). I've transported once more all transports from development to production without any change. I didn't observe this behavior in development or test systems, but to be honest I didn't do so many tests to be sure that problem is only in production.
I suspect that there is something wrong with 3rd party product, but I'm not 100% sure. Did anyone has this kind of problem?
Best Regards
Marcin Cholewczuk

hi,
I've transported once more all transports from development to production without any change.
you could not  activate debugger because  . during transporting object from dev to prd  all the object where not transported correctly  .  and some times  the include  which gets created has there namespace registered in repository objects , so when you re transported that request  it corrected those entries  .
regards
Deepak.

Similar Messages

  • Problems with JSF and included subviews

    Hi everybody,
    I' ve got a problem with JSF and included subviews which makes me going
    crazy. I've got no clue why my web-pages are represent wrongly. The only
    tip I've got is that it must be connected with the kind I do include my JSF-pages.
    When I use <%@file="sub.jsp"%> my pages are are represent right. When I use <jsp:include page="Sub.jsp" /> or <c:import url="Sub.jsp" /> ( mark: the usage of flush="true" or flush="false" doesn't matter )
    my pages are represent wrongly.
    The usage of tags like f:facet or f:verbatim were also included but didn't point to an solution.
    I searched the whole Sun Developer Forum and some other web-sites for any solution for my problem but the given hints and clues didn't help. Now I'm trying to post my problem directly in Sun's Forum in hope to get help.
    My environment is the following:
    JAVA JDK 1.5 Update 4
    Tomcat 5.5.9
    JSLT 1.1
    Sun JSF 1.1
    Win 2K
    Here's my code:
    Main.jsp
    <%@ page language="java"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <%
              String path = request.getContextPath();
              String basePath = request.getScheme() + "://" + request.getServerName()
                        + ":" + request.getServerPort() + path + "/";
    %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
         <base href="<%=basePath%>">
         <meta http-equiv="pragma" content="no-cache">
         <meta http-equiv="cache-control" content="no-cache">
         <meta http-equiv="expires" content="0">   
         <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
         <meta http-equiv="description" content="This is my page">
         <link rel="stylesheet" href="stil.jsp" type="text/css" />
    </head>
    <body>
         <f:view>
              <h:form>
                   <div class="table">
                        <div class="tr">
                             <h:outputText styleClass="tdleft" value="value 1"/>
                             <h:outputText styleClass="tdinfo" value="value 2"/>
                        </div>
                        <div class="tr">
                             <h:outputText styleClass="tdleft" value="value 3"/>
                             <h:outputText styleClass="tdinfo" value="value 4"/>
                        </div>
                   </div>
              </h:form>     
              <jsp:include page="Sub.jsp" />
         </f:view>
    </body>
    </html>Sub.jsp
    <%@ page language="java"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <f:subview id="subview">
         <h:form>
              <div class="table">
                   <div class="tr">
                             <h:outputText styleClass="tdleft" value="value 11"/>
                             <h:outputText styleClass="tdinfo" value="value 22"/>
                   </div>
                   <div class="tr">
                        <h:outputText styleClass="tdleft" value="value 33"/>
                        <h:outputText styleClass="tdinfo" value="value 44"/>
                   </div>
              </div>
         </h:form>
    </f:subview>stil.jsp
    <%@page contentType="text/css"%>
    <%
        String  schwarz     = "#000000",
                grau1       = "#707070",
                grau2       = "#c0c0c0",
                grau3       = "#e0e0e0",
                grau4       = "#e8e8e8",
                grau5       = "#fdfdfd",
                blau        = "#0000dd",
                tuerkis     = "#00cfff";
        String  liniendicke = "1px",
                linienart   = "solid";
        String allgemeineTextFarbe           = schwarz;
        String allgemeineHintergrundFarbe    = grau3;
        String infoTextFarbe                 = blau;
        String fieldsetRandFarbe             = blau;
        String fieldsetRandDicke             = liniendicke;
        String fieldsetRandArt               = linienart;
        String hrLinienFarbe                 = blau;
        String hrLinienDicke                 = liniendicke;
        String hrLinienArt                   = linienart;
        String inputAktivHintergrundFarbe    = grau5;
        String inputReadonlyHintergrundFarbe = grau4;
        String inputPassivHintergrundFarbe   = grau4;
        String inputPassivFarbe              = schwarz;
        String inputRandFarbe1               = grau1;
        String inputRandFarbe2               = grau5;
        String inputRandDicke                = liniendicke;
        String inputRandArt                  = linienart;
        String inputButtonHintergrundFarbe   = grau3;
        String legendenFarbe                 = blau;
        String linkFarbe                     = blau;
        String linkAktivFarbe                = tuerkis;
        String linkBesuchtFarbe              = blau;
        String linkFocusFarbe                = tuerkis;
        String objectGitterFarbe             = grau5;
        String objectGitterDicke             = liniendicke;
        String objectGitterArt               = linienart;
        String tabellenGitterFarbe           = grau5;
        String tabellenGitterDicke           = liniendicke;
        String tabellenGitterArt             = linienart;
    %>
    <%-- ----------------------------------------------- --%>
    <%-- Textdarstellung mittels der Display-Eigenschaft --%>
    <%-- in den Tags div und span                        --%>
    <%-- ----------------------------------------------- --%>
    *.table {
        display:table;
        border-collapse:collapse;
    *.tbody {
        display:table-row-group;
    *.tr {
        display:table-row;
    *.td,*.tdright,*.tdleft,*.tdinfo,*.th {
        display:table-cell;
        padding:3px;
        vertical-align:middle;
    *.td,*.th {
        text-align:center;
    *.tdright {
        text-align:right;
    *.tdleft {
        text-align:left;
    *.tdinfo {
        color:<%=infoTextFarbe%>;
        text-align:right;
    *.th {
        color:<%=infoTextFarbe%>;
        font-weight:bold;
    }thanks in advance
    benjamin

    Hello Zhong Li,
    many thanks for your post, but it didn't work.
    My problem is that the JSF-Components im my included or imported
    JSP-Pages does not accept any kind of style or styleClass for
    designing. The components take over the informations for colors
    but not for alignment.
    When I take a look at the generated JAVA-Source in $TOMCAT/WORK/WEBAPP for my sub.jsp ( sub.java )
    it seems that the resulting HTML-page would be presented correctly.
    But later when I start the application via Firefox or Mozilla the html-sourcecode is totally wrong.
    In my example I create a simple grid with 2 rows and 2 columns.
    Both columns contains JSF-Outtext-Components and are included with div-tags.
    The generated Sub.java shows that the text would be setted in the div-tags. Unfortunately the html-sourcecode represented by my browser shows that jsf-text is not setted in the tags but in the <h:form> tags. The div-tags are neither rounded by <h:form> nor containing the JSF-OutText-Components.
    Any clue?
    Many thanks Benjamin
    Here is the html-code from Firefox:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
         <base href="http://polaris21:8080/webtest/">
         <meta http-equiv="pragma" content="no-cache">
         <meta http-equiv="cache-control" content="no-cache">
         <meta http-equiv="expires" content="0">   
         <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
         <meta http-equiv="description" content="This is my page">
         <link rel="stylesheet" href="stil.jsp" type="text/css" />
    </head>
    <body>
         <form id="_id0" method="post" action="/webtest/Main.faces" enctype="application/x-www-form-urlencoded">
              <div class="table">
                   <div class="tr">
                        <span class="tdleft">value 1</span>
                        <span class="tdinfo">value 2</span>
                   </div>
                   <div class="tr">
                        <span class="tdleft">value 3</span>
                        <span class="tdinfo">value 4</span>
                   </div>
              </div>
              <input type="hidden" name="_id0" value="_id0" />
         </form>     
          <form id="SUB:_id5" method="post" action="/webtest/Main.faces" enctype="application/x-www-form-urlencoded">
               <span class="tdleft">value 11</span>
              <span class="tdinfo">value 22</span>
              <span class="tdleft">value 33</span>
              <span class="tdinfo">value 44</span>
              <input type="hidden" name="SUB:_id5" value="SUB:_id5" />
         </form>
         <div class="table">
              <div class="tr">
              </div>
              <div class="tr">
              </div>
         </div>
    </body>
    </html>

  • Problem with cl_gui_frontend_services execute method

    Halo experts ,
    I am facing a peculiar problem with  cl_gui_frontend_services execute  .
    I am trying to open documents using the method execute of  cl_gui_frontend_services
    . But the problem is it is not opening file with space in its name .
    ie it is able to open 'for_example.pdf' but not 'for example.pdf'
    Any one has idea why it is happening?
    Regards
    Arshad

    HI Arshad...
    This does not seems to be a problem of GUI...
    bad parameter  exceptions is coming ...  mean you are passing an incorrect parameter ...mean incorrect file name ...or the filename you are passing does not exits in you my documents folder ...
    I have executed the same code  ... and it is perfectly working fine ... you have to pass the file name exactly ... that means  if
    you are passing L11527110.pdf then the file name should be L11527110.pdf...
    if you are passing the parameter as L 11527110.pdf (* with space )   then the file name has to be exactly same ...  other wise ...
    the application ACRORD32.EXE  opens  but gives as error ...
    please check the file name in my docs and passing parameter value ....
    I am giving my code which i did .....
    CALL METHOD cl_gui_frontend_services=>execute
    EXPORTING
    application ='ACRORD32.EXE'
    parameter = 'B CDWBDIC.pdf'
    default_directory = 'C:\Documents and Settings\Ritamadmin\My Documents\'
    maximized = 'X'
    operation = 'OPEN'
    EXCEPTIONS
    cntl_error = 1
    error_no_gui = 2
    bad_parameter = 3
    file_not_found = 4
    path_not_found = 5
    file_extension_unknown = 6
    error_execute_failed = 7
    synchronous_failed = 8
    not_supported_by_gui = 9
    OTHERS = 10.

  • I updated my IPhone 3GS to the new 5.1 operating system and have since had a range of problems with not only my phone but also my IPad.

    I updated my IPhone 3GS to the new 5.1 operating system and have since had a range of problems with not only my phone but also my IPad.
    Programs (Safari, mail, messages) keep crashing, mail will not delete properly (some will keep popping into my inbox again for no reason!!!), slow, settings lock up etc. etc.
    This only seemed to become an issue once I updated to ios 5.1 and funnily also affected my Ipad even though i hadn't updated the software yet. I have since updated the software on my ipad thinking it might help too but that only made things worse!! So I am not sure if it's an ICloud issue, but when i try to disable ICloud my devices lock up as well.
    The battery life is also shocking!!
    I have hard reset both devices, restored both devices, reset the setting and tried a whole host of other suggestions (like closing background programs) on this forum buit nothing works and i am tearing my hair out.
    I looked in the phone and ipad log and there do seem to be low memory reports though i don't know why these are occuring now when they never have before??
    I don't know if I can restore the old operating system (If I can please let me know how). The phone or ipad are not jailbroken.

    but you should have a backup in itunes.
    Every time you sync your iOS device iTunes creates a backup. go check if its there, iTunes Preferences >Devices. and there you should see if you have a backup, and in case from which date the backup is.
    And ofcourse you can get your icloud data back by just logging in with your Appleid under icloud in settings on the iphone.
    But anyway, if the iPhone works when you restor it as new: try adding your backup, and see if the issue comes back. And experiment with your backup and try to work out what is causing the issue, my guess is that its some app!   Good Luck!

  • TS4040 I assumed this would help my problem with not being able to open apps like Preview or TextEdit since I installed Mountain Lion. Instead, first I'm prompted to enter a password, then once I do that, I get an error box telling me the Library needs re

    I assumed this would help my problem with not being able to open apps like Preview or TextEdit since I installed Mountain Lion. Instead, first I'm prompted to enter a password, then once I do that, I get an error box telling me the Library needs repairing. So I click on Repair, and once again I'm prompted for a password, which I enter, then the same error box opens, and so it goes. Can anyone help me with this problem? I'd greatly appreciate it.
    Thor

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -Rh $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Step 1 should give you usable permissions in your home folder. This step will restore special attributes set by OS X on some user folders to protect them from unintended deletion or renaming. You can skip this step if you don't consider that protection to be necessary, and if everything is working as expected after step 1.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • HT1222 Having problem with  Notes at time will not record dictation on iPhone?

    Having problem with  Notes at time will not record dictation on iPhone?

    First thing to try is to reset your device. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider should one appear until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.
    If that doesn't help have your phone examined by an apple technician. Make an appointment at an Apple Store to have your device examined by a technician. Or contact Apple Support.

  • A problem with Notes...

    I'm sorry if I posted this in the wrong place, but wasn't sure where to go.
    I'm having problems with notes on my Mac running 10.8.4.
    I've done searches, but cannot find my problem.
    I have set up an iCloud account. I can see my notes in iCloud, but if I try to use the Notes.app, I get the above response. The prefs seem to be set up, I must be doing something wrong.
    Thank you for any help,
    mhh

    Apparently I don't know how to paste.
    The message reads:
    "This Mac can't connect to iCloud because of a problem with  [email protected]"

  • Problem with not enough resolutions Late 2013 iMac 27"

    Hi guys.
    Last friday arrive to my home my new top iMac --> i7 / 16Gb / 3Tb FusionDrive / GTX 780
    I always use 1920x1080 resolution display in my older iMac Mid 2010 27" but in my new iMac say this:
    I need 1920x180. Is it possible change the resolution with scrips or edit one file...?
    Thanks

    baltwoJul 21, 2014 10:07 PM
    Re: Re: Problem with not enough resolutions Late 2013 iMac 27"in response to GoldFran
    Might be primitive, but free, and does the job.
    the truth is you're right. Sometimes we search any solutions but this is some complicated when the best fix normally, It´s easy solution... "Okam's razor"

  • Problem with not getting Internet Connect on AirPort Express

    Problem with not getting Internet Connect on AirPort Express (version7.6.4). Error says cannot get valid IP address. Have reset Siemens SpeedStream 4100 several time, even with tech support from the big "A" DSL provider. Plug MacBook Pro directly into modem and works fine. Unplugged AirPort, even reset it, still no luck. A bad Express?? or am not looking in the right place to make connection. Was working fine up until Sunday.

    Connect the AirPort Express (AX) to the cable modem via Ethernet cable.
    In configuring the AX using AirPort Utility:
    Under Internet, set the connection to be Ethernet using DHCP.
    Under Connection Sharing, set it to distribute a range of IP addresses.
    Under AirPort>Wireless, set the Wireless Mode to Create a wireless network, and fill in the remaining settings in the same window. Until you get it working, you might want to set Wireless Security to None.

  • Problems with notes and mark ups in pdf

    I'm having problems with the Adobe reader for iPad.
    Whenever I modify a pdf file, adding notes or any other mark up, I'm not able to see any of the markups in the file when I open the same file with another application or I send it via e-mail.
    Only the digital signature is still visible.
    Thanks

    You are correct. When i open it with Adobe i get my mark ups etc. When i use Apple`s pdf view i do not.
    Problem solved.
    Date: Mon, 17 Dec 2012 10:46:22 -0700
    From: [email protected]
    To: [email protected]
    Subject: Problems with notes and mark ups in pdf
    Re: Problems with notes and mark ups in pdf created by Pat Wibbeler in Adobe Reader for iOS - View the full discussion
    Can you share what applications you are using to view the notes after emailing? You have to view the document in a Reader that supports annotations. Apple ships a built in pdf viewer (like the one used in iBooks) that many iOS developers use (e.g. Dropbox, email). This built in PDF viewer does not support rendering annotations. However, many other applications (like the Adobe Reader for iOS and the Adobe desktop products) do support Annotation rendering. Similarly, one of our competitor's PDF viewers (PDFExpert) supports this functionality as well. Annotations are part of the PDF standard and the specification is widely available and we would love to see more renderers support it!
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4927598#4927598
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4927598#4927598
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4927598#4927598. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Reader for iOS by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Problems with symlinks and include directives

    Any files that are included with an include directive from a file that is
              contained in a directory that is reached via a soft link do not work
              (resource not found error) if the link begins with "../".
              directory structure is like this:
              docroot/protected/symlinked_dir/subdir1a/subdir2a
              docroot/protected/symlinked_dir/subdir1b/subdir2b
              if a file in subdir2a tries to include a file in subdir2b then the resource
              is not found.
              however if I copy the symlinked directory over then it works.
              to avoid touching the symlink during the include I changed the structure to:
              docroot/protected/symlinked_dir/dummydir/subdir1a/subdir2a
              docroot/protected/symlinked_dir/dummydir/subdir1b/subdir2b
              The same problem remained. However includes in the same directory and in
              child directories work just fine.
              Is this a known bug in Weblogic or a misconfiguration of the treatment of
              symlinks?
              Thanks,
              Chris Eppstein
              

    Hi, Thanks for looking at the code.
    By messing up I mean the CSS seems to break down a bit.  The navigation moves down, the sidebar moves down and across to the right and the whole page moves across to the right side of the browser and the log in form on the top of the page breaks up and there are gaps on the page where they shouldn't be.
    It only does it in Explorer.
    Thanks again for you help.
    Ben.

  • Problems with installer/executable files

    I created an installer with an executable file so I can run my program on another computer that does not have labview. I went ahead and installed all the drivers on the target computer and I installed 8.2.1 Runtime Engine as well as NI-VISA Runtime engine. My program tests circuit boards which are connected to the the various modules and the target computer will be used on the manufacturing floor allowing employees to test circuit boards but not being able to mess up my program which is why I figured the stand alone is the way to go. The main problem I am coming across right now is that when the DAQ modules arent even connected to the usb port of the computer the executable is still running and saying the test passed which is very bad in the case on the manufacturing floor because boards could be sent out that have failures. I dont understand why when the DAQ isnt hooked to the computer the exe still runs when I feel like it shouldnt. Is there some function I can put in my program to make sure there is a signal being sent to the computer whether it is connected or not?? The actual program wont run if its not connected because it does not detect the modules which is good. What also confuses me is that when the DAQ modules are connected to the developer computer and the executable runs the circuit board test fails, BUT if the DAQ modules are connected to the target computer and the executable runs the circuit board test passes like before when the modules arent even connected...it makes me think there is something else I need to install on the target computer...

    What you have set up only detects unit under test errors. There could be logic/programming errors or external hardware errors. The subVIs are not working if there is no hardware. They are returning an error and the Boolean state of the read should be ignored. The subVIs will always return something, even if it's a default value.
    Shown below is some of simple optiopns you have for error handling. Look through the shipping examples. You will see a lot in them as well.
    Message Edited by Dennis Knutson on 04-08-2009 12:38 PM
    Attachments:
    Error Handling Options.PNG ‏6 KB

  • Problem with Not equal to: anything connected to BASIS??

    Dear all,
    I have a problem when I use '<>' or '><' or 'NE' to write dependencies. The function modules CUKD_XREF_OBJ_CHARC_SVAL and CUKD_GET_XREF dont work correctly. Is there any problem with in the SAP . Do I need to apply some Patch? Anything connected to Basis. Please help.
    Thanks&Regards,
    Manjula.S
    Edited by: Manjula on Dec 3, 2008 11:45 AM

    Hi ,
    Please see the code below.  I have created a structure  ZCHAR_TAB with 2 fields ATNAM and ATWRT.
    I have a class TEST_CLASS and characteristics TEST1 with values SIMPLEX , DUPLEX and second characteristic TEST2 with values GREEN, BLUE,ORANGE, BROWN. Lets say  Write 1 dependency for
    Orange and include 'NE'. The object dependency number from CUKD_XREF_OBJ_CHARC_SVAL are not coming correclty.
    FUNCTION ZCHARACTERISTIC_VALUES.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(ATNAM_IN) TYPE  ATNAM
    *"     REFERENCE(ATWRT_IN) TYPE  ATWRT
    *"     REFERENCE(ATNAM_OUT) TYPE  ATNAM
    *"  TABLES
    *"      ZCHAR_TAB STRUCTURE  ZCHAR_TAB
      DATA : GT_CABN   TYPE STANDARD TABLE OF CABN   WITH HEADER LINE,
             GT_CAWN   TYPE STANDARD TABLE OF CAWN   WITH HEADER LINE,
             GT_CUOB   TYPE STANDARD TABLE OF CUOB   WITH HEADER LINE,
             GT_CUKB   TYPE STANDARD TABLE OF CUKB   WITH HEADER LINE,
             GT_CUXREF TYPE STANDARD TABLE OF CUXREF WITH HEADER LINE,
             GV_ATINN  LIKE CABN-ATINN,
             GV_ATWRT  LIKE CAWN-ATWRT.
      GV_ATWRT = ATWRT_IN.
    Selecting data from the CABN table for the internal characteristic numbers
      SELECT *
             FROM CABN
             INTO TABLE GT_CABN
             WHERE ATNAM IN (ATNAM_IN,ATNAM_OUT).
      IF SY-SUBRC EQ 0.
    Reading data from GT_CABN internal table to get the internal number of the
    Output characteristic
        CLEAR GT_CABN.
        READ TABLE GT_CABN WITH KEY ATNAM = ATNAM_OUT.
        IF SY-SUBRC EQ 0.
          GV_ATINN = GT_CABN-ATINN.
        ENDIF.
    Selecting Values of the Output characteristic from the CAWN table
        SELECT *
               FROM CAWN
               INTO TABLE GT_CAWN
               WHERE ATINN = GV_ATINN.
        IF SY-SUBRC EQ 0.
          IF NOT GT_CAWN[] IS INITIAL.
    Selecting the Dependency assignment numbers from the CUOB table
            SELECT * FROM CUOB
                     INTO TABLE GT_CUOB
                     FOR ALL ENTRIES IN GT_CAWN
                     WHERE KNOBJ = GT_CAWN-KNOBJ
                     AND   LKENZ = ''.
          ENDIF.
        ENDIF.
      ENDIF.
      LOOP AT GT_CABN WHERE ATNAM = ATNAM_IN.
    Retrieving all the Dependencies based on the Input Characteristic
    into GT_CUKB internal table
      CLEAR : GT_CAWN.
      READ TABLE GT_CAWN WITH KEY ATINN = GT_CABN-ATINN.
        CALL FUNCTION 'CUKD_XREF_OBJ_CHARC_SVAL'
          EXPORTING
            FROM_DATE    = SY-DATUM
            OBJTYPE      = ' '
            OBJKEY       = ' '
            ATINN        = GT_CABN-ATINN
            TO_DATE      = SY-DATUM
          TABLES
            DEPENDENCIES = GT_CUKB
          EXCEPTIONS
            NO_DEP_FOUND = 1
            OTHERS       = 2.
      ENDLOOP.
      LOOP AT GT_CUKB.
        CLEAR GT_CUOB.
        READ TABLE GT_CUOB WITH KEY KNNUM = GT_CUKB-KNNUM.
        IF SY-SUBRC EQ 0.
          CLEAR  GT_CUXREF. REFRESH  GT_CUXREF.
          CALL FUNCTION 'CUKD_GET_XREF'
            EXPORTING
              KNNUM        = GT_CUOB-KNNUM
              DATE         = SY-DATUM
            TABLES
              XREF_TAB     = GT_CUXREF
            EXCEPTIONS
              NO_REC_FOUND = 1
              OTHERS       = 2.
          LOOP AT GT_CUXREF WHERE ATWRT = ATWRT_IN.
            CLEAR : GT_CAWN.
            READ TABLE GT_CAWN WITH KEY KNOBJ = GT_CUOB-KNOBJ.
            IF SY-SUBRC EQ 0.
              CLEAR : GT_CABN.
              READ TABLE GT_CABN WITH KEY ATINN = GT_CAWN-ATINN.
              ZCHAR_TAB-ATNAM = GT_CABN-ATNAM.
              ZCHAR_TAB-ATWRT = GT_CAWN-ATWRT.
              APPEND ZCHAR_TAB. CLEAR ZCHAR_TAB.
            ENDIF.
          ENDLOOP.
        ENDIF.
      ENDLOOP.
    ENDFUNCTION.

  • Problems with Notes on my iphone

    I love the Notes "app" that comes default with the iphone. However, I've been having problems with it, now that I use it a lot and am able to observe the smaller details.
    I see that there are two forms of Notes, those linked to my email and those "on my iphone". Right now I have the setting left as "on my gmail", so the notes get backed up there every time. This is good, since I have the annoying problem that I can save a note on the iphone, and the next day when I try to access it, it is no longer there (although I can find it in my gmail account). Worse yet is that I can already have a note saved, go into it later to add something, and before my very eyes the system will update (or something) and the information I've just written in will disappear.
    Please help!

    Hey G.Russo,
    Thanks for the question and detailed information. I understand that you are experiencing issues with the multi-touch display on your iPhone 5s. The following resource outlines troubleshooting steps for this symptom:
    iPhone, iPad, iPod touch: Troubleshooting touchscreen response
    http://support.apple.com/kb/ts1827
    Restart your device
    Hold the On/Off button until "slider to power off" appears. Slide to power off your device. When it is off, press the On/Off button to turn it back on.
    If you can't restart your device, reset it by pressing and holding the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears.
    Clean the screen with a soft, slightly damp, lint-free cloth.
    Avoid using the device while wearing gloves, with wet hands, or immediately after applying hand lotion.
    If you have a protective case, or if you are using a plastic sheet or film on the display, try removing them and testing the device without it.
    If the steps above don't resolve your issue, please schedule a service appointment with an Apple Retail Store for evaluation. If an Apple Retail store is not an option, contact Apple to find out your best service option or see the Service FAQ for your product.
    Thanks,
    Matt M.

  • I'm having problems with Notes after upgrade to OS4. Anyone else?

    After upgrading mu iphone 3GS to the new OS4, I'm having serious problems with my Notes. If I edit old notes and klick Done, it now takes longer then ever to save. And when the save is finished, my latest edits are gone! The note is back to the text before I opened it up for editing...
    Has enyone experienced this after upgrading?
    Also, why does it take such a long time so save the notes now? I can see in the "progress bar" the phone is connecting to the Internet after klicking Done. Why is that? It never did that before. Does the new OS4 save all notes on some sort of server instead of just saving on my phone? Can I shut this function off somehow?
    Thanx for all answeres!

    I am having the same issue but havent been able to find a solution yet.

Maybe you are looking for

  • Windows 7 in boot camp - two finger click and drag issues

    Hey everyone. I have Windows 7 on Boot Camp (MacBook Pro mid-2010, Mac OS X Lion) and I cannot seem to click on a window with one finger, then use a second finger to drag it. Every time I try it brings up the right click menu. Is there any way of fix

  • PowerShell, Office 2007: [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Interop.Wor‌​d")

    Hi All, I have problem to convert word document in to html (Office 2007) Interop Assembly appear to work but powershell returns: Unable to find type [Microsoft.Office.Interop.Word.WdSaveFormat]:   I'using : $saveFormat = [Enum]::Parse([Microsoft.Offi

  • RBS MT940 Issue with autoposting

    Hi, There seems to be an issue in the system when the bank statements are being uploaded in the system. For some reason the system doesn't separate the bank account numbers anymore from the text. The problem is that this doesn't allow the system to r

  • IPad is showing No Service

    My iPad is showing no service, I have tried resetting nothing changes, sim is okay as I have tried it in another iPad.

  • Opt. Runtime in  TPVS Optimization profile

    Dear All, We have small issue where we are unable to control the users. In TPVS Optimization Profile we have maintained certain Opt. Runtime for ex: 1500 sec i.e. 25 Min. What users are doing is while running the optimization they are changing the ru