Transfer posting using MM and SD

Hi people,
In the transfer postings using MM and SD, we have the following steps:
Create the PO type UB
Create the delivery document using VL10B
Create MIGO and J1B1N using VL02N
I would like to know about the information of tab "Value with taxes" of the item of J1B3N . Where it comes from?
This document is created automatically, and the information of this fields doesn't appear in delivery document or in material document.
I already changed some parameters in J1BTAX tcode, but it doesn't change in the J1B3N.
Thanks, Camila Peralta

If the supplying and receiving plants belong to different company codes, choose the document type 'NB' or a comparable document type of your own. A physical stock transfer is then carried out with delivery and billing document
Here we make the STO with the transaction ME21N..at above you will two option to put..out of it one is document type..in other words you can say which type of document you wanna generate....
After this, the STO process can be done in two steps...one is in ONE STEP PROCESS and other is TWO STEP PROCESS...
In this along with the material document the accounting doc is also generated....In One step process, the stock in transit as well place in storage is done at the smae time...So its called one step process...
Now if the delevery is done and if the delivery is the underdelivery then the system need to check the whether its allowed or not...if allowed then till what limit...so thisvalue is filled.
It depends on your setting, whether you go for 2-step Stock Transport or 1-step.
If It is 1-step then 1 material document and 1 accounting document.
This material document will be of movement type 647 and stock will not come in transit, stock will directly get moved from Supplying Plant to Receiving Plant.
And if it is 2-step then 2 material documents and 1 accounting document.
1 material document for GI from Supplying Plant to Stock in Transit (Movement Type - 641), and another from stock in transit to receiving plant (Movement Type - 101).
Accounting Doc in both cases will be;
Stock A/c - Dr (Receiving Plant)
Stock A/c - Cr (Supplying Plant)
And it will update PO History in both the cases.
You can config. this in SPRO > MM > Purchasing > Purchase Order > Setup Stock Transport order > Assign Document Type, One-Step Procedure, Underdelivery Tolerance > here activate "One-step" indicator if you want 1-step otherwise keep blank for 2-step.

Similar Messages

  • Cost transfer posting within Training and event management

    Dear experts!
    Now, I'm getting some issues about transfer posting in Training and event management.
    - The first, I create business event.
    - Second, I posted cost of business event to CO.
    when I posted to CO, I only want to give cost of business event to one cost center. But the system require I have two cost center:
              + Sender cost center
              + Receive cost center.
    Really, I want to post cost of business event to Receive cost center.
    How do I have to do?
    Help me, Please!
    Best regards, Huy

    Hi huy daongoc ,
    you need to find out from the FICO guys. 
    If the sender cost center and the receiver cost center is same.  then give both records.  They will help you out.
    I think Sender cost center means the cost center under which the training is organised.
    Receiving cost center means the persons who are all receiving the training, those persons cost center.
    Regards
    Venu Gopal

  • Transfer sms using syn and back up options

    i am able to transfer sms using sync and back up options .But the transfered sms apperas unsorted or randomaly.i.e last message in old phone will be second message in the new phone like that..please advice me on this issue

    You most certainly can. What you want to do is to go to System Preferences>Time Machine>Advanced> and exclude everything except the files you want to bring over. Then, plug the Time Machine Backup into the new machine and use Setup Assistant; It'll walk you through the rest.
    Move your content to a new Mac - Apple Support

  • Transfer posting using Mvt. 411 E

    Hi
    When I am doing transfer posting (Stor. Loc to Stor. Loc) using t-code MB1B, Mvt type 411 'E' (Sales order stock to own)
    it is generating an accounting as Dr Inventory A/C
                                      Cr Price differene a/c
    Could any one tell me why it is posting to price difference a/c?
    Appreciate your help.
    Thanks
    Krishna

    Hi
    You can use reservations, instead of requisitions and make reservation number as manadatory for the 311 movement type , so that they can be always created with reference to a document only.
    Thanks & Regards
    KK

  • Double Posting using Leading and Non-leading ledger...

    Gurus'
    I am at a client that is using the leading (0L) and non leading (PL) ledger set up.  Also, we have configure an additional document document (ZF) for posting to the (PL) ledger.  The following configuration settings have been made:
    1     US GAAP (group accounting) (PLN)                    1     0L
    2     Depreciation on tax limited value (cars)                    0
    3     PAS (Polish Accounting Standards) (PLN)                    2     PL
    10     CIT TAX (Polish taxation accounting) (PLN)                    3     PL
    30     Consolidated balance sheet in local currency PLN       0
    31     Consolidated balance sheet in group currency USD     0
    32     Book depreciation in group currency (USD)                    0
    Can someone explain why I am seeing a duplicate posting on the non leading ledger.  Using the settlement transaction from Project Systems or ABZON from the Asset Module I get the expected (AA) document type posting on the leading ledger but also on the non-leading ledger.  When I run ASKB, the document ZF is also posted on the non-leading ledger.
    Can someone help me figure this out?  Thanks,

    Hi,
    You can check BKPF (document header) and there is a field "ledger group" for which the document was posted onto. If there's no value in the field, it means the document was posted to all ledgers (leading and non leading).
    Kyoko

  • I recently purchased a MacBook Pro and transferred data from my MacBook via Ethernet cable. I did not consolidate my accounts and kept using my MacBook. Can I update the data transfer now using Ethernet and can I consolidate my accounts?

    I recently purchased a MacBook Pro and transferred data from my MacBook using Migration Assistant via Ethernet cable.  I was confused about consolidating my accounts, so I continued to use my old MacBook.  Can I now update the data transfer using the same process and begin using my new MacBook Pro exclusively?  How do I consolidate my existing accounts?
    Thank you.

    Of course. It does everything it did before Yosemite. You just won't be able to send or receive SMS messages with it.

  • Extra bytes in data transfer when using VISA and C++ instead of LABVIEW

    Hello,
    I've a problem when I try to download the capture buffer from a spectrum analyzer with C++Builder and VISA.
    If I do that with LABVIEW (with VISA read and write) everything is fine. Instead, with C I get extra bytes in
    the stream. In particular whenever there is a '0A' in the stream I get also a '0D' before it. I'm using a GPIB-USB-B card from National. I know I could easily get rid of those extra bytes in my code, but I'd like a cleaner solution.
    Does anybody know the difference between the following code and LABVIEW VISA read and write routines?
    Is there some attributes I have to set in C which is automatically set in LABVIEW?
    Thanks a lot in advance!!
    Simone
    ViSession defaultRM, vi;
    viOpenDefaultRM (&defaultRM);
    viOpen (defaultRM, "GPIB0::10::INSTR", VI_NULL,VI_NULL, &vi);
    ViStatus err = viSetAttribute(vi, VI_ATTR_IO_PROT, VI_NORMAL);
    ViUInt32 retCount;
    err = viWrite(vi, "CGET?0,0\n", strlen("CGET?0,0\n"), &retCount);
    ViByte* buffer = new ViByte[100000];
    err = viRead(vi, (ViByte*)buffer, 100000, &retCount);
    FILE *fp;
    fp = fopen("data", "w");
    fwrite (buffer, retCount, sizeof(ViByte), fp);
    fclose(fp);
    viClose(defaultRM);
    viClose(vi);
    delete []buffer;

    Simone,
    this has to do with LabVIEW running on multiple platforms with different End-of-line signals.
    With Windows this is usually 0x0d0a, which is the ASCII control code for . Other platforms use typically just one of those characters; I believe with MacOS there used to be just a 0x0a and with Unix this might have been 0x0d.
    In order to avoid hazzles, the LabVIEW develloper decided to convert the platform-specific End-of-line signals into a LabVIEW-internal character (which is 0x0a) when reading strings and back when sending strings out of LabVIEW.
    So, your device sends out 0xd0a and LabVIEW removes the 0x0d. Everything is OK.
    Greetings from Germany!
    Uwe

  • I have footage shot on a p2 camera, why won't all of the clips transfer when using Log and Transfer?

    Only about 60% of the clips transferred over or was shown in the Log and Transfer window.

    Offload the cards...back them up.  That is priority #1.  Do that first...then return the camera.  Then try mucking about with this.
    Back up the ENTIRE card structure.

  • REPEATED POST: Using commit and delete in cascade implementation.

    Good morning.
    I want to do the next task:
    I have two entities, province and city, which includes an association between them, which implements cascade delete.
    I want to delete a province, and after that, do the commit operation en the same operation.
    The province and cities are erased correctly in memory, but during the commit operation, it shows an integrity exception, showings that there are secundary registries in DDBB.
    Any solution?
    Thanks in advance,
    Jaime.

    Exactly Frank.
    The secuence is thw following:
    We have the next tables:
    Province City
    Id province Des province Id City Des City Id Province
    1 A 1 AA 1
    2 BB 1
    When I Delete the Province '1', in memory it also deletes the citys '1' and '2'.
    The problem is when the commit operation, because the DDBB detects that there is secundary registries asocciates to province '1'.
    I want to delete the Province '1', and also, the citys '1' and '2' in DDBB also.
    Thanks in advance,
    Jaime.

  • Transfer posting document number and Challan in PO history

    Hi,
         I have a requirement, in case of subcontracting PO  the material document movement with which the material is trasnfer to the vendor with PO should come in the PO history,  also the subcontract challan no. in the PO history,  is it possible to see, in PO history,  J1I7  is there for this but we required this in PO history.
    regards,
    zafar

    Hi,
    In PO Hostory, click on "SC COnsumption" option in Change view to see 543 MvT. Subcontracting Challan will not appear in PO History.
    Better refer Report J1IFR.

  • Difference between Stock transfer and transfer posting

    I am little confused about the difference between stock transfer and transfer posting. Please clarify
    <<Locked - reason: failed to search before posting question>>
    Edited by: Csaba Szommer on Feb 9, 2011 9:10 AM

    Hello,
    Transfer posting may involve or not involve the physical goods transfer.  In the system you might do transfer posting from quality to unrestricted, or from one store location to another.
    In transfer posting you remove and or replace materials from storage in one storage location and place them in another storage location.
    That transction code you use for transfer posting MB1B with following movement types may be used
    301, 303,305,311,411,309.
    301 is Stock Transfer Between Plants in One Step
    303 & 305 : Stock Transfer Between Plants in Two Steps
    In stock transfer, it always involves physical movement of goods, like transfer between plants under same company code or different company codes.
    Following types are possible with STO's
    Stock Transport Order Without Delivery
    Stock Transport Order with Delivery via Shipping
    Stock Transport Order with Delivery and Billing Document/Invoice
    http://help.sap.com/saphelp_470/helpdata/en/4d/2b90dc43ad11d189410000e829fbbd/content.htm
    Please go through attach SAP document
    BR,
    Tushar

  • Create a subsequent Goods Movement for a transfer posting

    Hi Team,
    I have a scenario where the users will create a Good Movement document for transfer posting. The Stock of Material "A" is transferred to stock of Material "B" using the movement types 561 etc. Now the quantity is reduced from unrestricted stock of "A" and posted to "Stock in Transfer/Transit" of "B". The requirement is to create another Goods Movement document immediately after the above transfer posting is completed and use movement type 101 to post the same quantity to unrestricted of "B".
    I tried searching for use exits and could not find a relevant one "After Save" for goods movement online transaction. I found the MB_GOODS_MOVEMENT_UPDATE Badi but don't know how to create another goods movement document while in the update task. I'm concerned that if I call a BAPI or BDC inside the update task, it might conflict with the current transaction (transfer posting). Looking for your guidance.

    Hi Deepali,
    You can use the userexit ' ZXMCBU02 '  to write your own code. This user exit gets triggered for almost all the goods movement transaction.
    There is also a very similar BADI which you can use which gets triggered for every goods movement transaction.
    I would like to know the BADI feel free to let me know. I think the above user exit should server your purpose.
    Hope this is useful for you.
    Cheers
    VJ

  • Transfer posting

    Hi,
    There is a scenario that there are some branches which are considered as sales office. when spares materials are sent to this branches the stock should be available at this branch levels . To do this storage locations are made for each branch. But all this storage locations belongs to a single plant. The requirement is to generate excise invoice when transfer posting using Movement type 311 is done to transfer stock to branches. But no excise invoice is generated for storage to storage transfer in one plant. How can i incorporate this?Please suggest. Also we will not be treating branches as plants.
    Regards
    John

    Hi
    You could use the STO process even within the same plant ans this will generate deliveries. Extra work and transactions but it should achieve your requirements

  • Need information on the transfer posting from WM To IM

    Hello All,
    Is there any scenario in WM and IM, where you are doing the transfer posting in MIGO_TR and creating the material doc for it. Now the stock moves in IM but when u create TO for the material doc and confirm the TO. That's where the stock moves in WM.
    1) MB1B-311 Movt type---create TO for the mat Doc---i am moving the stock from one storage location to another location...then it moves the stock in IM, but i create TO and confirm in LT06...that's where, the stock moves in WM.
    2) MB1B---321 MOVT TYPE...LT06...the stock category changes in IM and WM respectively...
    I know the above scenarios work fine but there is any scenarios in SAP, where the posting happens first in WM and then in IM.
    i need the clarity on the below scenarios, which is similar in case.
    transfer-WM to IM
    Backflushing of WIP to an interim storage location?
    Thanks,

    As Manish mentions above, when you are performing a posting change in a WM-managed SLOC, the preferable method is to use LQ02.  This is because you already know the exact quant involved in the posting change and if your configuration is set properly, it is a single transaction for the end user.
    If you start with MIGO, you must then follow on with LU04 as a second step to convert the Posting Change Notification in the foreground - otherwise you risk carrying out a posting change on the wrong quant!
    You will first need to create custom WM movement types for the constellation of movements you want to perform these posting changes with (e.g., U > S, S > U, etc.).  For the examples I just named you can copy the appropriate 3xx WM movement as a template.  I would recommend that you set these movement types for automatic creation, automatic confirmation and post to the same bin.
    In the IMG you can go to WM > Interfaces > IM > Define Posting Changes and link the IM and WM movements and also the source/destination stock categories (or special stock).  Then in LQ02 you can simply enter the warehouse, storage type, bin and WM movement involved and you should be able to tick the quant(s) to change and post.
    One limitation of using LQ02 for initiating the posting change in WM is that you must transform the entire quant.  If, for example, you have a quant with 100 EA and only 41 EA are to be blocked, you should first quickly perform a bin-to-bin movement of the stock to be blocked to some other bin, perform the posting change, and then move it back.  This has been my experience.  If someone knows a way to do a partial posting change using LQ02 I'd love to know how to do it. 
    Good Luck!
    Jason

  • Transfer posting to special stock sales order with different material

    I am able to MB1B a material  (Transfer posting) using mvt 412 E and transfer from own stock to sales order stock ,where Sales order belongs to a different material.
    It should not allow posting to a "E" stock to a sales order of different material. (anyway system allows that without any warning/error?)
    MB1B:Only stock type change (within same storage location).

    Hi ,
    I tried replicating your Query and observed it as a standard Behaviour
    When you use 412 E  for posting stock to sales order , system is not validating whether the Material is available in Sales order or
    Material Check is only happening against the Plant and storage location but not at sales order level
    if you want the check to happen, may be you can try to put a code in this Include
    MGV_MATNR_LAMA_SAPLMATL which will Read the Material
    regards,
    santosh

Maybe you are looking for

  • Please help me on this!!!(MB_MIGO_BADI)

    Dear all, I am presently working on MB_MIGO_BADI.The requirement is to create additional 'DETAIL' screen for customer data.I have created the screen and provide all the on-screen functionalities. Now, I have following queries: 1)How can I access the

  • Exported mp3 file size is huge!

    Does anyone know how to control the size of an exported song? For a 5 minute track I'm getting a 60Mb MP3!! I'm guessing this is done by setting the a different bit rate for the exported song but can't find any options in Garageband to do this. With

  • IOS 5 & Making E-mail adjustments under settings......

    I have iPad 2 running iOS 5 and when I attempt to change  password under one of my e-mail accounts which I set up on iOS 4.x (Settings> Mail, Contacts, Calendars>), it locks up.  How do I remedy this problem?

  • Error in BP Creation in CRM from Mobile Client

    Hi, I have created the mobile client application MSA. When i do the sync through conntrans, the BP is transfering from MSA to CRM and it is available in Inbound queue. But after executing the Bdoc it gives me a error message saying that the Partner G

  • Address Book extra fields don't iSync via .Mac

    I created 3 new contacts and used the 'Add Field' menu option to add Department to these entries. I synced to .Mac from my work PowerBook. When I got home and synced to my PMG5 the new contacts showed up but the Department field is not there. Is this