User specific popup problem

Hello experts ,
              I have used the Function module 'TH-popup' to give an user specific popup . But I can show a message less than 128 char by this Function module. Is there any other way by which I can print user specific popup longer than 128 char ?
Deb .

Hi,
I think you can only display a maximum message of 128 characters. There is also another function module SCCA_TH_POPUP which also has a message size of max 128 characters.
Danish.

Similar Messages

  • Strange user-specific display problem

    I use my MacBook with an external AG Neovo F-419 19"screen. I have one screen at work and another at home. It works beautifully except for one strange phenomenon: when I log into my account and watch the screen during start up, whereas it starts out having nice even-contrast graphics with a good color range, as the boot progresses it goes through two changes. At the first change the color balance changes, probably reflecting a calibration that I have done in the past kicking in from the Display Preferences info. But then it goes through a second change in which the contrast becomes extreme and the color range perhaps reduced and this then stays and I cannot reverse it by changing the settings in Display Prefs (I can alter the contrast, brightness, color balance etc. but I can't restore the normal color and contrast whatever I do). Bizarrely, however, I can restore things to normal just by rotating the screen and then Reverting to normal orientation.
    This is user specific as it doesn't happen if I login as another users and it reappaears when I log back in (andagain gets undone by rotating the screen). It seems not to be a function of a particular Display Profile as I have tried changing them and deleting, ditto for the Prefs file in my User Library. Moreover, the external display does not need to be connected - it happens when I use the Macbook on it's own, which is very annoying because then I cannot rotate the screen to get rid of it!
    If anyone has any ideas I would be very grateful as I do not want to transfer thousands of files into a new User account (I should say that I thnk this problem first arose in Tiger when I had another machine and it has migrated along with the User settings!!). Help!!
    Andy

    Hi,
    I think you can only display a maximum message of 128 characters. There is also another function module SCCA_TH_POPUP which also has a message size of max 128 characters.
    Danish.

  • User specific DVD problem

    Okay, I have a macbook running 10.5.8 with a Matshita DVD drive. There are 2 accounts on this macbook. The primary user of this macbook told me that the DVD drive is not working. Any CD she puts in the drive tells her that it's an invalid disc and ejects it. So I take the laptop log on with the other account and the CD spins up and launches iTunes. I'm still learning the guts of OSX but is there a preferences file in the users profile that I can remove to get this working again? I looked in the user's library/preferences for a plist file relating to the dvd drive but there was none. should I be looking at the iTunes plist files instead?
    I also have another issue with the time and what it's displaying, but I didn't know if that should be a separate post or not?
    Any help would be greatly appreciated.
    Thanks!

    If the issue is limited to that user account try starting up Safe Mode (It will take more time to startup in Safe Mode because it runs a directory check.)
    If your DVD functions correctly that way, go to System Preferences >> Accounts >> Login Items, and remove them. Boot normally and test. If not go to/Users/yourname/Library/Contextual Menu Items and move whatever is there to the desktop. Then do the same with /Library/Contextual Menu Items. Lastly, try moving/Users/yourname/Library/Fonts to your desktop and restarting. Log out/in or restart, if that sorts it start putting items back one at a time until you find the culprit.
    If not drag /Users/yourname/Library/ Preferences folder to desktop and restart.
    Let us know.
    EDIT: Wherever I have "yourname" just read it as the name of the problem account,
    -mj
    Message was edited by: macjack

  • Problem in user-specific search results

    Hi All,
    I have created an index which is indexing the docs properly. Now, I written a code to show user-specific docs using index management API's..
    I have used an EP5 current user.
    ISearchResultList results = session.getSearchResults(1,session.getNumberResultKeys());
    In the following stmt, I am getting the proper value for session.getNumberResultKeys(), but still ISearchResultList size always is zero.
    Is there anything I am missin in code or its a configuration problem??
    I have full control permissions to index as well as to repository folder..Can someone plz get me out of this problem..Its urgent
    Thanks & Regards,
    Udit

    Hi Udit,
    I got the solution for the problem. Here is the code I am using and its working great. Just give a try
    com.sapportals.portal.security.usermanagement.IUser user = null;
    user = (com.sapportals.portal.security.usermanagement.IUser)request.getUser().getUser();
    response.write("<html><head><title>Search</title></head><body>");
    ResourceContext c = new ResourceContext(user);
    try {
    IIndexService indexService =
              (IIndexService) ResourceFactory
         .getInstance()
         .getServiceFactory()
         .getService(IServiceTypesConst.INDEX_SERVICE);
         SearchQueryListBuilder sqb = new SearchQueryListBuilder();
         sqb.setSearchTerm("valero");
         IQueryEntryList qel = sqb.buildSearchQueryList();
         // get an instance of federated search
    IFederatedSearch federatedSearch =
              (IFederatedSearch) indexService.getObjectInstance(
              IWcmIndexConst.FEDERATED_SEARCH_INSTANCE);
         List indexList = new ArrayList();
         String index = null;
         if (index != null && index.length() > 0) {
         // take a specified index from index= parameter
         indexList.add(indexService.getIndex(index));
         } else {
         // take all available indexes
         indexList = indexService.getActiveIndexes();
         // it is recommended to use a search session object
         // for searching execution
         ISearchSession session = null;
         if (session == null)
         session = federatedSearch.searchWithSession(qel, indexList, c);
         this.renderResultHeader(response, session, indexList);
         // get all results from the search session
         ISearchResultList results =     session.getSearchResults(1, session.getTotalNumberResultKeys());
         response.write(" from session => " + results.size() + " and size is : " + results.toString());
    Here it will print the size of the ISearchResultList, the problem is the user we are passing to ResourceContext is not proper.

  • User-Specific Check-box is greyed out in the SAVE LAYOUT popup screen

    Hi Experts,
    I have created  a custom program and used the ALV grid.
    In the ALV grid I have included the Layout options menu. (Choose, Select, Save, Manage).
    When i try to save the layout, I cannot make it User-Specific. The User-Specific Check box is greyed out.
    Please let me know how to enable it.
    Appreciate you answers.
    Thanks,
    Jaffer Ali.S

    Did you set the attribute I_SAVE to 'A' ?

  • Smartforms user specific problem

    Hi
          I have a developed a smartform with two page , when i am excetuing this smartform from my user-id next page is not coming but when I executing this same form with another user-id it  displying both the pages . can you please tell me where is the problem.
    Thanks & Regards
    Girdhari

    Hi,
    Please look at the Printer of both users. This problem may arise when different printers are allocated for different users.
    Look at the print-preview screen of both users.
    If Printers are different for both users, then contact to Basis person.
    Regards,
    Keyur.

  • How to restrict users to not default layout while creating a user specific?

    Hi all,
               I have a problem with frequent changes in report layout setting. When users trying to create a user specific layout in the window "Default" is set, out of "User specific" & "default" checkbox defaultly, so users saving the layouts. so it's overwritting on existing layout. we are ossing the old data. how to restrict end users to create new one with out changing the existing one.How to change that default check in "Default" check box to user specific defaultly. where i have to do settings for this. Thanks in advance.
    Pradeesh

    Hi ,
    My problem is still not resolved. I tried applying the people picker property and set a specific field(an email id field) to be available to only admins. Now the field is not visible to the normal users but only admins which is good but that email field
    should be able to take normal users as wel as admin's email ID. currently due to the people picker property it only takes admin's ID and not normal user's ID - which is not as per expectation.
    What this email ID field does is - when a normal user is logged in he/she wont see this field in that view. But when an admin logs in he/she can switch to admin view and see this field . The admin can put any user's ID in this field and pull out the required
    resource's Time Report for modification.
    Please let me know how do i overcome my problem. Detailed step description will be very helpfull .
    As per Cameron's suggestion (add a rule on the "additional admin section") , i am not sure how exactly that is done. Would help a lot if i got to know how this works.
    Regards,
    Guru

  • Setting user specific contract data while creating sales order using BAPI

    Hi all,
    I am creating sales order using BAPI - BAPI_SALESORDER_CREATEFROMDAT2.
    Now my problem is that there is no structure for contract data (i.e. VEDA), system automatically set contract data using customization values.
    I am doing some validations on cotract data in MV45AFZZ which fails, because these validations are performed on standard values, user specific values r not set.
    How to handle this issue, your small clue may help a lot.
    Regards,
    S@meer

    HI
      Pricing will be carried basing on the pricing
    procedure.
    Case1: Prices will be carried out automatically if
    necessary condition records are maintained for the
    condition type.
      For this you can go to Sales Order-> Item Conditions
    In the screen you can click on command button Analysis,
    which gives you the list of condition types associated
    to the pricing procedure. By clicking on the condition
    type you can know the action that has taken place.
    Case2: Manually forcing prices for Items.
      To do this, you have to populate ORDER_CONDITIONS_IN &
    ORDER_CONDITIONS_INX. Also note to identify the item
    numbers, you manually pass the item number for each item
    in the sales order, use the same item number for
    populating conditions.
      Parameters required:
    ORDER_CONDITIONS_IN:
      ITM_NUMBER, COND_TYPE, COND_VALUE, CURRENCY
    ORDER_CONDITIONS_INX:
      ITM_NUMBER, COND_TYPE, UPDATEFLAG, COND_VALUE,CURRENCY.
       Hope the above info helps you. Do revert back if you
    need more info.
    Kind Regards
    Eswar

  • User-specific Selection Variables in Variants

    Hi,
    I am triing to follow the tutorial in the help.sap.com concerning the variants.
    http://help.sap.com/saphelp_47x200/helpdata/en/c0/980386e58611d194cc00a0c94260a5/frameset.htm
    I would like to create a User-specific Variables for a variant.
    I created set/get param for my report, I also created entries in the user master record. But: In the variants maintenance tool (SE38). First I edit the attributes of my variables and choose the selection variable option for some fields. Second I highlight in green the user specific column stoplight. But clicking F4 doesnt propose any value. Then saving doesnt work neither.
    Thank you,
    Younes

    Umar,
    When I click on the button save a modal popup it says "Variables not supplied with values. Save anyway?". I dont know how to supply the variables with values.
    With the Function module VARI_USER_VARS_GET I am not able to Read existing variable values. Also in the selection screen of my report the menu  Goto -> User variables is not enabled. Maybe I am missing something? Could you help me.
    Thanks,
    Younes

  • User specific layout settings

    Hi
    We are assign the specific lay out for specific user the system is not allowing to save the data the following is the error description
    User-specific layouts must start with a letter (A-Z)
    kinly let me know if this is the authorisation issue
    the functional consultant can able to do the setting
    please provide the solution
    thanks in advance
    Regards,
    Jyothi

    hi
    thanks for solution
    i am followed the same 
    but still the problem is same
    exactly what iam doing is
    once we entered the screen there is some standard layout is picking the system that is 0SAP
    Than iam selecting the  choose button and selectin gthe  layout 3SAP
    than iam saving the data
    system ids giving the pop up and there iam selecting the reqired layout and selecting the check mark user specific and saving the data . removed the even after 3 in 3asp
    but still the problem is same
    kindly explian me the procedure if iam wrong
    thanks in advance

  • User specific default setting

    Hi Guru's,
    I have one ALV z-report.
    I have created two layout which is user specific.
    At the time of selection of layout system is allowing me only default setting and the field of user specific is showing gray.
    What will be the problem?
    Can anybody help me for this?
    I want to assign that layout to my specific user.
    But in the std report e.g. MB51 system is allowing me to assign layout at user specific.
    Thanks & Regards,
    Nilesh Ithape
    9967166393

    Hi Nilesh,
    As you are telling it is Z-Report,definitely problem may be with coding. Consult your technical people over there or post this in ABAP related forum.
    Regards.

  • User specific settings in SSM_CUST table

    Dear experts,
    i know it is not a right forum for post this thread but i am not able find to right forum for such problem
    My problem is that i disable favorites by adding parameter ALLOW_TCODE_START in SSM_CUST table
    and it disble all the user to add tcode in favorites but i want user specific that i (administrator) am able to add tcode
    in favorites but my client(subuser) not able to add tcode in favorites in sap easy acess .is it possible
    please help.......................

    THANKS FOR REPLAY SIR,
                          but i know all the configuration of USERS_SSM table
    where follwing configuration to hide for particular user  is given:-
    1 user menu
    2 sap menu
    3 web menu
    4 compny menu
    but i want to disable favorites for specific user which i think is only possible by table SSM_CUST  with parameter
    allow_tcode_start but it disable favorites of me (admin) as well as my client but i want i am able
    to add tcode in favorites  but my client not able to add tcode in favorites
    please help...............

  • Require user specific F4 functionality for a field in a program output

    Dear all,
    My requirement is i am using a field for ex: bukrs, name1 for an output. when iam using this two field in a program, if that program executes, i need F4 functionality for user specific. f4 functionality should show depends upon the name1.
    In a template i have these two variables, when i give name1 as 'ABCD' and press f4 for the bukrs it should display only bukrs which are mapped to ABCD. Lets assume one table is there for name1 mapper to bukrs.
    How it is possible. if so please let me know.
    Regards
    Arani Bhaskar

    Hello Arani,
    I think solution to your problem lies in using MATCHCODE addition to parameters and select-options as well.
    (This is from SAP F1-Help)
    ... MATCHCODE OBJECT search_help
    *Effect*
    This addition links the input field of the parameter to a search help search_help from the ABAP Dictionary. The name of the search help must be entered directly. For the input field of the parameter on the selection screen, the input help key is displayed. When the input help (F4) is requested, the user is displayed the hit list from the search help. When an entry is selected, the respective value is placed into the input field. If no search help for the specified name exists in the ABAP Dictionary, a message is displayed in the status line when the input help is requested.
    The addition MATCHCODE OBJECT cannot be used together with the additions AS CHECKBOX or RADIOBUTTON.
    *Note*
    The predecessors of search helps in the ABAP Dictionary were socalled matchcode objects. This is why you have the name MATCHCODE OBJECT for this addition. Matchcode objects that have not yet been replaced by search helps continue to be supported by this addition.
    *Example*
    Linking the parameter p_carrid with a suitable search help. When you choose the input help on the selection screen, a list with the names of the airline carriers is displayed. If a name is selected, the corresponding abbreviation is placed in the input field.
    PARAMETERS p_carrid TYPE s_carr_id
               MATCHCODE OBJECT demo_f4_de.
    Moreover, please read about using MATCHCODE, hope it helps you, Arani.
    Thanks: Zahack

  • KOB1 ALV greyed out checkbox "user specific"

    Hi Experts,
    following problem, in ta KOB1, during saving a layout the "user specific" check box is greyed out.
    the outorization object s_alv_layo (act.23) & s_alv_layr are granted to the user profile.
    No outorization problem in su53
    the oss-notes: 1667238 1818614 are implemented correctly.
    any suggestions are welcome
    br
    Julius

    Hi Julius,
    Please check SAP note 331416 - CO line item reports: EXIT_SAPLKAEP_009. This will help to find out whether your system has specific coding activated. Point 3 in note is as follows:-
    3. All users may change all layout/display variants in the standard setting.You should now change this so that only the user 'THE_BOSS' has the authorization to make changes.All other users should only be allowed to change user-defined variants/layouts.
                  Solution:parameter I_SAVE is responsible for the control of the variant/layout maintenance. Its characteristic values are:
    a) ' ' = display variants cannot be saved
    b) 'X' = standard save, user-specific saving is not possible
    c) 'U' = only user-specific saving
    d) 'A' = standard and user-specific saving
                  In the standard system, I_SAVE = 'A'. You have to set this to 'U' for all users except for 'THE_BOSS'.Also refer to Note 310293 regarding this problem.
      if sy-uname ne 'THE_BOSS'.
        i_save = 'U'.
      endif.
    Regards,
    Anand Raichura

  • User specific setting for SSM_CUST table

    Dear experts,
    i know it is not a right forum for post this thread but i am not able find to right forum for such problem
    My problem is that i disable favorites by adding parameter ALLOW_TCODE_START in SSM_CUST table
    and it disble all the user to add tcode in favorites but i want user specific that i (administrator) am able to add tcode
    in favorites but my client(subuser) not able to add tcode in favorites in sap easy acess .is it possible
    please help.......................

    Please anyone give some suggetion on it
    i m in great problem
    please help............

Maybe you are looking for

  • How to pass values in select statement as a parameter?

    Hi, Very simple query, how do I pass the values that i get in the cursor to a select statement. If table1 values are 1,2,3,4 etc , each time the cursor goes through , I will get one value in the variable - Offer So I want to pass that value to the se

  • Printing in ECC5 on a external ITS

    Hi, We are upgrading from 46C to ECC5. We still want to use the external ITS. Everything works fine except that the printing in the iTS does not work anymore. We are on ITS 620 and everything worked fine before. We use the new LPD1 device that ECC5 n

  • How can I change an embedded link to a website in a pdf

    How can I change an embedded link to a website in a pdf in Pro XI for Mac?

  • Problem with instantiating array

    Hi, so my problem is 2 fold :) First off, here are my constructors: public class ArrayBag implements BagADT<Object> {     public Object[] bag;     private int bagSize = size();     public ArrayBag() {         bag = new Object[100];     public ArrayBa

  • Deviation From Budget in Alert management

    Hi, I set Budget Amount INR.10000 and Document  is Purchase Order i set alert through email ,int.when i add purchase document the PO value is exceed INR10000 (Ex:20000) .But Alert Message not triggered. Thank u sridhar