Re : Inter company stock transfer through EDI

Hi
      How to do the intercompany stock transfer through EDI. In this if Purchase order is created from one comapny a sales order should created automaticall in another Company. Fot this what is the SPRO settings.
How to do this.
Thanks
Anto

Hi,
continues from here,
Inbound file:     edi_in
Function module:     See text below.
Status file parameters
Directory:     /home/edi/<portname>/
Outbound file:     status.idoc
Function module:     Leave blank if using above
u2022     Both the portname and the exchange directory should be created according to the same naming convention. However, the portname should be in upper case whereas the corresponding directory name should be in lower case (see examples below).
     Portname (upper case):
                         <portname>
     Exchange directory name (lower case):           
                         /home/edi/<portname>
     where <portname> consists of:
     EDI<system name><client number><id char>
     <system name> is the name of  system on which port exists eg.      F01, PG1 etc.;
     <client number> is name of client on system which will use this      port; and
     <id char> is a single alphabetical character such as u2018au2019,u2019bu2019 etc.      typically,      u2018au2019 will denote dynamic outbound file naming (used      for testing) whereas      u2018bu2019 will denote static outbound file naming.      All ports will use static       inbound filenames.
For example, the name of a port using dynamic file naming on system F01, client 610 would be named EDIF01610A.  The exchange directory would be named edif01610a. Similarly, the name of port using static file naming on system PG1, client 600 would be EDIPG1600B. The exchange directory name would be edipg1600b.
Note that the function u201CEDI_PATH_CREATE_USERNAME_DT_TMu201D  can be used in the u201CFunction moduleu201D field  of the Outbound file parameters if IDocs are to be written to multiple files. In this case, the corresponding outbound filename field should be left blank. The standard IDoc exchange interface between the SAP EDI component and the EDI subsystem uses a single file for each transfer direction. However, should the exchange interface change, or for testing purposes, the function modules for dynamic naming can be used.
2.4.2.     Control of EDI processes in R/3
2.4.2.1.      Maintain: Outbound Process Code (WE41)
IMGCross-Application ComponentsALE Extensions  Outbound
Check that the outbound EDI processes in the R/3 system are defined.  Indicates which ABAP/4 function module to execute in order to create an outbound IDoc.
The following assignments are available for R/3:
2.4.2.2.      Maintain: Inbound Process Code (WE42)
IMGCross-Application Components  ALE  Extensions  Inbound
Check that the inbound EDI processes in the R/3 system are defined.  Indicates what kind of inbound processing to execute.
     A long list of options is available under Processing by function module, relevant ones are:
INVF     INVOIC FI     Invoice receipt (Financial Accounting)
INVM     INVOIC MM     Invoice verification (Mat Management)
ORDC     ORDCHG     Change customer order
ORDE     ORDERS     Create customer order
ORDR     ORDRSP     Purchase order confirmation
2.4.2.3.      Control: System Process Codes (WE40)
     Choose Processing by task.  Check that the codes indicating the type of EDI processing error are defined.  The only valid entries are the entries shown on the screen, as they are directly called via the EDI basis module.
2.4.2.4.      Control: Status maintenance (WE47)
     Check that the codes indicating status of IDoc processing are defined.  The status values for outbound IDocs are between 01 and 39, while the status values for inbound IDocs begin with 50.  These values are delivered by SAP and cannot be customised.
2.4.2.5.      Control: Partner Types (WE44)
     Check that the codes that identify the commercial relationships between the receiver and sender are defined.  Values are delivered by SAP.  Names of the programs and routines that validates the entry of the EDI trading partner ID:
Partner type     Report name     Form routine
B - Bank     RFETESTP     READ_T012
KU - customer     RSETESTP     READ_KNA1
LI - vendors     RSETESTP     READ_LFA1
LS - logical system ( ALE)     RSETESTP     LOGSYS
2.4.2.6.      Control: Forward Inbound (WE45)
Allows for the forwarding of IDocs to a specific application.  Contains the exactly defined destination of an inbound IDoc within the SAP system.  Usually no changes are required.
2.4.2.7.      Control: Status Process code (WE56)
Choose Processing by task: The following set-up has been provided as default:
Process code:     EDIS
Identification:     TS30000078
Description:     EDI-IDoc  status record processing
The process code is for inbound status, The ID type is an identification code for inbound processing method (workflow or standard task) of the status record.
3.     MM IMG CONFIGURATION
3.1.     Global settings (IMG):
3.1.1.     Units of measure (IMG  Global settings):
The ISO code is important for EDI.  It is used to convert the internal SAP units of measure into standard units.
The MM configurer must link the Unit Of Measure, EACH, with the ISO code PCE (Piece).
3.2.     Link Schema to Purchase order
Check the following:
IMG  MM  Purchasing  Message determination  Message determination  Message Schemas
Execute transaction u201CDefine Message Schemas for Purchase Orderu201D
Select  transaction: Assign Schema to purchase order
Add:      Usage =B for output
     Application = EF for purchase order
     Procedure = RMBEF1 for purchase order
3.3.     Link application to EDI interface via message control:
IMG  MM  Purchasing  Messages  Output Control
Check following under Output Control:
     Condition table
     Access sequence
     Message types
     Message schema
     Output control
3.4.     Enabling Multiple Output for Purchase Orders (Optional)
For example: EDI & Printing
IMG  MM  Purchasing  Message determination  Message determination Access sequence
u2022     Create new access sequence (e.g. ZPUR), copy the access sequence 0001 but leaving the ''E'' flag blank (Exclusive is off). (Transaction M/50)
u2022     Goto Define message types  maintain message types:
     Create a new message type (e.g. NEU1), setting the output type to 1 for printed output and using ZPUR as access sequence. (Transaction M/34)
u2022     Goto Message Schema  define message schema  maintain output determination procedure:
     Update procedure RMBEF1 by adding a step for the new condition type (e.g. NEU1) prior to the standard delivered step for NEU. (Transaction M/36)
u2022     Goto Processing program  Define Processing program  Output program: Purchase Order.
     - Add a NEU1 record to table TNAPR.  The program FORM Routine and layout must be specified.  (Copy an existing NEU record). (Transaction OMTB)
u2022     Goto Processing program  Define Processing program  Output by partner type.
     - Add NEU1 record for VN (vendor). (Transaction OMTG)
3.5.     Link Output type (fax=2, E-mail=7) to NEU (Purchasing)
IMG  MM  Purchasing  Message determination  Message determination Access sequence
u2022     Goto Processing program  Define Processing program  Output program: Purchase Order.
     - Add another NEU record to table TNAPR with the appropriate output medium. Copy an existing NEU record. (Transaction OMTB)
u2022     Goto Processing program  Define Processing program  Output by partner type.
     - Add NEU record for VN (vendor). (Transaction OMTG)
4.     SD APPLICATION REQUIREMENTS
Assumption: SD is only used for testing purposes and configuration is based on a need basis - only configure the minimum.
Reference SAP Course manual Chapter 11.
4.1.     EDI Configurations
4.1.1.     Conversion of SAP item categories to IDOC item categories (VOE1)
IMG  S&D  EDI  EDI Messages  Conversion of SAP item categories to IDOC item categories
Add the following entry:
For Standard Item description :     0     OR     LDN
Typically error message: ''Transaction LDN is not defined".
4.1.2.     Partner functions
IMG  S&D  EDI  EDI Messages  Configure EDI Partners Partner  Application  Partner function
Check that the following partner functions exist: (at least)
SP     Sold-to party
VN     Vendor
BP     Bill-to party
SH     Ship-to party
Note - the German abbreviation is passed to the IDoc.
4.2.     S&D Sales Configurations
4.2.1.     Maintain Item categories
IMG  S&D  Sales  Sales document  Sales doc item  Define item categories
Add LDN for standard item:
          Item type = B
          Relev for billing = B
          Tick following:     Bus data item
                              Sched line allowed
                              Credit active
                              Pricing
          Screen seq. grp = N
4.2.2.     Assign Item categories
IMG  S&D  Sales  Sales document  Sales doc item  Assign item categories
Add/Update the following entries:
     1     2     3
Sales doc type     OR     OR     OR
Item category group     NORM     DIEN     LEIS
Item category     LDN     TAD
LDN     LDN
4.2.3.     Assign Schedule line categories
IMG  S&D  Sales  Sales document  Schedule lines  Assign Schedule line categories
Add Item category LDN to table (with no other parameters).
4.3.     S&D Pricing Configurations
4.3.1.     EDI pricing condition types
IMG  S&D  Basic functions  Pricing  Pricing control  Define condition types  Maintain condition types
Maintain the following condition types:
     EDI 1 - Calculate type =C for Quantity
     EDI 2 - Calculate type = B for Fixed amount
4.3.2.     SD Pricing procedures (V/08)
IMG  S&D  Basic functions  Pricing  Pricing control  Define & Assign pricing procedures
Maintain pricing procedure for ZVAA01 (Standard). 
Select control and add EDI1 and EDI2  as steps 1 and 5 respectively with no other parameters.
5.     INVOICE IMG CONFIGURATION
No additional IMG configuration (not partner specific) was needed for Inbound Invoice processing.
Thanks,
Swamy H P

Similar Messages

  • Different sales area for Inter company stock transfer and STO

    Hi People,
                           Is it possible to have two different sales area's for Inter company stock transfer and within the company stock transfer. The problem is in below step
    IMG->MM->Purchase Order->Setup stock transport order->Define shipping data for plants.
    In this step when you define plant as customer, the same plant as customer needs to be maintaind for both STO and Inter company and there is only one entry of sales area possible for this single plant. So, how can the task be achieved.
    I want that STO should be carried out by sales area lets say X/Y/Z
    Inter company should go through A/B/C.

    hi dear,
               It is not possible at all to have two sales area for given Plant in STO.
               What is issue in that u can Transfer any MATERIAL, just need to extend it to given sales area.
    Reagrds
    AJIT K SINGH
    HAPPY TO HELP U

  • Inter company stock transfer

    HI
    i have 2 comapny codes
    1100 and 1200
    so i am creating a stock transfer from 1100 to 1200 through NLCC
    created a purchase order and delivery but when i am trying to create a billing the system is not allowing me to do so
    i am getting a message that "document is not relevant for billing
    in vf01 i hav e given delivery number and billing type as IV
    regards

    Same has been posted many times in this forum.
    Please make use of search option. That the reason instead of sending to your mail, am pasting here for others info too. ( though sending replies/posts violating forum norms)
    Configure Inter company Stock Transport Order
    Material should exist in both the plants (Delivering & Ordering),
    Internal customer should be assigned to the ordering plant ( MM -> Purchasing -> Purchase Order -> Setup stock transport order -> assign the internal customer to the ordering plant and assign the Sales area of the internal customer.
    Assign its Sales area to the delivering plant
    Assign the document type and Delivery type NB and NLCC
    Assign the Supplying plant --> Receiving Plant --> NB
    Take the delivering plant and assign the sales area.
    Vendor master has to be created and assign the supply source (Delivering Plant).
    Create a purchase order ME21N ---> Save
    Delivery VL10 G ---> Calculation rule (appropriate) --> Assign the purchase order number here and execute.
    Select the Delivery creation line and do the back ground process.
    Start the log display and see the delivery document number by the documents button
    Goto VL02N --> do picking and PGI --> Then do the MIGO with respect to the delivery document.
    Billing (Intercompany pricing conditions should be set).
    AND
    1. Customer No. for the Goods Receiving Plant - OMGN
    2. Availability Check- Checking Rule (if necessary) - OMGN
    3. Assign a Delivery Type for the Delivering Plant - OMGN (for Stock Transport Orders, NLCC)
    4. PO type (which i believe you have done) - OMGN
    5. Assign Vendor No. to the Supplying Plant (done) - VK02
    6. Assign Customer No. to the Purchasing Plant for the Inter-Company Invoice (but you need to assign this to the Sales Organization pre-assigned to the Purchasing Plant),
    IMG-SD-Billing-Inter Company Billing-Define Internal Customer No. by Sales Org
    ***and by the way for the Invoice to work between Cross-Company Plants, you need also to have a Sales Org for the Supplying Plant and a Pricing Determination Procedure
    INTERCOMPANY PRICING:
    PI01 Inter company: fixed amount per material unit
    PI02 Inter company: percentage of the net invoice amount
    These condition types specify that the price charged by the delivering plant to the sales organization is shown as a statistical value in the sales order and an effective charge in the internal invoice.
    The condition records you create and maintain for inter company billing are the same kind of records that you create for pricing in general.
    IV01 Inter-company Price ERLOS Revenue
    IV02 Inter-company % ERLOS Revenue
    STO:
    STO CONFIG:
    The following steps have to be followed in order to configure stock transport order between two plants.
    1. Create a vendor for the Company code of the receiving plant using account group 0007 via T-Code XK01.
    2. In the purchasing data view assign the supplying plant and the schema group
    3. Create customer with the sales area of the vendor.
    4. The shipping conditions, the delivering plant and the transportation zone determine the route in the STO.
    5. In the pricing procedure determination relevant to the STO assign document pricing procedure and customer pricing procedure to get the pricing in the invoice.
    6. Maintain condition records for pricing condition.
    7. Maintain carrier as a partner in the customer master.
    8. In OMGN select the supplying plant and assign the company code and sales area. Similarly select the receiving plant and assign the company code and sales area (The company code to which the plant is assigned to).
    9. Assign the delivery type and checking rule to the document type.
    10. And finally, assign the purchasing document type to the supplying plant and the receiving plant.
    11. Create the STO using T-Code ME 21N and save.
    12. Check for release strategy if any and release using T-Code ME 28.
    13. Create delivery in background using VL10G.
    14. If delivery is created, it is an indication of correct configuration and master data creation.
    Stock transfer between two plants in different company codes is known as inter company stock transfer.
    Material shoud be maintained in both supplying and receiving plant MM01
    Sotck should maintain only in supplying plant MB1C
    Create receving plant as a customer in suplying plants company code and sales area XD01
    Assign this customer number in receving plant detials OMGN
    Assign supplying sales area in supplying plant details OMGN
    Assign delivery tupe NB for in combination of supplying/ receving plants.
    Create STO ME21N
    As it is normal there in the item details wer should get shipping date i.e customer number
    Go for Delivery VL10B
    Shipping point *****
    Select PO go for execute
    then select the delivery then go for delvy ............create delvy,,,, delvy nubmer generated.
    Goods Issue VL02
    Delvy doc **********
    Click on picking
    enter the picking qty
    Click on PGI
    in the mean time check in the PO history you will get the details
    Goods receipt MIGO
    Stock overview the stock will be updated....
    P.O Order types and Delivery Types
    STO: - Stock Transfer Order
    Stock Transfer between Two Plants with One Company code.
    The Purchase Order Type is Used in this case is "UB",
    And the Delivery Type Used here is "NL"
    STPO:- Stock Transfer Purchase Order
    Stock Transfer Purchase Orders Between Two Plants with Two Different Company Codes.
    The Purchase Order Type is Used in this case is "NB",
    And the Delivery Type Used here is "NLCC".
    Being a regular forum member, you might know, that requesting reply by sending mail is not acceptable as per forum norms.
    Just I want to remind you this, Hope you already know this, still

  • Material returns in case of Inter company stock transfer

    Hello,
    In the inter company stock transfer, when material is  recived in the receving company code, it will get rejected in the quality check. what is process in the SAP to return back material to  supplying company code.
    Regards
    Manish

    Hi Manish,
    Here's the process (generally)
    1. (At Recv Plant)
    EITHER:   
             1- a) Create a Return Delivery w.r.t. the Material Doc that Goods were received (Opens the Order qty in PO) and do the PGI (Dlv Ty RLL)
    OR
             1-b) Create a Return PO (with Return Ind) and Return Delivery (does not open PO qty) and do PGI (Dlv Ty NCR)
    2. (At Supp Plant)
        Create Returns Order in SD and Returns Delivery (Dlv Ty LR) and do PGR
    NOTE: The Supp Plant must have a Vendor Master (maintained at CC level) assigned. And the Recv Plant must have Customer master and other Shipping data (SOrg, Ds Ch, Div) maintained.
    After the postings AP and AR accounts are updated to reflect the postings in each CoCd. Verify this in the Accouting Document created as a result of PGI and PGR.
    Let me know this helped.
    Regards,
    -Mewan

  • Inter company stock transfer process

    Dear all,
    For example company code-A is sending the material to company code-B and it is sold by company code-B.
    As per the process given by SAP for inter company stock transfer we are creating a  Purchase Order ( PO type - NB) at company code-B.  based on this PO only company code -A will create a Delivery document and based on this delivery document company code B will do the MIGO and MIRO.
    for executing  this process  while creating PO at company code -B  we need to assign a Shipping Plant from which Company code-A  will send the material. So, for getting this shipping tab in PO, we need to assign the sending Plant code to the Vendor master ( company code-A is the  Vendor in  Company code-B) .As per SAP  for one vendor only one plant code can be assigned.But in our scenario material can be sent from several plants.
    So in this case how  we can assign those plants to one vendor so that the shipping tab will be available in the PO.
    Is it require to create that many vendors in this scenario or there may be any possible solution give by SAP to process this kind of scenarios.
    Regards,
    Abdul Jabbar

    Hi Abdul,
    we can assign those plants to one vendor so that the shipping tab will be available in the PO.
    In standard SAP it is not possible to add more than one plant to single vendor master(XK01).System allows you to add only on plant to vendor master.
    purchasing data->extras->add.purchasing data.
    For getting shipping point in PO
    1>STO can be configured
    2>shipping point determination can be configured in right manner.
    In Inter company STO,create vendor master for each and every plant. And use this vendor,whenever creating PO from receiving plant.Based on the vendor,shipping point will be determined in to PO.why because here we are creating receiving plant as vendor in supplying plant sales area.
    Regards,
    Gangadhar A.

  • Inter company stock transfer control issue

    Hello All,
    In inter company Stock Transfer process, plant A has received scheduling agreement or PO from plant B. Is there any possibility of receiving material by plant B w/o sending / dispatching material by plant A? I guess this should not be possible.. but in our case it is happening. Being document type is of ZUB (which is similar process as intra company process).. also we have implemented WM. Material issuance or receipt will happen from outbound or inbound process.
    Though there is a process violation but system would have restricted user not to receive materials. Can someone let me know is there any configuration issue ? If yes how to fix the issue? If no how to restrict user?
    Edited by: Krish9 on Aug 13, 2011 10:03 PM

    Hi,
    As per your scenario you described, it is rather unclear what you are trying to achieve there.
    How would the stock posting be balanced if we do not relief materials from Plant A if we are receiving it in Plant B?
    The stock have to come from somewhere in order for Plant B to receive it. The same quantity of stock has to be reduced accordingly from the source plant (be it Plant A or some other plants).
    I reckon if you just merely do not want to reflect that the stock is being dispatched from Plant A to Plant B, then you may want to consider using a dummy plant to represent Plant A or something to that effect.
    Hope the above helps.
    Thanks.

  • In Inter-company stock transfer Outbound Delivry not getin copied in MIGO

    Dear Friends,
    I am facing a particular issue. Following are the details:
    1. We have inter company stock transfer between plants in two different company code.
    2. Currently we do MIGO in the receiving company by the reference of Inbound delivery number.
    *Issue:*  The outbound delivery number created by the supplying plant is not getting automatically copied in the MIGO.
    What might be the problem

    amitekum wrote:
    . Currently we do MIGO in the receiving company by the reference of Inbound delivery number.
    > *Issue:*  The outbound delivery number created by the supplying plant is not getting automatically copied in the MIGO.
    Hi,
    In the receiving plant how you are creating the inbound delivery is it manually or from outbound delivery (triggering output) itself ?

  • Inter company stock transfer - OBYA

    Hi SAP folks,
    I have a small question on TC: OBYA
    We have 2 co codes (CC10 & CC20) and 2 GL accounts (110510 & 110520). Now i am doing inter company stock transfer from CC10 to CC20. Here, 110510 a/c is belongs to CC10 and 110520 a/c is belongs to CC20. How should i configure these accounts in TC: OBYA.
    Is it mandatory to give gl accounts in company code 1 and co code 2. In OBYA....
    Co Code1
    Receivable                      Payable
    Debit P.K.                      Credit P.K.
    Acct debit                      Acct credit
    Co Code2
    Receivable                      Payable
    Debit P.K.                      Credit P.K.
    Acct debit                      Acct credit
    Thanks
    Sure will assign good points

    Dear Babu,
    Thanks for your inputs.
    My question is how to give GL accounts in TC: OBYA? I am giving some information for your kind reference:
    Co code1 - CC10                      Co code2 - CC20
    GL A/c - 110510                       GL A/c - 110520
    Now i am doing stock tr from Co code1 to Co code2. How should i configure in TC: OBYA? Please look at the following fields and give us your inputs......
    Co code1:
    Posted in  - CC10
    Cleared against - CC20
    Receivable                                           Payable
    Debit PK -                                               Credit PK -
    Acct debit -                                             Acct credit -
    Co code2:
    Posted in - CC20
    Cleared against - CC10
    Receivable                                           Payable
    Debit PK -                                               Credit PK -
    Acct debit -                                             Acct credit -
    Thanks

  • Document on inter company stock transfer

    How inter company stock transfer order with SD Delivery, billing & logistics invoice verification can be done?

    Hi,
    Please refer below links:
    Working with Intercompany Stock Transfer - Billing (SD-BIL) - SAP ...
    http://scn.sap.com/docs/DOC-46122
    http://scn.sap.com/thread/1222140
    http://scn.sap.com/thread/472870

  • Intra & inter company stock transfer

    Hi,
    Can some body give me the steps for doing  Intra and inter company stock transfer.
    Thanks in advance ,
    sneha

    Hi Sneha,
    INter-company Sales:
    Material should exist in both the plants (Delivering & Ordering),
    Internal customer should be assaigned to the ordering plant ( MM -> Purchasing -> Purchase Order -> Setup stock transport order -> assign the internal customer to the ordering plant and assign the Sales area of the internal customer.
    Assign its Sales area to the delivering plant
    Assign the document type and Delivery type NB and NLCC
    Assign the Supplying plant --> Receiving Plant --> NB
    Take the delivering plant and assign the sales area.
    Vendor master has to be created and assaign the supply source ( Delivering Plant).
    Create a puchase order ME21N ---> Save
    Delivery VL10 G ---> Calculation rule (appropriate) --> Assaign the purchase order number here and execute.
    Select the Delivery creation line and do the back ground process.
    Start the log display and see the delivery document number by the documents button
    Goto VL02N --> do picking and PGI --> Then do the MIGO with respect to the delivery document.
    Billing (Intercompany pricing conditions should be set).
    and
    1. Customer No. for the Goods Receiving Plant - OMGN
    2. Availability Check- Checking Rule (if necessary) - OMGN
    3. Assign a Delivery Type for the Delivering Plant - OMGN (for Stock Transport Orders, NLCC)
    4. PO type (which i belive you have done) - OMGN
    5. Assign Vendor No. to the Supplying Plant (done) - VK02
    6. Assign Customer No. to the Purchasing Plant for the Inter-Compnay Invoice (but you need to assign this to the Sales Organization pre-assigned to the Purchasing Plant),
    IMG-SD-Billing-InterCompany Billing-Define Internal Customer No. by Sales Org
    ***and by the way for the Invoice to work between Cross-Compnay Plants, you need also to have a Sales Org for the Supplying Plant and a Pricing Determination Procedure
    INTERCOMPANY PRICING:
    PI01 Intercompany: fixed amount per material unit
    PI02 Intercompany: percentage of the net invoice amount
    These condition types specify that the price charged by the delivering plant to the sales organization is shown as a statistical value in the sales order and an effective charge in the internal invoice.
    The condition records you create and maintain for intercompany billing are the same kind of records that you create for pricing in general.
    IV01 Inter-company Price ERLOS Revenue
    IV02 Inter-company % ERLOS Revenue
    STO:
    STO CONFIG:
    The following steps have to be followed in order to configure stock transport order between two plants.
    1. Create a vendor for the Company code of the receiving plant using account group 0007 via T-Code XK01.
    2. In the purchasing data view assign the supplying plant and the schema group
    3. Create customer with the sales area of the vendor.
    4. The shipping conditions, the delivering plant and the transportation zone determine the route in the STO.
    5. In the pricing procedure determination relevant to the STO assign document pricing procedure and customer pricing procedure to get the pricing in the invoice.
    6. Maintain condition records for pricing condition .
    7. Maintain carrier as a partner in the customer master .
    8. In OMGN select the supplying plant and assign the company code and sales area. Similarly select the receiving plant and assign the company code and sales area (The company code to which the plant is assigned to).
    9. Assign the delivery type and checking rule to the document type.
    10. And finally, assign the purchasing document type to the supplying plant and the receiving plant.
    11. Create the STO using T-Code ME 21N and save.
    12. Check for release strategy if any and release using T-Code ME 28.
    13. Create delivery in background using VL10G.
    14. If delivery is created, it is an indication of correct configuration and master data creation.
    ALso Go thr below links:
    http://help.sap.com/saphelp_47x200/helpdata/en/4d/2b911d43ad11d189410000e829fbbd/content.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/4d/2b917843ad11d189410000e829fbbd/content.htm
    Reward if it helps
    regards
    Srini

  • Inter company selling and inter company stock transfer?

    Hi Gurus,
    what is the difference between Inter company selling and inter company stock transfer?

    Hi,
    Intercompany selling is the sale of goods in one company code to another company code.Here with the settings at OMGN purchasing plant creates PO with document type NB and system will allow to put conditions in the PO .Sometimes transfer price also may take place.Sale plant will deliver the goods at VL10B and PGIs the material at VL02N and bills the customer here the purchasing plant , and purchasing plant receives the material normally posts the sent bill by his vendor the sale plant at miro.
    In the stock transfers, it is a normal stock transfer between the plants of a sdame company code , which does not involves with bilkling rather system will allow to put the conditions of frieght only in the PO.As said the the PO will be created with document type UB. if you want to involve the SD do the settimgs at OMGN for document type UB.AND the other prosedure will be same as above.
    If not the stock transfer can also be done using mormal MIGO operations of moment types.After receiving the stock will be valuated at the receiving plant valuation.
    Do remember that the material should exist in both the plants.
    Regards,

  • Inter company stock transfer(billing)

    hi
    wht is th procedure for inter company stock transfer(billing)
    hw it is done
    and whr it is dne
    i am able to transfer th material
    but invoice is not genetrated
    whr it shud get generate
    Regards
    Vinit

    Hi,
    SPRO Customization required:-
    1. Assign plant of delivering company code (Eg.SI81) to sales org/distribution channel combination of ordering company code (Eg.4211/RT)
    2. Maintain intercom any billing type as IV for sales document type OR
    3. Assign Organizational Units By Plant (Eg.SI81/4211/RT/11)
    4.Define Internal Customer Number By Sales Organization (Eg.4436 will create customer master for 4211 company code and that number will be maintained in this relationship:-4211/231)
    5. Automatic posting to vendor account (Optional)
    6. Maintain pricing procedure determination for 4211/RT/A/1/RVAA01-For customer sales and billing
    Maintain pricing procedure determination for 4436/RT/A/1/ICAA01-For intercompony billing
    Master data to be maintained:-
    1. Create end customer master in company code/sales org 4211/RT/11
    2. Create customer master for 4211 company code/sales org in 4436/RT/11
    3. Maintain PR00 as price for end customer-Active in RVAA01
    4. Maintain PI01 as price which has to be paid to 4436-Statistical in RVAA01
    5. Maintain IV01 as inter-company Price-Active in ICAA01
    Process:-
    1. Create OR with sold to party as end customer.
    2. Plant to be selected is delivering plant belonging to different company code. With this selection system will treat this order as intercomany sales.
    3. Pricing procedure is RVAA01
    4. With reference to this order delivery will be created from the delivering plant and post the goods issue for this delivery.
    5. Ordering sales org will create billing document F2 with reference to delivery for end customer.
    6. Delivering sales org will create intercompany billing IV with reference to delivery document.
    regards,
    Siddharth.

  • Three way match inter company Stock transfer orders

    Hello All ,
         For Inter company Stock transfer orders our client for is planning to copy the net value from the billing document to Invoice receipt and Good receipt. Having that said , the PO price will be different from good receipt and invoice receipt. What will it be having the effect on Three way match.
    Thanks in advance

    Thanks for the input . I have one more quick question
    At my client  PO condition Type  is  ZSTO and Billing Condition type is ZV01 , both value are maintained in table.
    One process they want to check where ZSTO is not equal to ZV01 as per example below.
    1 .P O Price  based on ZSTO = 450
    2. Good Issue (based on material standard   xyz)
    3. Billing document  based on ZV01 = 350  
    4.  Invoice receipt ?
    5.  Good receipt ?
    Can you please let me know what would be the IR Price and GR price and if the IR and GR value is 350 will it effect 3 way match .
    Thanks in Advance

  • Inter-Company Sales v/s Inter-Company Stock Transfer v/s Third Party Sales

    Hi, I understand the basic business processes between Inter-Company Sales, Inter-Company Stock Transfer and Third Party Sales.
    The Inter-Company Sales is sales process between two companies having different company codes. A customer orders an item to Company A which can't be delivered by Company A, so Company A generates PO to Company B which supplies the item to Company A and finally Company A delivers it to Customer.
    The Inter-Company Stock Transfer is stock transfer from one plant to another where the plants belong to two different company codes. Now all Inter-Company Sales process covers Inter-Company Stock Transfer process.
    Third Party Sales process is process where a customer orders an item to Company A but Company A ca't deliver the item to the customer. So Company A generates a PO to Company B which in turn directly delivers the item to customer. After the goods receipt verification at customer end Company A pays to Company B.
    Now looking at the these basic process steps I just want to know what is the basic difference between Inter-Company Sales and Inter-Company Stock Transfer ? Is this something that when there is a need to deliver an item to the customer and not available in that company, the Inter-Company Sales takes place but when there is no customer order but the companies want to maintain stock, the Inter-Company Stock Transfer takes place ? Please clarify based on my above understanding.

    Hi
    I will explain you with example
    Say there are 2 org structures
    Company code 1000 sales org 1000 and DC 10 and division is 00 and plant 1000
    Company code 2000 sales org 2000 and DC 20 and division is 00 and plant 2000
    Now A customer Say X lies in sales area 1000,10,00 and a sales order is created for a material ABCD for this customer X in sales  area 1000,10,00
    Now if the plant 2000 supplies this material ABCD for this order to the customer X in sales area 1000,10,00 then it is intercompany sales
    IF  the plant  2000 transfers the stock to plant 1000 ands (then if the plant 1000 supplies to this sales order for customer X) then it is intercompany STO
    If the material is supplied from a external vendor directly to the customer X without involving your plants then it is third party sales
    Now all Inter-Company Sales process covers Inter-Company Stock Transfer process
    No not at all
    Both are entirely different
    Inter-Company Stock Transfer process doesnot involve Inter-Company sales
    Similarly Inter-Company sales  does not involve Inter-Company Stock Transfer process both are different
    Third party means it is an external vendor not your other company code
    All three are different
    If a plant  belonging to one company code directly makes a delivery for a customer to the sales order created in another company code then it is intercompany sales
    the movement of stocks between plants of 2 different company codes is inter company STO
    Regards
    Raja

  • Intra-Company & Inter-Company Stock Transfer Order

    Hi,
         what is the difference between Intra-Company & Inter-Company Stock Transfer Order...with configuration guide...
    thanks
      mohan

    Hai Mohan,
    STO is done mainly in two ways
    Intra company stock transfer means , stock transfer between two company code.
    Inter company stock transfer means , stock is moving in between two plants of same company code.
    Configuration steps for Inter company STO:
    1)you need to have  two plants assigned  to  two different company codes respectively,
    2)one is supplying plant another is recieving plant , material should be extended to both the plants (ie. maintain views for both the plants for the material in MM01  t. code )
    3)make sure the ordering plant and supplying plants are assigned to sales org and distri channel combination....in enter prise structure assignments)
    4) go to SPRO-->Material management > Purchasing>Purchase order-->set up Stock Tranfer order,
      >defone shipping data for plants
    >creating checking rule
    >define checking rule
    >assign delivery type and checking rule (with purchase order type NB , delivery type NLCC , checking rule B, (default order type in delivery type NLCC is DL )
    >assign document type, step procedure
    5) create a dummy vendor for ordering company by t. code xk01 and add delivering plant in the add prchasing data tab in xk02 , this vendor is the representation of supplying plant
    6)in the sales order type DL , by t. code vov8 , ensure billing type IV inter company billing, and in the billing doc  IV ensure pricing procedure is 'I ' and maintain inter company pricing procedure assigned properly, so that to bill the ordering plant /company by delivering company
    7) create STO by T.code ME21N (create purchase order) with purchase order type NB
    8) create delivery,  by t. code  VL10 B (purchase orders fast display) (select the line item, and click on back ground, then click on the item and log button, then click on the item and documents , then the delivery will be showned in display mode, convert it to change mode and do picking and PGI
    9) then do MIGO  ( with that STO no.)
    Regarding Intra company STO,
    the configuration is same as that of Inter company STO , except , the purchase order type is UB and delivery type is NLC
    and steps are the same ME21N , VL10B and MIGO
    Hope this helps you,
    Regards,
    GLN

Maybe you are looking for

  • Http post with parameters

    Hi All, We want to send an HTTP post with parameters,  and we are not sure how to do that.  We tried to do that like the code below,but we get the parameters in the body and not in the header ...   DATA lo_client      TYPE REF TO  if_http_client.   D

  • URGENT: Paradox "Logical" Column Lost in HS

    We have a problem with our HS. "Logical" Paradox columns are not available via the HS link from Oracle (i.e. DESC shows all columns but the "Logical", and we can select from all columns but the logical one). Is there a solution to this? Ato Arkaah Or

  • How to install pdf files and read them in nokia 63...

    tried copyin pdf file in nokia 6300 and tried opening it d phone..but it came as file format not supported..help me..

  • Sending & Receiving SO electronically

    Hello, I have one scenario.I will be receiving the customer PO electronically i.e through IDOC. I will make sales order & send the Order confirmation to my customer electronically i.e through IDOC. Now my question is how to configure inbound & outbou

  • DI API/DI Server Access to Approve Marketing Documents (Approval Procedures

    a.     Many of my clients require the functionality to remotely approve Marketing Documents b.     Currently the DI allows for the creation and updates of Approval Stages and Templates c.     There is no mechanism to approve Marketing Documents throu