Flow between SAP tables

Dear Friends;
I just wanna know the flow between SAP Sales And Distribution Tables.
Please help me out.
Regards;
Parag

Hi,
<u><b>Link Between SAP SD, MM & FI</b></u>
1. In SAP you will always get integration with other modules. SD will interact with FI, MM will interact with SD :-
1a. Looking at MM and SD interaction first, take the scenario of a third party order process. This process uses a purchase order (which is sent to your vendor). Also invoice verification is used further along the process to check that the invoice you send to your customer is the same material and quantity as that which the vendor sends to you (but obviously shipped 
directly to your customer). 
1b. Billing is an SD function. But SAP needs to know, when processing a customer's payment, to which GL account the payment has to be processed. For instance payment of a UK based material would be placed in a different GL account to that of a non-UK based material. Furthermore, a UK based customer may have a different GL account to that of an Export customer. This is configured in Account Determination.
2. ABAPers are there to essential do some bespoke development. Your integration, or interaction, with them would be when specifying the tables, fields, input fields, a simple process explanation, data mapping (if doing an interface from one system to another) etc.
<b>The link between SD and MM :-</b>
1. When you create sales order in SD, all the details of the items are copied from Material master of MM.
2. MRP and availibility check related data is also taken from MM although you control this data in SD also.
3. While you create inbound/outbound delivery with reference to a sales order,the shipping point determination takes place with the help of the loading group, plant data, shipping conditions etc. This also refers to Material Master.
4. The material which you are entering in a sales order must be extended to the sales area of your sales order/customer otherwise you cannot transact with this material.
There are many such links between SD and MM.
<b>Now the link between SD and FI :-</b>
1. Whenever you create a delivery with reference to a sales order, goods movement takes place in the bacgground. eg. In case of standard sales order, you create an outbound goods delivery to the customer.
Here movement 601 takes place. This movement is configured in MM. Also, this movement hits some G/L account in FI. Every such movement of good s hits some G/L account.
2. The accounts posting in FI is done with reference to the billing documents (invoice, debit note, credit note etc) created in SD. Thus this is a link between SD and FI
3. Tax determination: In case of a tax determination also, there is a direct link between SD and MM
<b>SD Integration points with other modules</b>
SD module is highly integrated with the other modules in SAP.
Sales Order –
Integration Points                      Module
•Availability Check             -       MM
•Credit Check                   -       FI
•Costing                        -       CO/ MM
•Tax Determination              -       FI
•Transfer of Requirements       -       PP/ MM
Delivery & Goods Issue –
Integration Points                      Module
•Availability Check             -       MM
•Credit Check                   -       FI
•Reduces stock                  -       MM
•Reduces Inventory $            -       FI/ CO
•Requirement Eliminated         -       PP/ MM
Billing -
Integration Points                      Module
•Debit A/R                      -       FI/ CO
•Credit Revenue                 -       FI/ CO
•Updates G/ L                   -       FI/ CO
  (Tax, discounts, surcharges, etc.)
•Milestone Billing              -       PS
Return Delivery & Credit Memo -
Integration Points                      Module
•Increases Inventory            -       MM
•Updates G/ L                   -       FI
•Credit Memo                    -       FI
•Adjustment to A/R              -       FI
•Reduces Revenue                -       FI
<b>SD Transaction Code Flow: </b>
Inquiry / Document type IN
Tcode for creation VA11,VA12,VA13. tables VBAK,VBAP
Quotation / QT
Tcode for creation VA21,VA22,VA23. tables VBAK,VBAP
Purchase Order PO
Tcode for creation ME21,ME22,ME23. tables EKKO,EKPO.
Sales Order OR
Tcode for creation VA01,VA02,VA03. tables VBAK,VBAP
Delivery LF
Tcode for creation VL01,VL02,VL03. tables LIKP,LIPS
Billing MN
Tcode for creation VF01,VF02,VF03. tables VBRK,VBRP
To create a sales order we need purchase order number and custmer number.  Before that, to create a purchase order we need to have material no, vendor no.
To create vendor tcode is 
xk01(create), xk02(change) , xk03(display)
Tables are lfa1.
To create custmer tcode is xd01, xd02, xd03.
Table is kna1.
After creating sales order using this no we can create delivery note tcode is vl01.
Regards,
Bhaskar

Similar Messages

  • Datasource and Data flow for SAP table AFVC and field AUFPL

    Hi
           During mapping of SAP fields to datasource field we have come accross AFVC table and field AUFPL .I am not able to find datasource for above mentioned table or field.Can any one please help me out ?
    Thanks
    Datta

    Hi DLK,
    You can search using SE11.
    goto SE11 in ECC system, give the table name and click on where used list.
    in the next screen select structure and press enter.
    in the result screen you will get the list
    Regards,
    Venkatesh

  • Table taht store SAP tables relationship

    Hi,
    I am wondering if anyone can tell me which table in SAP that stores constraint relationship between SAP tables for example, the primary key and foreign keys in related tables. I would appreciate if anyone can help me with this.
    Sunny

    Thank you for your help. However, when I fetch data from DD05S, it
    appears that TABNAME and FORTABLE have the same name most of the time.
    This doesn't make sense.
    For example, for the following query:
    SELECT TABNAME, FIELDNAME, FORTABLE, FORKEY FROM DD05S WHERE DD05S.TABNAME = 'MARA'
    the data I get is:
    MARA     STOFF     *     
    MARA     TAKLV     *     
    MARA     BEHVO     MARA     MANDT
    MARA     BEHVO     MARA     BEHVO
    MARA     BMATN     MARA     BMATN
    MARA     BSTME     MARA     MANDT
    MARA     BSTME     MARA     BSTME
    MARA     BWSCL     MARA     BWSCL
    MARA     COMPL     MARA     MANDT
    MARA     COMPL     MARA     COMPL
    MARA     EKWSL     MARA     MANDT
    MARA     EKWSL     MARA     EKWSL
    MARA     ERGEI     MARA     MANDT
    MARA     ERGEI     MARA     ERGEI
    MARA     ERVOE     MARA     MANDT
    MARA     ERVOE     MARA     ERVOE
    MARA     ETIAG     MARA     ETIAG
    MARA     ETIAR     MARA     MANDT
    MARA     ETIAR     MARA     ETIAR
    MARA     ETIFO     MARA     MANDT
    MARA     ETIFO     MARA     ETIFO
    MARA     EXTWG     MARA     MANDT
    MARA     EXTWG     MARA     EXTWG
    MARA     GENNR     MARA     GENNR
    MARA     GEWEI     MARA     MANDT
    MARA     GEWEI     MARA     GEWEI
    MARA     INHME     MARA     INHME
    MARA     KOSCH     MARA     KOSCH
    MARA     KUNNR     MARA     MANDT
    MARA     KUNNR     MARA     KUNNR
    MARA     LABOR     MARA     MANDT
    MARA     LABOR     MARA     LABOR
    MARA     MAGRV     MARA     MAGRV
    MARA     MANDT     MARA     MANDT
    MARA     MATKL     MARA     MANDT
    MARA     MATKL     MARA     MATKL
    MARA     MBRSH     MARA     MANDT
    MARA     MBRSH     MARA     MBRSH
    MARA     MEABM     MARA     MANDT
    MARA     MEABM     MARA     MEABM
    MARA     MEINS     MARA     MANDT
    MARA     MEINS     MARA     MEINS
    MARA     MFRNR     MARA     MFRNR
    MARA     MPROF     MARA     MPROF
    MARA     MSTAE     MARA     MSTAE
    MARA     MSTAV     MARA     MSTAV
    MARA     MTART     MARA     MANDT
    MARA     MTART     MARA     MTART
    MARA     MTPOS_MARA     MARA     MTPOS_MARA
    MARA     NUMTP     MARA     MANDT
    MARA     NUMTP     MARA     NUMTP
    MARA     PLGTP     MARA     PLGTP
    MARA     PMATA     MARA     PMATA
    MARA     PRDHA     MARA     MANDT
    MARA     PRDHA     MARA     PRDHA
    MARA     PROFL     MARA     PROFL
    MARA     RAUBE     MARA     MANDT
    MARA     RAUBE     MARA     RAUBE
    MARA     RBNRM     MARA     RBNRM
    MARA     RMATP     MARA     RMATP
    MARA     SAISO     MARA     MANDT
    MARA     SAISO     MARA     SAISO
    MARA     SAITY     MARA     SAITY
    MARA     SATNR     MARA     SATNR
    MARA     SPART     MARA     MANDT
    MARA     SPART     MARA     SPART
    MARA     STOFF     MARA     STOFF
    MARA     TAKLV     MARA     TAKLV
    MARA     TEMPB     MARA     MANDT
    MARA     TEMPB     MARA     TEMPB
    MARA     TRAGR     MARA     MANDT
    MARA     TRAGR     MARA     TRAGR
    MARA     VHART     MARA     VHART
    MARA     VOLEH     MARA     MANDT
    MARA     VOLEH     MARA     VOLEH
    MARA     WRKST     MARA     WRKST
    MARA     BWSCL     SY     MANDT
    MARA     ETIAG     SY     MANDT
    MARA     INHME     SY     MANDT
    MARA     MSTAE     SY     MANDT
    MARA     MSTAV     SY     MANDT
    MARA     PLGTP     SY     MANDT
    MARA     PMATA     SY     MANDT
    MARA     RBNRM     SY     MANDT
    MARA     SATNR     SY     MANDT
    MARA     STOFF     SY     MANDT
    MARA     TAKLV     SY     MANDT
    MARA     BMATN     SYST     MANDT
    MARA     GENNR     SYST     MANDT
    MARA     KOSCH     SYST     MANDT
    MARA     MAGRV     SYST     MANDT
    MARA     MFRNR     SYST     MANDT
    MARA     MPROF     SYST     MANDT
    MARA     MTPOS_MARA     SYST     MANDT
    MARA     PROFL     SYST     MANDT
    MARA     RMATP     SYST     MANDT
    MARA     SAITY     SYST     MANDT
    MARA     VHART     SYST     MANDT
    MARA     WRKST     SYST     MANDT
    I expect MARA must have join information with many other M* tables such as MAKT, etc. However, I don't see
    this information.
    Is there a different table I must be looking at?
    Thank you in advance for your help.

  • Relationship between unknown SAP-TABLES

    Hi Folks,
    Lets take a scenario of populating an ouput internal table with fields from 4 unknown sap tables(relation between the tables is unknown). How can we check the relationship between those tables to populate the internal table..? What are the possible ways to check the relationship between tables..?
    Can u please help me on this.
    Thanks n regards,
    ram.

    Hi <b>Ram</b>,
        I tried the following method to find relation between tables and i think it is quite useful. I hope this will be of some use to you.
    ->   Goto SE11 and display one of the tables.
    ->   Click on the <b>Graphic</b> icon on the toolbar or use shortcut ctrlshiftF11
    ->   It displays all the related tables by foreign key and even gives you all check tables involved. If the list is a long one, you can even use <u>Find</u> option to check if the other tables you are trying to find relation with, exist in the screen.
        Hope this Helps!! Do get back!!
    Regards,
    <b>Naveenan</b>.

  • Sap table differences between 4.6C and ECC 6.0

    how do i find out which sap tables has been changed between 4.6C and ecc 6.0 version.  Is there a program I can run? website?

    Hi,
    You have to check with the Relese Notes provided by SAP for the Latest changes of the SAP versions.
    But in that also, it will not be clearly mentioned by Table name, that it was changed. Only during the Upgrade of the SAP versions, all those problems will come into picture, which has to addressed and solved one by one.
    Regards,
    Anji

  • Differences in Depreciation key table structure between SAP 4.5b and mySAP

    Depreciation keys in SAP 4.5b were stored in a different table structure to depreciation keys stored in mySAP ERP 2005. Deprecation Keys that existed before the SAP upgrade still exist in the old set of tables; these have a status of “Migrated” in SAP.  Any new or modified depreciation keys will only be reflected in the new set of tables; these have a status of “Active”.  Of course, there is a third Depreciation Key status, “Inactive”, which means that it is not in use.
    There doesn’t seem to be any documentation on the mapping between these tables.  I need this in order to update our custom reports.
    Can anyone help?
    (T090 T090NA T090C T090NAT T090T T090NAZ T090P T090ND T090NP T090NR T090NSG T090NS T090NDT T090NPT T090NRT T090NSK T090NST)

    Dear Yogesh,
    Please go through Upgrade info @ service.sap.com.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/43/6880cbb88f297ee10000000a422035/frameset.htm
    http://solutionbrowser.erp.sap.fmpmedia.com/
    Major difference is ECC6 is netwear product having WASJAVA+ABAP
    secondly support unicode apart from this we have other diff. you can get fom master guide from service.sap.com/instguides
    For installing ECC 6.0 you required a solution manager key.With out solutionmanager key you cannot install ECC6.0.
    For ECC 6.0 is called netweaver component here you have ABAP+JAVA stack.
    ECC6.0 supports UNCODE.
    For installing 4.6 you don't required solution manager key.It only having ABAP stack.
    4.6C supports NONUNICODE.
    Hope this would add some more info.
    Regards,
    Naveen.

  • FI document flow and important tables

    Hi,
    I am new to FI module, can any one explain me the document folw of FI and some important tables of FI and also any tables in FI have related with SD & MM tables ?.
    Thanks & Regards.
    Mahesh Kumar

    Hi Mahesh,
    http://www.sap-img.com/financial/document-flow-confusion-in-sap-fi.htm
    http://www.erpgenie.com/abap/tables_fi.htm
    http://www.sap-img.com/sap-sd/link-between-sap-sd-mm-and-fi.htm

  • What does a BI Developer need to know about SAP tables and why?

    Hi,
    i.
    As a BI Developer, to what extent do you need to know about SAP tables?
    e.g. if you work mainly in the functional areas LO and FI
    ii.
    For example, I know that in Finance, GL relates to the tables BSEG and BKPF.
    And if it is important to know about them, then which other tables need to be known and for what reasons?
    e.g. do I need to know all these tables: http://www.erpgenie.com/sap/abap/tables_fi.htm
    iii.
    I thought as a BI Developer, knowing that a particular datasource, e.g. 0FI_GL_4 contains line items is enough and you replicate it to BW and work with it. Why is there the need to know the tables from which this datasource gets is data?
    iv. What is the main difference between the FI datasources and the LO datasource?
    Thanks.

    Hi,
    i.  As a BI Developer, to what extent do you need to know about SAP tables?
    e.g. if you work mainly in the functional areas LO and FI
    Not required, but today business demands so you required this Knowelgde.
    ii.
    For example, I know that in Finance, GL relates to the tables BSEG and BKPF.
    And if it is important to know about them, then which other tables need to be known and for what reasons?
    e.g. do I need to know all these tables: http://www.erpgenie.com/sap/abap/tables_fi.htm
    We can't say yes or No, so based on your requirement you need to sit with Functional COnsultanst and the understand the Business Requirements and develop the OBjetcs.
    iii.
    I thought as a BI Developer, knowing that a particular datasource, e.g. 0FI_GL_4 contains line items is enough and you replicate it to BW and work with it. Why is there the need to know the tables from which this datasource gets is data?
    If you want to know the data flow and reconsilization then you need to know it else not required
    iv. What is the main difference between the FI datasources and the LO datasource?
    Yes, one main difference is There is no setup table concept for FI DataSource*
    Note: If you want to become a good BW consulatnt you must know about Tables for normal BW consultant it is not required.
    Thanks
    Reddy

  • Relationship between HR Tables or Infotypes

    Dear All,
    i am looking for a flow which shows the relation between SAP HR tables or Infotypes.
    Or how they are connected?
    Do you have such documents? Or where can i check such settings in the system?
    Thak you

    Hi friend!
    I have an excellent tip for checking database with infotype. Please following some steps below:
    1. Go to T-Code sm31 or Sm30.
    2. Input view V_T582A.
    3. choose your Infotype u want to check.
    4. Double click & find the Database table in bottom.
    -> that's all. Really simple.
    Usually database of infotype is PA+ infotype: PA0000 for action infotype. PA0001 for org unit.But TEVEN for infotype 2011: time event.
    Hope you have a good way now.
    Regards!
    Woody.

  • Difference between DESCRIBE TABLE..... and  SY-DBCNT

    Hi,
    i want to know the difference between DESCRIBE TABLE.. command and SY-DBCNT.

    hi
    good
    SY-DBCNT->
    SY-DBCNT gives the number of records in database table
    After an open SQL statement, the system field sy-dbcnt contains the number of database lines processed.
    REPORT ychatest.
    DATA : v_matnr LIKE mara-matnr.
    SELECT matnr FROM mara INTO v_matnr UP TO 1 ROWS.
    ENDSELECT.
    WRITE : sy-dbcnt.
    DESCRIBE->
    DESCRIBE LIST
    The DESCRIBE LIST statement allows you to import certain list attributes, such as the number of lines or pages, into program variables.
    you need to know the attributes of list levels that were not stored in system variables during list creation, you can use the DESCRIBE LISTstatement.
    To retrieve the number of lines or pages of a list, use:
    DESCRIBE LIST NUMBER OF LINES|PAGES n ...
    To get the page number of a particular line number, use:
    DESCRIBE LIST LINE lin PAGE pag ...
    To get the properties of a particular page, use:
    DESCRIBE LIST PAGE pag ...
    Use DESCRIBE LIST for completed lists only, since for lists in creation (index is sy-lsind) some properties are not up to date.
    http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba42335c111d1829f0000e829fbfe/content.htm
    thanks
    mrutyun^

  • Re: what is difference between sap locking and database locking

    hi,
        what is difference between sap locking and database locking. Iam locked the table mara by using lock objects.
    But iam unable to unlock the mara table. I give u the coding. Please check it.
    REPORT zlock .
    CALL FUNCTION 'ENQUEUE_EZTEST3'
    EXPORTING
       MODE_MARA            = 'S'
       MANDT                = SY-MANDT
       MATNR                = 'SOU-1'.
    call transaction 'MM02'.
    CALL FUNCTION 'DEQUEUE_EZTEST3'
         EXPORTING
              mode_mara = 'E'
              mandt     = sy-mandt
              matnr     = 'SOU-1'.
    IF sy-subrc = 0.
      WRITE: 'IT IS unlocked'.
    ENDIF.

    Hi Paluri
    Here is the difference between SAP locks and Database locks, i will try to find the solution to your code.
    Regards
    Ashish
    Database Locks: The database system automatically sets database locks when it receives change statements (INSERT, UPDATE, MODIFY, DELETE) from a program. Database locks are physical locks on the database entries affected by these statements. You can only set a lock for an existing database entry, since the lock mechanism uses a lock flag in the entry. These flags are automatically deleted in each database commit. This means that database locks can never be set for longer than a single database LUW; in other words, a single dialog step in an R/3 application program.
    Physical locks in the database system are therefore insufficient for the requirements of an R/3 transaction. Locks in the R/3 System must remain set for the duration of a whole SAP LUW, that is, over several dialog steps. They must also be capable of being handled by different work processes and even different application servers. Consequently, each lock must apply on all servers in that R/3 System.
    SAP Locks:
    To complement the SAP LUW concept, in which bundled database changes are made in a single database LUW, the R/3 System also contains a lock mechanism, fully independent of database locks, that allows you to set a lock that spans several dialog steps. These locks are known as SAP locks.
    The SAP lock concept is based on lock objects. Lock objects allow you to set an SAP lock for an entire application object. An application object consists of one or more entries in a database table, or entries from more than one database table that are linked using foreign key relationships.
    Before you can set an SAP lock in an ABAP program, you must first create a lock object in the ABAP Dictionary.

  • SSO Between SAP EP 7.0u2013 BOXIR2 SP1 u2013 BW3.5 Is SNC required?

    We are trying to enable SSO between SAP EP, BO and BI so that users will be able to access Crystal reports (which have got backend as BW) from Enterprise Portal which are scheduled in BO enterprise server
    Below are the details on our landscape.
    1) SAP EP 7.0 Integrated with AD and SP Nego configured(if it fails users will use AD user id and pwd)
    2) BO u2013 AD authentication is available as well as SAP Authentication got enabled using SAP BO Integration Kit. In BO reports are there which got backend as BW and scheduled successfully.
    3) BW 3.5 is using SAP authentication(Not AD authentication)
    4) SSO has been established between SAP EP and BW (user ids will be same in AD and BW)
    5) BO has two servers bo1.yy.comp.com and bo2.yy.comp.com
    6) SAP EP and BW has domain names as EP.xx.yy.comp.com and BW.xx.yy.comp.com u2013 additional u201Cxxu201D is there in the domain trail. So we have created a dns entry bo.xx.yy.comp.com which will resolve to bo2.yy.comp.com (CMS is running in this server) so that we meet the prerequisite for SSO with EP u2013 BO - BW.
    7) BW is not configured with SNC.
    Question 1- As per point 3 u2013 SAP Authentication is available in BO u2013
    So in that BO server can we use ASPX page to read MYSAPSSO2 cookie generated by SAP EP and use that cookie to access report which got BW as backend?
    Question 2
    Do we need any more configuration for the SSO from EP - BO u2013 BW? (do we need to go for SNC?)
    Even after reading many threads I couldn't understand the flow of SSO. Any advice will really help us overcome the hurdles.
    Thanks in Advance
    JayCeeDee

    Question 1- As per point 3 u2013 SAP Authentication is available in BO u2013
    So in that BO server can we use ASPX page to read MYSAPSSO2 cookie generated by SAP EP and use that cookie to access report which got BW as backend?
    >>> Assuming you are getting SSO tickets from the portal that happens automatically when the SAP authentication is configured.
    Question 2
    Do we need any more configuration for the SSO from EP - BO u2013 BW? (do we need to go for SNC?)
    >> You mention on the one hand SSO tickets, on the other hand Windows AD. Which one is it ? What is the authentication that the user will leverage to connect to the BusinessObjects Server ?
    Ingo

  • Using the Open Catalog Interface (OCI) between SAP-ECC 6.0 and SAP-MDM

    Hello ASUG Community.
    I'm working on an SAP-MDM project where we will configure the OCI interface between SAP-ECC 6.0 and SAP-MDM.  The business requirement will be to punch out to SAP-MDM's catalog from SAP-ECC for expensed items (e.g., no material master record exists in SAP-ECC).
    The data that will be returned to SAP-ECC will be purchase price info, material group, short text, & our global SAP-MDM item number.
    The question I've been trying to design around is "where to store the SAP-MDM item number"?
    I've looked into creating a custom filed on EKPO but now feel that a configured text field will be the best solution from an SAP-ECC point of view (less effort on the SAP-ECC side from a development perspective, no need to regenerate the EKPO table, etc.).
    The question I'd like to pose to ASUG is.... Does anyone have experience or an opinion to offer using this functionality?  It seems that I will have to code in a user exit or BAdi to insure that the SAP-MDM item numbers are returned to the appropriate text field on my POu2019s.  Or can this be done using the standard OCI functionality?
    I found OSS note 1347656 which references BADI "ME_CATALOG_INTERFACE" but I'm not sure if this right path to go down or if this would be the correct place to code non-conforming OCI mapping requiremetns.
    Any insight would be most appreciated.
    Thanks.  Sincerely,
    Rich Wortmann

    I would suggest you create a new field for this as you may require thois going forward for reporting as well. Text fields are difficult to report.
    Sorry not sure about the BADI to use.

  • Loading records from .csv file to SAP table via SAP Program

    Hi,
    I have a .csv file with 132,869 records and I am trying to load it to an SAP table with a customized SAP program.
    After executing the program, only 99,999 records are being loaded into the table.
    Is there some setting to define how many records can be loaded into a table? Or what else could be the problem?
    Pls advice.
    Thanks!!!

    hi Arun ,
    A datasource need a extract structure to fetch data .It is nothing but a temp table to hold data.
    First you need to create atable in SE11 with fields coming from CSV file.
    Then you need to write a report program to read you CSV file and populate your table in BW .
    Then you can create a datasource on top of this table .
    After that replicate and load data at PSA and use to upper flow.
    Regards,
    Jaya Tiwari

  • Establishing a connection between SAP SRM and MM

    Dear All,
    I am working  for a multi-national company  and now we are thinking to implement SAP SRM  but I have some questions about  communication between SAP MM and SRM. Firstly I want  so share with you our as-is status and then my doubts and question that I have.
    In our case we have two different locationed organizations which are using different version of SAP system and SAP MM. In this  two sap system mostly codes are  and descriptions are different for  all materials and  now we want  gather all data and we want to have  one global code system and (local code also will remain). I mean we want  to call same materials with one global unique code instead of two different codes. We  are thinking to implement  something like coding center that will take local master data from local organization then will assign global code, update table then  with somehow will update SAP SRM.
    For example:
    We have local  master data on R/3 is maintained manually by local user and net item is created locally each country by local user.Coding center will be aware of new creation by mail, automatically. Coding center will update table (adding a new row for each new item) on translator (tool for assigning global code for materials) assign to each new item a global code and category and in this way SRM will be updated automatically based on translator.
    I am thinking to develeop a tool (excel,access… etc.) that will take new item creation manually or auto from local organization  then will assign a global code and category then will update SAP SRM automatically
    Regarding to  tool I have some questions:
    1)     which are the standard communication channel between R/3 and SRM or How  they can speak with each other ?
    2)     Is there any standart batch file (BI or BAPI)  to be able to perform this.Is it possible to develop tool using excel or access …etc. which will manage coding task.
    3)     When we are trasferring for the first time Master Data from MM to SRM is there any standard transaction?
    4)     how the two MD are aligned (i.e. what if a new item is created or modified on MM)?
    5)     standard program (transaction) for aligning  available ?
    6)     ) how this process can be triggered (scheduled using SAP scheduler, event or user driven)
    7)     Where the translator  (tool) should be (R/3 local, SRM, BW, other) --> Enrichment table
    8)     How we can build the communication transaction?
    Thank you very much
    Any comments and answers will appreciated and rewarded
    Regards,

    Hi,
    Have you considered using CCM. You generally use an industry standard code (perhaps UNSPSC) in CCM as your vendors would all have different number (similar to your scenario). CCM is a plug-in to SRM, supplied by SAP.
    The authoring tool is where you can enrich your catalogue, and have approval dependant on rules that you setup. In your case you would possibly have a catalogue per locationed organisation (or R/3 system). These would then be mapped to a master catalogue, and assigned to users as views. This tool is a BSP on SRM. You could also upload these catalogues from Excel (as a CSV) or through XI as XML. We use the automatic transfer of materials from R3 and then there is a report in SRM to feed that through to the catalogue.
    The only thing that needs to be thought through is how you feed the selected catalogue item back to the differing R3 systems, but this shouldn't be a stumbling point.
    Cheers
    Rob

Maybe you are looking for

  • How to do Validations on Incomming Idoc-XML In XI

    Hi all, I have Scenario Idoc--File, in this if my Idoc generated with 5 line items say 5 Materials. Say If the 3rd Material data is wrong , then the whole Idoc wil be failing in MONI. We implemented in mapping on how to through exceptions if there is

  • INTEGRATION_DIRECTORY_HMI test connection

    on SM59, INTEGRATION_DIRECTORY_HMI, when i tried to test connection, always WINDOW POP UP to input ID and password otherwise, SXI_CACHE, same issue happened but, after type XIISUSER and password, it goes ok as up-to-date green icon does anyone know t

  • Final Cut - not so - Pro!!! comments?

    First and foremost I need to express my emotional reaction to the Final Cut Pro X debacle. I find what Apple has done to be absolutely shameful and dishonest.  You can not mislead professional users like this.  Its just wrong. Its more damaging for t

  • How do I make a horizontal bar stretch to always fill the width of the browser outside of the wrappe

    When I enter 100% in the width field it will fill to the wrapper which is at 1000px, I want just certain Horizontal Bars to fill the width of the browser at all times. Example is at http://www.hollywoodunderground.com - the bars below the header/link

  • Mountain Lion must be Apple's Vista

    I'm reinstalling this gawd awful beta of an OS on my iMac yet again because I can only hope it was a bad install.  iTunes has audio stream issues, cursor jumps on screen, don't even try and multitask with sharing windows on another computer through s