Add a new field in va02,va03 and vf02 & data tran. in these fields VOFM

Hi All,
I have a requirement, I need to add a new field in the sales order header part and even a field in the billing document, once I add this field up in both the documents in the header part i need to create a copy routine using the VOFM transaction,
Can any body help me on what's the procedure to add a field in billing document as i dont find any screen exit for doing it and does the copy routine transfer the data ( Custom Field ) from Sales Order to the Billing Document, if yes can somebody help me with the procedure on how to and code of it.
Regards.

Hi,
  The procedure to create the new VOFM.
1. Go to VOFM transaction
2. Page down until you find a new spot on the page to put in the VOFM number and description.
3. Put in the VOFM number and the description of the VOFM.
4. Now the VERY IMPORTANT part of the process. Double click on the VOFM description not the VOFM number to create this as a Development/Correction and not as a repair. If you double click on the number then this copies some existing code and prompts you for a repair.
5. Activate and generate the VOFM routine. Note: Configuration must be setup by the OM team for this step.
for example Go to the routine number that needs to be copied.
Put your cursor on the routine number field that needs to be copied.
Overwrite that number with your new routine number and hit enter.
The new routine will be created as a copy of the old routine and you can modify the new routine as you need it.
Ex.
You have to copy routine 104 to 904
Routine number Description Active
104 Bill.bus.item data X
Put your cursor on 104 and then change it to 904 and hit enter.
904 will be created as a copy of 104 and you can make your changes in 904.
Don't forget to activate it after you are done.
refer the below link
https://forums.sdn.sap.com/click.jspa?searchID=3604222&messageID=994791
Regards

Similar Messages

  • Need to add a new release of the segment and maintain that version

    Hi All,
    I want to add one field in the Z segment type using WE31.But i am getting the error message as
    'Current segment definition <segment name> can no longer be changed and The current segment definition
    is already released.You can either add a new segment definition or cancel the release of the current segment definition'.
    The current segment defenition which i am trying to change got the SAP release of 4.6C. But the system has upgraded to Ecc6 recently.
    I tried going to the edit menu and cancel the release, but still it is not allowing.
    Whats the impact of the Add button(Add version) and creating a new version?.will it create a new version for ECC6?.
    I suggested by that
    *You can only edit segments in the current release. You will need to add a new release of the segment and maintain that version with changes. *
    If this is right then
    How to do this settings
    regards,

    'Add version' use this option - a new version will be created in the current release.
    then add your field to that and relase it again.
    Regds,

  • Can I add a new page to both phone and desktop in the same respective location? Can this only be done manually?

    It appears that once you create your phone site, from that point on, when I add a new page to one layout or the other, the "Page/go to same" command struggles. Can I create a new page and have it automatically create a matching placeholder page on the alternate format/site plan?

    Hi
    To answer your query, I am afraid you cannot add a new page to both phone and desktop in the same respective location. You need to manually do the same.

  • To create a new file in application server and transfer data to ti

    i am doing the following where i have to create a new file in application server and transfer data to tht file from an internal table.but its saying file cant be opened.the path i am giving to parameter p_prefil is /tmp/prachi.txt.
    wats the prob..can anyone help.
    DATA:L_WA_FINAL TYPE TY_FINAL,
         l_wa_string type string.
    OPEN DATASET P_PREFIL FOR OUTPUT IN text mode encoding default.
    if sy-subrc <> 0.
    write: ' file cannot be opened'.
    stop.
    endif.
    LOOP AT P_I_FINAL INTO L_WA_FINAL.
    move l_wa_final to l_wa_string.
    TRANSFER l_wa_string TO P_PREFIL.
    if sy-subrc <> 0.
    write: 'file can not be written'.
    stop.
    endif.
    clear l_wa_final.
    ENDLOOP.
    CLOSE DATASET P_PREFIL.
    if sy-subrc <> 0.
    write: ' file cannot be closed'.
    stop.
    endif.

    DATA:L_WA_FINAL TYPE TY_FINAL,
    l_wa_string type string.
    OPEN DATASET P_PREFIL FOR OUTPUT IN text mode encoding default.
    if sy-subrc ne 0.
    write: ' file cannot be opened'.
    stop.
    endif.
    LOOP AT P_I_FINAL INTO L_WA_FINAL.
    move l_wa_final to l_wa_string.
    TRANSFER l_wa_string TO P_PREFIL.
    write: 'file can not be written'.
    clear l_wa_final.
    ENDLOOP.
    CLOSE DATASET P_PREFIL.
    if sy-subrc ne  0.
    write: ' file cannot be closed'.
    stop.
    endif.

  • SAP CRM Tables and Fields for Contract start and End dates

    Hi Experts,
    Please Provide me SAP CRM Tables and Field names for the below.
    SAP CRM Contracts start date and End date
    SAP CRM Conditions(PROO, K007 etc....) records start and End Date.
    Thanks and Regards,
    Teja

    correction
    10 Replies Latest reply: 24 May, 2013 8:38 AM by nishant Vasudev  
    Tweet
    SAP CRM Tables and Fields for Contract start and End dates
    This question has been Answered.
    Teja Dhar 12 Oct, 2009 8:03 PM  
    Currently Being Moderated
    Hi Experts,
    Please Provide me SAP CRM Tables and Field names for the below.
    SAP CRM Contracts start date and End date
    SAP CRM Conditions(PROO, K007 etc....) records start and End Date.
    Thanks and Regards,
    Teja
    Correct Answer by Sreekantha Gorla  on Oct 22, 2009 8:22 PM
    Hi,
    dates will be stores in the table 'SCAPPTSEG'.
    I double checked it. This table stores all the date types of one order transactions...
    The relationship is as follows..
    CRMD_ORDERADM_H- guid = crmd_link-guid_hi
    crmd_link-guid_set = SCAPPTSEG-APPL_GUID.
    Thanks and regards,
    Sreekanth
    <:footer>See the answer in context
    6281 Views
    Topics: Customer Relationship Management
    Reply
    Average User Rating
    0
    (0 ratings)
    My Rating:
      Rating Saved!
    Comment on your rating
      Re: SAP CRM Tables and Fields for Contract start and End dates
    Robert Jesionowski 14 Oct, 2009 2:23 PM (in response to Teja Dhar)  
    Currently Being Moderated
        Hi, 
    you should try with FM: CRM_DATES_READ_SINGLE_OB or CRM_DATES_READ_DB.
    There is something in table SCAPPT and SCGENAPPT.
    Regards, R
    Report Abuse
    Like (0)
    Reply
      Re: SAP CRM Tables and Fields for Contract start and End dates
    Teja Dhar 22 Oct, 2009 5:30 PM (in response to Robert Jesionowski)  
    Currently Being Moderated
        Hi Robert, 
    I am not able to find contract start date and End dates in the tables SCAPPT and SCGENAPPT.
    Can you suggest some relevant tables.
    Best Regards,
    Teja
    Report Abuse
    Like (0)
    Reply
      Re: SAP CRM Tables and Fields for Contract start and End dates
    Sreekantha Gorla 22 Oct, 2009 2:35 PM (in response to Teja Dhar)  
    Currently Being Moderated
        Hi, 
    Table SCAPPTSEG stores the contract start and end dates.
    Thanks,
    Sreekanth
    Report Abuse
    Like (0)
    Reply
      Re: SAP CRM Tables and Fields for Contract start and End dates
    Teja Dhar 22 Oct, 2009 5:32 PM (in response to Sreekantha Gorla)  
    Currently Being Moderated
        Hi Sreekanth, 
    I am not able to find contract start date and End dates in the table SCAPPTSEG.This is for appointments.
    Can you suggest some relevant tables.
    Best Regards,
    Teja
    Report Abuse
    Like (0)
    Reply
    Correct AnswerRe: SAP CRM Tables and Fields for Contract start and End dates
    Sreekantha Gorla 22 Oct, 2009 8:22 PM (in response to Teja Dhar)  
    Currently Being Moderated
        Hi, 
    dates will be stores in the table 'SCAPPTSEG'.
    I double checked it. This table stores all the date types of one order transactions...
    The relationship is as follows..
    CRMD_ORDERADM_H- guid = crmd_link-guid_hi
    crmd_link-guid_set = SCAPPTSEG-APPL_GUID.
    Thanks and regards,
    Sreekanth
    Report Abuse
    Like (0)
    Reply
      Re: SAP CRM Tables and Fields for Contract start and End dates
    Wim Olieman 23 Oct, 2009 9:12 AM (in response to Sreekantha Gorla)  
    Currently Being Moderated
        Hi, 
    I can tell you where the pricing records are saved, replicated from ECC.
    The data from ECC table Axxx (e.g. A304) is replicated to CRM table
    CNCCRMPRSAPxxx (e.g. CNCCRMPRSAP304).
    Here you can find fields TIMESTAMP_TO and TIMESTAMP_FROM.
    About the dates: what Sreekantha Gorla stated, about table 'SCAPPTSEG' is correct.
    What might help is to execute program "CRM_ORDER_READ". Here you can find
    the relevant entries also.
    regards,
    Wim
    Report Abuse
    Like (0)
    Reply
      Re: SAP CRM Tables and Fields for Contract start and End dates
    Teja Dhar 23 Oct, 2009 4:59 PM (in response to Teja Dhar)  
    Currently Being Moderated
        Hi Experts, 
    Thanks a lot for your support.My problem got resolved.
    Best Regards,
    Teja
    Report Abuse
    Like (0)
    Reply
      Re: SAP CRM Tables and Fields for Contract start and End dates
    rajesh gadamsetty 27 Nov, 2009 12:29 PM (in response to Teja Dhar)  
    Currently Being Moderated
        Hi Teja 
    Please let me know how you got the dates. i got the same requirement
    Report Abuse
    Like (0)
    Reply
    Correction on above mail.
    Hi Sanjay,
    Can you please help me to find the contract st art date and end date fetching from the table as below
    ITEM DATES:
    Select guid_set from table CRMD_LINK where guid_hi              =  CRMD_ORDER_I-GUID AND
                                                                              OBJTYPE_HI     =  '06'
                                                                              OBJTYPE_SET  =  '30'.
    Select * from SCAPPTSEG where APPL_GUID = guid_set.
    as from the table scapptseg has some unusal fields which fields to select to get the start date and end date and on what condition and isuppose we need to convert als the same
    pls suggest further on same
    regards
    Arora

  • Why won't my wife's new iPad2 upload the "contacts" and "calendar" data from Outlook when I sync it.  Her iPhone does it just fine.

    Why won't my wife's new iPad2 upload the "contacts" and "calendar" data from Outlook when I sync it.  Her iPhone does it just fine.

    Hi!  check out the answers given here:
    https://discussions.apple.com/message/15387968#15387968

  • How to add a new field in the cube and load data

    Hi,
    The requirement is
    We have  ZLOGISTICS cube , the data souce of this filed has REFDCONR-reference dcument number filed . We have to create a new field in cube load data and get this new filed into the report also.
    Please any one can help me with the step by step process of how to do?
    How to get the data into BW and into the report.

    Hi,
    So you need that this new field have data in old records?
    1.- If you are in BI 7.0 and the logic or data for that New field are in the same Dimension, you can use a Remodeling to fill it. I mean if you want if you want to load from a Master Data from other InfoObject in the same Dim.
    2.- If condition "1" is not yours.
    First add the new field, then create a Backup Cube (both cubes with the new field) and make a full update with all information in the original Cube. The new field willl be empty in both cubes.
    Create an UR from BackUp_Cube to Original_Cube with all direct mapping and create a logic in the Start Routine of the UR (modiying the data_package) you can look for the data in the DSO that you often use to load.
    To do that both cubes have to be Datasources ( right click on Cube-> aditional function-> and I think is "Extract Datasource")
    Hope it helps. Regards, Federico

  • Instruments in Logic Pro 9 Library will not load: I try to add a new instrument on a project and get a "cannot be found" error.

    Ladies and Gentlemen,
    As a faculty member in the School of Music, I have just acquired a copy of Logic Pro 9.1.8 through my University. The programs and instrument packs were installed by our IT department and show as being fully installed on Logic Pro when I search for additional content through the Logic Pro tab at the top of the screen. The window shows that all 6 Jam Packs, Logic Pro & Main Stage Content (Essential and Additional) GarageBand content, and Surround content is installed. However when I try and add a new instrument on a project, most of these instruments cannot be found. I get the following error:
    Audio file “KB_pizz_f_C1.wav” not found!
    I then press the Continue Tab, and it looks for the instruments in an empty file that Logic creates in the Music section of the hard drive. I have investigated the sounds by going through the MAC Hard Drive>Library>Application Support>Logic>Sampler Instruments folder, and tried to copy the sounds into the Music>Logic folder created by the program. That does not work either. Even attempting to go into these Logic Pro instrument files one at a time has proved fruitless. I am told that the file cannot be opened.
    The files appear to be installed, but cannot be accessed or opened. They all have that translucent grey appearance when I attempt to click on the icon. This is true for about 80% of the files in the instrumental library. Whenever I create an instrument, the EVP88 Electric Piano is installed by default. There are a few instruments that I can successfully replace this default instrument with, but a majority of the instrumental library remains unavailable. Can anyone help?

    Kurt:
    You might try a different way of adding the video files to the web page. This demo page has one where the file does not load until the play button is selected: Opening Item in a New, Precisely Sized Window. This demo page has 9 short videos on it using that method: PhotoPresenter Animated Slideshow Themes. Just add a screenshot of one of the movie frames or any photo you want and add the Play button on or below it.
    You manually upload the movie file to your server so iWeb is not involved in the uploading the file at any time.
    Similarly this demo page, QT movies via iFrame, has a method that has you manually uploading the file to the server and linking to it via iFrame code. That page also has other similar methods.
    Another method is demonstrated in Roddy's iWeb for Musicians site on his Video page. Here you also upload manually.
    OT

  • HT201269 I purchased an iphone 5s, replacing my iphone 4.  I purchased it at Verizon wireless store and theyactivated the phone for me there. Do I need to remove my old iphone and add my new one to my itunes and apple account?

    I purchased an iphone 5s, replacing my iphone 4. I purchased the new iphone at a Verizon store and they activated my new iphone there. Do I need to remove my old iphone from my itunes/ apple account and add the new phone ? I do not see the iphone 5s listed on the devices in my itunes yet.

    speck1 wrote:
    I purchased an iphone 5s, replacing my iphone 4. I purchased the new iphone at a Verizon store and they activated my new iphone there. Do I need to remove my old iphone from my itunes/ apple account and add the new phone ? I do not see the iphone 5s listed on the devices in my itunes yet.
    Connect your new phone to your computer using the USB cable and it should appear in iTunes. If it doesn't you will need to troubleshoot. Then see: http://support.apple.com/kb/ht2109

  • How to add a new Article to a publication and reinitialize subscription only for the new article

    Hi Freinds,
    SQL2008
    I have a publication and subscription in place and want to add a new article into it. the problem is when I fo it, I need to reinitialize the entire subscription to see the effect.
    is there any way to reinitialize the subscription and publication for only the new article added ?
    Thanks in advance,
    -P
    Patrick Alexander

    For transactional replication all you do is this:
    sp_addarticle
    @publication='PublicationName', @article='ArticleName', @source_object='TableName'
    GO
    sp_refreshsubscriptions 'PublicationName'
    GO
    exec sp_startpublication_snapshot @publication = 'publicationName'
    looking for a book on SQL Server 2008 Administration?
    http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
    http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941
    Figured I'd add to this very old post as opposed to starting a new one. I've followed the steps outlined by Hillary, and the new table simply never shows up at the Subscriber.
    I've also attempted everything through the GUI, but get the message "[0%] A snapshot was not generated because no subscriptions needed initialization." when trying to launch the Snapshot Agent.
    Note this is on 2012, and the initialization was done via backup/ restore (not snapshot).
    Any ideas? Thanks!
    TIA, ChrisRDBA

  • Help with writing and retrieving data from a table field with type "LCHR"

    Hi Experts,
    I need help with writing and reading data from a database table field which has a type of "LCHR". I have given an example of the original code but don't know what to change it to in order to fix it and still read in the original data that's stored in the LCHR field.
    Basically we have two Function modules, one that saves list data to a database table and one that reads in this data. Both Function modules have an identicle table which has an array of fields from type INT4, CHAR, and type P. The INT4 field is the first one.
    Incidentally this worked in the 4.7 non-unicode system but is now dumping in the new ECC6 Unicode system.
    Thanks in advance,
    C
    SAVING THE LIST DATA TO DB
    DATA: L_WA(800).
    LOOP AT T_TAB into L_WA.
    ZDBTAB-DATALEN = STRLEN( L_WA ).
    MOVE: L_WA to ZDBTAB-RAWDATA.
    ZDBTAB-LINENUM = SY-TABIX.
    INSERT ZDBTAB.
    READING THE DATA FROM DB
    DATA: BEGIN OF T_DATA,
                 SEQNR type ZDBTAB-LINENUM,
                 DATA type ZDBTAB-RAWDATA,
               END OF T_TAB.
    Select the data.
    SELECT linenum rawdata from ZDBTAB into table T_DATA
         WHERE repid = w_repname
         AND rundate = w_rundate
         ORDER BY linenum.
    Populate calling Internal Table.
    LOOP AT T-DATA.
    APPEND T_DATA to T_TAB.
    ENDLOOP.

    Hi Anuj,
    The unicode flag is active.
    When I run our report and then to try and save the list data a dump is happening at the following point
    LOOP AT T_TAB into L_WA.
    As I say, T_TAB consists of different fields and field types whereas L_WA is CHAR 800. The dump mentions UC_OBJECTS_NOT_CONVERTIBLE
    When I try to load a saved list the dump is happening at the following point
    APPEND T_DATA-RAWDATA to T_TAB.
    T_DATA-RAWDATA is type LCHR and T_TAB consists of different fields and field types.
    In both examples the dumps mention UC_OBJECTS_NOT_CONVERTIBLE
    Regards
    C

  • How to add a new filed of Personnel number in FB60 data entry screen

    Hello SAP Gurus,
    We want to have a field to populate the Personnel number in all of the posting document entries via FB60. Besides the existing fields such as the "Doc.header text", "reference", "short text", "text" and "assignment" fields etc, are there any other fields that can be used to enter the Personnel number in the document entries? Maybe there're some fields are ready but the fields have been hidden on the data entry screen currently?
    Personnel number is there in the Vendor master data in CoCd data, Accounting Info.
    I checked the Field status group of the Vendor Recon A/c in OBC4 and made the personnel number as Optional from suppressed mode in FSG BS41 under Additional Account Assignment.
    After doing the above, I am still not able to see the personnel number filed in FB60.
    Am I missing anything else due to which I am not able to get the additional filed of personnel number in FB60 screen.
    Any help would be greatly appreciated.

    Hello Dear
    Look FB60 screen has two parts :
    The one in which you enter information related to vendor is Header Level, in this case you already assign Personnel No. in Vendor Master so no field is required as Personnel no. will be picked up from Vendor Master level.
    The Other is line item level is bottom half part, if you want to assign personnel no. at Expense G/L level then if you scroll right you will find a field for Personnel no. If you can't see the field check your setting at OBVV for the field status group you assign to particular Expense G/L.
    Hope you Understood
    Cheers
    IMK

  • SQL Loader - Set a field to a CONSTANT and the data is date

    Hi.
    I have a question on SQL Loader.
    I want to load a field(field name is TIME_IN).
    In the Oracle table, this field type is DATE.
    I my csv file, I do not put any value for this field.
    I intend to use CONSTANT variable to this field.
    In my control file, following is the command for above field.
    Hoever, when I run the SQLLoader, it will return me error message which is INVALID MONTH.
    I hope somebody can help and advise me on this matter.
    Thanks.
    INTO TABLE eqreceival_temp
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"'     
    EQ_NO,
    SIZE_TYPE,
    CUSTOMER,
    CONSTRUCTION,
    QUALITY,
    CONDITION,
    DATE_IN DATE "DD/MM/YYYY",
    TIME_IN CONSTANT '01/01/1999',
    PARK_LOC CONSTANT 'CP',
    STOCK CONSTANT 'S',
    DISCHARGE_PORT CONSTANT 'MYPEN',
    CTYPE CONSTANT 'P',
    ROAD CONSTANT 'Y',
    GATE CONSTANT 'Y',
    SHIPMENT CONSTANT 'Y'
    )

    use to_data function when u r inserting....
    or
    give simply SYSDATE --- AND FIRST CHECK
    --YOU MAY REMOVE CONSTANT KEY WORD.                                                                                                                                                                                                                                                           

  • How to remove field in Change Office and Communication Data..

    Hi,
    In ESS->Emp Search -->Change office and communication Data..I have to remove a field "License Plate No" as we are not using it..
    How to do it..
    I have Netweaver studio installed in my pc but i dont know how to use it..
    could any one tell me the steps to do the above task in Netweaver Studio..or there is any other method that can be done..
    It would be great help for me..
    Thanks & Regards,
    Mahesh.M.R

    Hi ,
    I dont know why no one is replying to this question..
    Eagerly waiting for your valuable suggestions..
    Thanks & Regards,
    Mahesh.M.R

  • Fields 'Work Starts On' and 'Posting Date' to be sync in IW41/IW44

    Hello SAP colleagues
    Does anyone knows what would be the easiest way of synchronizing fields Work Starts On (AFRUD-ISDD) with Posting Date (AFRUD-BUDAT) in t-code IW41 - PM Time Confirmation?
    And in t-code IW44 Collective Confirmation fields such as Posting Date (AFRUD-BUDAT) with S.Execution (AFRUD-ISDD)
    Regards,
    Grzegorz

    Hi ,
    Try to put the defaults dates of both the fields to todays date by defaulting todays date ..do the same using user exit CONFPM01 PM/SM order conf.: Determine cust. specific default values
    regrds
    pushpa

Maybe you are looking for

  • System.log - need information about some errors

    Hi there, one of my customer has problems with fileserver volumes. They unmount serveral times a day. He is using 10.39 and 10.45, under 10.39 the problems occur. It is currently not possible to migrate to 10.4. Fileserver 1 is a Helios EtherShare 4t

  • First page of session opens with "errors"

    Either at home (DSL) or work (shared T1) the first forum page I go to in a session (session is from opening IE7 to closing IE7) will open with "error on page" just about half the time This means the mark all as read command won't work... at least unt

  • CS6 Mixer Brush Dead Spot Near Top Left of Screen

    Hey, I'm just wondering if anyone else has this issue. The CS6 mixer brush stops painting and turns into a hand icon, with only the index finger out, when I paint near the top left of my screen. It's about 3 inches from the left and 2 inches from the

  • Calendar Syncing and View on 3G

    How do I make birthdays show up on 3G. Birthdays are categorized as subscriptions on my OS X calendar. Everything sync well including MobileMe calendar and 3G. But the subscriptions (bithdays) don't show on 3G. Help? Thanks!

  • Widescreen dvd playback

    I've been having problems playing widescreen dvds in the 'anamorphic' format. How do you set dvd player to de-squeeze them? Surely you don't have to set the zoom manually?