Authorisation object for Park Invoice & Complete

Hi Friends,
In our Business we have different persons for Park Logistics Invoice verification(LIV)  & Complete LIV for perfomaing the transactions. For both the activities T.Code is MIR7.
Can we assign to differnet persons parking & completion of LIV. If so can any body tell the object name for the same. I tried by going to SU24, in that I couldn't find the suitable one.
Our scenarios is while making the LIV goods receipt didn't took place, so we park the invoice. After completing goods receipt we will complete the LIV with PO no / Delivery note.
Thanks in advance.
Regards
Sai Krishna

Hi Charlie,
Thank u for ur response.
Actually there are three levels of LIV authorisations required as mentione dbelow:
1. For Parking
2. For Completion
3. For Posting.
For Posting I am using MIRO. For that reason I am looking for authorisation of Parking & Completion different authorisations.
I hope now it might be clear to u.
Regards
Sai Krishna

Similar Messages

  • Authorization Object for 'Save As Completed' in Parking Document

    Hi,
    Is there any authorization object for 'Save As Completed' in Parking document. The user who is 'Parking' should not have the 'Save As Completed' enabled. It should be disabled. Because we are using that in the workflow. Similarly, the user who performs Save As Completed should not have 'Park' option.
    Regards,
    JMB

    Hi,
    I would like the park and post transactions to be used by different users in my company.
    would you be able to give the authorisation objects where the ristrictions have been placed.
    Regards,

  • Business object type for parked invoices

    Hi,
    We are using documentum to store documents that have been attached to business object types in SAP. The business object types are configured in transaction OAC3 to point to a pre-configured content repository.
    Having this configuration allows the object type to use the "services for objects" option, enabling it to store attachments.
    The business object types for invoices have been configured and we are able to store attachments. However this does not seem to work for "Parked invoices". The configuration in the "services for objects" component is not there and the feature to store the attachment is disabled.
    As the configuration needs to be done for all object types that need to be able to store attachments, maybe someone here can indicate what the object type is for parked invoices. Alternatively, maybe there is a way to look up the various business object types.
    Any help you can provide is appreciated.
    Thanks.
    Kind Regards,
    Giwan

    Hi ,
    Thank You for your reply.
    I created inquiry . it takes BUS2031.But BUS2031 is used for quotation.But that inquiry is open in VA12(Change Inquiry) Transaction,not open in VA22(Change Quotation).
    Is there any setting for BOR object types to Document Types.
    Please give me a reply as early as possible.It's very urgent.
    Thanks,
    Saritha

  • Authorisation object for controlling te changes to "Delivery completed indi

    hi
    I want to know the authorisation object for controlling te changes to "Delivery completed indicator" in PO.
    I want to give the authorisation to change to certain users only.
    Best regards
    Sar

    There is no authorization at field level.
    Either the user has authorization to change an order or not.

  • Std workflow for Parked Invoices?

    hi guys
    are there any std workflows for parked invoices? Our requirement is that once the Finance clerk creates a customer or vendor invoice he should only be able to park it and not post the invoice. Once the invoice is parked then the system should trigger a workflow and a notification neeeds to be sent to the approver to approve the invoice. Once it is done the finance clerk will post the invoice.
    I switched on the event trace and did a trace on while creating a parked invoice. No event is triggered when the document is parked. If i post the document the event POSTED of object FIPP is triggerd. So since we dont have any std events raised when a document is parked is it possible to have a workflow?

    Hi,
    The event FIPP.CREATED is raise via the customizing (SPRO)
    Financial Accounting -> Financial Accounting global setting -> document -> document parking -> create workflow variant for parking documents.
                                      Assign co.code to a workflow variant for parking documents.
    Have a look at ws10000051.
    Regards,
    Ronit.

  • Authorisation Object for Payment Block Filed(ZLSPR) in FB02

    Hi,
    I want to restrict the authorisation to modify the field Payment Block to some of the users only in FB02 Tcode.
    How can i achieve it.
    My basis team said it can help me if i can give the authorisation Object  for the same they can restrict the authorisation object to limited users.
    regards
    Jaya

    Hi Mallikarjun,
    The authorisation Object given is related to Excise invoice ? So, please let me know how this would help in restricting modification of payment block filed in FB02?
    regards
    jaya

  • WF for parked invoices

    I need to create a workflow for parked invoices and I have a couple of questions.
    (1) I am copying template WS20001003, but at the end of the WF I want someone to post the invoice, however this WF doent allow you to do that, is there a SAP standard way of doing this or do I need to create my own subtype and method?
    (2) another requirement I have is for the AP clerk to choose who to send the WF too, and that perosn can then reject the WF and send it back to the AP clerk, who then will resend it to someone else.  I can figure out how to let the AP clerk choose who to send the WF to but how do I allow it to get passed back?

    Hi,
    I think your first requirement can be achieved thru authorization. Give only the concerned person the authorization to post the document.
    Regards,
    Raj

  • Authorisation object for "PO text in the material master"

    Hi,
    My requirement is as below:
    "All users can see the Purchase Order Text as usual, but only a few users should be allowed to create / change the PO Long Text.
    For other users, the same should appear in display mode only (both in creation & in change mode, MM01 & MM02)."
    Please let me know, How to map this.
    As per my knowledge thsi is possible only thru authorisation. But I want to know what is the authorisation object for "PO text in the material master" (Pl note that only for PO text in the material master field). we want control on "PO text of material master"
    Regards.
    Chinna

    Hi,
    The authorisation object is "M_MATE_MAT", pl check
    Regards
    Merwyn

  • How to create authorisation object for save button please help in abap

    how to create authorisation object for save button please help in abap

    Hi
    In general different users will be given different authorizations based on their role in the orgn.
    We create ROLES and assign the Authorization and TCODES for that role, so only that user can have access to those T Codes.
    USe SUIM and SU21 T codes for this.
    Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction.
    If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check.
    This means you have to allocate an authorization object in the definition of the transaction.
    For example:
    program an AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT <authorization object>
    ID <authority field 1> FIELD <field value 1>.
    ID <authority field 2> FIELD <field value 2>.
    ID <authority-field n> FIELD <field value n>.
    The OBJECT parameter specifies the authorization object.
    The ID parameter specifies an authorization field (in the authorization object).
    The FIELD parameter specifies a value for the authorization field.
    The authorization object and its fields have to be suitable for the transaction. In most cases you will be able to use the existing authorization objects to protect your data. But new developments may require that you define new authorization objects and fields.
    http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm
    To ensure that a user has the appropriate authorizations when he or she performs an action, users are subject to authorization checks.
    Authorization : An authorization enables you to perform a particular activity in the SAP System, based on a set of authorization object field values.
    You program the authorization check using the ABAP statement AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT 'S_TRVL_BKS'
    ID 'ACTVT' FIELD '02'
    ID 'CUSTTYPE' FIELD 'B'.
    IF SY-SUBRC <> 0.
    MESSAGE E...
    ENDIF.
    'S_TRVL_BKS' is a auth. object
    ID 'ACTVT' FIELD '02' in place 2 you can put 1,2, 3 for change create or display.
    The AUTHORITY-CHECK checks whether a user has the appropriate authorization to execute a particular activity.
    This Authorization concept is somewhat linked with BASIS people.
    As a developer you may not have access to access to SU21 Transaction where you have to define, authorizations, Objects and for nthat object you assign fields and values. Another Tcode is PFCG where you can assign these authrization objects and TCodes for a  profile and that profile in turn attached to a particular user.
    Take the help of the basis Guy and create and use.
    Regards
    ANJI

  • Authorisation object for Case Management

    Hi Gurus.
    I need to create authorisation object for Case Management,
    SCMG_T_CASE_ATTR-CATEGORY Field,SCMG_CATEGORY element,
    I use the tx SU21 and Su20, asigned this object to Role. But no WORK.
    In the Su20:
    Field Name: ZCATEGORY
    Data elelment: SCMG_CATEGORY.
    Table Name: SCMGATTR_CATEGO.
    In the SU21:
    Object: ZCASE
    Class: AAAB
    Field Name:
    ACTVT
    ZCATEGORY
    When I use tx SCASE, The condition not work.
    I use the field name ZCATEGORY because the field name CATEGORY was used by SAP. But for USC_Y_CONT_CATEGORY element
    Edited by: Alfredo on Aug 1, 2008 5:39 PM

    Hi Alfredo,
    Go to SU24 tcode and see if the transaction SCASE is being check/maintaned to the authorization object ZCASE.
    If not then you need to do that so that when you add the tcode SCASE to a role then you will see the authorzation object ZCASE which you have created. You can edit the role and change the authorizations for the field, ZCATEGORY and maintain.
    Generate the role and then assign it to the user. I think it must work.
    If it doesnot work then as Alex said, you need to go and look where the Authority check statement is  placed in the program behind the SCASE tcode.
    Hope this helps.
    Regards,
    Kiran Kandepalli.

  • Authorisation object for cost center

    Hi all,
         I need to know the authorisation object for the field COST CENTER in ME21N(creation of PO) screen. How to find it? Since I am creating roles for users with help of BASIS I need to know it. I need to restrict the values for the cost center field while creating the purchase order.
    Thanks in advance.
    Regards,
    Raj

    Hello,
    Master Data:
    CO: Cost center master      (K_CSKS)
    CO: Cost center groups      (K_CSKS_SET)
    CO: Cost element master      (K_CSKB)
    CO: Cost element groups      (K_CSKA_SET)
    CO: Activity type master      (K_CSLA)
    CO: Activity type groups      (K_CSLA_SET)
    CO: Statistical key figures      (K_KA03)
    CO: Stat. key figure groups      (K_KA03_SET)
    Planning:
    CO: Version      (K_KA09_KVS)
    CO: Planner profiles      (K_TKA50)
    CO: Cost center planning      (K_CSKS_PLA)
    CO: Cost element planning      (K_CSKB_PLA)
    CO: Budgeting      (K_CSKS_BUD)
    Regards
    Mahesh Naik

  • Authorisation object for field level

    Hi all,
    In support desk ,Is there any authorisation object for controlling field level changes such as category or priority by message processors.
    Balamurugan

    Hi.
    Not that I know of. I was also looking for something like this and could not find anything.
    I think there is even no logging if someone makes any changes to those fields.

  • How  to create  authorisation object for  report

    hi
    experts..
    hw  can u  create authorisation object for  the  custom report.
    Thanks&  Regards
    Spandana

    Hi,
    In general different users will be given different authorizations based on their role in the orgn.
    We create ROLES and assign the Authorization and TCODES for that role, so only that user can have access to those T Codes.
    USe SUIM and SU21 T codes for this.
    Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction.
    If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check.
    This means you have to allocate an authorization object in the definition of the transaction.
    For example:
    program an AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT <authorization object>
    ID <authority field 1> FIELD <field value 1>.
    ID <authority field 2> FIELD <field value 2>.
    ID <authority-field n> FIELD <field value n>.
    The OBJECT parameter specifies the authorization object.
    The ID parameter specifies an authorization field (in the authorization object).
    The FIELD parameter specifies a value for the authorization field.
    The authorization object and its fields have to be suitable for the transaction. In most cases you will be able to use the existing authorization objects to protect your data. But new developments may require that you define new authorization objects and fields.
    http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm
    To ensure that a user has the appropriate authorizations when he or she performs an action, users are subject to authorization checks.
    Authorization : An authorization enables you to perform a particular activity in the SAP System, based on a set of authorization object field values.
    You program the authorization check using the ABAP statement AUTHORITY-CHECK.
    AUTHORITY-CHECK OBJECT 'S_TRVL_BKS'
    ID 'ACTVT' FIELD '02'
    ID 'CUSTTYPE' FIELD 'B'.
    IF SY-SUBRC <> 0.
    MESSAGE E...
    ENDIF.
    'S_TRVL_BKS' is a auth. object
    ID 'ACTVT' FIELD '02' in place 2 you can put 1,2, 3 for change create or display.
    The AUTHORITY-CHECK checks whether a user has the appropriate authorization to execute a particular activity.
    This Authorization concept is somewhat linked with BASIS people.
    As a developer you may not have access to access to SU21 Transaction where you have to define, authorizations, Objects and for nthat object you assign fields and values. Another Tcode is PFCG where you can assign these authrization objects and TCodes for a  profile and that profile in turn attached to a particular user.
    Take the help of the basis Guy and create and use.
    Sy-SUBRC values
    4              User has no authorization in the SAP System for
                   such an action. If necessary, change the user
                   master record.
    8              Too many parameters (fields, values). Maximum
                   allowed is 10.
    12             Specified object not maintained in the user
                   master record.
    16             No profile entered in the user master record.
    24             The field names of the check call do not match
                   those of an authorization. Either the
                   authorization or the call is incorrect.
    28             Incorrect structure for user master record.
    32             Incorrect structure for user master record.
    36             Incorrect structure for user master record.
    http://www.sap.ittoolbox.com/groups/technical-functional/sap-basis/please-how-to-create-an-authorization-object-386391 - 78k -
    http://www.sap-abaprogram.blogspot.com/2007/11/what-is-use-of-
    authorization-checks-to.html - 75k -
    www.sapworld.hpg.ig.com.br/download/ab4query.pdf
    with thanks,
    Abaper.

  • Business objects for parking of vendor invoices (Both FV60 and MIR7) ?

    Workflow guus,
    I have a situtation where I have to send certain email when a vendor invoice document is parked using
    1) FI vendor invoices using transaction FV60. Can someone tell which business object has event for parking of FI vendor invoice ?
    2) Logistics vendor invoices using transaction MIR7. Can someone tell which business object has event for parking of logistics vendor invoice ?
    Please help.
    Regards,
    Rajesh.

    HI Experts,
    I have to do LSMW for Transaction FV60 . For that i am going to use BAPI .
    Please let me know the Business Object and Method for Parking Document
    Thanks in advance

  • Automatically generate accruals for Parked Invoices

    Dear SAP Gurus,
    I am currently in the process of trying to improve our month end accrual process.
    We currently have a standard process where we issue a PO, book in the delivery and then process the invoice. Occasionally we have instances where the invoice is received before the GRN is completed (the goods havent actually arrived or a User has forgottent to book in the Goods Receipt).
    In this instance we park the invoice and then complete once the GRN has been booked in.
    My question is is it possible to automatically accrue these parked invoices at month end without having to download and then post via a journal?
    Is there some way of using the accrual engine to account for these parked invoices at month end?
    Thank you for you time.
    Regards
    John

    Hello.
    To initiate a new payment batch, enter criteria for the invoices you want to pay. Payables selects all invoices that match your invoice selection criteria and that are ready for payment.
    You can initiate payment batches from either the Payment Batches window or the Payment Batch Sets window. You can also schedule payment batch sets to automatically submit at regular intervals.
    And yes, the payment batches consist on standard concurrent requests. You can access payment batches by naviganting to Payments/Entry/Payment Batches.
    As you know, you can classify your suppliers in a Payment Group. Suppose you have, lets say, 150 suppliers, all belonging to the same Payment Group. All invoices from these suppliers can be paid on a single payment batch.
    Octavio

Maybe you are looking for