Authorization data is updated after adding transaction in role menu

Hi Experts,
When we add transaction in the menu of a role, the objects and organization levels related to the transaction are not getting reflected in the authorization data. Only object S_TCODE is coming. As an example if we add transactions MM01, MM02, MM03 in the role menu, under authorization data only object S_TCODE is coming. No other authorization object or org level are coming.
This is only happening in one system. Kindly suggest.
Thanks and Regards,
Amit Jana.

Hi Jurjen,
Thanks a million for your reply. The customer tables has been filled up from su25 and this has solved the issue.
Thanks and Regards
Amit Jana.

Similar Messages

  • A/P Invoice Vendor Ref Number Field updating after adding the Invoice Copy

    Hi All,
                  I am able to change the Vendor Reference number in A/P Invoice Document after adding the Document.  I want to restrict this to happen. Plzz help how to do this????
    Regards,
    Sree.

    1.The Modify Posted A/P Documents authorization refers to some fields only, e.g. the Due Date or Pay to address.
    2. Additional authorization can be defined only for full forms, not for fields.
    3. The SP Joseph suggests will refuse those modifications when the Vendor ref is empty.
    To avoid modifying the Vendor ref you can use this code:
    IF @Object_type = N'18' and @transaction_type = N'U'
    BEGIN
    declare @li int
    set @li=
    (select max(t.LogInstanc)
       from ADOC t
       where t.ObjType=18 and t.DocEntry=@list_of_cols_val_tab_del)
    IF
       (select isnull(t.NumAtCard,'')
        from ADOC t
        where t.ObjType=18 and t.DocEntry=@list_of_cols_val_tab_del
          and t.LogInstanc=@li-1)
    !=(select isnull(t.NumAtCard,'')
       from OPCH t
       where t.DocEntry=@list_of_cols_val_tab_del)
    begin
      Set @error = 10
      Set @error_message = N'Vendor refernce not modifiable !'
    end
    END
    Or if you want to allow modifying an unfilled reference, then this:
    IF @Object_type = N'18' and @transaction_type = N'U'
    BEGIN
    declare @li int
    declare @pref nvarchar(100)
    set @li=
    (select max(t.LogInstanc)
       from ADOC t
       where t.ObjType=18 and t.DocEntry=@list_of_cols_val_tab_del)
    set @pref=
    (select isnull(t.NumAtCard,'')
        from ADOC t
        where t.ObjType=18 and t.DocEntry=@list_of_cols_val_tab_del
          and t.LogInstanc=@li-1)
    If @pref !='' and @pref !=
    (select isnull(t.NumAtCard,'')
       from OPCH t
       where t.DocEntry=@list_of_cols_val_tab_del)
    begin
      Set @error = 10
      Set @error_message = N'Filled vendor refernce not modifiable !'
    end
    END

  • Problem in executing update after rollback transaction

    Hi all
    I am using type4 driver oracle9i ,Stateless session Beans CMP. Problem is: after doing rollback i am trying to execute an update query on same id which was rolled back.System is not able to do the same.
    Manmeet

    got the solution.
    cannot rollback and do update in a transaction.

  • Bug in newest version of iTunes: last played data not updating after songs are played

    I just downloaded the newest version of iTunes on my Mac. The "last played" data is not updating automatically after a song has finished playing (even after waiting for a while). Sometimes in the older versions it would take 5-10 second for the data to update automatically, but even after several minutes, "last played" still shows as if the song had not just been played.

    RestonMacGuy wrote:
    I did something similar, but not the same: I "played" a few tracks from the iPod (fast-forwarding until about 30 seconds from the end) while the Shuffle was connected to my computer and in iTunes, which then caused the "Last Played" field to be updated.
    The next time I connected my Shuffle, the Last Played values were updated.
    I bet the Last Played was updated after you stopped playing the tracks...IN FACT. if you were watching your shuffle icon, you might have noticed the rotating thingy to the left of the eject symbol, meaning an update was ongoing.
    This will happen AS LONG AS the track has "remember playback position" set.

  • No authorization to add transaction to role menu

    MODS: IF YOU ARE GOING TO DELETE MY POSTS..AT LEAST EMAIL ME TO LET ME KNOW WHY YOU ARE DELETING THEM SO I CAN RE-WORD IT TO ACCOMMODATE YOUR ISSUE. THIS IS THE THIRD TIME YOU HAVE DELETED ONE OF MY POSTS WITH NO EXPLANATION AND IF THIS FORUM ISNT FOR ASKING QUESTIONS LIKE THIS...THEN WHAT IS IT FOR?
    To the question:
    I am able to do add a transaction to a role in our production environment without issue. Trying to add it in in Development system gives me the following error:
    No authorization to add transaction <transaction name> to role menu.
    When I look at SU53 it tells me that it failed on Authorization Object s_user_tcd Field TCD value Z_RICKTEST
    It then shows me 4 profiles with that auth object and field and a value of PFCG.
    I can run the program Z_RICKTEST with no issue in either system.
    Can anyone shed some light on why this is happening?

    The reject mail contains a link to the forum rules. If you (had) read that you would understand.
    Reason is that you have no basic training, make no effort to read the application documentation and then make changes in production and want to know from us how it works.
    Imagine if everyone did that? Imagine what the systems would all look like?
    These discussion areas are not a substitute for basic training!
    Thread locked!

  • Urgent: Error in uploading data in cube after adding new Key figure

    Hi Guys,
    I have added 1 key figure (DEC) to my existing cube. and proceeded as below:
    1. Deleted all data from cube
    2. activated the cube
    3. set Constant 1 for this key figure
    4. activated the transformation
    5. reated a new DTP
    But when i execute it, it gives me error. in updating to infocube ZSDBILL:
    Error while updating to target  ZSDBILL
    Process Terminated.
    all other steps in DTP are succesful like: extraction, error handling and transformation.
    There is no details in long text of these errors.
    Can anyone suggest whats the error stands for or what i am missing.

    Once logout and login back then again activate cube,transformation and run the DTP.
    Hope it helps you

  • Data not Pulling after adding a 2nd Hierarchy in Account Dimension

    Hi all. We had 2 hierarchies in our account dimension. We were having some performance issues, so I wanted to test reporting performance by deleting the 2nd hierarchy. I deleted the second one and now I am ready to add it back again, but I am having the toughest time. After I added the 2nd hierarchy no data is pulling through any report and I am getting evdre errors. I checked sql db and the data is there. And then if I take out the 2nd hierarchy the reports work fine. I added multiple hierarchies to dimensions before , so I am quite baffled on why this is happening.  
    Here's what I did. Deleted column PARENTH2 and FORMULAH2. Process. Then did some testing. And now Added columns Parenth2 and formulah2. Process.
    Am I missing something here? Any suggestion will be greatly appreciated.
    We have SQL 2008 Enterprise sp2 CU3. BPC 7.5 MS SP3 patch5.

    I apologize for this very late response.
    Thanks for your response. Yes I did process the dimension, modify dimension property and modify-->Process Application. And the second hierarchy was visible when I logged back into the application.
    John, yes the second hierarchy was visible in SSAS.
    This was why it was baffling to me!
    So after a whole day of trying to figure this out, I sort of gave up and started working on something else. And because it was our test environment, it didnt have any effect on the users. One day later I logged back in and it was working! I took out the second hierarchy again and added it back. Processed, modified etc. I got the same result. I couldnt pull any data from the second hierarchy. I logged out, logged back in the day after and it started working. So, basically it seemed like the system needed some time (12-16 hours in this case) to adjust? I really don't know how/why this happened, maybe someone have an explanation for this?
    Thank you all.

  • Could not load data from database after adding a query

    Dear all,
    I have a working crystal reports 2011 report. This report get its data from a BW 7.01 system provided by three bex queries. Everything works as expected but not I have to add a fourth query to the report then I get the following messages:
    I try to translate it because I user the german version:
    INFORMATION: In this report a stored procedure is used. Ensure that no SQL expression was added and no grouping on server side will be done.
    WARNING: Data could not be load from the database.
    WANING: Invalid argument provided. Details: The key figure structure isn't a valid field for report generation. Use instead the real keyfigures with teir units.
    Has anyone an idea what can be the reason for my issue?
    Thanks and regards!

    hi Gerrit,
    a couple of questions...
    1) are you adding all 3 queries (and then the 4th) in the same data connection or are each of these additional queries in a subreport?
    2) if all 3 queries (and then the 4th) are in the same data connection are you linking them?
    3) most importantly, if you create a brand new report off of the 4th query, is it successful?
    it's been quite a while since I've worked with bex queries but in general adding multiple queries (or stored procs or commands or combinations thereof)  to the same report is probably not a good idea. there ends up being a lot of processing happening in the crystal reports designer itself as a large virtual record set is created by the individual queries.
    -jamie

  • Oim reconciliation not update after adding custom fields

    In Oracle Identity Manager 11.1.2 with connector
    Connector for Oracle Internet Directory Release 11.1.1
    I reconciliated users LDAP to oim, and after I add custom fields for target reconciliation, and I try to update these users with the new custom fields resend reconciliation event, this new custom fields displays in the event reconciliation page and do not in the user form for LDAP.
    I already create the new form with the news custom fields associated with the application Instance.

    Solution:
    FVC (Form Version Control Utility) comes with OIM which updates the form which are associated with existing users.
    Using the Form Version Control Utility - 11g Release 2 (11.1.2)
    OR
    Update PROCESS_FORM_TABLE set PROCESS_FORM_TABLE_VERSION =(Select SDK_ACTIVE_VERSION from SDK where SDK_NAME='PROCESS_FORM_TABLE');COMMIT;NOTE:Replace PROCESS_FORM_TABLE with actual process form i.e. "UD_XXX"

  • Why doesn't the graphical waveform update after adding effects to the rack??

    I've noticed that when you add effects to sounds you hear the difference but the waveform does not SHOW you the difference. There's no way of telling how high you're getting with some effects. You don't see any true representation of the audio in the Editor Panel until you Apply the effect. But what's the point of that? That's like making color adjustments to a photo by changing levels but not being able to see what your doing. This sucks. This is absurd. Does Audition do this too?

    It works fine on my systems running Mavericks, so this is not something Apple has removed but rather something amiss with your system. I'm not sure what to suggest, but downloading and reinstalling the 10.9.2 Combo Updater might help:
    http://support.apple.com/kb/DL1726
    If you have a Magic Mouse you might also look to the various touch/swipe settings; not having one I can't be more specific. Someone else here may have a better suggestion.
    Regards.

  • Cs6 won't update after adding the cloud.

    getting error code U44M1P7

    Please try to follow the steps given in the help document.
    http://helpx.adobe.com/creative-suite/kb/error-u44m1p7-installing-updates-ccm.html
    In addition please aslo try the solution given in the following link.
    http://helpx.adobe.com/photoshop/kb/photoshop-cs6-updates-dont-install.html

  • How do I Refresh an Indexed Data Bound Table after Adding a Record

    I have a MySQL table which is indexed (ie. idnum). I created a table component binded to this table. This means everytime I open, I would see my records sorted according to idnum.
    Problem:
    When I add a record, it always reflect on the last row. How do we refresh the table without quiting the browser?
    Thanks in advance

    After appending the row and setting column values, you could do cachedRowSetDataProvider.commitChanges() and cachedRowSetDataProvider.refresh()
    That could reorded the rows per your expectation.
    Regards,
    Sakthi

  • Pressing the motion button after adding audio to a menu=spinning beach ball

    just doing a simple iDVD project with some holiday pics, every other menu in the project works fine but when I drag an audio file from iTunes (or select it from the iTunes library in the "media" button) to replace the stock menu audio then press the motion button the spinning beach ball pops up and nothing else happens. If I try to burn the project the process hangs at encoding the audio for this part of the project too.
    With the stock theme audio left in place everything is fine, could it be an issue with the format of the song file from iTunes? I have songs on other menus, might be worth noting that these work fine and were purchased from the iTunes store so maybe it is an encoding issue?
    My hd space is getting down to 20gb as well if this might be an issue, have tried deleting the plist preference file to to no avila too - any help or suggestions would be gratefully received!

    In theory no, as iMovie and iDVD are supposed to be equally happy with AAC and MP3 files. I just find that AIFF works smoothly and does not delay audio encoding in iDVD. I have yet to experience any of the amazing delays in audio encoding, apparently lasting days, that others have reported here.
    In iDVD, the 'audio well' look like small speaker icon. When it's occupied the icon identifies the kind of file you have installed.
    In Itunes you can identify what format each song is in by clicking on it once and going to Get Info in the File menu. The import setting in Preferences determine what format you are importing in, be it from the Store or your own CDs.

  • Process Chain problem related to Update ODS Object Data (Further Update)

    In the process chain, the data is loaded to an ODS first then feed to an InfoCube by kind of data mart load.  But when checking the process chain, getting yellow warning msg:
    A type "Update ODS Object Data (Further Update)" process has to follow process "Activate ODS Object Data" var.our_infopackage_name in the chain
    Message no. RSMPC016
    If we add the variant "Update ODS Object Data (Further Update) after the activation of the ODS and before the InfoPackage to feed data to the cube, then another yellow warning shows up for the InfoPackage of loading data to the InfoCube that says the Update variant can not be before the loading to this Cube and etc.
    What should we do to have the problem resolved?
    Thanks

    hey Dinesh,
    How to have a wait time for the load to the cube?
    I've given you "Very helpful" rewarding points and after you give the answer to the above, I will give you the "Solve problem" rewarding points.
    Thanks

  • Updating Role Menu.

    Hi People,
        In one of our customer site, Whenever we have to add transaction code to a role, instead of adding it to role menu we include it in S_TCODE and add corresponding objects manually. Now we would like to update role menu with the transaction codes that have been included in past in S_TCODE. Doing this task manually is tedious activity. Probably i would have to look at the table AGR_HIER and AGR_1251 and find the difference of transaction codes not updated in role menu and update them manually.
    Is there anyway to generate role menu?
    Thanks in anticipation.
    Regards,
    Priyank

    Hi Priyank,
    I am aware of a litlle workaround, which you could consider.
    1.
    identify the profilename for which you want a role with corresponding menue. Either in PFCG->Tab authorizations or you could create a list of all of your roles with manual S_TCODE-authorizations by selecting AGR_1250 in SE16 with option OBJECT=S_TCODE and MODIFIED=U.
    2.
    Enter the profilename in SU02 and copy the profile to a new name.
    Please pay attention to the popup you get, when you copy the generated profile into a manual profile. Do not perform any changes to the original role at this moment until you are finished....
    3.
    Activate the new manual profile (also in SU02 by pressing 'activate' twice).
    4.
    Go to SU25
    5.
    Start point 6
    6.
    Your new manual profile appears now in the list
    7.
    Generate a new role out of this manual profile with the options you desire.
    8.
    Maintain the authorizations in PFCG for the new role/profile
    Done.
    I hope this information helps a bit to avoid many manual steps....
    b.rgds, Bernhard

Maybe you are looking for

  • How can I create a new screen to upload an attachment in SRM?

    Hi everyone, I need to create a new screen that will upload a new attachment in a BID. I already know how to create the screen and ITS. According the standard screen 0100 in program SAPLBBP_PDH_TEXT, I need an applet called "CFILESAPP" and then use t

  • Macbook + Alesis iO26 + HP 20" TFT = bad inteference

    Hi people So I'm using a Intel Macbook 2gig core 2 duo with an Alesis iO26 firewire audio interface. These two work great together but when I plug in my newly acquired HP 2007 20" TFT (vga only) I get serious sonic interference. I've tried two Apple

  • MY LINKSYS WIRELESS ROUTER STOPPED WORKING AND WILL NOT CONNECT !!!! HELP

    SIMPLE FIX :  PRESS AND HOLD THE RESET BUTTON FOR 30 SECONDS.  THE RESET BUTTON IS LOCATED ON THE BACK OF THE LINKSYS MODEM.  DONE !!!!!!!  YOU'RE WELCOME !!!!

  • Add Stamp feature under Annotations tab under comment in Reader

    I have created a bunch of stamps in acrobat, saved them as pdf's, and have successfully used the stamps in the stamp palette in Adobe Reader.  I saved the stamps to a shared folder, and then opened a pdf in Adobe Reader on another computer that is a

  • Transport ot text elements translation

    Hi, In SE63, I did translate some custom text elements of program SAPMP56T and able to save. But have no idea about how to transport these changes. While saving, I did not receive any prompt for transport request. I am working in SAP 4.6B and checked