Exit_saplv60b_008 / transfer additional field from vbrp to bseg (SD-FI)

Hi together,
I´ve populated an additional field 'ZXXX'for trx. va01 and adjusted the copying control in order to transfer this information into the billing document (e.g. trx, vf03). So far so good.
But now I want to transfer this information to table bseg (field bseg-zxxx). I know that you can use 'exit_saplv60b_008' with this. But I don´t know how to proceed.
Do I have to expand structure ACCIT?
Thanks for any help

Hi,
Well, in my opinion it doesn´t really matter if I use sdvfx004 or sdvfx008.
My problem is I don´t know how actualize the  transfer vbrp-zXXX to bseg-zXXX.
I´m looking for a suitable piece of coding.
Thanks for any help

Similar Messages

  • How to get additional field from the second list base on lookup information column ?

    Hi everyone,
    Currently I created a SharePoint hosted Apps project and I need to know how can I get additional field from the second list base on lookup information column. example List1 Have 2 columns column1 and column2(Lookup Information from list2 (category)),
    List2 have 3 columns title, and category, and color.  so how can get the title and color from list2 base on this lookup information column (SharePoint Hosted apps and Javascript code)? that is possible?
    Best regards,
    ------------------------------------------------------------ ---Tola---

    You can build one custom lookup control. Refer to the following post
    http://www.stuartroberts.net/index.php/2012/10/03/enhanced-lookup-field-part-1/
    Alternatively, try the following solution from codeplex
    http://sp2010filteredlookup.codeplex.com/
    http://filteredlookup.codeplex.com/
    --Cheers

  • Transfer addition information from Sales Order to Production Order

    Hi,
    In MTO we need to transfer addition information from sales order to production order, such as OUTER DIAMETER and INNER DIAMETER of the product.
    Regards,
    Ahmed

    Hi Ahmed,
    Specific information from sales order in MTO process if you want to pass onto the production order then as suggested by expert production memo can be used.
    Follow below steps.
    Select the item in the sales order and  Goto -> Item -> Text as displayed below
      Create a production memo by specifying the language key as displayed below.
    Once you create production order against the sales order - In production order you can see the text maintained. CO02-Menu Bar - Header -Production Memo
    Thanks & Regards,
    Ramagiri

  • Transfer customer fields from EBP to R/3

    Hey,
    we have a SRM-system with a R/3 backend and added some customer fields to the accounting or purchase orders. The question now is how to transfer the cuf-data from SRM to R/3.
    There are the function-modules like B470_PO_CREATE of package BBP_BD which are dealing with the data and include the cuf-data. For my understanding i should write my own driver by copying such a function-module and call the remote BAPI (also a copy of the SAP-functionmodule BAPI_PO_CREATE) that has the cuf-data as import (original SAP doesnt have that) and save them according to that.
    The question now is how can i make SRM using the new functionmodule and what is the best practice for that problem.
    thanks for your help.
    best regards,
    oliver

    Hi,
    In classic scenario, use BADI BBP_CREATE_PO_BACK.
    In extended classic scenario or direct procurement, use BADI BBP_ECS_PO_OUT_BADI.
    Depending on your SRM version, Use either of the BADIs in SRM
    BBP_CREATE_BE_PO_NEW
    BBP_CREATE_PO_BACK
    BBP_ECS_PO_OUT_BADI
    Related links ->
    Update Custom Fields in PO - BBP_ECS_PO_OUT_BADI
    Re: How to replicate SRM PO customer fields to ERP PO in ECS
    Sample code for BADI implementation
    Re: Backend PO creation - What is the fist BADI
    BBP_ECS_PO_OUT_BADI
    Update Custom Fields on PO Header - BBP_ECS_PO_OUT_BADI
    See these related links for sample code/hints:
    Re: How to replicate SRM PO customer fields to ERP PO in ECS
    Update Custom Fields in PO - BBP_ECS_PO_OUT_BADI
    BBP_ECS_PO_OUT_BADI
    implementation of BADI BBP_ECS_PO_OUT_BADI in SRM. and BBP_PO_INBOUND_BADI
    Update Header Text in R/3 using BBP_ECS_PO_OUT_BADI
    BR,
    Disha.
    Pls reward points for useful answers.

  • How can i transfer some fields from one table to another using a trigger

    hi,
    i have two tables;sales and accounts.i want in my accounts form to enter salesid which is then validated and if it exists in the sales table, some fields are copied to the accounts table automatically.how do i go about this.thanx

    hi,
    the code u gave me is not running.let me explain in
    detail.i have two tables;sales and accounts in my
    database (oracle 9i).each have a corresponding form
    in the developer window.these tables are linked using
    saleid.this id is entered and saved in the
    database.when the person is paying in the cash
    office,the saleid on an invoice form is entered on
    the accounts form.it is supposed to search the sales
    table and if the ids match,some records are extracted
    from the sales table to the accounts form instead of
    the accounts clerk entering the details all over
    again.these details will be used to generate a
    receipt an then the record on the accounts form is
    saved to the database.the contents of the two tables
    are:
    sales(saleid(pk),startno,endno,quantity,amount,saledat
    e)
    accounts(receiptno(pk),saleid,startno,endno,quantity,a
    mount).
    please advice and thanks very muchWhat does it mean "not running" ?
    Sure, it is running.
    Did you tested my example ?
    And it does exactly what you need.
    You didn't provided table structures and insert statements,
    that's why i showed you the method on 2 emp- tables.
    But it is exactly, what do you need.
    Change my emp_1 on your sales,
    and my emp_2 on your accounts,
    and compare the results.
    If you cannot directly copy and paste
    and say to your teacher / chief "My homework / task is ready"
    it doesn't mean, that the solution didn't provided ...

  • Transfer of fields from ECC to APO

    Hi All,
    I have a requirement where in I need to implement logic for Repl. Lead time as follows -
         1. check if the purchase info record exists
              if exists, then check if the current date is between lifba and lifbi of EINA table
                   if exists then pass EINE-APLFZ to AT101 field of cif_matloc
         2. if purchase info record does not exist, then pass the lead time from Material Master data.
    I have done the coding in Exti_SAPLCMAT_001 (ZXCIFU01).
    the issue is, its not checking for the existence of info record, directly the lead time is being taken from material master data.
    Pls help...this is an urgent issue.
    Thanks & Regards,
    SriLalitha. 

    Hi SriLalitha,
    I have loaded a document explaining how you can set defaults values in APO MAT1 when the material is CIFfed. See this document, here you have the ABAP code:
    http://scn.sap.com/docs/DOC-56755
    This need to be done in APO, thru BAdI: BADI SMOD_APOCF005. In the ABAP code in APO you will need to use function: 'RFC_READ_TABLE' in order to get the details from table EINE. In my example, I am doing something similar checking values from tables MARA and MARC.
    Thanks and Regards,
    Mariano

  • Auto insert values to addition fields from a comma seperate value input?

    I pray someone (Gunter :) ) knows how to do this or perhaps a better approach.
    I have a google map api geocoding application that I created by following some sample files from the google api documentation. Works really well.
    It gets the address information from an address field that has its values put in this format
    "Street# Street, city, state/province" So... it would like like "123 fake ave, toronto, ON"
    It is able to generate the longitude and latitude perfectly. How ever on the front end I would like the user to pull down show me based on just the city.
    so.. show me "New york" or "Bowling green"... I was thinking of adding a city field into my table to facilitate this. It just seems redundant since the user already is going to put the address (which includes the cityname) above in the format I detailed. This is so the geocoding works.
    So in the admin section when they add a new record is it possible to have some hidden fields that take the second comma seperated value (which would be the city)from the "address form field" (which is formatted with commas liek above) and input it into my "city column" in my table ?
    any help of guidance is greatly appreciated, as always

    Hi Kevin,
    PHP´s function "explode" (http://de2.php.net/explode) would allow you to split a comma separated string and echo the individual substrings wherever you want, however...
    is it possible to have some hidden fields that take the second comma seperated value
    ...it seems you´d like to have the hidden fields "value" attribute dynamically updated based on the selected menu item, correct ? This will be much more complicated, as you´ll need some custom javascript to make this happen.
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • EHP5 ESS - Add Additional fields from custom infotype on Personal Data

    Hi Gurus
    I am able to launch the Personal Information screen under Personal Profile
    I will need to add more fields on the Personal Profile --> Personal Data section
    I have added the infotype in V_T7XSSPERSUBTY
    I am not sure if I will need to do some configuration GenIL Model Editor
    Is BADI (Enh. Imp) HRESS_PER_CONFIG_KEY relevant to adding fields to the screen?
    Please guide how to go about doing this
    Thanks in advance

    for adding a infotype and fields you need to do this
    1. Customizing the Fields in Overview Screens
    http://help.sap.com/erp2005_ehp_05/helpdata/en/77/804c18e1844944b7f8baf5
    3159be78/content.htm
    2. Configuration of Personal Profile Services
    http://help.sap.com/erp2005_ehp_05/helpdata/en/3a/fe6eac579d4a9ead651d77
    9a2dbd23/content.htm
    3. Personal Profile application Documentation
    http://help.sap.com/erp2005_ehp_05/helpdata/en/14/60cd56b1514ae5aa811d2a
    a4a59de3/content.htm
    In EhP5 ESS Personal Profile application, in order to change the
    Address overview page fields, you need to adapt the Address component
    configuration HRESS_CC_PER_OVR_ADDRESS_XX.
    Note: In EhP5, ESS screens are based on Floor Plan Manager for
    WebDynpro ABAP Generic UI Building Block concept. To configure
    overview page fields we no longer use 'Determine Fields for Business
    Card on Area Page' View instead of that we adapt the FPM configurations.
    In the standard delivery in the Overview Page, always international
    Address is displayed and in the edit screen based on the country
    selection (Foreign Address scenario), corresponding country screens
    are displayed.
    Note: We always show international address screen in overview page in
    order to support Foreign Address scenario.
    If you want to chanage the fields in the Address overview page fields
    then adapt the Address component configuration.

  • Additional Field require to flow from SAP Delivery Line to DTR Line to Freight Unit

    Dear All,
    My scenario is Delivery line Item = DTR Line Item = Freight Unit.
    For this my requirement is I have added Additional field in ECC Delivery Line Item Table (LIPS) to record BAR Code Number.
    Now I want this BAR Code Number to flow in DTR Line Item and also in Freight Unit probably in Z Field as I do not found any standard field which I can use to map Bar code Number.
    Please suggest the necessary steps to achieve the same and also the Table/ Structures that need to be modified to flow additional field from Delivery (ECC) to PI and from PI to DTR (TM) and from DTR to Freight Unit.
    Regards,
    Vibhu Gupta

    Hi,
    First the inbound PI service needs to be enhanced with the addtional field on item level and in TRQ item node, this field also needs to be enahnced;
    For this field, do you want to save it in FU header or item level?
    In the implementation class of the inbound service, this field should be mapped to DTR item instance;
    If you enhance the field in FU item level with same field name, then the field value saved in DTR item will automatically flow to FU item.
    Hope this help.
    BR, Dawson

  • How to transfer user defined accounting fields from SRM to ECC ?

    Hi!
    We are running SRM 5.0 and ECC 6.0 with classic scenario.
    We have defined Business entity filed account assignment tab in SRM SHC.
    New fields are also defined in tables BBP_C_ACC_F and in BBP_C_ACCFD and added in the structure also INCL_EEW_PD_ACC_CSF. New fields are also defined in srpo accounting.
    In R/3 the same field is already defined as it is standard one.
    When I create PR or PO i entered the Business entity for the account assignment R i.e real estate.
    However, when I order my shopping cart with values in new fields, the values are not transferred into backend.
    Standard fields transfer nicely, but the user defined fields dont transfer.
    Can any please let me know what we have to do for these user defined values to transfer to back end. We need to implement any BADI ?
    Please let me know
    Thanks

    Hi,
    Use  BADI  BBP_CREATE_PO_BACK ( t.code SE18) can transfer custom fields
    some useful links to transfer custom fields from SRM to ECC..
    Re: Purchase Order item customer fields
    implementation of BADI BBP_ECS_PO_OUT_BADI in SRM. and BBP_PO_INBOUND_BADI
    Re: Custom field values are not being transfered to the backend system
    Re: How to replicate SRM PO customer fields to ERP PO in ECS
    Update Custom Fields in PO - BBP_ECS_PO_OUT_BADI
    BBP_ECS_PO_OUT_BADI
    implementation of BADI BBP_ECS_PO_OUT_BADI in SRM. and BBP_PO_INBOUND_BADI
    Update Header Text in R/3 using BBP_ECS_PO_OUT_BADI
    Hope these are helpful..
    Thanks
    prasad .s

  • Bringing in Additional Fields into SAP Query

    Hi,
    I'm new to SAP Query. I had to modify an existing report to bring in an additional field from one of the tables of the query. When i look at the tables in query, i don't even see the field i would like to add under the table. I guess it needs to be first bring into query and later i can add. Can someone help me how to do this?
    Thanks in Advance.

    HI,
    IN SQ02, IF table is already in JOIN, just click on the PLUS sign to expand the strcture.
    All the field showing Plus sign in the strcture are selected in your query and with MINUS sing are no selected.
    So you have to just click on the MINUS sign for the field you want to use through table field.
    Generate the query and execute thriugh SQ01.
    If you want to add some other field which is not a part of JOIN,
    then click on EXTRAS Button shown in the MENU option.
    Click on Create button and system will ask abt the additional field.
    Regds,
    Anil

  • Extra ADDITIONAL field in catsprofile

    Hi All,
    I have one requirement like adding a new field in cats profile.
    I am aware that we can use additional 10 fields in CI_CATSDB structure. We have alreday used all the 10 additional fields.
    And i want to add one more field..is there any way to do it.
    Thanks
    -Pradeep

    But to add the new field in CAC2 for user input..this must available in Influencing section.There i can see the only 10 additional fields from CATS_ADDFI.So i feel i should get an entry in CATS_ADDFI also,How so i do that in customization.
    Thanks
    -Pradeep

  • Transfer of Data from one Database to Another

    Respected Guys
    Is there any way to transfer few fields from different tables located on a Database Server used by SAP to an other database used by an another application. The other database also have same fields and and Tables structure.
    Both databases are located on different servers and are oracle9i.
    Is there any way to transfer real time data from one database to another. If not then any way by which we can preiodically can transfer the data.
    Thnx

    Hi
    U can use a <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/9c/d736b880c34f76b507bac7751a0474/frameset.htm">DBCON (Database Connection) tool</a>.
    Here you should call another database and write SQL native code in order to transfer/read the data.
    Max

  • CO document Additional fields store

    Hi,
    I need to pass additional fields from CRM while CO posting. I checked there is Custom include COBL_CI in COEP table.
    I need steps for storing additional fields in to CO document.
    If any of you can guide me on this.
    Thanks in Advance
    Regards,
    Deven
    Message was edited by:
            Deven Chheda
    Hi,
    can someone please guide me, Thanks
    Message was edited by:
            Deven Chheda   
    Hi,
    can someone please guide me, Thanks

    Hello Natalia,
    Did you solve your problem?
    I got a similar one, I'm trying to add some Z fields (added to BKPF via append struc.) to screens of transactions: F-43, F-63, FV60, FB60 (this badi could work for F-43, but I need to find another exit / badi for the others transactions).
    I implemented the mentioned badi, but after debugging it, it looks like that after exiting the Z implementation, the only fields enabled to be transfered in the end, are XREF1_HD and XREF2_HD, no matter if you add any other else.
    Please, let me know if you got further information.
    Thanks in advance.
    José Gabriel.
    Edited by: José Gabriel on Oct 14, 2009 11:13 AM

  • Write fields from two tables in one line??

    Hi friends,
    I want to write some fields from bkpf and bseg in one line...
    My report should like something like this:
    ****some text*****
    *for first document*******  bkpf-bldat  kunnr  bseg-belnr    bseg-gsber   bseg-wrbtr     
    *for second document***  bkpf-bldat  kunnr  bseg-belnr    bseg-gsber   bseg-wrbtr     
    *for third document******  bkpf-bldat  kunnr  bseg-belnr    bseg-gsber   bseg-wrbtr  
    etc.
    What should I change in order to get this form in report output?? Can I put these fields in some table so that it looks like excel table??Could you please check out the code below?
      loop at it_bkpf into wa_bkpf.
      loop at it_bseg into wa_bseg.
      write: wa_bseg-gsber, wa_bseg-belnr, wa_bseg-wrbtr.
      endloop.
      write: wa_bkpf-bldat.
      read table it_bsid with key bukrs = wa_bkpf-bukrs
      belnr = wa_bkpf-belnr
      gjahr = wa_bkpf-gjahr
      cpudt = wa_bkpf-cpudt.
      if sy-subrc = 0.
      write: it_bsid-kunnr.
      endif.
      endloop.
    Thanks,
    Nihad

    hi nihad,
    define positions on where to write data like this.
    LOOP AT it_bkpf INTO wa_bkpf.
      LOOP AT it_bseg INTO wa_bseg WHERE belnr EQ wa_bkpf-belnr.
        WRITE: /5 wa_bkpf-bldat.
        READ TABLE it_bsid
        WITH KEY bukrs = wa_bkpf-bukrs
                         belnr = wa_bkpf-belnr
                         gjahr = wa_bkpf-gjahr
                         cpudt = wa_bkpf-cpudt.
        IF sy-subrc EQ 0.
           WRITE: 20 it_bsid-kunnr.
        ENDIF.
        WRITE: 35 it_bseg-belnr,
                    50 it_bseg-gsber,
                    60 it_bseg-wrbtr.
      ENDLOOP.
    ENDLOOP.
    regards,
    Peter

Maybe you are looking for

  • Logical Path not defined..?

    Hi, I recently got CRM 5.0 installed on my system. Very first step of 'Maintain Business Partner' it says, 'Logical Path not defined'. Tried to open activities, says' Logical system not defined' Please suggest what is the problem & how to rectify thi

  • Problem with app The App Store is temporarily unavailable. Please try again later.

    I have Problem with app Store did conect say is temporarily unavailable.

  • EVGA 285 GTX and Apple's 30- LED release

    I just have a question what's taking so long for Apple to release a 30 inch LED display, Currently SamSung XL30 30" Inch goes for $2600, I would be gladly to pay that price because i've been waiting for Apple to bring out a LED 30 inch for 1 year and

  • Updating Boot Caches

    Hi, I just upgraded to Leopard from Tiger last night on my 15" Macbook Pro (2.16ghz). I also did a software update after the installation. Ever since, whenever I restart or shut down, I receive a message saying "Updating Boot Caches" "Caches necessar

  • Unknown error 1417 and 1418?

    Help! I've installed an iPOD nano, previously used an iPod mini. It recognises the nano but can't download any msuic. Reinstal and Restore failed with unknown error 1417 and 1418. I've uninstalled old iTunes and iPod software and downloaded the lates