Doubts in F4 help

Hi,
I want to attach value help to a field. I also want to make that field as non-editable so that the user chooses only from F4 help. So i made an input field as non-editable and attached a F4 help to it. But when i try to choose value from the F4 help, it is not filling in the input field. Can some one help me with this.
Thanks and Regards,
Chander

Hi,
You cannot make that as non-editable.But here is the way that you can restrict other values in module pool.If you pressed enter after executing this code,then if that value entered is not in f4 help,it will automatically be removed.
PROCESS AFTER INPUT.
FIELD s_begru MODULE abc ON INPUT.
Process on value-request.
field s_begru module f4_help.
REPORT  ZZZ_JAYTEST1                            .
tables kna1.
data:
begin of t_values occurs 2,
value like kna1-begru,
end of t_values,
t_return like ddshretval occurs 0 with header line.
data s_begru like kna1-begru.
call screen 9000.
module f4_help input.
refresh t_values.
t_values = 'PAR*'.
append t_values.
t_values = 'UGG'.
append t_values.
call function 'F4IF_INT_TABLE_VALUE_REQUEST'
exporting
retfield = 'BEGRU'
value_org = 'S'
tables
value_tab = t_values
return_tab = t_return
exceptions
parameter_error = 1
no_values_found = 2
others = 3.
if sy-subrc = 0.
read table t_return index 1.
s_begru = t_return-fieldval.
endif.
endmodule.                 " f4_help  INPUT
module abc input.
read table t_values with key value = s_begru.
if sy-subrc ne 0.
clear s_begru.
endif.
endmodule.                 " abc  INPUT
Kindly let me know if you need further clarification.Otherwise,kindly reward points by clicking the star on the left of reply,if it helps.

Similar Messages

  • Ora-01591 Lock held in by In-doubt distributed transaction - help required

    In my web application i am getting an error @ a particular page. I am using JTA user transaction to mark the transaction boundaries. On commit i am confronting the error "lock held in by In-Doubt transaction. I queried pending_trans$,dba_2pc_pending and force commit the transaction.Also i purged the transaction using Purge_Lost_db_entity. Still after doing all these i am facing the same problem with a new transaction no.
    I did all the below steps:
    I did follow the below steps:
    SELECT * FROM PENDING_TRANS$
    SELECT
    LOCAL_TRAN_ID, GLOBAL_TRAN_ID, STATE, MIXED, HOST, COMMIT#
    FROM
    DBA_2PC_PENDING
    WHERE
    LOCAL _TRAN_ID = '??.';
    SELECT LOCAL_TRAN_ID, IN_OUT, DATABASE, INTERFACE
    FROM DBA_2PC_NEIGHBORS;
    COMMIT FORCE 'local transactionID', 'SCN';
    DBMS_TRANSACTION.PURGE_LOST_DB_ENTRY (local transactionID); OR
    DBMS_TRANSACTION.PURGE_MIXED (local transactionID);
    SELECT s.inst_id,
    s.sid,
    s.serial#,
    p.spid,
    s.username,
    s.program
    FROM gv$session s
    JOIN gv$process p ON p.addr = s.paddr AND p.inst_id = s.inst_id
    WHERE s.type != 'BACKGROUND'
    and s.program='JDBC Thin Client'
    ALTER SYSTEM KILL SESSION '102,10' IMMEDIATE;
    Database shutdown and restart doesnt work..
    Please anyone help..

    tis is the result of the query v$version
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    "CORE 10.2.0.3.0 Production"
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    I use websphere6.1 and oracle 10.2.0.3. using JTA UserTransaction to define boundaries. I am facing tis issue from last week only before it was working fine. I did the commit force as mentioned before to manually unlock transaction.From then i am getting this error. Could u pls help. I m having pressure from onsite, i dont know what is causing the error in one particular flow. I have included the error logs below.
    [7/14/10 19:15:54:328 IST] 00000023 WSRdbXaResour E DSRA0304E: XAException occurred. XAException contents and details are:
    The XA Error is : -3
    The XA Error message is : A resource manager error has occured in the transaction branch.
    The Oracle Error code is : 17410
    The Oracle Error message is: Internal XA Error
    The cause is : null.
    [7/14/10 19:15:54:343 IST] 00000023 WSRdbXaResour E DSRA0302E: XAException occurred. Error code is: XAER_RMERR (-3). Exception is: <null>
    [7/14/10 19:15:54:359 IST] 00000023 XATransaction E J2CA0027E: An exception occurred while invoking commit on an XA Resource Adapter from dataSource jdbc/ScorecardDataSource, within transaction ID {XidImpl: formatId(57415344), gtrid_length(36), bqual_length(54), data(00000129d13434870000000100000008f0685880e9e9a1514500185d37d88f31da70140400000129d13434870000000100000008f0685880e9e9a1514500185d37d88f31da701404000000010000000000000000000000000001)}: oracle.jdbc.xa.OracleXAException
    [7/14/10 19:15:54:531 IST] 00000023 MCWrapper E J2CA0081E: Method cleanup failed while trying to execute method cleanup on ManagedConnection WSRdbManagedConnectionImpl@3e0a3e0a from resource jdbc/ScorecardDataSource. Caught exception: com.ibm.ws.exception.WsException: DSRA0080E: An exception was received by the Data Store Adapter. See original exception message: No more data to read from socket. with SQL State : null SQL Code : 17410
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    [7/14/10 19:15:54:593 IST] 00000023 MCWrapper E J2CA0081E: Method destroy failed while trying to execute method destroy on ManagedConnection WSRdbManagedConnectionImpl@3e0a3e0a from resource No longer available. Caught exception: java.lang.NullPointerException
    [7/14/10 19:16:08:093 IST] 00000023 SystemErr R Caused by: java.sql.SQLException: ORA-01591: lock held by in-doubt distributed transaction 9.34.890
    Pls help

  • Some J2ME midlets doubts!! help needed urgently!!!

    Hi,
    I am currently working in a company where it does wireless technology like WAP and I am assigned a task of creating a screensaver midlet. I have some doubts on the midlets.
    1) How do i use a midlet suites? From what I heard from my colleagues & friends, a servlet is needed for midlets to interact with one another. is it true?
    2) How do I get the startin midlet to take note the phone is idling so that the screen saver midlet can be called?
    Help needed urgently... if there is any source codes for me to refer to would be better... Thanks...
    Leonard

    indicates that MIDlet suites are isolated (on purpose) from each other, so you can't write over another one's address space.
    Also, I believe (at least on cell phones) that you have to specifically enter the Java Apps mode; unless you do the app won't execute. If you are in Java apps mode and a call comes in, the cell's OS puts the Java app currently executing on "Pause" mode and switches back to phone mode.
    Not sure if you will be able to have a Java app do that automatically.
    BTW why do you need a screensaver on an LCD display? Is it really intended to show an advertisement?
    Download and real all the docs you can from Sun, once you get over the generic Java deficiencies MIDlet's aren't that hard.

  • Big Doubt.. Help pls.. Urgent.. File to IDoc (Bypass)

    File to IDoc scenario( Bypass)-- Error ( Segment is missing) -- urgent pls.
    Hi Bhavesh and all,
    I done file to idoc scenario (Bypass)
    From the above thread i have hardcoded my XML file  by inserting BEGIN 
    and Segment = "1" in each of the new segment.
    Since it is a bypass scenario.. when it reach to production , the idoc -xml will come from one of the tool without having these BEGIN and SEGMENT = "1".
    Still XI will receive it??
    Because my doubt is i harcoded the XML file and finished my developement.
    Now iam getting the doubt that once they do testing in QA server..the XI will process it and not ?
    Can we able to achieve this even without BEGIN and SEGMENT = "1" ?
    or
    those fileds are mandatory?
    Pls suggest me .. its urgent.
    Regards
    Seema..

    Hi Seema,
    >> <i>Can we able to achieve this even without BEGIN and SEGMENT = "1" ?
    or
    those fileds are mandatory?</i>
       To post an idoc to R/3 system this fields are mandatory.
    >><i>From the above thread i have hardcoded my XML file by inserting BEGIN
    and Segment = "1" in each of the new segment.
    Since it is a bypass scenario.. when it reach to production , the idoc -xml will come from one of the tool without having these BEGIN and SEGMENT = "1".
    Still XI will receive it??</i>
       As you are just routing it...just XI will poll the file and sends data to the idoc ( as the source and target structure are same).
    Regards,
    Prasanthi.

  • Doubt in Search Help

    Hi All.
    I have Customize Database table like Zdbt .i have attached one search help for a field (emp no) (its not key field) like zsearch1.i got all value from database table ,but i want avoid duplicate entries.
    example :
    value for "emp no" field
    101
    102
    102
    103
    102
    but i need output from search help like
    101
    102
    103
    please help me
    regards.
    Jay.

    Serch help exit need to be created for this thing.
    You need to write the following code there.
    In se11 you need to create search help and write a code in the FM z_46638_unique_skil1.
    FUNCTION z_46638_unique_skil1.
    ""Local interface:
    *"  TABLES
    *"      SHLP_TAB TYPE  SHLP_DESCR_TAB_T
    *"      RECORD_TAB STRUCTURE  SEAHLPRES
    *"  CHANGING
    *"     VALUE(SHLP) TYPE  SHLP_DESCR_T
    *"     VALUE(CALLCONTROL) LIKE  DDSHF4CTRL STRUCTURE  DDSHF4CTRL
      TYPES : BEGIN OF t_z46638skil,
              empid LIKE z46638skil-empid,
              posnr LIKE z46638skil-posnr,
              skill LIKE z46638skil-skill,
              knowldge LIKE z46638skil-knowledge,
              END OF t_z46638skil.
      DATA : i_z46638skil TYPE STANDARD TABLE OF t_z46638skil,
             wa_z46638skil TYPE t_z46638skil,
             l_skill TYPE z46638skil-skill.
    Basically CALLCONTROL-STEP contains the values of the different stages
    of the database operations in the particular flow as follows
    1) SELONE
    2) PRESEL1
    3) SELECT
    4) DISP
    5) RETURN
    The search help exit will be called in all the five steps
    so we need to restrict this values of steps based on the user requirements
    Else the search help exit can be time consuming
      IF callcontrol-step = 'DISP'.
        SELECT empid
               posnr
               skill
               knowledge
               FROM z46638skil
               INTO TABLE i_z46638skil.
        SORT i_z46638skil BY skill.
        DELETE ADJACENT DUPLICATES FROM i_z46638skil COMPARING skill.
        CLEAR record_tab.
        REFRESH record_tab.
    passing the values of the internal table to the record_tab
    that containes the possible values of the field when
    search help exit is not being specified
        LOOP AT i_z46638skil INTO wa_z46638skil.
          record_tab-string+11(20) = wa_z46638skil-skill.
          APPEND record_tab.
          CLEAR wa_z46638skil.
        ENDLOOP.
    Passing this FM values, it will return with the optimized
    set of values being overwritten to the search help
        CALL FUNCTION 'F4UT_OPTIMIZE_COLWIDTH'
          TABLES
            shlp_tab    = shlp_tab
            record_tab  = record_tab
          CHANGING
            shlp        = shlp
            callcontrol = callcontrol.
      ENDIF.
    ENDFUNCTION.
    Please REWARD points for this answer.
    Regards,
    Brijesh Patel

  • SSO Doubts !! Help required

    Hello everybody,
    I have few doubts implementing SSO with EP. Let me first briefly explain our design approach.
    We have 5 SAP boxes (R/3, APO, BW, Portal, K-pro) in our landscape and we want to have the functionality of SSO via EP and Active directory to access them.
    I guess i have read all blogs on SDN and lot of SAP documentation for it and below is high level design based upon my understanding.
    1. For internal users(employee) create there user ID in SAP-HR and push it into Active directory using LDAP connector.
    2. Portal and Basis admin to setup the security for these users so that the user can access only those boxes and transaction which they are suppose to access.
    3. User will login into EP and it will authenticate it against Active directory and issue login ticket.(if successful).
    4. This ticket will be used to access other SAP boxes.
    Now below are my doubts:
    1. At what level i will control access of various SAP boxes (APO, BW, R/3, Kpro) for a user ID. Can i control it at Enterprise Portal User management or should i do it in Acive directory. eg: a given user should have access only to portal and R/3 boxes and not to other SAP boxes.
    2. How to handle external users (Customers and vendors) in this architecture, should i create a user id for them in each SAP box to handle security or is there a work around.
    For employee's i am creating HR master in SAP and then planning to use LDAP and use infotype PA0105 for linking employee master with User ID. And then use this user ID to control security/authorization in various systems.
    Though not sure about external users.
    3. Should i allow External users and Internal users to share same Network domain, i mean what is the best practice.
    4, How does companies having multiple SAP boxes achieve SSO, is my appraoch correct or is there a batter or easier way.
    Thanks in advance.
    Regards,
    Jeet

    Please don't take any of this as a recommendation. I don't know enough about your environment for that. But I can give you some options to consider:
    Question#1) There are lots of options there: administer the roles in the portal and push them out, or administer in the backends and pull them intot the portal. Also, have you considered using Central User Administration to administer the authorizations in the various SAP systems. You can also use the CUA server as an authentication source in EP6.
    #2) To avoid creating userIDs in each system, you could write a trusted portal application that makes RFC connections to the various systems. It would have the authorization to look at any external users data, but would only do so for the session's authenticated userID.
    #3) External users can access the internal network as long as you have ensured that you are not open to attack from the internet (e.g., without a good firewall a distributed denial of service attack could overload the internal network).
    #4) At a minimum you will probably want a central authentication source (whether LDAP or CUA) and use SAP logon tickets from there. Whether you centralize authorization administration is a separate question, and you may do one without the other. Maybe break it into stages?
    Regards,
    Sean

  • Doubt on Search help exit F.M

    Hi all,
    I have created one Search help with 4 fields.
    In search help F.M, can i code the validations say,
    1) Field 1 should not be blank
    2) Either  Field 1 should be entered or one of the remaining fields should be entered by user.

    hi,
    u have to do those validations on the program, not in the search help.
    Regards

  • Doubt on Search Help

    Hi Friends,
    I have created a search help for a customized field in my table . I have assigned the Data element having the Search help to a particular field.
    I am not able to get the Search help icon When i execute the Table.
    Can any body please help me in this issue.
    Reward is for sure..

    Hi
    after creation of the search help have you checked for the field whether the f4 help is coming or not
    and have you assigned it in the table correctly
    see the steps once again,.
    it should come
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    CREATION:
    Go to SE11  Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=2176485
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=3601619
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_exit.htm
    https://forums.sdn.sap.com/click.jspa?searchID=4390517&messageID=1712818
    Regards
    Anji

  • SQL queries  doubts -asking for help again

    Hi all,
    I have been trying to design a schema with all objects needed.Infact,i have completed with all tables and inserting data
    in them.
    But,am very confused and mixed with the RELATIONSHIP between tables because now when i have to retrieve data-then
    writing proper query ..correct one is a complicated procedure.
    I feel since i am very new to this,the design hasnt been effecient.
    Scenario has a specific table with employees, departments, and projects.
    employees
    eid ename Salary               
    1 Emp1 1000          
    2 Emp2 100
    3 Emp3 189
    4 emp4 200
    5 emp5 300
    6 emp6 400
    departments
    **each department has one manager
    DEPTid     NAME          LOCATION           mgrid     
    10       ACCOUNTING       NEW YORK     0
    20        RESEARCH       DALLAS          1
    30        SALES       CHICAGO      2
    40        OPERATIONS       BOSTON          3RELATIONSHIP Table for employee nd department and Manager ---->created seperate table as 1 :M relationships
    (**one person can belong to multiple departments )
    EMP_mngr_dept
    E_ID     DEPt_ID     mgrid     
    1     10     200
    208     50     121
    1     30     114
    121     20     201
    114     10     200**Projects table
    There are many projects owned by different deparments.A project can belong to only 1 department.
    PROJECT_NAME           PROJECT_STATs     PROJECT_ID     PROJECT_FROM_DT_TM     COST                   DEPARTMENT_ID
    ACCOUNT_PRO          Active                1          2/17/1996          2000000                    10
    MMC_PRO                          Active          2          2/20/2006          20000000                    20
    STUDENT_MANAGEMENT     Active          3          2/25/2007          2000000          40***Relationship table employees and projects
    A person can be in many projects at a time
    EMP_project_Rltn
    PROJECT_ID     EMPLOYEE_ID     START_DATE     END_DATE
    1          1          
    2          1          
    1          208          
    2          208          
    5          10          2/21/2009 3:45:53 AM     (1)QUERY to MOVE A PERSON FROM ITS EXISTING DEPARTMENT TO ANOTHER DEPARTMENT.
    Does this mean that even the PROJECT info for the person changes when he moves to another dept?What woulc be the query then?
    (2)Show details of person, his managers , departments and project he works.
    is the below join proper? Please advise me ....if i have used many extra tables for this.
    select * from employees e, EMP_mngr_dept emd,departments d,EMP_project_Rltn p,
    projects p1
    where e.employee_id =1
    and emd.employee_id = e.employee_id
    and emd.department_id =d.department_id
    and p.employee_id = e.employee_id
    and p1.project_id = p.project_id
    PLEASE PLEASE ADVISE AND HELP ME IF THE ABOVE TABLES CREATED ARE MUST NEEDED AND EFFICIENT FOR MY SCENARIO.i AM VERY CONFUSED WITH THE NO OF TABLES REQUIRED.
    query to find expenditure of all projects together in terms of salary.
    (3)SQL to be able to show a person--->manager-->and their manager's MANAGER
    (4)How will managers to view all employees reporting to him.
    Edited by: [email protected] on Feb 23, 2009 2:55 AM
    Edited by: [email protected] on Feb 23, 2009 3:43 AM

    Hi,
    user_7000011 wrote:
    (3)SQL to be able to show a person---&gt;manager--&gt;and their manager's MANAGER
    select * from employees where employee_id in (
    select manager_employee_id from emp_manager_dept where employee_id =****)
    Start by showing a person and his managers. (Once you learn how to do this, adding the managers' managers will be easy.)
    Pretend that the person is in one table (let's call this table p), and their managers are in another (let's call it m).
    You can get all the information you need about the person using a query on table p.
    You can find who that person's managers are (just their id's) by joining p to emp_mgr_dept.
    You can find all the information about those managers by joining table m.
    So this is a three-way join: no sub-queries are needed. All the join conditions are simple equi-joins, such as "p.eid = emd.e_id".
    Since p and m are really the same table (employees), the FROM clause will contain two copies of employess, one with the alias p, the other aliased m.
    Notice that the query invloves three tables, but you do not need to display any columns from one of them. This happens a lot.
    (4)How will managers to view all employees reporting to him.
    select * from employees where employee_id in
    (select employee_id from emp_manager_dept where manager_employee_id in
    (select employee_id from employees where first_name ='***'))
    This is very similar to the problem above. I would solve this problem the same way, with a three-way join.The main difference is that you are starting with the manager's name, not the person's name. The relationships between the tables are the same.
    Another minor difference is that you do not need to display any information from the m or emp_mgr_dept tables. This is a little more unusual, but not really different from, the problem above, wherre the SELECT clause referenced two tables out of three.
    You could also use sub-query to solve this problem, but I don't recommend it.

  • Variable new_value doubts ( Rookie Needs Help Pls)

    i am using
    column global_name new_value gname
    after i do the usual select stuff to bring the value into gname
    what i don't understand is,
    1) is the gname here
    same as declaring
    variable game varchar2
    2) if it is, why cant i print gname;

    no, it is not same
    it is like defining gname. So you can "prompt &gname" but not "print gname".
    if you are referring to the buggy asktom script to set the sqlprompt, do not miss my note : def gname="SQL> " to attribute a value to gname, which will be overwritten is the database is open.
    regards
    Laurent

  • HT1349 How do you get help from apple if you don't know where to find the serial number of my "product."  I don't know if they mean my itunes program, my iphone, my computer, which one, the number on the computer (is there one), or something in Windows or

    How are you supposed to get help from Apple if you don't know what your serial number is?  They say to input the serial number of the "product" that you are asking about.  Since my problem is how to deauthorize/authorize computers, and they are saying I have more than 5 (which I have never owned more than 5 computers in my life), I can't imagine what serial number they mean.  Does it mean your desktop computer?  If so, which one?  Do they mean your device?  LIke your iPhone, iPod or whatever?  Do they mean the software ON one of your computers and/or devices?  If so, which program, and on which computer/device?
    We have three operational computers, one does not have iTunes on it.  Since Apple is saying I have more than 5 authorized computers, and I can't imagine what they are, I am afraid to deauthorize all my computers.  See what I mean?  I just wanted to ask the question about how I can find out WHICH computers Apple thinks I have authorized, so I can decide if it's safe to deauthorize them all or not.  I only know of 2 computers that have iTunes on them, so how can there be 5?  We also have 2 iPhones and 2 iPods in this family, but one of the iPhones has his own apple id.  He may have been using mine, since his computer died.  I read that those don't count as "computers" to the 5.  Do they, then?
    Help!  I can't contact apple because I have no idea what they mean about serial number.  I doubt they would help me anyway.  In order to get the serial number off my desktop computer (that has iTunes on it already), I will have to move furniture, so I don't want to if that's not it.  Is there some way to find the serial number in the software, either on my desktop or my iPhone?

    sunshinecowgill wrote:
    We have three operational computers, one does not have iTunes on it.  Since Apple is saying I have more than 5 authorized computers, and I can't imagine what they are, I am afraid to deauthorize all my computers.  See what I mean?  I just wanted to ask the question about how I can find out WHICH computers Apple thinks I have authorized, so I can decide if it's safe to deauthorize them all or not. 
    You could have more 5 computers authorized if you ever, for example, reformatted a hard drive or replaced a hard drive without deauthorizing the computer first. Apple's system would see that as a different computer, even though you don't. There's nothing to be afraid of in deauthorizing everything and the reauthorizing what you actually have. You won't lose any data. Mistimp is correct, they can't tell you which computers are authorized.

  • Can't start laptop - problems with automatic repair, need acces to admin account but there is none. HELP! :(

    Hello,
    I'm having problems with my windows 8 laptop.
    This afternoon I shut it down, and went to work. A few hours later when I came back home I noticed the little blue lights on the keyboard (showing me that the pc was charging and that my wifi is on) were still on. Normally these are off when the pc is turned
    off.
    I tried starting the laptop but nothing happened, the screen stayed black. I held down the 'on' button to force it to turn off, and turned it on again.
    I then got a textmessage on the startup loading screen that there were problems with my C drive (only drive the laptop has), so it went to automatic repair.
    *my laptop's language is set to Dutch so I'm translating everything :)*
    It gave me 2 options:
    1: Restart computer
    2: Advanced options.
    I tried option 1, didnt work ofcourse, it just restarted and I got back to this screen, so I checked what option 2 had to offer.
    I got to a screen with 3 options: 
    1: Continue to windows 8
    2: Solve Problems 
    3: Shut down
    When I tried option 1 the computer just restarted and went back to the same screen.
    When I tried option 3 it shut down as it should.
    Option 2 gave me 3 other options:
    1: Renew PC
    2: Factory reset
    3: advanced options
    Option 1 just restarted my pc and took me back to screen 1.
    Option 2 I havent tried yet, because it erases all of my files. This is a last resort.
    Option 3 gave me 6 other options:
    1: Systemrepair
    2: Repair with installationcopy
    3: Startuprepair
    4: CMD
    5: UEFI firmware settings
    6. Startupsettings.
    I can't use option 1,2,3,4 because I need to log in to an administratoraccount.
    The bad part is: the laptop doesn't have an administratoraccount.
    It was my parents laptop, and theyve set it up. I always assumed the account was an admin because
    I had acces to everything and didn't need a password to run things as admin and such.
    Turns out it isn't.
    I get this message (translated) when I try to acces one of these:
    'You have to log in as administrator to continue, but this pc doesn't have an administratoraccount'.
    I can't believe microsoft added a check to see if the pc has an admin account on it, and even added a specific message to show when it doesn't, but they didnt add the option to just use these tools when there is no admin account present? What were they thinking!
    Option 5 I havent tried yet, when I click it it says I have to restart to acces these settings, but I dont want to mess with something I know nothing about.
    Option 6 gives me a few options like run the pc in safety mode, run windows repair and disable auto-restart after something has gone wrong with windows. But when I select one of these options it doesnt work. It just takes me back to auto repair. It just doesn't
    doe anything.
    There are no other options. Nothing I can do. My pc is stuck like this. The only thing I *might* be able to do is a factory reset, but I havent tried, and that could also just give me an error about me not being admin.
    Some backstory of what I think caused this problem:
    I believe the problems started a week ago, last friday.
    I'm using a program called 'AVG TuneUp'. This program gave me a message telling me it was 3 months since it had checked my C drive for defects or anything. And it asked me if I wanted it to do so. Unknowing of the problems that would follow, I pressed 'ok'
    (or whatever it was). 
    I had to restart my pc for it to begin, because it could only check the drive during startup. It went to 12% and stayed there for like half an hour, after which I decided to google (on my phone) if that was normal. It turned out that that option doesn't work
    well with windows 8 and that lots of people's computers got ruined after using it. I stressed and I tried to shut it down, but since I was still in startup the only thing I could do was force the pc to shut down, so I held down the power button and it shut
    down. I restarted and managed to abort the proces. The laptop started fine and everything worked.
    A few days later a game/program I use called League of Legends started to act weird, because I could not log in on my account (for the game) anymore. Some error with IE settings, which I was unable to fix. For more info about that go to http://boards.eune.leagueoflegends.com/en/c/help-support-en/8Eoz315J-cant-log-in-to-lol-and-cant-log-in-to-steam-either-weird-coincidence.
    Although I doubt it will help. 
    That forum post also contains a link to a post I made on the Steam forum about not being able to log into steam anymore. (Steam is another program I used). I wasn't able to log into steam anymore about 1-2 days after I wasn't able to log into LoL.
    Also at the same time my Norton sortof stopped working. It showed up as active in my task manager and AVG TuneUp program manager, but it wasn't in my task bar and I couldnt acces the control panel.
    Then yesterday I checked my pc for errors with AVG TuneUp's 1-click maintenance tool, and it told me my C drive was fragmented badly, so I defragmented it using the tool. Laptop still worked fine after that.
    And then today I got the error on startup about my C drive having errors.
    Long story shot: Problem is probably caused because I stopped the repair of my C drive with the avg tuneup tool before it was done, however its weird that I'm only experiencing (big) problems a week after that happened.
    Hardware info: 
    It's a Samsung Ativ book 6  (google it for all the specs :) )
    RAM: 8 GB DDR3 
    CPU: intel 3230M @ 2.60 gHz 
    GPU: AMD Radeon HD 8850M
    HDD: 1 TB S-ATAII hard disc 
    I've found this page:
    http://answers.microsoft.com/en-us/windows/forum/windows_8-system/windows-8-taking-me-to-automatic-repair-but-no/6cbc995e-9ecb-4e28-8d6c-adabdecb8374?rtAction=1424369231072
    But I don't really understand what the answering person is saying, and my laptop doesn't have a CD drive..
    I really, REALLY hope someone can help me with this, because my laptop is basically 100% 'destroyed'.
    Kind regards,
    Christian Collaert

    Hello,
    Perhaps the operating system is incorrectly powering down or shifting the wireless adapter to a low power state in order to improve run time while on battery?
    Try going into the Device Manager (filename: DEVMGMT.MSC), locate the wireless adapter under the Network Adapters tree, view its Properties, and on the Power Management tab, disable (un-check) the Allow the computer to turn off this device to save power option.
    Please let us know if that makes any difference (or not).
    Regards,
    Aryeh Goretsky
    I am a volunteer and neither a Lenovo nor a Microsoft employee. • Dexter is a good dog • Dexter je dobrý pes
    S230u (3347-4HU) • X220 (4286-CTO) • W510 (4318-CTO) • W530 (2441-4R3) • X100e (3508-CTO) • X120e (0596-CTO) • T61p (6459-CTO) • T43p (2678-H7U) • T42 (2378-R4U) • T23 (2648-LU7)
      Deutsche Community   Comunidad en Español Русскоязычное Сообщество

  • IPhone draining - can I get help?

    My original question was deleted - I do not know why ... maybe I did use to much uppercase letters in the headline ? Here it is again:
    I know there are a lot of discussions around. But to be honest: I really do not want to read them. I remember some sentence of Steve Jobs: "It is just working" - and that is what I am expecting of my iPhone ....
    I own an iPhone 4S. It is now about a 1.5 years old and what I learned from apple is that most of your hardware just simply works over the time (my iMac is now 6 years old, a little bit slow, BUT: "It still works"!!). I just updated to iOS6 and ... Unfortunately I have to say: My iPhone does NOT work (as expected!) !!!
    I do not do very much with the phone: I read some emails (Push is on), I read some tweets (but the app is basically of), sometimes Facebook, but this is normally also of. Not much phone calls (<=5 a day). What I really do is playing songs from it for 0.5h in the train .. nothing much more. Ok, the basic featurs are turned on: WLAN (but there is no one around me), Bluetooth (again, nothing around me - but when I step into my car I want my iPhone to connect to the Cars telephon - I do not want to turn on BT explicitely), iCloud Support: Yes please! It turned it on, but I do not take any photos during the day, so there is not much of sychronizing .... And by the way: I do not play any games, esp. not any graphic near ones ...
    So what do I expect? Well, it should work the whole day....
    What does is do? It is DRAINING battery energy: I do not do anything but after one hour is lost5% of energy for nothing. When I step back into the train after a working day of 8 hours and with nothing done extraordenary I only have 20-15% of the battery... and it continues draining!!!!
    It is even worse: Sometimes my provider sends me an SMS telling me that I use more than the expected maximum of data in my "flatrate" and now my access is cut. But why and what application did require this ammount of data access they cannot tell me - they are ven not allowed to do by law (they would have to scan my intenet usage ..)
    I know there are much questions like this arround and there are even more answers to this ... and some of them might help me...
    But do be honest: I do not want to read them nor do I want to try to fix this on my iPhone myself (this remembers me too much to the old Windows days ....).
    I only can repeat myself: What I expect is: It should simply work....
    As I am also working in the IT I know this is a difficult expectation - there are so many iPhone installations around and you cannot try to help everybody with its special problem....
    ===>> BUT:
    Whould it be so difficult to develop a tool that tells me which process keeps on running and how much of the telephones ressources it uses?
    I could think about I nice warning message (popup window) saying: "Your FB app keeps up running for 2 hours and used 20% of your battery. Would you like to cancel the app?" ... THIS is something I would really expect from my iPhone (if it cannot control the resource usage in the background itself).
    I just heard from a friend that he stopped using his iPhone because the battery is draining.... Why can't you deal with these issues or provide proper help??
    Ok, now I finish with the problems ... Have a nice Xmas in the US!!!
    Christoph

    Eh... Nope... You don't get it. He is not talking about "enhancing performance". He is talking about making this thing WORK!
    Alcazzar: I'm with You on this. I have the same thing. My iPhone 4S is 1.5 years old. I'm the second owner. The first guy sold it to me saying he doesn't like the battery life. So I'm like - no problem, I'm a battery saver so no biggie for me. I don't keep data channels on so it will last a few days before recharging with me... It didn't...
    I don't know if it is because of the 6.0.1, but I have tried almost everything so probably yeah. This phone is so full of EPIC FAIL right now that I'm losing my last nerves here. So here is the situation:
    - WiFi - OFF
    - BT - OFF
    - Local. - OFF
    - 3G - OFF
    - Push - OFF
    - Siri - OFF
    - iCloud - OFF
    - every other blasted function and application in the background - OFF
    ...and the phone eats away 4-5% of the battery per hour on stand-by. *double facepalm*
    It lasts only a day and needs to be put on charge each and every night. If I'm using it NORMALLY (that is having 3G on, WiFi on, checking mail, facebook, playing some games) I have a feeling of a death clock in the upper right corner - it goes constantly 90... 89... 88... 87... in matter of minutes. THIS IS IDIOTIC! This is my work phone. For my private phone I have a Galaxy SIII (yeah, I like smartphones) and you want to know how much battery he eats? 10% per day on standby!!! That is how I expect it to work! I don't mind losing power when the phone is actually doing something. But 5% on STAND-BY with screen off?!?!?!
    I have tried almost everything - hard resets, DFU restore, normal restore, settings reset, shutting down notifications. Seriously everything I could find on anykind of forum. And I'm done... Just done... I'm breaking this thing open and replacing the battery next week, but I doubt it will help since people keep saying this is a 6.0.1 issue. I hope Apple does something with this because this is a joke. This is not Android and simple users can't really get inside this thing and see diagnostics. They can't really get help from other users who can only point them towards Apple manuals (yeah, thanks... like we didn't try that already...) or give there own tech-voodoo advice on how to solve this problem, because noone really can get deeper into this thing.
    This is depressing. Apple do something about this, please.

  • Error message photoshop cs4 need help with

    I get this message when in view of pdf open - how do I do what it says to do win7 pc
    TIA

    There's not much you can do about that message. Depending on how much video card memory you have and the resolution of your monitor you'll only be able to open a limited number of windows and still have OpenGL acceleration. You'll have to either lower the resolution of your monitor (not recommended), buy a video card with more memory (i doubt it'll help a lot when dealing PDF's with a ton of pages), upgrade to Photoshop CS5 (it slightly sidesteps this issue) or just live with that limitation.
    Also, that's not an error message, it's just a warning telling you that you won't be able to use the OpenGL features on more than 25 (in your case) windows/documents at a time.

  • 1099 Reporting doubts

    Hi all,
    I am doing 1099 coniguration for an US Company. I have the following doubts. Pl help me with your inputs.
    1. What is to be taken as reporting base for 1099 - Invoice or payment (withholding tax type for invoice posting or payment posting)
    2. How will the Vendor who gives tax exemption certificate be reflected in the Report.
    Thanks
    Sri.

    Hi,
    To flag a vendor in SAP as a 1099 vendor, two fields need to be populated.
    1. On the Control screen of the vendor master, populate either "Tax Code 1" field with his social security number if his social security number is his tax id. or "Tax Code 2" field with his corporate tax id. if he has been issued a corporate tax id. Input either of the two in their correct format i.e. social security as xxx-xx-xxxx or corporate id as xx-xxxxxxx.
    2. On the Accounting Info. screen, populate the "W.tax code" field under the "Withholding Tax" box with the value "07" if it is a US vendor or "42" if it is a foreign vendor.
    These are the two fields that specify a vendor as being a 1099 vendor.
    Any posts done before this changes were implemented will not show on 1099.
    You will need to run program RFWT0020 to flag 1099 items retroactively.
    ...and/or you can change the "Document Change rules" for BSEG-QSSHB and BESG-QSSKZ for account type "K" so that you can change the Withholding tax code after the line item has been cleared (i.e. after entering the required information in the vendor master record as the user above has recommended) (Refer to OSS Note: 363650).
    But if you use MIRO to post invoices, you might want to look at Note 482245 too...
    In SAP v40b, the new 1099 report is RFW1099M. It is a neat report since it merges all the three reports that are listed in the AP info system under the withholding tax.
    Regards,
    Satish Muvva.

Maybe you are looking for

  • I HAVE TWO ANTIVIRUS IN N8 AND IS BLOCKED

    Hello this problem i have and my phone is not working. ican close it and open it but after opening nothing working.Please help me.

  • Table row height adjustment

    I am attempting to insert a table to create an online business directory for my city. When I enter the table, it allows me to set my number of columns and rows, as well as the table width. However, it automatically sets the row height to 240 pixels.

  • PSE 8 and ACR 6.2

    Hi I have PSE 8 which currently has ACR 5.5 installed as a plugin. This will not read raw files from my new camera (Sony Alpha 580). I have down loaded ACR 6.2 to see if this would support the files, followed the instructions, moved the 8bi file as i

  • Powershell command to get cpu percentage as displayed in task manager

    Hi, I wish to extract the memory and cpu data of each process as shown in task manager. I am able to get the memory size in mb, but PercentProcessorTime does not return the exact process's cpu % value shown in task manager. function GetProcessInfoByN

  • BO Web service in Jboss

    Hi, We are planning to deploy BO web service provider and consumer application in JBOSS 4.2 enterprise edition on Linux RHEL 4. Currently, we are working with tomcat in windows. The supported platforms list for BO XI R2 doesn't have JBOSS as supporte