SAP Field Mapping to I-Doc INVOIC

Hi,
I am looking for a documentation of mapping for I-Doc INOVICE02. Would like to know which SAP Standard fields (VBAP, VBAK) are going to be mapped in which I-Doc Segment, field for INOIVCE (Outbound).
Does anybody know where I can find this?
Thanks and best regards
Isabella

Hi Isabella
I've just been through the same exercise, although with a different idoc/tables.
The best advice I have is that if the segment field name is the same as the table field name, then you've found a match.
It's a bit hit and miss, I know, but I couldn't find a neater way.
James

Similar Messages

  • Catalog integration in MM (html - SAP-field mapping)

    Hi Experts! When integrating Catalog with MM (ME21N and ME51N), the only customizable entry in the IMG is the call-structure. Anyone who knows the transaction codes  / tables for HTML-SAP-field mapping (OCI) for this scenario ?? (For PM/CS/PS-orders this is available, but I have not managed to find this for MM)...
    brgs ziggy

    to pull Metadata from CMS repository into MM, you will have to configure the CMS Integrator and run that CMS Integrator, this you can do from the CMC
    as Werner mentioned SAP BW Integrator is being added for next MM release
    its not possible to import Metadata from Excel Sheet into MM, you will need a Integrator to do that, MM supports Integrator for CMS, Data Services, RDBMS, and there are few more Integrators that are provided by MITI (it requires a separate license)
    I don't think it will be possible to mimic the impact and lineage

  • How billing Doc (Invoice) get mapped to accounting doc

    Hi,
    I want to know how the billing doc get mapped to the accounting doc (FI Module)
    How the customerization is done.
    How it mapped through SD Doc.
    Thanks
    Uwanthi

    Normally, for F2 type of Billing document DR type of Accounting document is created.
    Similarly, for G2(Credit memo) ,accounting doc type DG and for Billing type L2( Debit memo) accounting doc type NN should be created.
    But those Account document type must have been specified in the respective Billing doc type( VOFA) in the "Document type" field.
    If the above field is blank in the Billing type, then irrespective of any Billing type, system will create Accounting document type RV.

  • Mapping HTML fields to SAP Fields in OCI

    Hi Gurus,
    I am currently working on the Punchout Catalog Functionality. For mapping the HTML fields to SAP Fields, i am not getting the main node "Interface for Procurement using Catalogs".
    Is there any settings to be made or any report/program needs to be run to enable this main node?. please advice regarding this.Thanks.
    With Regards,
    Saakithyan

    Hello,
    You will need to maintain a field link to transfer the imported fields to SAP internal fields. This can be done in customizing as following IMG point (under Plant Maintenance and Customer Service - Maintenance Plans, Work Centers, Task Lists and PRTs - Task Lists) :                                                            
                  > Interface for Procurement Using Catalogs (OCI)        
                    (/) Convert HTML fields to SAP fields                                                                               
    Please review this again.  
    Regards Gabor

  • SAP GRC 10 - Field Mapping

    Gurus,
    we have defined field mapping for User type but when request got closed ....still its provisions user type "dialog" , But i have selected user type as "service" in request .
    And also define field mapping  for user type AC custom field with system field name USTYP and table is IS_LOGONDATA  @Governance, Risk and Compliance >Access Control>Maintain Mapping for Actions and Connector Groups.
    Please let me if I am missing any configuration for field mapping.
    Thanks,
    Jagat

    Hello Aman,
    Thanks for the reply.
    As per my knowledge there is no direct way or configuration in GRC10 for provisioning the non-dialog useru2019s , So thatu2019s why we have created Custom field and map this field to Su01 field in SAP.
    FYI u2026.We did all the configuration related to field mapping u2026but still by default itu2019s taking user type as dialog. Do you know any SAP Note related field mapping released by SAP for GRC10.
    Thanks,
    Jagat

  • How to put Sales employee (Splcode) Mandatory Field, when adding A/R invoice

    Hi,
    Kindly solve, How to put Sales employee (Splcode) Mandatory Field, when adding A/R invoice.
    Regards,
    Rajeev.

    Follow this step..
    1. In SQL Server, go to the SAP B1 Database you're using. 
    2. then on the Object Explorer , go to Database Folder, explode the SAP DB->Programmability->Stored Procedures->SBO_SP_TransactionNotification * the only Stored Procedure that is allowed to be edited. Just right click and modify
    3.  Try to paste this -> and click F5
    If
    @object_type ='13' and @transaction_type in ('A','U')
    Begin
    If EXISTS
    select DocEntry from ONIV
    Where DocEntry = @list_of_cols_val_tab_del
    and  SlpCode<>'-1'
    Begin
    set @error_message = 'Please select the Sales Employee'
    set @error = 1
    END
    END
    Regards
    Kennedy

  • LDAP Field Mapping in 4.6C - Using WebAS 6.10+ as an LDAP Gateway

    Dear All,
      We have a need to enable CUP Functionality (we use GRC AC 5.3) for one of our oldest R/3 systems - on 4.6C. All other R/3 backends are on 4.7+ releases, so it's a multiple backend configuration for GRC AC.
      However, LDAP Field Mapping functionality is missing in 4.6C. It was enabled through LDAPMAP in the higher releases only.
      At the same time, I discovered in one SAP HR document a diagram, which shows that indeed 4.7+ can map and post data directly to LDAP, but for 4.6C and below you can use WebAS 6.10+ as an LDAP Gateway. Meaning that 4.6C calls through RFC some functions in the higher release R/3 system to use its functions for Field Mapping and further transfer of user data to the target LDAP server.
      But... I can not find anywhere how to configure 4.7 / 6.0 servers to act as an LDAP Gateway for the older 4.6C server to bypass its limitation - absence of built-in LDAP Field Mapping functionality.
      Advice on how to realise this concept will be highly appreciated.
    Thanks,
    Laziz

    Hi,
    In order to migrate users, groups and password you have to use the command ldapaddent as you did with this sintax:
    # ldapaddent -D "cn=Directory Manager" -w secret -f /etc/group group
    # ldapaddent -D "cn=Directory Manager" -w secret -f /etc/passwd passwd
    # ldapaddent -D "cn=Directory Manager" -w secret -f /etc/shadow shadowNote that you must use passwd instead of people container.
    I suggest you to check this article from BigAdmin http://www.sun.com/bigadmin/features/articles/nis_ldap_part1.jsp
    G.

  • Direct to field mapping to a foreign column

    I am using toplink workbench to map an attribute to a column in a foriegn table.
    Example:
    Table Emp {
    EmpID,
    AddressID, -- (Foriegn Key to the table Address)
    StreetName }
    Table Address {
    AddressID, (Primary Key)
    StreetName }
    Class Emp{
    empId;
    addressId;
    streetName;
    Class Address {
    addressId;
    streetName;
    In the workbench I have the descriptors defined and I am trying to map attribute 'Emp->streetName' to the column 'Address->StreetName'.
    I added the the Address table in the advanced properties->Multitable Info of Emp class and also defined the association between the tables.
    I mapped the 'streetName' property to the the 'Address->StreetName' using a direct to field mapping.
    When I do getter on the streetName of the Emp class I get Null and I don't see any query getting executed in the Toplink to retrieve the streetName.
    I don't want to load the complete Address object just to grab the streetName from the Address table.
    Did anybody try to do something similar? if yes I would appreciate your hint.
    -Rama

    TopLink for POJOs does not support lazy loading of primitive type attributes. Lazy loading is only possible with relationships (i.e., one-to-one, one-to-many, many-to-many).
    Mapping the same column data to two different classes does entail a number of complications but regardless, you'll eventually have to perform a join between the EMP and ADDRESS table to obtain the street name associated with an Employee. If you model your Employee-Address relationship as a one-to-one rmapping with Employee having an attribute of type Address:
    class Emp {
        long id;
        Address address;
    class Address {
       long id;
       String streetName;
    }you can configure the relationship to use joining[1] so that when you read an Emp you'll also read the associated Address in a single statement.
    --Shaun
    [1] http://www.oracle.com/technology/products/ias/toplink/doc/10131/main/_html/oomapcfg002.htm#sthref3924

  • InfoObject to R/3 Field Mapping

    Does anybody know of a list that shows the standard Business Content InfoObjects and what they typically are mapped to in R/3?
    The reason is that I want to use the standard InfoObjects wherever possible without creating new ones unnecessarily.
    As an example of a small part of what I'm looking for, see the list below.
    0CUSTOMER                  KUNNR
    0DOC_NUMBER              VBELN
    0SALESORG                  VKORG
    Also, having something like this for CRM would also be helpful.
    Thanks!

    There really isn't any good BI Content to R3/ECC field mapping available. Using the SAP Help Portal and BI Content are the best ways to assimilate the "tribal knowledge" for this.
    Additionally, a single R3/ECC data element can map to multiple InfoObjects in SAP BW. For example, in your short list of mappings, you have VBELN mapped to 0DOC_NUMBER. This mapping is only good for Sales Orders, because VBELN is also mapped to 0BILL_NUM (Billings) or 0DELIV_NUMB (Delivery). Same for KUNNR, that can map to 0CUSTOMER but can also be mapped to 0BPARTNER (Busness Partner - there are multiple iterations of this based on subject area / application component).

  • Configure SAP LDAP mapping for MS-ASD

    Hello,
    I 'm configuring an LDAP connector from my MS-AD to my SAP-4.7 ABAP system so the user account from the MS environment gets synchronized with my SAP system.
    I have configured the connection and created some mapping already but I have still some questions about the settings:
    1. With the report I'm able to synchronize an MS_AD account with my SAP environment. For the first test I only add one account name so all other existing accounts are not changed. When the MS-AD account not exists on SAP the account is created like the mapping. I have also the option in this report to delete the user account from the SAP system when the account doesn't exist any more in the MD-AD. How could I prevent that some special user accounts on the SAP system are note deleted even when they are not available in the MS-AD?
    2. With the mapping function MAP_SPLIT_CHAR  a variable by a certain character into two ore more SAP fields like telephone number and telephone extension. Is it possible to split the content of a variable by a fixed amount of characters?
    For example the user location is written like ABC.XZZ
    ABC is the building number and X is the floor number and ZZ is the chamber.
    3. With the mapping function MAP_conc_CHAR I'm able to combine to MS-AD fields into one SAP filed. Is it possible to combine a constant value with a field from MS-AD?
    4. I'm able to insert multiple parameters or user roles by using the function MAP_CONSTANT. I add one attribute and the constant values as parameters. For a couple of parameters I have to insert a MS-AD field. How could I combine inserting constant parameters with some MS-AD fileds
    Example
    The Parameters CAC and BUK are fixed to the company code. But the parameter PER must be set to the employee number. This value I get from the MS-AD .
    5. For the Employee mapping to SAP-HR I have also to configure the Stucture and fields. Does any one have an overview of structure names and field names from the employee structure? It couldn't be asked with the F4 option which could be user with the user mapping.
    Manny thanks in advanced for the answers.
    Kind regards,
    Richard Meijn

    Hi,
    1.
    create a user group for the special users and another user group for "real" users. Restrict the synchronization report to the second user group.
    2.
    You can write your own mapping functions. You will need a developer key in your system and some ABAP knowledge. Create your functions with SE80 or SE37. It is easy to create a function
    3.
    The same: create your own mapping function.
    4.
    It might be possible to fill the different parameters from different AD values depending on the parameter name. Use the ABAP statement "CASE". But there is no such function. You have to write it by yourself.
    But think about what you really want to do. Do you want to invent an Identity Management? There are already a lot of tools. The SAP answer "SAP Netweaver Identity Management" was already mentioned.
    Regards
    Rainer

  • IDOC field mapping

    We currently use PEXR2002 IDOC for outbound payments. Is there a place in SAP where I can see what data in SAP is mapped to what fields in IDOC? I am specifically looking for segment E1IDBW1, currently this segment is blank, not sure what data goes into this segment in the standard payment processing without using any user exits.

    The is a Structure table called E1IDBW1 (for special instructions). To be found via SE16-> Use the drop down box->Tick Information System->Fill the field Table Name with E1IDBW1. make sure you select the Structures in the additional selection tab. -> execute->stand on the table name->Hit Display.

  • CUP - field mapping from request to SU01 for Accnt No worked only once

    CUP - field mapping from request to SU01 worked only once. I configured the Field Mapping for Account Number with Account Id. First request worked fine in DEV systems, 2nd and 3rd requests failed. Same thing happened in QA systems. Not sure whether the difference in SP on GRC and ECC is causing this. Any help is greatly appreciated.
    We are currentky on GRC 5.3 ABAP stack SP 14.0  
    and
    ECC - SAPK-53315INVIRSANH VIRSANH 530_700: Support Package 0015
    Any help is greatly appreciated.
    Thanks,
    Vish

    Hi Diego,
    Yes, we are on VIRSANH SP15  also VIRSAHR SP13 for SAP_HR . My connector type is SAP HR System, Version ECC 6.0.
    We are on GRC 5.3  Support Pack 14.0 . Our GRC 5.3 installation is running on ABAP stack.
    It is very strange that in QA client, SU01 got updated atleast 3 times with new account number , user group. Tried 4th time, did not work. In DEV client, it worked only once.
    Thanks,
    Vish

  • Maintain Field Mapping and Conversion Rules//LSMW

    Hello Friends,
    I want to add new fields in the step.no.5(Maintain Field Mapping and Conversion Rules).
    Indetail i'm going to upload the GL balances, for DR and CR line item fields are same so system is not accepting the same field value, so i have added 1 for the CR line item fields like in the below example.
    BSEG-WRBTR(Dr line item)
    BSEG-WRBTR1(Cr line item)
    but BSEG-WRBTR1(Cr line item) field not displaying in the step.no.5 to mapping to source field.
    please let me know the solution for this.
    thanks
    swapna.

    Hi,
    I would like to ask few questions.
    1. Are you using batch input recording or using any program for uploading. (through LSMW)
    2. Whether all your debit or credit line items are same every transactions. I believe they should be same, because you are uploading the balances.
    You should not have two similar fields for example, if it is WMBTR, then again WMBTR should not be there, it should WMBTR1 and WMBTR2. Make sure you have done the field mapping properly. When you have done the field mapping all the fileds must have been mapped. If any one of the fields are not mapped, then it will not be uploaded.
    Please see the following LSMW sample guide:
    http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc
    Maintain Object Attributes Do the recording - Make sure that you do not have two fields with the similar name. If you have two fields with the same name double click on the field name and add1 or 2 to differentiate between field names. Just Copy those fields and descriptions in excel sheet, delete the blank lines, then in excel data => text to columns, your field names and descriptions will be now in two columns. Copy them, then put your cursor on the next sheet, then edit => Paste Special => Transpose, all the columns will become your rows. Now your file structure is ready. Maintain Source Structures Give some unique structure name and description Maintain Source Fields Here you add the fields that are being used in EXCEL first sheet, just copy them and make all the fields as C (Constant) and then give length of 60 for all fields. Maintain Structure Relations Though structure relations are already created just go to this step, click on edit, then click on create structure relation, just accept the message stating that the structure relation has already been created. Maintain Field Mapping and Conversion Rules Do the field mapping for all the fields, all the fields willl be stretched and you will see five rows against each row. In case if there is any row that has NOT stretched means, there is something wrong in the mapping. Maintain Fixed Values, Translations, User-Defined Routines There is nothing to be done at this step. You can simply ignore this. Specify Files Make you must have saved your excel file as .txt (before saving make sure you have copied data from sheet2 to sheet 3 and then sheet 3 is saved at tab delimited file. Text (Tab delimited) Select your file, make SURE that you have select "TABULATOR" radio button and say OK. Assign Files Go to this step and click on Create assignment button and accept the message and say ok. Read Data Remove two check boxes and just click on execute button. See the log. Make sure you have number of entries (lines) in your excel file are matching with this. Display Read Data Display data give 1 to 999 lines and double click on one of the line and see whether fields are mapped correctly are not. Convert Data Execute and see the log match the number of entries. Display Converted Data Display converted data, give 1 to 999 and double click on one of the line and see whether fields are mapped correctly or not. Create Batch Input Session Check on Keep Batch Input sessions check box, then execute. If you select that check box, even after execution it will be there and you can analyze what happened. Run Batch Input Session (Takes you to SM35) Go to SM35 select the batch and click on process button (execute), make sure you have checked right hand side first three check boxes and FOREGROUND (because you want to save what it is creating) Say OK Keep on press ENTER on your key board in order to move the session further. If you follow these steps along with the guide, surely you should be successful. There may be small difference between the file and what I have explained but ultimately the purpose is same. Hope this is useful and let me know in case if you have any issues.
    Regards, Ravi

  • R/3 - MDM field Mapping

    Hi All,
    I am looking for latest R/3 and MDM field mapping for Customer, Vendor, material and Product. I already have IDoc to MDM mapping included in SAP business content. But i am looking for R/3 and MDM field mapping. it would be of great help for me if anyone can send me this on my id [email protected]
    Thanks,
    SHiv.
    Points will be rewarded for helpful answers.

    Hi shiv,
    When u unzip the business content for Customer,material,vendor then in the repository u have remote systems which have a list of standard remote systems namely R/'3,Data warehousing..etc.
    Now in the Import Manager select type as <given data format> and the remote system as R/3 since u r importing the data from R/3.
    After doing this you can import the maps and then u will get a list of all maps in a sequencail order .selecting this map will help you to map the R/3 fields to MDM for customer/material/vendor.
    note the mapping has to be done in the given sequence in the list.
    Please award points if u find these blog helpful.
    Thanks and Regards
    Deepankar Pandit

  • One (src)to many(target) field mapping

    Hi,
    I am new to XI.Is one to many field mapping possible in XI?
    Plz send me the links with examples.

    Hi,
    Yes it should be possible.
    Follow this links
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0e/56373f7853494fe10000000a114084/content.htm

Maybe you are looking for

  • Unable to access Planning 9.3.1 from Workspace & Metadata load question

    Hi: I created a planning application through Classic View and was able to successfully register the app. I even updated the dimensions. I did all this using the Admin ID provided by a thrid party installation firm. They updated my security to match t

  • Why can't I change an iPhoto '11 (9.4.2) photo book layout without the page going blank?

    When working on a photo book, I can initially drag and drop photos into the predetermined photobook layout designs without any problems.  But when I want to change one of the pages from the iPhoto predetermined layout (e.g. from a 2 photo layout to a

  • Itunes synchro failure

    hi, can anyone tellme why itunes generates automatically playlists which are totally useless and can not be deleted and will always double the music files so the free space is reduced to a minimum ? help ...

  • Help, how do I delete / undo the skin on iGoogle so I only have the theme showing?

    I added a skin which I thought was just a colour onto my home page iGoogle and can't remember how I did it. Now I have 2 themes on top of the page and only want the iGoogle setting. How can I get rid of the top one?

  • Sizing of systems

    Hi All, We are having a landscape like Dev, Quality, Production. Generally people say the size of the Quality system should be the same of Production. Should anyone throw some light on this and also give valuable points to convince the client. Thanks