Can Any one tell me. System considering the Sales District also in Delivery Split which is not in standard. How to resolve this. Please help me

   Hi
Can Any one tell me. System considering the Sales District also in Delivery Split which is not in standard. How to resolve this. Please help me

Dear Srikanth,
I am not sure, if my answer will satisfy you, but anyway I will try:
Field Sales District is technically called BZIRK. In delivery structure is this field located in header (table LIKP), what cause split, if origin document (Sales Order) has different Sales District in some positions. This is standard program behavior. Basically it shouldn't happen, as value is taken from customer master (Sold-to Party) and copied to header and items of sales document. But user can manually changer for particular items.
Well, to solve situation you have few ways:
1. Do not allow users to change value on items - can be managed by organizational decision or by authorization concept.
2. If there is a reason to have different Sales District in items, then it can be managed in in routines for copy control between sales and delivery documents (delete value of BZIRK for all items for instance). But then will be this information lost for further usage. It seems to me to invoice is value copied directly from sales order (field VBRP-BZIRK_AUFT) then it mustn't be a critical for analyses.
3. Your situation also can happen if you wants to collect more sales documents to one delivery. In this case can be that Sales District is different for same customer in different sales order (even seems to be little bit strange). Then solution from point 2 can help as well, I believe.
Best Regards
Arnost

Similar Messages

  • I m not able to connect for the wifi  which i have used earlier ,i m getting an error as unable to join the network how to resolve this please help me

    i m not able to connect for the wifi  which i have used earlier ,i m getting an error as unable to join the network how to resolve this please help me

    We were able to log in this morning and all is working. You should be able to log in at any point today. Please let us know if you are having any other difficulties.

  • Can any one tell me what is the full form of this?

    hi,
    i am runing the SQL Trace in to the database for the session. and i run the query as :
    PARSING IN CURSOR #20 len=75 dep=0 uid=58 oct=3 lid=58 tim=14339580839 hv=4009215815 ad='685d5708'
    SELECT EMP_NO
         FROM EMP WHERE EMP_NAME = :1
    END OF STMT
    PARSE #20:c=0,e=492,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=1,tim=14339580833
    EXEC #20:c=15625,e=3248,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=1,tim=14339596641
    FETCH #20:c=0,e=226,p=0,cr=15,cu=0,mis=0,r=0,dep=0,og=1,tim=14339599490
    what are the full form of this. What i know is this
    c---number of times OCI procedure was executed
    e---elapsed time in seconds executing
    cr--number of buffers gotten in current mode (usually for update)
    r---number of rows processed by the fetch or execute call
    cu-cpu time in seconds executing
    this are the correct. if wrong can anyone tell me what is the full form of this above statement

    c = the total CPU time consumed by the Oracle process during the call
    e = amount of wall time elapsed during the call
    cr = number of Oracle database blocks obtained by the call in consistent mode from buffer cache.
    r = number of rows processed.

  • Can any one tell me what is the master data upload sequence in sap pm...? i am new to sap pm module..

    Hi experts,
    Please help me to get the sequence for master data upload in sap pm ......

    Probably yet another Blog/Document for someone to create..
    Here's my offerings:
    Finance data: chart of accounts, g/l accounts cost centres, profit centres, activity types, etc
    Configuration data
    Classes/characteristics
    Inspection characteristics
    Master Warranties/Permits/Partners/Documents
    HR masters
    Work centres
    Materials
    Functional locations
    Equipment (serial numbers)
    Measurement points/documents
    BOMs
    Task Lists
    Maintenance items/plans
    Maintenance plan schedule
    Historical orders (if required)
    Historical notifications (if required)
    Historical Measurement documents (if required)
    PeteA

  • Can Any one tell me what is the step in calling a function from a *.lib file in Labview application

    Hi, I am working on Labview 8.0.
    I am trying to  communicate to a thrid party HW using the driver file he has provided to me.
    The drive file is a *.lib file.
    I am unable to call the function from the lib file.
    I could get only from a DLL.
    Pls help .
    Regards
    -Patil

    patil wrote:
    When it is possible in Lab Windows, why calling a function from a static library is prohibited?
    I was trying to use Function node, but found that it is only for functions from a DLL file.
    Will CIN be useful.? 
    LabWindows is not the same as LabVIEW. LabVIEW cannot call .lib files. LIB files are intermediary products and you need to use a wrapper DLL that's compatible with the object format of the .lib file. It's as simple as that. LabWindows creates C application and from that perspective is no different than a regular C
    compiler. That's why you can call .lib files because that's how .lib
    files are used.
    A CIN, as pointed out, is something completely different and will not help you.  

  • Can Any one tell me what's the purpose of this RSA Function.

    The Code is Decompiler From a java class, And I hope to know what's done with the rsaprivatecrtkey.
        static byte[][] a(RSAPrivateCrtKey rsaprivatecrtkey)
            byte abyte0[][];
            int i1;
            int k1;
            abyte0 = new byte[8][0];
            i1 = (i1 = rsaprivatecrtkey.getModulus().bitLength()) + (i1 & 1);
            Object obj = null;
            boolean flag = false;
            k1 = i1 >> 3;
            abyte0[0] = new byte[k1];
            byte abyte1[];
            int j1;
            if((j1 = (abyte1 = rsaprivatecrtkey.getModulus().toByteArray()).length) != k1 + 1) goto _L2; else goto _L1
    _L1:
            abyte1;
            true;
            abyte0[0];
            0;
            k1;
              goto _L3
    _L2:
            abyte1;
            0;
            abyte0[0];
            k1 - j1;
            j1;
    _L3:
            System.arraycopy();
            abyte0[1] = new byte[k1];
            if((j1 = (abyte1 = rsaprivatecrtkey.getPrivateExponent().toByteArray()).length) != k1 + 1) goto _L5; else goto _L4
    _L4:
            abyte1;
            true;
            abyte0[1];
            0;
            k1;
              goto _L6
    _L5:
            abyte1;
            0;
            abyte0[1];
            k1 - j1;
            j1;
    _L6:
            System.arraycopy();
            k1 = i1 >> 4;
            abyte0[2] = new byte[k1];
            if((j1 = (abyte1 = rsaprivatecrtkey.getCrtCoefficient().toByteArray()).length) != k1 + 1) goto _L8; else goto _L7
    _L7:
            abyte1;
            true;
            abyte0[2];
            0;
            k1;
              goto _L9
    _L8:
            abyte1;
            0;
            abyte0[2];
            k1 - j1;
            j1;
    _L9:
            System.arraycopy();
            abyte0[3] = new byte[k1];
            if((j1 = (abyte1 = rsaprivatecrtkey.getPrimeExponentP().toByteArray()).length) != k1 + 1) goto _L11; else goto _L10
    _L10:
            abyte1;
            true;
            abyte0[3];
            0;
            k1;
              goto _L12
    _L11:
            abyte1;
            0;
            abyte0[3];
            k1 - j1;
            j1;
    _L12:
            System.arraycopy();
            abyte0[4] = new byte[k1];
            if((j1 = (abyte1 = rsaprivatecrtkey.getPrimeExponentQ().toByteArray()).length) != k1 + 1) goto _L14; else goto _L13
    _L13:
            abyte1;
            true;
            abyte0[4];
            0;
            k1;
              goto _L15
    _L14:
            abyte1;
            0;
            abyte0[4];
            k1 - j1;
            j1;
    _L15:
            System.arraycopy();
            abyte0[5] = new byte[k1];
            if((j1 = (abyte1 = rsaprivatecrtkey.getPrimeP().toByteArray()).length) != k1 + 1) goto _L17; else goto _L16
    _L16:
            abyte1;
            true;
            abyte0[5];
            0;
            k1;
              goto _L18
    _L17:
            abyte1;
            0;
            abyte0[5];
            k1 - j1;
            j1;
    _L18:
            System.arraycopy();
            abyte0[6] = new byte[k1];
            if((j1 = (abyte1 = rsaprivatecrtkey.getPrimeQ().toByteArray()).length) != k1 + 1) goto _L20; else goto _L19
    _L19:
            abyte1;
            true;
            abyte0[6];
            0;
            k1;
              goto _L21
    _L20:
            abyte1;
            0;
            abyte0[6];
            k1 - j1;
            j1;
    _L21:
            System.arraycopy();
            abyte0[7] = new byte[4];
            if((j1 = (abyte1 = rsaprivatecrtkey.getPublicExponent().toByteArray()).length) <= 4) goto _L23; else goto _L22
    _L22:
            abyte1;
            false;
            abyte0[7];
            0;
            4;
              goto _L24
    _L23:
            abyte1;
            0;
            abyte0[7];
            4 - j1;
            j1;
    _L24:
            System.arraycopy();
            return abyte0;
        }

    By the way, I want to learn that if it have to show a mount on the desktop when time machine is backing up?

  • Can any one tell me what is the size or dimension I have to use to run a android air project.

    I know there is like a 800 X 400 pix. for it.
    but with the new phones it might have changed to 1920 X 1080

    You must download the latest AIR SDK:
    Download Adobe AIR SDK
    Extract the contents of the .zip file somewhere. After that go into Flash's Help menu and use the "Manage AIR SDK" option. Browse to the location you extracted AIR to and choose that folder. Now you will have a publish target for whatever version you download.
    You should continuously check the AIR SDK release notes to see when it was last updated. If you notice a newer point release is out, you should always update.
    Adobe AIR Help | Release Notes
    For example I just noticed they put out a new version yesterday, Nov 25th, so I need to update myself hehe.
    Sorry for the late replies. We all get busy during the holidays!
    Note: Every time you update your AIR you should pay attention to the version it is and update your apps XML to reflect that. Right at the top, the namespace in the XML contains the version of AIR SDK used. At the time of this post you should be setting it to 15.0 from whatever it currently is. Flash will let you know that with an error message if you try to export anyhow.

  • My lifetime calls is glitched at 4,924,000,000 and I can not figure out how to reset this PLEASE HELP URGENTLY I don't know how to resolve this

    My IPhones total life time calls is at 4,924,000,00 and I can't figure out if this is a glitch because I know that I have DEFIANTLY not called for that long I don't know if this will be resolved but someone PLEASE HELP

    Glad it helped!
    For what it's worth, I suspect you'd have to restore the phone as new to resolve the issue. If it were mine, I'd probably elect to live with the weirdness rather than go through the fuss of a restore.
    Best of luck.

  • Can any one tell me how can I move to a different folder pictures, that I've cloned, without them staying aggregated? They all come together to the other folder and I don't want that- thanks

    Can any one tell me how can I move to a different folder pictures, that I've cloned, without them staying aggregated? They all come together to the other folder and I don't want that… thanks

    There's more to it than that.
    Folders in Aperture do not hold Images.  They hold Projects and Albums.  You cannot put an Image in a Folder without putting it in a Project or an Album inside that Folder.
    The relationship between Projects and Images is special:  every Image must in a Project, and can be in only one Project.
    Images can be in as many Albums you want.  Putting an Image in an Album does not move it from the Project that holds it.
    You can make as many Versions from a Master as you want.
    What you want to do may appear simple to you, but it still much adhere to how Aperture works.  I still can't tell exactly what you are trying to do (specifically: Images don't live in Folders; moving an Image from a Folder is non-sensical).
    It can be very confusing (and frustrating) to get going with Aperture -- but it does work, and can be enormously helpful.  If you haven't, take a look at the video tutorials on Apple's Aperture support site.
    I feel as though I haven't helped you much -- but we need to be using the same names for interface items in order to get anything done -- and my sense is that you still haven't learned the names of the parts.

  • Can any one tell me how to write the properites files and how to acces

    can any one tell me how to write the properites files and how to acces thoose files
    plz let me no
    thanks in advance

    http://www.exampledepot.com/egs/java.util/Props.html

  • Can any one tell me how to stream the images in flash.

    Hello Friends,
    i have created a dynamic page flip book with xml, i want to
    zoom the images in swf loaded, with streaming, so that user can
    preview the image while a good quality image is loading. I wanna
    know that how to load a part of large image or swf.
    Image effect like :-
    http://www.zoomify.com/
    Can any one tell me how to stream the images in flash.

    On Thu, 17 Apr 2008 05:53:27 +0000 (UTC), "FlashDavil"
    <[email protected]> wrote:
    >I wanna know that how to load a
    >part of large image or swf.
    You show a preview and use loadMovie() to load a big file.
    You can
    create a preloader (progress bar) showing how much part is
    loaded,
    while user sees the small image. When you achieve 100% tou
    show that
    big image. What's more?
    > Can any one tell me how to stream the images in flash.
    What are you talking about is not a "streaming", but
    "progressive
    download". Images "streaming" is impossible.

  • Can any one tell me how to attach a pdf file to the mail through workflow

    I have a smart which i am able  to convert it to a pdf file...now.. can any one tell me how to attach a pdf file to the mail through workflow

    Hi,
    To create the task for attachment
    Use the BOR SELFITEM and method NOTES_APPEND.
    The out come of this task contain a link called attachment with a clip attached. Clisk on that icon and choose the type of attachment u want . RAW , EXCEL , TXT , PDF... Then using the import icon u can attach the document u like.
    But the TYPE : OBJ.
    Similarly using NOTE_DISPLAY method u can display the documents u like.
    In any work item u have the facility to attach any atttchment for further circulation .
    Attchment @ WORKITEM
    1.Click the workitem for which you want to create the attchment
    2.Press create attachment
    3. Add the attachment u like (PDF)
    Reward points for useful answer.
    Richard A

  • Can any one tell me how to remove the 3 buttons at the top of a dialog?

    Hi all
    Can any one tell me how to remove the 3 buttons at the top of a dialog?
    The Close, Minimize and the other I don�t know what you call that one.
    Thanks for you time All
    Have a great day
    Craig

    Try http://java.sun.com/docs/books/tutorial/uiswing/components/frame.html#setDefaultLookAndFeelDecorated

  • Can any one tell me how to include the company logo and some poictures into the Teststand report

    1. Can any one tell me how to include the company logo and some pictures into the Teststand report?
    2. How to include the waveforms into the report?

    http://zone.ni.com/devzone/cda/epd/p/id/3619
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • Can any one tell me how to change the current row header in FB1LN tcode

    Hi,
    can any one tell me how to change the current row header in FB1LN tcode.
    I want to show input date also in the layout.
    Regards
    Mave

    Hi
    I know two ways:
    - transaction obvu: here you can insert new fields, but only if these fields are included in certain table (like BKPF, BSEG, BSIS.....
    - if your field isn't included in those table, you have to modify the structure RFPOS and manage it in the BTE 1650. After updating RFPOS you have to run the program RFPOSXEXTEND to update the structure RFPOSXEXT.
    Max

Maybe you are looking for

  • A security question pertaining to disabling the root login. [SOLVED]

    I've recently been configuring sudo and came across the following piece of advice: https://wiki.archlinux.org/index.php/Su … root_login After making my normal user a full fledged sudoer I followed the advice in the link above. passwd -l root worked b

  • Change memories to open attachments in Email

    I can not open my attachements in my Emails. I receive a message that there is not enough memory. How can i increase the memory? I can open this attachments in my telephone BB who is linked with BB Bridge. But not on my PlayBook.

  • What's going on with Flash 10??

    Upgraded to Flash 10 latest version - crashed both Firefox and IE and PC ran worse than before Downgraded to Version 9 all is OK again Can anyone update what's being done about this? Google and you'll find it's commonplace

  • Podcast removed-How to resubmit?

    My podcast, nuTSAck podcast, was removed from iTunes. I got the e-mail saying so, I presume it must have been for offensive material. I have removed all material which could be deemed offensive and would like to resubmit it, but iTunes will not let m

  • Extracting data from web applications/webserivces into BI

    Hi All, We have a system which is a web based application(like.NET framework or some html pages like sdn.sap.com) Backend that web applcation data is stored in Sql Server. Now i need to implement RDA for web based applications to BI. Is it possible t