Restriction of GR w/o any consumption in Repetative Scenario

Dear Experts,
In our business we are using repetative mfg. Incase we deactivate the BOM and we go for production confirmation with that BOM, system gives us information message : No componenets found. Do you want to cancel?  If user chose the option NO GR is made without consumption. We need to restrict the GR without any consumption.
Kindly suggest for the same.
Regards,
D R Sahoo
Edited by: D RANJAN on May 31, 2011 3:35 PM

Hi
There is no standard way to restrict that, but I think you can use the user exit XMRM0001to check and restrict that.
Please go SMOD to read the documentation of the usage.
This includes 3 components below.
EXIT_SAPLBARM_001              Customer Exit: RM_BACKFLUSH_CHECK
EXIT_SAPLBARM_002              Customer Exit: RM_BACKFLUSH_GO
EXIT_SAPLBARM_003              Customer Exit: RM_CANCEL_BACKFLUSH_CHECK
Regards.
Leon.

Similar Messages

  • How to restrict the user from making any changes in Sales order- item level

    Hi to all
    How to restrict the users from making any changes in sales order at item level if the same sales order is released by senior user through status profile.
    Regards
    Anish Parikh
    Edited by: anish parikh on Jan 24, 2008 5:16 AM

    Hi Anish,
    This can be achieved through the roles and authorization.
    This can be done through the basis team. they can create user profiles and roles.
    For the roles they assign some transaction codes so that they can view the only assigned tr. codes.
    Like that ur requirement can be done.
    Also u can prevent the user to change any fields in the sales order screen (VA02). for that please modify the authorisations.
    Hope i answers.
    Reward points if useful.
    Edited by: kaleeswaran bhoopathy on Jan 24, 2008 9:57 AM

  • I forgot my restriction number. Is there any possibility to get in the programm?

    I forgot my restriction number! Is there any possibility to get in the program?

    Hey rashad35,
    Thanks for the question. Unfortunately, if you have forgotten the restrictions passcode on your device, you’ll need to restore it to factory settings:
    Note: If you lose or forget a restriction passcode, you will need to perform a factory restore to remove it.
    via iOS: Understanding Restrictions (parental controls)
    http://support.apple.com/kb/HT4213
    Thanks,
    Matt M.

  • My iPad can not delete apps restriction set to delete apps any ideas to fix?

    My iPad can not delete apps restriction set to delete apps any ideas to fix?

    Is it saying your restrictions are set to not allow to delete apps? If so, go to Settings > General > Restrictions and change it.

  • Hi. Bought recently iphone5 from singapore. but the one who sold us the phone has set restriction. now i cannot download any apps from my itunes. I dont know the restriction code so i think i need to reset my phone. does resetting remove the unlock?

    Hi. Bought recently iphone5 from singapore. but the one who sold us the phone has set restriction. now i cannot download any apps from my itunes. I dont know the restriction code so i think i need to reset my phone. does resetting remove the unlock?

    You need to restore it with iTunes or wipe it from the phone itself... Settings > General > Reset > Erase All Content and Settings.  Either of these will create a factory fresh phone, thus removing the restrictions.  Note that ALL user data will be wiped.

  • I bought an iphone4 from a friend and he was on orange i have put my o2 sim in the phone and it is saying restricted network with no service any ideas thanks

    I bought an iphone4 from a friend and he was using it on orange i have put my o2 sim in the phone and it is saying restricted network with no service any ideas thanks

    That is because the phone is locked to the Orange network and an o2 sim card is not going to work with a phone that is locked to Orange.
    You either need to purchase an Orange sim card and use that in the phone, or you need to get your friend to contract Orange and get the phone unlocked so that you can use an 02 sim card.
    At the moment you will never be able to use the 02 sim card if the phone is locked to Orange.  Either use Orange or get the phone unlocked.  It is as simple as that.

  • Part 2: Flat files and Business Contents: Any issues with this scenario?

    I will appreciate some clarification on the some points made in response to my previous post "Flat files and Business Contents: Any issues with this scenario?"
    1.
    " ...you’d better analyze those cubes for data redundancy and presence of data you’ll never use. " I will appreciate some clarification on the type of analysis you are referring to. Examples will help.
    2.
    "If you want to combine several found IOs in your custom dataprovider, then again you must know (or figure out) relationships between these IOs." I will appreciate some clarification on the type of relationship you are referring to. Examples will help.
    3.
    I am a bit confused with "..include into ODS structure ALL fields required for the cube" but you also noted noted that "...except navigational attributes and chars and KFs that are going to be determined in TRs or URs."
    If you exclude ALL these, haven't you excluded all the fields you included in the ODS structure?
    4.
    "Consider carefully the ODS’ key fields selection. Their combination should not allow data aggregation that you don’t need."
    I may be missing the point here, I understand that you need to select the fields which will form the unique ID for the records in the ODS under the Key Field (please correct me if I am wrong with the purpose of the Key Field), but I don't understand the discussion of "aggregation" in the context.
    Thanks in advance

    Hallo
    I try to give some exaplanation based on the previous answer.
    1. Data redundancy - make sure you do not store the same information. does not make sense to have data redundanty across you Data Warehouse. this is also a cost. just sotre the same information one time if you get all what you need.
    2. whatwhever you build you dp, which consist of IO, you need to know with kind of relation (1:1 or 1:n - n:n and so on) exist between them. that will help you when you model you infoprovider. For example I would never pit togheter IO (n:m) in the same dimension if you expect an high number of cardinality. Sometime an IO can be an attribute of another one (depend on relation. For example
    Business Partner and his Address. Usually you have a relation 1:1, in this case address is an attribute of BParten and store it in the Masterdata instead then DP
    3. Sometime when you load from ODS to CUBE, you can fill some IO (which are in the infocube and not in the ODS)through ABAP routine in TR-Start Routine of Update Rule. Does not make sense to include these IO in the ODS as they are NULL or Blank (the deault value). This can happen when for example, you first load in the ODS (Price and Quantity) and then you calculate Sell price later (Price * Quantity). of course it could be doen also in the Bex. Depends on other factors (Performance - Loaidng -Sizing)
    4. Make sure that the KEY definition of ODS is accordingly to the data otherwise you will aggregate the data and later maybe if you need the detail you miss it.
    for example: customer - product - Distr Chan - Sell Price
    if each Customer can buy each product for any Distrution Channel, then when you build your ODS(Customer - Product and Distribution must be KEY) otherwise (if you have only Customer - Product KEY for example) you will lose the details for Distribution Channel.
    I hope eveyrhting is clear
    Regards
    Mike

  • MaxChars / restrict characters in TextFlow (or any flashx.textlayout.* element)

    Is there an equivalent of the maxChars property anywhere in the TextLayout engine? I expected to find something in the EditManager class but after much searching I can't find a simple way to limit character input on any element in the engine. Am I missing something?
    Thanks,
    Casey

    Thanks for your prompt reply Gordon. I find it a bit bizarre that this functionality is completely excluded from TLF, but I'm sure there's a reason...
    Anyway, for anyone else reading this thread and wondering how to restrict text, here's what I did:
    The notable methods can be found in this file:
    http://opensource.adobe.com/svn/opensource/flex/sdk/tags/4.0.0.14159_RC/frameworks/project s/spark/src/spark/components/RichEditableText.as
    They are:
    textContainerManager_flowOperationBeginHandler() {
        //copied and cleaned out unused operations
    textContainerManager_flowOperationEndHandler() {
       //copied and cleaned out unused operations
       //calls handlePasteOperation()
    handlePasteOperation()
    I just copied these methods to my class and bound them to the events dispatched by my instance of TextFlow. I had to add a few properties to the class, "text" and "maxChars" which I think are pretty self explanatory. Here's the binding:
    myTextFlow.addEventListener(FlowOperationEvent.FLOW_OPERATION_BEGIN, textContainerManager_flowOperationBeginHandler);
    myTextFlow.addEventListener(FlowOperationEvent.FLOW_OPERATION_END, textContainerManager_flowOperationEndHandler);
    I also cleaned out the unused operations as they relate to my class. Primarily the event handling that occurs in the methods -- I didn't need any of that jazz.
    Hope someone finds this useful.
    --C

  • Urgency Restrict No. of session for any particular user

    Hi All.
    Can we restrict any particular user no of session that if his nos. of session exceeded from 3 then all of his session should be killed.

    Thanks for reply.
    Currently I have a default profile for all users and resources of this profile are as follows:
    Resource Name Type Limit
    COMPOSITE_LIMIT     KERNEL     UNLIMITED
    FAILED_LOGIN_ATTEMPTS     PASSWORD     UNLIMITED
    SESSIONS_PER_USER     KERNEL     UNLIMITED
    PASSWORD_LIFE_TIME     PASSWORD     UNLIMITED
    CPU_PER_SESSION     KERNEL     UNLIMITED
    PASSWORD_REUSE_TIME     PASSWORD     UNLIMITED
    CPU_PER_CALL     KERNEL     UNLIMITED
    PASSWORD_REUSE_MAX     PASSWORD     UNLIMITED
    LOGICAL_READS_PER_SESSION KERNEL     UNLIMITED
    PASSWORD_VERIFY_FUNCTION PASSWORD     NULL
    LOGICAL_READS_PER_CALL     KERNEL     UNLIMITED
    PASSWORD_LOCK_TIME     PASSWORD     UNLIMITED
    IDLE_TIME     KERNEL     UNLIMITED
    PASSWORD_GRACE_TIME     PASSWORD     UNLIMITED
    CONNECT_TIME     KERNEL     UNLIMITED
    PRIVATE_SGA     KERNEL     UNLIMITED
    resource_limit parameter in initprod.ora file is set to FALSE.
    Now first of all I need to alter resource_limit paratmeter to TRUE with scope=both.
    Then need to create a new profile and define sessions_per_user 3.
    My question is that whether I have to define all default profile resources in the new profile or not?
    Do I need to grant create_session priviliges to every user after assigning new profile?
    Can I assign both profile to a single user?
    Brgs.
    Hassan

  • Apple Configurator Restriction not letting me see any apps

    I am deploying 80 iPads and am about to pull my hair out. Now that the update issues between OSX 10.2 and configurator have been worked out, I thought that I'd sail right through this. Not so...
    I am using a Bretford cart and keep getting stuck. Once I go through all of the steps of preparing and supervising, the apps are installed but I don't see the app icons anywhere and if I do a search for them on the iPad, nothing comes up.
    I ran them all through iTunes and restored them all from a backup and they all looked the same and had what they needed on them, but obviously there weren't any restrictions and that's what I need. When I hooked them back up to Configurator to supervise them, I was able to change their names, add the profile and thought it would be done. Not so...
    I went to settings on the iPads and see that all 17 are installed. I removed the student profile that I had set up in the iPads general settings and then I could see them all, but the camera icons, and others that I wanted to restrict are there as well.
    I have "install apps" checked in the Restrictions in the profile that I created. I am obviously missing something, because otherwise what would be the point??!

    When I set one up right out of the box in Configurator unsupervised, it gets all the way to "Tap device to install profile". The device itself wants me to set it up from scratch using the setup assistant.
    Once I get all the way through it, the apps are there, but there is nothing to tap and the profile isn't installed.
    I I selected "Prepare" again and unchecked "Erase before Installing" and then the install button appeared. However, once I installed the profile, the apps disappeared again, even though when I click on general- about - the name is right and it tells me that there are 17 apps installed.

  • How could it be possible to completely restrict other users to view any sites through firefox browser with the help of password ?

    I want complete control of firefox browser for my computer.
    For example:
    There is a similar feature in Internet Explorer which is called 'Content Adviser'.
    To restrict others for viewing sites through Internet Explorer here is what has to be done:
    1. Click to open Internet Explorer.
    2. Click the Tools button, and then click Internet Options.
    3. Click the Content tab, and then, under Content Advisor, do one of the following:
    *Click Enable. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
    *If you've previously enabled Content Advisor, click Settings, and then type the supervisor password. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
    4. To allow others to view restricted content, click the General tab, and then select the Supervisor can type a password to allow users to view restricted content check box.
    5. To allow others to view unrated content, select the Users can see websites that have no rating check box, and click OK.
    6. If a supervisor password has not previously been set up for Content Advisor, you will be prompted to create one.

    Looks like verdana is selected to 'off' in font book. Not sure if this could be the reason as to why i'm experiencing problems.

  • Restricting access to certain plants - any suggestions welcome

    Hi,
    I have been asked to create a small number of new plants for our business which are only to be viewed by a small number of people. Now the plants will have the same initial letter as a number of existing plants (this can't be changed).
    For example, the new plants might be AB01, AB02. The existing plants are A001, A002, A003.
    Many of our authorisations at plant level reference this first letter:
    i.e. The user can see all the plants beginning with the letter A*.
    Can anyone think of a way whereby I can restrict the access to the new plants without having to change all the existing authorisations?
    Thanks,
    Steph.

    Without authorization you can go for customized developement,
    search for standard user exit & take help of abaper to complete it.

  • Restricting SM30 via auth. groups, any flaws in thinking?

    Hi,
    I got a request to assign SM30 to a role as table J_1IEWT_ACKN_N needs to be maintained monthly. I checked an earlier thread regarding this table, and in this case maintaining table in DEV + transport is also not accepted.
    This role also includes other table maintenance activities (period opening/closing, exchange rate maintenance), but for these SM30 is not required. As this role would now include SM30, it would possibly grant access to quite a bunch of tables (through S_TABU_DIS, DICBERCLS values KC and FC31).  User with this role would not have any other roles.
    I created a Zxxx-authorization group in SE54, assigned it to the J-table and then included this auth group to S_TABU_DIS object.
    As this role only needs access to a few tables, I was thinking of changing the authorization group assignments of these tables from KC/FC31 to Zxxx and then giving only DICBERCLS value Zxxx to the role.
    Does this sound like a reasonable solution? Can I just change the auth group assignments of the tables in SE54 or does this have any consequences that should be acknowledged and that I'm not aware of?

    You should try to find an existing group which contains data with the same classification as this one, and use SE54 to assign the value to it. Possibly, if the correct set of users are already classified for that group then you don't need to change anything inthe roles.
    If nothing which already exists matches the classification of the data, then classify it yourself by creating the Zxxx group and assign it via Se54.
    If Z-groups already exist, as for the documentation on the concept so that the one you create or use is conform with the intended concept and naming conventions.
    There is nothing wrong with a Z-table authorization group.
    Cheers,
    Julius

  • How to get log information about any interface...scenario etc

    I have created an package which loads file in a perticular folder dynamically.
    here after loading each file i want to maintain the log i.e number of records inserted,updated,deleted,error etc,i came to know that in work repository snp_session,snp_sess_task_log, will have the statistics.but in these table records loaded available in the insert step.how do i query these tables properly,how do i get session no other information from odi.
    plz help me.
    Jai

    Thank u.
    I got one more way to solve this.
    SELECT <%=odiRef. getPrevStepLog("sess_no")%> FROM DUAL
    we can use this statement in a variable.
    After execution of the interface we can use this variable which lets us to know session_no of previous interface then we can use this session_no to get the log by quering tables in work_rep.
    Regards,
    Jai

  • Any site for finding scenario

    Can you tell me a site where can I find scenario (real life implementation) or project as sample for practice.

    Dear,
    You are at right place then SDN.SAP.COM is one of the best side for this.
    Regards,
    R.Brahmankar

Maybe you are looking for

  • FM to calculate date month & year six months previous to the current date

    Hi All, Is there any function module or code to calculate date month & year six months previous to the current date. Thanks in advance.

  • Advice Pleeaasseee....!

    Hi....!! I am giving below the TKPROF output for the following environ: NT4.0,11.0.3,8.0.5. The issue is that we had tuned the above db and a particular report, which used to run for about 2 hours, is now taking about 2 days...!!! While all the other

  • Sap* deletion in Production System

    Hi experts,   I wanted to do TMS configuration which require to login to my Production System from 000 client. I am newly joined here. And i dont now any of user password (DDIC,SAP,BASIS)* for client 000. I have tried reseting it from my MSSQL Databa

  • Trouble with droptarget

    This is from the Flash 8 Doc on dragging MovieClips It doesn't work because it's suppose to be in a onClipEvent Why isn't the Doc updated I find this a lot in Move Clip examples garbage_mc.onPress = function() { this.startDrag(false); garbage_mc.onRe

  • Execute in back ground!!

    Hi, I am executing my program in background and sending mail for the output produced on  the screen ... in foreground as well as in case of back ground but in background the excel file is going blank any pointers? Regards Gunjan