Maintain Text PA - Authorization issue?

Hi experts,
I'm having a problem when updating text in infotypes using "Maintain Text" (F9). Most user's SAP GUI block when trying t access the text window (after clicking Maintain text). SAP GUI just freeze (no message). It's the only time I have got an error like this.
Since some users are able to maintain text, do you think it could be an authorization issue?
Could you please show me which authorization object should be customized to let them to maintain text?
If you think is not an authorization issue, any idea?
I would really appreciate your help since I run out of ideas...
Thank you very much
Chema

Hi Dilek,
thank you for your help. SU53 shows a problem with authorizations for P_ORGXX (R, ,,,,) for people who can't maintain text, but it also show a problem with P_ORGINCON (R,,,,,,,) for people who can.
I know these two authorization object are related to infotype read/writing, but it is also related to maintain text feature?
MS Word comment seems a posible explanation, because since SAP GUI blocks should be any local configuration issue, but still all computers has the same version and instalation.
Thank you again for your help
Cheers,
Chema

Similar Messages

  • Secured WebDAV Mounted Volume Authorization Issues

    I use a secure WebDAV mounted volume from myDisk.se and up until the latest Security Update have had zero issues being able to manipulate files and folders as I would on a normal volume. However, since the installation of the Security Update (2009-004 (PowerPC) 1.0) I find weird things happening with this mounted volume:
    1) I am able to mount the secured WebDAV share using my security credentials.
    2) I can create a default "untitled" folder but when I try to change its name, the WebDAV authorization dialog pops up and despite entering the same credentials (why, I am not sure as the volume has already been properly credentialed in order to be mounted), access is denied.
    3) Trying to create a file within a folder on the mounted WebDAV volume I previously created pre-update causes the same authorization issue.
    I have no other WebDAV shares I can try to mount from any other companies so I am not sure if this is a myDisk issue or one borne from the Security Update. I am not a .Mac/MobileMe user and that info is not filled out in System Preferences. The internal hard drive has been meticulously maintained with Disk and Permissions repair being run both before and after each and every software update installed. Likewise, the volume's structure is also checked both before and after and shows no need for repairs.
    Any ideas? Perhaps there is a corrupted file somewhere that's affecting the authorizations needed by this third-party WebDAV volume?
    The machine that has this problem is the last model iBook G4/1.33GHz 12" display, 1.5GB RAM, and a 100GB 5400rpm HD which replaced the stock OEM 40GB 4200rpm drive about one year ago.
    I'm not willing to do an Archive and Install at this point as the loss of the WebDAV access to my online volume is not critical. Inconvenient as heck but not to the point where I'm willing (or able) stop my normal work to spend the hours it will take to get WebDAV access back.
    Thanks in advance for any insights.

    same problem here with webdav, I can't mount my idisk from university network on Mac Pro 10.5.3 (although it mounts fine from home network on both ibook and PMG5 10.5.3). Everything was fine with 10.5.2 and I already re-installed 10.5.3 combo. Other bugs as well with .Mac prefs (keeps crashing, sometimes it shows the available space on idisk but still no mounting, with error -35 or -8086), but .Mac sync is OK
    Jun 11 12:34:21 webdavfs_agent[579]: mounting as authenticated user
    Jun 11 12:34:22 kernel[0]: webdav server: http://idisk.mac.com/[username]/: connection is dead
    Jun 11 12:34:22 KernelEventAgent[75]: tid 00000000 received VQ_DEAD event (32)
    Jun 11 12:34:22 kernel[0]: webdav_sendmsg: sock_connect() = 61
    Jun 11 12:34:22 KernelEventAgent[75]: tid 00000000 type 'webdav', mounted on '/Volumes/[username]', from 'http://idisk.mac.com/[username]/', dead
    Jun 11 12:34:22 kernel[0]: webdav_sendmsg: sock_connect() = 61
    Jun 11 12:34:22 KernelEventAgent[75]: tid 00000000 found 1 filesystem(s) with problem(s)
    Jun 11 12:34:22 kernel[0]: webdav_sendmsg: sock_connect() = 61
    Jun 11 12:34:52: --- last message repeated 1 time ---

  • Authorization issue in Info spoke

    Hi all,
    I am facing some authorization issue when executing info spoke in process chain.
    Info spoke is working fine in direct Scheduling (both background and Dialog).
    Am getting this error after execution of process chain
    "System error: RSDRC / FORM AUTHORITY_CHECK RSDRC / FORM AUTHORITY_CHECK R"
    "System error: RSDRC / FUNC RSDRC_BASIC_CUBE_DATA_GET RSDRC / FUNC RSDRC_B"
    "System error: RSDRC / FORM DATA_GET RSDRC / FORM DATA_GET RSDRC / FORM DA"
    "Extraction Cube : Error in DataManager API".
    I dont know why this problem comes.
    Can anyone tel me what went wrong and how to solve it.
    Thanks in advance.
    Kind regards,
    Shanbagavalli.S

    Hi All,
        The above issue is getting due to # character in text at end(e.g ljdfsaa##). After removing # characters in text issue got resolved.
    Thansk,
    Manjunatha

  • ABAP dump on authorization issue

    hello,
    I am not sure if this is the correct forum for this or not.
    I have an ABAP program that was written before I got here that performs the following statement
    <b>OPEN DATASET w_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.</b>
    where w_file is a file on the app server. the users that run this program have no issues.
    I have made a copy of the program to add some additional functionality and when the users run this program, the program is abending with the following error messages when trying to execute the same command stated above
    Runtime Error      OPEN_DATASET_NO_AUTHORITY
    Except.               CX_SY_FILE_AUTHORITY
    I have talking to the security person and he is going to make another role with the authorizations needed to run the program but I am curious as to why the same person can run the one program successfully and my program (which does basically the same thing when it comes to the file processing) abends with the authorization issue.
    thanks in advance for your help

    I believe you can use FM to check if user has sufficient authorization.
    NOTE: authority-check uses PROGRAM NAME, so it looks like your profile should be updated with new program name.
    Here is what help says :
                                                                                    Check file access authorization                                                                               
    Functionality                                                                               
    This function module allow you to check the user's authorization to          
        access files (with the key words OPEN DATASET, READ DATASET, TRANSFER and    
        DELETE DATASET). A check should be performed before opening a file.                                                                               
    The authorization check is performed uwing the authorization object          
        S_DATASET.                                                                               
    Description of function parameters:                                                                               
    o  PROGRAM: Name of the ABAP/4 program that contains the file access. If     
           no program name is specified, the system assumes the current program.                                                                               
    o  ACTIVITY: Access type. The possible values are:                                                                               
    -  READ:              Read file                                           
           -  WRITE:             Change file                                         
           -  READ_WITH_FILTER:  Read file with filter function                      
           -  WRITE_WITH_FILTER: Change file with filter function                    
           -  DELETE:            Delete file                                                                               
    o  FILENAME: Name of accessed file                                                                               
    Example                                                                               
    TYPE-POOLS SABC.                                                                               
    CALL FUNCTION 'AUTHORITY_CHECK_DATASET'                                      
             EXPORTING  PROGRAM          = 'ZDATASET'                                
                        ACTIVITY         = SABC_ACT_READ                             
                        FILENAME         = '/tmp/sapv01'                             
             EXCEPTIONS NO_AUTHORITY     = 1                                         
                        ACTIVITY_UNKNOWN = 2.                                                                               
    Notes                                                                               
    The values to be passed as the ACTIVITY are defined as constants in the      
        TYPE-POOL SABC.

  • S_CTS_ADMI Authorization issue

    Hi Experts,
    Every now and again a user sends me a SU53 with the error requesting access to S_CTS_ADMI field TABL. The user of this morning is trying to release a purchase order using transaction ME29N. Why would the SU53 indicate that the user want to maintain the control tables of the Change and Transport System in Production when they are trying to release a purchase order? I am running a trace ST01 but it's not helping.
    Could you please help me to resolve issue.
    Thanks
    Pavel

    Hi
    Gowri is perfectly ok. Below Objects checked.
    M_BEST_BSA
    M_BEST_EKG
    M_BEST_EKO
    M_BEST_WRK
    Along with that M_EINK_FRG also get checked.
    Check for access to all of the above Objects in user master records. Before that check with MM team to get these values of the PO that the approver is trying to release.
    1) Document Type : Relate with M_BEST_BSA
    2) Purchasing Group : Relate to M_BEST_EKG
    3) Purchasing Organization : Relate to M_BEST_EKO
    4) Plant : Relate to M_BEST_WRK
    5) Release code & release Group : Relate to Object M_EINK_FRG
    You also can get these information through ME23N
    If all of the above matches with user master record and PO then there is no further authorization issue. Rest on MM team !!!!!
    Best of luck...
    Arpan

  • Regarding BI Authorization Issue

    Dear Friends,
    can anyone help me to solve this issue..
    I have a Authorization Issue, u201CNO Authorization u201C
    Error : EYE 007 ( Insufficient Authorizations )
    I have follow this stepsu2026
    Steps 1 :-
    Define Authorization-Relevant Characteristics ( ZCUSTOMER )
    Note : I have 0Division values C100 and C200, I want to restrict the user on ZCUSTOMER = 100.
    Steps 2 :-InfoObjects as u201Cauthorization-relevantu201D
    Eg: 0TCAACTVT
    0TCAIPROV
    0TCAVALID
    0TCAKYFNM
    ZCUSTOMER
    Steps 3 :-Using T-code : (RSECADMIN) created the Analysis Object
    For example : ZAUTH In That I have taken
    ZCUSTOMERrestricted with value C100.
    0TCAACTVT with 3 ( Display )
    0TCAIPROV with * ( Astric )
    0TCAVALID with *
    0TCAKYFNM with *
    Steps 4 :-
    Assign Authorizations to Roles
    Use authorization object S_RS_AUTH for the assignment of
    authorizations to roles.
    Maintain the authorizations as values for field BIAUTH
    Ex: ZTESTA1
    S_RS_AUTH
    Here I have given my Authorization Analysis Object ( ZTESTA1) which I have created in RSECADMIN.
    S_RS_COMP
    Activity Create or generate, Change, Display, Delete, Execute <...>
    InfoArea : ZDEMO_ MIHI
    InfoCube : ZCUBET
    Name (ID) of a reporting compo : ZTEST_Q0001
    Type of a reporting component Calculated key figure, Query View, Query, Restricted key figure <...>
    S_RS_COMP
    Activity Create or generate
    InfoArea :ZDEMO_ MIHI
    InfoCube : ZCUBET
    Name (ID) of a reporting compo :ZTEST_Q0001
    Type of a reporting component :Query
    S_RS_COMP1
    Activity Display, Execute
    Name (ID) of a reporting compo : ZTEST_Q0001
    Type of a reporting component :All values
    Owner (Person Responsible) for *
    S_RS_COMP1
    Activity Change, Display, Delete, Execute, Enter, Include, Assign
    Name (ID) of a reporting compo ZTEST_Q0001
    Type of a reporting component All values
    Owner (Person Responsible) for :*
    S_RS_ICUBE
    Activity Create or generate
    Infocube Sub Objects: DATA, Update rules, Data Definition, Aggregats
    InfoArea :ZDEMO_ MIHI
    InfoCube : ZCUBET
    S_RS_IOBC
    Activity Create or generate
    InfoArea :ZDEMO_ MIHI
    Infoarea Catalog : zioc_test, Zkf_test
    S_RS_IOBJ
    Activity Create or generate
    InfoArea :ZDEMO_ MIHI
    InfoObjets: ZCUSTOMER, ZDOCNO,ZMATERIAL
    Steps 5 :-
    AND Assign this Role to User.
    Steps 6 :- ERROR
    When I execute the Report it is showing u201CNO Authorization u201C
    u201C Insufficient Authorization u201C
    EYE 007.
    Regards
    Siva

    Hi,
    In RSECADMIN try to put on the trace with your user id & execute the query . System will give you list of authorization object with red color which needs to be reconsidered in order to execute report without error.
    Hope that helps.
    Regards
    Mr Kapadia

  • Maintain Text in Different Language

    Hi PS Expert,
    I have query for maintaining text in multiple language, let me elaborate my query..
    I created std project having all WBS element & maintain WBS Text ( description) in English lanuage.Now my client prefers that if a person in other country log into SAP in German language then he should see all description in German language.
    I have one solution that log into SAP in German Language & maintain all text again in German language. This will be just repeatition of the work what I did in English language.Client wants to maintain all text in 6 language & I have to repeat the same work 6 times.
    If you have come across such issue , please tell me about your solution.
    Regards,
    Ashok Sangal

    Hi Ashok
    Activate business function OPS_PS_CL1
    Multi language support has to be activated fro the Object ML(IMG-->Project system-->activate multi language support)
    when you create a new PS object , a new tab short text appears, in which you can maintain different language keys and description
    so when ever user logs in different language then the description of PS object will appear in that language if it is maintained in short text tab
    vijay

  • Maintain Text in Infotype 0041 via LSMW

    Hi,
    Has anyone had success loading text into Infotype 0041 via lsmw?
    I am trying to create an lsmw to maintain text in infotpye 0041. I follow the route PA30, then when in IT0041 I go to edit and maintain text.
    The problem is that I get a syntax error because the field I am trying to update is RSTXP-TDLINE which is a length 0 and format type string. LSMW won't accept string fields so in the generated program for the lsmw the line reads: "tdline_01(000000) type c,". This obviously doesn't pass the syntax check.  
    Any help greatly appreciated.
    Regards,
    Warren.

    Hi
    I just tried to create a LSMW in my DEV environment. I didnt get any error when recording. I entered the text in IT41 without any issue. What I am getting in the source code is:
    RSTXP-TDLINE(01)               Abcde                TDLINE_01            ABAP Source Line
    Am I missing what you are seeing?
    Cheers
    Pramod

  • Planning Stucture authorization issue in SCM

    Hello Experts,
    Need your help.
    In our SCM7.0 system, we have implemented FM: /SAPAPO/MCP_PERMISSION_CHECK2 for authorization check to Planning Structure Infocube. That is working fine.
    Now Users are facing authorization issue in Prodcution when they executed transaction /n/SAPAPO/SDP94 with below message.
    Error message: You do not have authorization for all the characteristic values selected Message no. AUTHORITY041
    Analysis authorization trace message: " Message EYE001:    You do not have sufficient authorization for InfoProvider ZDM_PLN1 with activity 03.
    We have assigned customized analysis authorization and that is maintained with InfoProvider  "0TCAIPROV" as " * ".
    Earlier this was working fine in production but now users are getting authorization issue. When we tested in other systems, it is working fine.
    I appreciate your help in this issue.
    Regards
    Ravi
    Edited by: Ravi K on Jul 5, 2011 6:04 PM

    Ravi
    Verify the selections in the Production system v/s the test system. Are they exactly the same ? I can think of two possibilities -
    1. User is attempting to access a selection where he/ she does not have access to at least one of the CVC's filtered by the CVC.
    2. The selection definition should (but does not in your case) contain the characteristic on which the authorization is setup.
    Rishi Menon

  • Authorization issues after generating PFCG profile using CRMD_UI_ROLE_PREPA

    Dear expert
    We create a navigation bar profile and a business role. Then, we generated a PFCG profile for this business role to gather all the authorization object required to meet the functionality provided in this business role. For that, we used the program CRMD_UI_ROLE_PREPARE and then, imported file in our PFCG profile.
    But after assigning the user to this business role and PFCG profile, we still have authorization issues. For example, the result lists are not displayed.
    The kind of error we get is:
    +Cannot display view BP_CONT/ContactDetails
    An exception has occurred Exception Class  CX_BSP_DLC_CONFIG_GENERAL_ERR - Error creating configuration model 
    Method:  CL_BSP_DLC_VIEW_DESCRIPTOR=>LOAD_APPL_MODEL 
    Source Text Row:  14
    Cannot display view BP_ADDR/StandardAddress
    An exception has occurred Exception Class  CX_BSP_DLC_CONFIG_GENERAL_ERR - Error creating configuration model 
    Method:  CL_BSP_DLC_VIEW_DESCRIPTOR=>LOAD_APPL_MODEL 
    Source Text Row:  14 +
    Thanks in advance for your help
    Best regards
    Stephanie

    Hi,
    It is not a short dump but an exception raised in the new UI:
    Cannot display view BP_CONT/ContactDetails
    An exception has occurred Exception Class CX_BSP_DLC_CONFIG_GENERAL_ERR - Error creating configuration model
    Method: CL_BSP_DLC_VIEW_DESCRIPTOR=>LOAD_APPL_MODEL
    Source Text Row: 14
    Stephanie
    Edited by: Stephanie Blouin on Oct 23, 2008 7:48 AM

  • Problem while loading texts and authorization objects file in RAR

    Hi all,
           i am getting internet explorer error while loading the texts and authorization objects text files in RAR .actually we uploaded rule file before this,does this step causes any error ?if so how to resolve this error.do i need to remove all rules/risks and then load text and authorization files? is there any shortcut to renove all risks generated in one shot? please reply me soon to resolve this.
    Thanks,
    Joseph.

    Hi Joseph,
    Please make sure to convert both the files in UTF-8 encoding format and then try to upload the files again. This should resolve the issue and if not then please paste the logs here.
    Regards
    Harleen

  • Authorization issues on opening a dataset

    hello,
    I am not sure if this is the correct forum for this or not.
    I have an ABAP program that was written before I got here that performs the following statement
    OPEN DATASET w_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    where w_file is a file on the app server. the users that run this program have no issues.
    I have made a copy of the program to add some additional functionality and when the users run this program, the program is abending with the following error messages when trying to execute the same command stated above
    Runtime Error OPEN_DATASET_NO_AUTHORITY
    Except. CX_SY_FILE_AUTHORITY
    I have talking to the security person and he is going to make another role with the authorizations needed to run the program but I am curious as to why the same person can run the one program successfully and my program (which does basically the same thing when it comes to the file processing) abends with the authorization issue.
    thanks in advance for your help

    Hi Timothy
    Well it is the correct forum
    When ever your accessing the file system the authorization object S_DATASET is checked.
    This object has Filename, activity and <b>program name</b> as input parameter.
    Best Practice would require you to limit access as much as possible, so my guess is that access only has been given to the original program, and not your new one - that's why your getting the ShortDump.
    You can find the documentation here: http://help.sap.com/saphelp_webas620/helpdata/en/fc/eb3d5c358411d1829f0000e829fbfe/frameset.htm
    Regards
    Morten Nielsen

  • How to maintain TEXT ID GROUP (table TTXERN)

    Dear SAP,
    I am having a problem on how to maintain TEXT ID GROUP (table TTXERN). Where is it configured and why after upgraded to ECC6, this table doesn't cover all data availbale in table TTXER?
    Your expert advice is realy much appreciated. will give points for those who help me out this problem.
    TQ
    Regards,
    Nazrul

    You need to run the program SDTXT1AID, it will list all entries present in TTXER but missing in TTXERN.
    It is very common to come across this issue during SAP upgrade.
    You can refer to the std documentation of the program &/or Google it to find further details

  • "Maintain Text" (press F9) in LSMW

    How to handle "Maintain Text" (press F9) in LSMW. The problem is when converting String to Character. Anyone have experience for this?
    rgds,
    Handoko

    Hi
    I just tried to create a LSMW in my DEV environment. I didnt get any error when recording. I entered the text in IT41 without any issue. What I am getting in the source code is:
    RSTXP-TDLINE(01)               Abcde                TDLINE_01            ABAP Source Line
    Am I missing what you are seeing?
    Cheers
    Pramod

  • PA30 Display Facsimiles Authorization Issue

    Dear All,
    I am facing one authorization issue in PA30 Transaction. User trying to display the archived documents from PA30 > Extras > Display All Facsimiles, when user trying to execute he is facing the below authorization issue.
    You have no authorization to display the facsimile
    Message no. PG424
    I have analyzed this issue this is lack of infotype authorization, but I am not sure which infotype we have to give under P_ORGIN authorization object. SU53 not showing anything for infotype, it is showing  ' ' in infotype.
    I checked the below SAP notes also.
    1562091 - Display all facsimiles: Incorrect Message PG424/PG425
    1990223 - HRFORMS : Can not view archived documents in PA20
    373063 - Authoriztn for applicnts opticl archv does not work
    User getting access If I maintained Star (*) or (' ') . Please help me to solve this issue.
    Thanks
    Kishore ch

    Hello,
    You can check which Infotype your archived document is linked to in table V_T585O. A user will require read authorization for that infotype as well as an authorization for S_WFAR_OBJ for the document type. If I'm not mistaken you may even need S_TCODE or P_TCODE for transaction SDV.
    Secondly, I would not advise you to rely only on SU53 data for authorization checks as it only shows the last failed authorization check. You'll get a better view on what's going on by using the system trace (ST01) or the authorization trace (STAUTHTRACE).
    It seems a bit odd to me that assigning P_ORGIN with value ' ' for INFTY would solve the problem as that is the dummy value and should match with any other INFTY value your user has. Seeing as he/she has PA30 then I assume he/she will already have an authorization for P_ORGIN. Check the settings in V_T585O for the document type. Maybe someone made a mistake there and left the Infotype cell empty instead of "-".
    Good luck
    Brent

Maybe you are looking for