FM for authorizations

Hi everyone,
I'm creating BPs by using the complex interface CVI_EI_INBOUND_MAIN, but that interface doesn't update authorizations and now I'm trying to use FM --> FTB_BUPA_DARK_MAINTAIN_INTERN to do it but I don't know how to use it exactly, have you ever used it? any ideas????
Thanks in advance.
Karla

Resolved!!!
ACO_USER table!!!
Code:
METHOD /rpm/if_ex_item_api~item_ui_config_modify.
DATA ls_field_description LIKE LINE OF ct_field_description.
DATA lo_activity TYPE aco_actvt.
**DEBUG!!! - inizio
DATA lo_exit.
DO.
IF lo_exit = 'X'.
EXIT.
ENDIF.
ENDDO.
**DEBUG!!! - fine
LOOP AT ct_field_description INTO ls_field_description WHERE fieldname EQ 'STATUS'.
SELECT SINGLE activity
FROM aco_user
INTO lo_activity
WHERE object_id = is_item_attributes-guid
AND user_id = sy-uname
AND type = 'RIH'. "Item
IF lo_activity = 'Write'.
MOVE 'X' TO ls_field_description-enabled.
MOVE 'X' TO ls_field_description-visible.
MOVE 'X' TO ls_field_description-required.
MOVE ' ' TO ls_field_description-read_only.
MODIFY ct_field_description FROM ls_field_description.
ENDIF.
ENDLOOP.
ENDMETHOD.

Similar Messages

  • I've authorized my iPhone on a Mac but when I go to play videos it asks for authorization again, only to tell me that I have authorized too many computers. Help!

    So I used my work Mac to authorize my iPhone so I can play music, but now that I want to play a movie it asks for authorization. I've already authorized that account! I don't understand why it's asking for authorization again when I want to play a movie. Plus, I can't access the iTunes store from my work computer, so I'm stuck until I go home to deauthorize my other computers. Why is this happening?

    Authorization does not apply to iphones.  Authorization is for computers.
    About iTunes Store authorization and deauthorization

  • HT1349 how can I change an email for authorization, the email address we used years back, is no longer a valid email address

    how can I change an email for authorization, the email address we used years back, is no longer a valid email address

    SfromW wrote: ... how can I change an email for authorization, the email address we used years back, is no longer a valid email address
    How to change account here: http://support.apple.com/kb/PH1641
    If you need more help, start here: http://www.apple.com/support/itunes/
    SfromW wrote: ... we can't remember the password from the old email address (for authorization)...
    Help Retrieving and changing passwords here: http://support.apple.com/kb/HT1911
    If you need more help, from iTunes for Windows, click  iTunes > iTunes Store > Support
    SfromW wrote: ... apple should make it easier to transfer authorization authority....I would think anyways.
    You might want to rethink your thoughts about making transferring authority easier.  Making it too easy would certainly degrade your account's security.  If you still believe it should be easier, you can send feedback directly to Apple via http://www.apple.com/feedback/itunesapp.html
    You will not get a response, but you can be certain that the responsible Apple people will see your input for consideration in FaceTime product development.
    As a new user, please understand that you are NOT directly addressing Apple here.  For more info about Apple discussions, start here: http://discussions.apple.com/static/apple/tutorial/etiquette.html 
    Message was edited by: EZ Jim
    Mac OSX 10.7.4

  • ITunes keeps asking for authorization and won't close

    I have been having trouble with iTunes ever since I upgraded to Mountain Lion.  iTunes will open and repeatedly ask for authorization.  I've tried resetting the authorization, using terminal to do it, deleting folders, etc.  I would like to try and uninstall iTunes, but I cannot get iTunes to close. Not even force quit will cause it to stay closed long enough to delete it and reinstall it.  Then there's the problem where it appears to have lost my library completely...which may be part of this issue or a separate issue.  Considering it started at the same time, I'm guessing it's just another facet of the issue.  I'd love to just reinstall iTunes, but I can't get it to not open and/or close.  I am about ready to throw the MacBook in the garbage, because this is the sort of problems I expect with Windows, not Apple.  Any ideas would be appreciated to save my laptop and sanity.

    here is the fix..it worked for me
    http://support.apple.com/kb/TS5376

  • Can't accept BBM invitations and Invites sent show as "Pending for Authorization" but recipients are not receiving them either (PIN Message Status : Service Blocked)

    I recenly changed device from BB Curve 8530 to BB Bold 9900 and ever since then can't accept BBM invitations and Invites sent shows only as "Pending for Authorization" but recipients are not receiving them either. Tried sending PIN messages  but  I got a red x next to the message and the status says: "Service Blocked" .
    When my phone got lost, I was lucky that I just synchronized my device to my BB Desktop. Not only was I able to retrieve my contacts (phonebooks and BBM) but also ALL txt msgs and even call logs
    Anway, that happening, I assumed I don't need to re-send all my BBM friends invites since some were able to communicate with me. But for those who have deleted my profile (knowing it got lost) and were still on my contact were the ones affected. I tried deleting them and sent an invite only to find out that: I can't accept BBM invitations and Invites sent shows as "Pending for Authorization" but recipients are not receiving any. (they also have the same pending for authorization notice on their end) 
    When I tried to send them a PIN message I get a red x next to the message nd get the service blocked message.
    Help I do not know what else to do.
    ** FYI: new contacts added with my new PIN have no prob sending invites and me accepting them all.

    Hello Lhea,
    This issue is most likely Caused by the BlackBerry not being provisioned for BlackBerry Data Services. 
    Please have a look at the following article that covers "Service Blocked" when sending a PIN message:
    http://btsc.webapps.blackberry.com/btsc/KB19244
    I hope this helps.
    -HB
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Asking for authorization

    I just purchased an album on itunes and when trying to play the songs it asks for authorization for each one. When I authorized one of the songs, it acknowledged it as a second computer. Does anyone know why this is happening and how to make itunes recognize that they are already authorized?

    I restarted itunes and now all is fine.

  • Transaction AFAR doesn't check for authorization

    Hi,
    I've added transaction code AFAR in one of the role that has Check/Maintain for authorization object A_PERI_BUK which should restrict on company code. Ive even check the associated program RAAFAR00 which has the authority chekc statement.
    But, when I restrict the access to a specific company code in the role, the transaction is still allowing the users to execute it with other company codes. User doesn't have any other roles assigned and all the other tcodes such as AFAB, AFBP are giving authorization errors.
    Can some one help!!
    Regards,
    Raghu

    Hi,
    it is not throwing failed authority check error but should work just fine.
        AUTHORITY-CHECK   OBJECT  'A_PERI_BUK'
                          ID      'AM_ACT_PER'      FIELD con_31
                          ID      'BUKRS'           FIELD x093c-bukrs.
        IF sy-subrc NE 0.
    *       WRITE: / text-f08, x093c-bukrs. commented by C5053255
          CONTINUE.
        ELSE.
    *      Rücklesen des eingegebenen Geschäftsjahres pro Buchungskreis
          p_gjahr = sav_gjahr.                                  "> 627533
        ENDIF.
    CONTINUE statement executed in case of failed authority-check causes loop to skip processing for this item ... so only elements for which user has proper authorizations are processed. Try debugging to confirm
    Best regards,
    FS

  • Configuring Cisco ISE for Authorization with External Radius Server attribute

    Hi,
    I'm trying to integrate an external radius server with Cisco ISE.
    I created an External Identity Store>Radius Token Server.
    I created a Identity Store sequence with just one identity store just as creadted above.
    And I was able to authenticate successfully.
    But when it comes to authorization.
    I observed we just have one tab named Authorization while creating Radius Token server.
    And it always refers to ACS:attribute_name.
    If I want to define a IETF radius attribute, (lets say class with attribute id as 25), how could I do it.
    In Cisco ACS we have a direct entry option in authorization tab where we can define the radius (IETF) attribute within Radius token server creation (within radius token server>Directory attribute tab).
    How ever I try to define the IETF attribute here (class,IETF:Class) I am not able to authorize with this attribute value.
    I tried with just one single authorization rule where it could hit.But observed it to go the default(as none of the rules defined matches the condition).
    Can anyone guide me how can we define a IETF radius attribute for authorization within Cisco ISE and what policy could we set it to work as authorization.
    Thanks in advance
    Senthil K

    This is the step of Creating and Editing RADIUS Vendors
    To create and edit a RADIUS vendor, complete the following steps:
    Step 1 From the Administration mega menu, choose Resources > RADIUS  Vendors.
    The RADIUS Vendors page appears with a list of RADIUS vendors that ISE  supports.
    Step 2 Click Create to create a new RADIUS vendor or click the radio  button next to the RADIUS vendor that
    you want to edit and click Edit.
    Step 3 Enter the following information:
    • Name—(Required) Name of the RADIUS vendor.
    • Description—An optional description for the vendor.
    • Vendor ID—(Required) The Internet Assigned Numbers Authority  (IANA)-approved ID for the
    vendor.
    • Vendor Attribute Type Field Length—(Required) The number of bytes  taken from the attribute value
    to be used to specify the attribute type. Valid values are 1, 2, and 4.  The default value is 1.
    • Vendor Attribute Size Field Length—(Required) The number of bytes  taken from the attribute value
    to be used to specify the attribute length. Valid values are 0 and 1.  The default value is 1.
    Step 4 Click Submit to save the RADIUS vendor.

  • Best approrach for authorization clean up in GRC implemetation project

    we are implementing GRC AC 5.3, our basis people have created initial connections. we have 2system GRC landscape connecting to 3system ECC landscape where GRC Dev is connecting to ECC DEV, QA & GRC Prod is connecting to ECC prod. Now my question is
    what is the best approach for authorization clean up?
    1) Do i need to request for the Dev/QA system refresh from Prod before running GRC Dev RAR analysis for ECC dev/QA?
    or 2) can i clean up the auth data based on current Dev/QA system data?
    or 3) Do we need go for creation of new client in Dev/QA that has data copied from prod and then analyse & go modification and finally transport these changes to main ECC transport route?

    Hi,
    You can create a new client in the QA environment as a copy of user master from production. First you connect this client to your GRC DEV system and there you can run RAR Risk analysis to get a view of risks you have in production system. Then share the reports with business people and discuss it. After that do the modification in this QA client only. After you have corrected some roles then number of risks will go down. After running 2-3 runs of risk analysis in QA and get clear picture then you can think of moving changes in the production environment. Also depends upon your business requirement.
    Thanks
    Sunny

  • No provisioning of User Group for authorization field in user master

    We are implementing CUP 5.3 workflows. Both in manual proviosing and automated provisioning based on User Defaults the user group gets only provisioned to the Groups tab in SU01. The field User Group for authorization on the Logon data tab remains empty (field CLASS from system table USLOGOND, filling CLASS field in table USR02).
    In User defaults both under user default as on the user group tab the user groups have been defined. In manual provisioning the correct list of user groups get displayed for selection.
    Under field mapping in the Application field I only find User Group in user master maintenance, but not User group for authorization. However I would assume I do not need to use field mapping, as I want to automate this provisioning based on user defaults.
    Am I missing a configuration setting here? If so, where can I set it?
    I would assume the provisioning of this field is possible. RAR reports the user group also based on the User group for auhtorization and not from the Groups tab.

    S.Pados,
    I can assure you that what I said in my last response does provision the User Group For Authorization Check on the Logon Data tab; in fact, I was having the opposite issue where the Group tab was not being provisioned; however, I am ruunning AE 5.2 and you said you are running 5.3; maybe something did change or got lost in the releases; it probably is good to see what SAP has to say about this; I would hate to lose this capapbility when I upgrade to AE 5.3
    As far as using the custom field for multiple applications, would that field not be usable for any of the applications you would select in the request form?; if you are using the same table names in the different SAP systems (selectable by the application field on the request) would the drop down selections be whatever the table has defined for that system? I may not be understanding something here so I am just asking;
    It would be great to have a Group field automatically filled in by another selection to avoid the user involvement; I agree with you there; because of our concerns on users entering the AE request, our shop has decided to continue with the users submitting the request through normal email and the security administrators perform the AE entering; this way we have a better idea on something like the GROUP field; we have an option to include the original email as an attachment for justification of the request
    Sorry I could not be of more help
    Jerry
    Ryerson,Inc.

  • Hold out for authorization

    hi cant buy free apps
    app store keeps asking for authorization
    help i tried to buy some app but stopped and didnt proceed
    now i cant download free apps help

    Hi samo123,
    If you are having issues purchasing a free app from the iTunes Store, you may find the following articles helpful:
    iTunes Store: How iTunes Store purchases are billed
    http://support.apple.com/kb/HT5582
    Apple Support: Creating an iTunes Store, App Store, iBooks Store, and Mac App Store account without a credit card
    http://support.apple.com/kb/HT2534
    Regards,
    - Brenden

  • Function Module for authorization for ztable

    Hi All,
    I created one ZTABLE .I am adding,changing and delete data into that ZTABLE through program from upload one excel file.But before adding ,changing and delete data to that ZTABLE, first check whether that USER have authorization (Addition, Deletion or Modification) of a particular Ztable,  If the user is NOT authorized, an appropriate message will be displayed and the program will return to the selection Screen.I heard about FM 'AUTHORITY_CHECK_TABL' But i dnt know how to pass parameters.If iam right then give me how to use that Function module.then i can proceed.If there are any other function modules ,please provide with examples then i can understand clearly.Please help me regards ASAP.
    ABHI..

    Hi Abdul,
    Please follow the steps:
    Go to transaction SE54.
    1. Create an authorization group.
    2.  After creating authorization group
        You should assign authorization group for the table in question in the same   transaction.
    Now this has been done, you should use authorization object 'S_TABU_DIS' in the program
    The usage is:
      AUTHORITY-CHECK OBJECT 'S_TABU_DIS'
               ID 'DICBERCLS' FIELD <authorizationgroup>
               ID 'ACTVT' FIELD <activity>. 1 - creation, 2-modification, 3-display
      IF sy-subrc NE 0.
        MESSAGE e000(zxxx).
        EXIT.
      ENDIF.
    You can speak with your basis admin for authorization to the users.
    Just give the authorization group name, they will do it for you.
    Thanks and regards,
    S. Chandra Mouli.

  • Changing Package for Authorization fields

    HI ,
    I assigned my Authorization fields to $temp while creating them , now i want to change the package and transport them can any one have an idea how to change the package for Authorization Fields.
    Regards,
    Abraham

    HI Arun,
    I think u r getting me wrong, Authorizatin object have Authorization fields associated with them , we create them in SU20 , when i created them i assigned them to $temp now i want to chage the package it is not allowing me to do that can any one help me on this..
    Regards,
    Abraham

  • Repeated requests for authorization after migration to 10.6

    Recently migrated from my old eMac to a new Mini running OS10.6.
    Itunes repeatedly asks for authorization on certain songs - those bought with an old AOL ID back in the day. I enter the ID and PW, then itunes tells me this ID has been changed to an Apple ID. I enter the Apple ID and PW and itunes tells me the computer is authorized. But the old songs still wont play - just repeats the problem over and over again.
    I've deauthorized all the IDs' and reauthorized - no luck.
    I've deleted the SC folder and reauthorized - no luck.
    Thanks for any ideas!

    I did contact support and got the same advice. However - I found the answer!
    When I would attempt to authorize by using my old AOL ID i would get an answer telling me that Apple had created an Apple ID for this old account and asking me to log in using this converted Apple ID account. I would do so, but would leave off the "@aol" ending in the Apple ID field (thinking that it wasn't neccessary since I wasn't logging into AOL). Turns out this is the key - the ID needs to have the complete ending.
    Once I authorized using an Apple ID of "[email protected]" with the correct password everything worked.
    Whew! Three days of screwing around on that one.
    Thanks for everyones suggestions!

  • Messages says an offline person is "Waiting for authorization"

    Messages lists two people as "waiting for authorization". I never asked them to be buddies in Messages. One name I don't recognize and I think is a spammer.
    I can delete them from Messages, but when I restart they are relisted in the same condition. How do I get rid of these annoying entries?
    PS I have no Jabber accounts. Just Yahoo, iMessage, AIM and Bonjour.

    Answered my own question. Opened Yahoo! Messenger on my iPhone, listed offline contacts, went to Show Profile for each person in question, and tapped the Delete button for the contact.

  • Hold for authorization in maverick when printing

    When printing in Maverick to an hp printer I get the error "hold for authorization " . It asks for my username and password which I put in and it seems to start print but then I get my error. I am printing film.

    Hey there AppleRon,
    It sounds like you are not able to print from your printer after upgrading to Mac OS X 10.9.
    I want to recommend the troubleshooting steps in this article:
    Troubleshooting printer issues in OS X
    http://support.apple.com/kb/TS3147
    Follow these steps until the issue is addressed:
    Make sure that the printer is powered on, has ink / toner, and that there are no alerts on the printer’s control panel. Note: If you cannot clear an alert on the printer's control panel, stop here and check the printer's documentation or contact the manufacturer for support.
    Ensure the printer is properly connected to a USB port on the Mac or AirPort base station / Time Capsule. If the printer is a network-capable printer, make sure that it is properly connected to your home network.
    Use Software Update to find and install the latest available updates. If an update is installed, see if the issue persists.
    Open the Print & Scan pane or Print & Fax (Snow Leopard) pane in System Preferences.
    Delete the affected printer, then add the printer again.
    If the issue persists, try these additional steps:
    Reset the printing system, then add the printer again.
    If the issue still persists, reset the printing system again.  Download and install your printer's drivers. Then, add the printer again.
    Contact the printer vendor or visit their website for further assistance.
    Additional Information
    Note: If your printer is wireless-capable, you should first add the printer to your network. Use the printer's control panel, or temporarily connect the printer to your Mac via USB.  For more details, see this article.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

Maybe you are looking for

  • Aperture 2.1.4 - No preview or thumbnails after upgrading to Snow Leopard

    I had upgraded to Aperture 2.1.4 before upgrading to Snow Leopard and everything worked fine. But since I installed SL, whenever I make a new version, I get no preview (just a big gray box) and no thumbnail (just a dotted lined box). So this makes Ap

  • Printing payement advice note in language other than english

    Dear Expert Users We are trying to print payment advice notes in different local languages. We have maintained the vendor language as the local language(ex: Japanese)and tried printing the payment advice note and its appearing in English. Please note

  • How do I add Spanish accents

    I'm working on flash 8. I have a dynamic text box and I embedded a font (Bitstream Vera Sans). Since my text is in Spanish some vowels have accents which won't show up when I publish my SWF. Instead I get some funny rectangles where a vowel with the

  • I downloaded OsX mavericks and it doesn't want to instal.

    i downloaded OsX mavericks and when i came to instal it a message appeared 'close all applications to instal'. i clicked on it several times, waited, and nothing happened. Then i clicked 'quit instal', the downloaded Os X mavericks disappeared and i'

  • Iphoto project wont open

    How can I get my project to open in iPhoto?  I can see it as a file but it will not open up. HELP!!!!