Authorisation object to the loading point

Hi, Experts,
      As per the requirement we have configured the Weigh Bridges as loading points  from where the TRUCK empty and Gross weights  can be taken to create the delivery and these loading points were  assigned to multiple shipping points. Again each Shipping point also assigned to multiple loading points.each weigh bridge i.e. the loading point is being operated  by the end user.As the shipping point is assigned to multiple loading points, system  is allowing the user to select any one  of the  loading point assigned to that shipping point.
    Now, my requirement is to restrict the end user to operate one loading point only by providing authorisation object for that loading point. what is the authorisation object for the loading point.
Regards
Sam

the loading point is being operated  by the end user
Through which transaction code, users are executing this loading point.  I think, the authorization object for this is L_YRD_MTHD
G. Lakshmipathi

Similar Messages

  • Drawing object on the intersections point of 2 lines.

    hi guys, im very new in actionscrip , please give me some guidance.
    i'm doing this project , about 2 lines intersecting each other(the 2 lines are not always on the same position) . i try to find the intersections point using collision detection method but how do i place an object on the intersections point?
    if(line1.hitTestObject(line2)) //  so this is how we find the intersection point but we do not know how to draw/place an object on the  intersection point.

    then it's easier to calculate the intersection algebraically:
    function intersectionF(x1:Number,y1:Number,x2:Number,y2:Number,x3:Number,y3:Number,x4:Number,y4:Number):Array {
         if (x1==x2) {
              if (x3==x4) {
                   if (x1==x3) {
                        return ["line1"];
                   } else {
                        return [null];
              } else {
                   // line 1 vert, line 2 not
                   var m2:Number = (y3-y4)/(x3-x4);
                   var b2:Number = y3-m2*x3;
                   return [x1,m2*x1+b2];
         } else {
              // line 1 not vert
              if(x3==x4){
                   // line 2 vert
                   var m1:Number = (y1-y2)/(x1-x2);
                   var b1:Number = y1-m1*x1;
                   return [x3,m1*x3+b1];
              } else {
                   // line 2 not vert
                   m1 = (y1-y2)/(x1-x2);
                   b1 = y1-m1*x1;
                   m2 = (y3-y4)/(x3-x4);
                   b2 = y3-m2*x3;
                   var x:Number = (b2-b1)/(m1-m2);
                   return [x,m1*x+b1];

  • How to always rotate objects around the same point, even using the right-click menu?

    I need some of my objects to always rotate around the same point. How can I select a point which will stay that way?
    Using the rotate tool resets after deselecting.
    Also, I'd like to rotate objects around a certain point even when using the right click > Transform > Rotate.
    Is it possible?

    Right, so this is where Illustrator falls short with respect you your need, but only in the sense that the reference point can't be made to stick. You can, however, use Smart Guides to make it so the point is easy to set at exactly the same location, (especially since your object has an anchor point there), manually before each rotation.

  • Find the missing Authorisation Object in the WEB Dyn pro applciation

    Hi,
    We are having the ECC6.0 with Enterprise portal. in EP we are running the application with some webdynpro
    there are some missing authorisation when running the application
    how can we track the what all authorisation is missing / checked for the web dyn pro
    is there any way Like SU53 in the WEbdyn pro or any other method to check ?
    all the web dynpro are custom developed
    Thanks & Regards
    Virandra Sharda

    Hi,
    SU53 dump may not work for the authorization issue as it provides last authorization check failed details.
    Take trace by ST01 transaction. It will provide you the authorization check details..
    Where Return Code (RC) will be 4(RC= 4), there user is facing authorization issue...
    Try to find the error from from the first authorization check failed details..
    There may be some false authorization check failed details, what is not required for the perticular work.
    This kind of error comes due to program error. So you need to test the access by adding the authorizations.. try to provide minimum authorization to solve the issue.
    Regards,
    Sandip.

  • Set reference point for multiple objects in the middle of the document

    Hello Community,
    I want to mirror a layout.
    So I:
    1. Select all the objekts
    2. Set the reference point to the middle
    3. Mirror the objects
    BUT
    The reference point is the middle of all the OBJECTS. That leads to several objects crossing the border of my document because the layout isn't spread out evenly.
    I want to middle of the DOCUMENT to be the reference point. How can I do that?
    Thanks
    Christian

    Have you fiugured this out on your own?
    I just played around a bit and found a method, but it's not exactly intuitive. Select the object(s), then switch to the Rotate tool. The center of rotation will be defined as one of the transformation handles, but you can drag it to anywhere you like, so move it to the point that you want as the center of your mirror. Hold down the Alt/Opt key, and click the reflect button to make a mirrored copy. Without the modifier key the original objects will mirror their position around the repositioned reference.

  • 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

  • Mandatory Authorization object for the BO user

    Dear All
    I am facing some problem for the BO user.
    can you let me know what are mandatory Authorization object for BO user to run the dashboard without error.
    Fast reply appreciate.
    Thanks
    Haji

    Dear All
    i am working for Analysis Authorization.
    i included Analysis Authorisation object  to the user.
    S_RS_AUTH  BI Analysis Authorizations in Role.
    when i checked in the BW side its working fine.
    when i checked the user in the BO side.
    filter values are coming correct, but the values in the column are not showing.
    its throwing an error.
    kindly help me to solve this issue.
    Thanks
    Haji

  • 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.

    I have a query. I have created authorisation object 'zbill'.
    the user 'TSTXBILL' is assigned the role ZCXBILLADDCHG where he will be allowed to change and add some materials....
    and another user TSTXBILLCK has authorisation only to lock and unlock materials. he is assigned the role ZCXBILLLOCK...
    What I wanted to do is I have to code this in my program... f that user does not have security role 'ZCXBILLLOCK' assigned to their userID, then they should receive an error message that they do not have access to that function.
    only those users can lock...
    Can anybody help me  to solve this.
    I have included only one fiedl ACTVT.
    Thanks in Advance
    Jay

    You can create data element and domain with name ZROLE and assign field name ZROLE to your Authorization Object ZBILL.
    Maintain 2 values n domain ZROLE - ADDCHNG and LOCK
    Use AUTHORITY-CHECk in your program to check which value is assigned to user.
    Ask your basis person to map to roles accordingly.
    Regards,
    Mohaiyuddin

  • Authorisation object on table

    Hi,
    I have a z table with table maintenance generator in which company code, plant, storage location , material, quantity are the fields.
    Now i want to provide the authorisation object on the table using the companycode field.How can i do this?

    the table maintenance generator will have created a function group with the name of the table (default). go to SE56 (name of the table -> display) click on button Fn.Gr.Text, next button Main program -> in the bottom part of that function group you will find a section named
      User-defined Include-files (if necessary).                    *
    you can code your authority check there ...

  • Loading point optimization

    Hi,
    My client wants to schedule  the loading point and loading time automatically. For example, if the loading time is 4 hours and if you create two sales orders continuously, then it should propose the loading time with the gap of 4 hours during delivery schedule in order to eliminate the unnecessary waiting time of trucks. How to achieve this. Pl share your inputs.
    Regards
    Sankar

    Hello Sankar
    You may resort to delivery scheduling- see below-  and maintain loading time for the Shipping Point in hours. Let me caution you that SAP is not a scheduler/Optimizer though.
    SPRO/IMG/Sales and Distribution/Basic Functions/Delivery Scheduling and Transportation Scheduling

  • Shipping Point Vs Loading Point

    A little clarity is needed btn the two...I think shipping point could be equated to a control office where all deliveries have to go through. Loading point is a physical location that deals with specialized (eg within car spare parts divison - sensors, belts, lights...etc) handling and could be at every plant location where goods are loaded onto the shipping vessel. How accurate is my understanding of the subject?

    Hi,
    <b>Shipping point</b> : The physical location (for example, a warehouse or collection of loading ramps) from which you ship the item.
    Use
    You can predefine shipping/receiving points in the system, based on different combinations of
    plants
    shipping conditions
    loading groups
    During delivery processing, the shipping/receiving point is the most important criterion that you use to select deliveries.
    A delivery can be shipped from one shipping point only or received at one receiving point only.
    If you want to provide more detailed information about a shipping point you can specify a loading point (for example, one of a number of different loading ramps).
    Example
    If, for example, you want to ship refrigerated goods to a certain customer by rail, the system proposes a shipping point with a suitable location and equipment for loading refrigerated goods onto rail cars.
    Procedure
    The system can propose a shipping/receiving point. If valid alternatives are predefined in your system, you can change the shipping/receiving point manually.
    You can define a user-specific default value for the shipping point in the user parameter VST.
    <b>Loading point</b> The exact physical location where the loading of a delivery item takes place (for example, the number of a specific loading bay).
    A loading point is a subdivision of a shipping point.
    The loading point can be entered manually in the delivery header.
    First enter the shipping points for which you want to define loading points.
    To define the loading points for this shipping point, enter a two- character, alphanumeric key and a description. In addition, you can enter a short text for each loading point to indicate the area of responsibility.
    Hope it helps. Pl reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • How to update loading point using a BAPI

    Does anyone know how to update loading point in a delivery using a BAPI / function module like BAPI_OUTB_DELIVERY_CHANGE. We could populate loading point in the structure for function module ws_delivery_update2. But it does not update the loading point.
    Thanks
    Edited by: Satyanarayana Tiruveedhi on Mar 13, 2009 6:11 AM

    Paul, I don't know if the person I'm trying to advise (who uses a Mac) will be able to do as you suggest.  However, I thought this would be an interesting exercise for me to try myself just to see if I can get it to work.
    I tried your suggestion on all three of my devices, with no success (PAP2T, SPA2102, and SPA504G)...?
    Once I have uploaded the .bin file(s) to my web site, are you saying that the only setting change I need to make is to just enter the exact path to the uploaded file in the field "Upgrade Rule" ?  This doesn't seem to enable the upgrade procedure on any of my devices that I tried it on (even after a manual power off/on reset).  Upgrade Enable is set to "yes" (the default). 
    P.S.
    My original path was using https://.  So, I just changed it to http:// on the spa504g, and this time the LCD display has the message: "Upgrading Firmware, Please do not turn off power...".  Problem is, all my registration lights stay green, and no lights are blinking to indicate an upgrade is in progress.  Then after a few minutes, or so, the LCD display returns back to normal display (Upgrade message dissappears).  All is normal, but spa504g did not do a firmware upgrade....?
    Actually, my spa504g already has latest firmware at 7.5.3.  So, I'm trying to downgrade back to 7.5.2b, just to test out this procedure.
    Message was edited by: Jeff Bourgeois

  • Controling objects in a loaded swf at any given time

    I want to communicate with an object within a loaded swf. I know I can use this event listener and function to do so right when the swf has completed loading:
    imageLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadSections)
        function loadSections(event:Event):void
                event.target.content.mc.y+=2
    But I want to be able to manipulate a given object from the loaded swf at any time not just when the loading is complete. So basically as long as the swf is loaded, is there a way to manipulate objects and call functions within that swf?
    Both the external and host swf are AS3.
    Thanks

    I'll just try to add to what Ned already told you.
    IF (and only if) I understood what you're trying to do, all you want is press a button to load a new SWF and then click the loaded swf to unload it, right?
    If this is what you want, I think you have to understand that a loader IS a displayObject and it CAN be added to the displayList. It took me a lot of time to understand this so maybe this is where you're having trouble to "think" your application (and I guess it is because you're using holder.addChild(imageLoader);, which is not wrong).
    Since a loader is a displayObject that can be added to the displayList, you don't really need a another displayObject do hold it, like a holder.
    You can simple use addChild(imageLoader);
    Doing so, you will have a "loader" on stage working just like anyother displayObject. You can add listeners to it, you can remove it from stage, change its location and all.
    So, as Ned said, when you add a loader to the stage, if you want to remove it, go ahead an remove it!
    removeChild(imageLoader);
    //or, in your case:
    holder.removeChild(imageLoader);
    The only thing here (as far as my knowledge goes) is that the loaded content still exists EVEN if it doesn't exist on the displayList anymore. That's why you MUST unload it TOO.
    imageLoader.unload();
    Doing so you'll send the loader content for GarbageCollection and this will be deleted when more memory is needed.
    Another best practice I've noticed is that you should avoid from "creating" a loader from withing a function.
    Well, just to give you an idea of what you can do:
    import flash.events.MouseEvent;
    var req:URLRequest = new URLRequest("external.swf");
    var loader:Loader = new Loader();
    //A button we have on the timeLine.
    myBtn.addEventListener(MouseEvent.CLICK, onClick);
    function imageLoaded (e:Event):void {
         addChild(loader);
         loader.addEventListener(MouseEvent.CLICK, unloadAndRemove);
         trace (loader is DisplayObject);
    function unloadAndRemove (e:MouseEvent):void {
         e.target.unload();
         removeChild(loader);
    function onClick(e:MouseEvent):void {
         loader.contentLoaderInfo.addEventListener(Event.COMPLETE, imageLoaded);
         loader.load(req);
    I hope it helps.

  • Loading point

    Hi,
    Can a shipping point be assigned to many loading points?
    Thank you.

    Yes shipping points can be assigned with as many loading points as possible and all the loading points are specific to that shipping points. The relation is one to many. All the loading points are unique to that shipping point.
    Regards
    AK
    Reward points if helpful

Maybe you are looking for

  • Output select query in OLEDB Command

    Hi I am trying to write a simple output query to get the Count of rows  in OLE Db Commnad Adavnced editor and getting error. Please help! Declare @Count INT; Select @Count(*) AS ? FROM <tablename>WHERE Column 1  =?  AND Column2 = ? Please help as thi

  • HT201317 video to icloud

    How do you get video from iphone 5 to icloud?  Whay won't it upload automatically like photo?

  • Playing AVI movie files??

    Help. I have 3 Macs: G4 Flat Panel, Imac G5- which play AVI movie files just fine. Mac Mini (specs below) which does not. Been at it for hours. The two older ones are non-intel, the mini is intel, this is the only difference I can see. I have the sam

  • Transaction code authorization

    have created a report using table BSID I have used a variant name standard Now when I have given authorization to the User. 1. The Variant authorization is not there . 2. The user does not have the rights to view table BSID. How Can I 1. Authorizatio

  • How to select and edit background images in templates?

    I open a template in pages ('elegant brochure' for example) and there is a background image that takes up the entire background of the page. When I click on the image, instead of being surrounded by the 6 little circles (that allow resizing) there ar