Enhancement of a field in R/3 to BW

Hi All
I have an enhancement issue.
Data flow is as follows. (R/3)ZTABLE-(BW)ODS-IC
that means data is coming from r/3 ztable into bw ods and hence the cube.
Now the R/3 consultant had enhanced a new field in the ZTABLE.
What i have to do is, by replicating the datasource, the field is to be
enhanced in ODS, ODS update rules, and hence update data in the DATA target
which is cube. How would i do this.
i have modified the ODS with the field of r/3, now how do i move data from
ods to ic.ODS had successfully got updated with the new field of R/3. How to
update in IC
Plz help
assign points to all.
Regards

Hi,
Is it full load or delta? if it is a full load select "Update ODS data into Data targets" from the context menu of ODS. If it is a delta load again it depends on your requirement whether you want to update the historical data to that particular char or not.
hope it helps..
regards,
raju

Similar Messages

  • Structure S955 cannot be enhanced (creating new fields is not possible)

    If I try to append in table S950.I am getting error mess like this<b>."Structure S955 cannot be enhanced (creating new fields is not possible)"</b>I have to change any settings?

    Maybe this OSS note will help you : Note 527083 - Changes to info structures
    https://service.sap.com/sap/support/notes/527083
    Regards

  • Enhancements to add fields to purchaseorder

    hi,
           how to Enhancements to add fields to purchaseorder in ME22 transaction using enhancements MM06E005. What is the MM06E005. plz explain.

    Hi radha krishna ,
    MM06E005 is the  enhancement number in which we have fuction module exits and sceen exits where you can add customer specific fields to the PO ie Me22 in the screen exits available in the  MM06E005(Customer fields in purchasing document) enhancement number.
    first go to CMOD(Transaction code)>create an enhancement project>click on enhancement assignment button on application tool bar and in enhancement colum give MM06E005 enhancement number and then click on components you will get all the fuction module exits and screen exits.
    fuction module exits:
    EXIT_SAPMM06E_006.
    EXIT_SAPMM06E_007.
    EXIT_SAPMM06E_008.
    EXIT_SAPMM06E_009.
    EXIT_SAPMM06E_012.
    EXIT_SAPMM06E_013.
    EXIT_SAPMM06E_014.
    EXIT_SAPMM06E_016.
    EXIT_SAPMM06E_017.
    EXIT_SAPMM06E_018.
    screen exits TO ADD CUSTOMER FIELDS TO THE PO CREATION SCREEN.
    SAPLXMO6  0101.
    SAPLXMO6  0111.
    SAPLXMO6  0201..
    SAPLXMO6  0211..
    SAPLXMO6  0301..
    SAPLXMO6  0311.
    select apppropriate exit to add the fields according to your requirement.
    Thanks and Regards,
    Pavan

  • Enhancements to add fields to PO in ME22 transaction using MM06E005

    HI,
         any one can help me, how Enhancements to add fields to Purchase order in ME22 transaction using  Enhancements MM06E005.What is ME22 transaction and  Enhancements MM06E005. Plz explain

    HI,
    FOLLOW THIS STEP
         GO TCODE CMOD
        ENTER PROJECT NAME
        CLICK CREATE
        CLICK ENHANCEMENT
       ENTER MM06E005.
       PRESS ENTER
       CLICK COMPONENT
      IT WILL DISPLAY THE ALL ENHANCEMENT IN MM06E005
       DOUBLE CLICK FIRST SCREEN EXIT
    IN ATTRIBUTE CLICK SUBSCREEN
    GOTO LAYOUT
    CREATE FIELD WHICH YOU WANT
    IT IS SUBSCREEN .SO SELECT LINE 0 AND COLOUM 0 IN SCREEN ATTRIBUTES.( WHEN YOU DOUBLE CLICK ON FIELD IT WILL DISPLAY)
    SAVE AND ACTIVATE
    GOTO FLOWLOGIC
    ACTIVATE
    GO BACK
    ACTIVATE PROJECT
    GOTO TCOD ME22
    ENTER PO
    PRESS ENTER
    GOTO MENU HEADER -> DETAIL
    IN THE BOTTOM YOU CAN SEE THE YOUR ENHANCEMENT
    REGARDS
    ASHOK KUMAR

  • Co41 enhancement for add field in ALV output

    I must add a custom filed to ALV output of transaction CO41 and i trying to use all the 25 enhancements provided (that i find in other post CO41- Enhancement ), but i haven't found any way to get the desired results.
    Can any body help me?
    Thanks in advance.

    Hi,
    I had the same requirement to add a custom field to ALV output of transaction CO41.
    1. I first added the custom field to an new append-structure to the structure SFC_POCO.
    2. Then i added this field to the Dynpro-Screen 200 in the function-group COUP (by choosing the table control, pressing F6 and then adding the custom field of SFC_POCO).
    3. At last i added an Enhancement to the function CO_UP_PLANNED_ORDERS_SELECT and filled my custom field with data there.
    Please reward if useful.
    Regards,
    Henry

  • Agent Inbox Enhancement with Z fields in CRM 2007

    Hi All,
    I' m working in CRM 2007. i have a requirement to enhance the Agen inbox search criteria with the Z fields. i have enhanced the BOL structure with the z fields and did some design layer customizing to get the drop of this Z fields. now i need to know how will i enhance the Genil layer or class in order to get the results. in 7.0 it uses the Reporting framework. how should i do this? ASAp answers will help...
    Regards,
    Subhashini.T

    Hello,
    We had exactly the same requirement on my project. And here is what we have done:
    1) Copy class CL_CRM_QUERYAUI_RUN_BTIL and change method READ_BUSINESS_TRANSACTIONS to add something like that after line 150 :
    WHEN OTHERS.
                IF   ls_param-name(1) = 'Z'.
                  DATA: lt_range TYPE CRMT_BSP_RANGE_TAB.
                  DATA: ls_range TYPE CRMT_BSP_RANGE.
                  REFRESH lt_range. CLEAR ls_range.
                  ls_range-sign = 'I'.
                  ls_range-option = 'EQ'.
                  ls_range-low = ls_param-value.
                  INSERT ls_range INTO TABLE lt_range.
                  CALL METHOD
                    cl_ex_crm_rf_search_eew=>if_ex_crm_rf_search_eew~extend_rf_query
                    EXPORTING
                      flt_val        = ls_param-name
                      it_range_value = lt_range
                    CHANGING
                      ct_quparts     = lt_query.
                ENDIF.
    ENDCASE.
    2) Assign your knew class to object BTQueryAUI in view CRMV_OBJ_BTIL (via SM30)
    Now your search will take those Z fields into account...
    Kind regards,
    Nicolas.

  • Enhanced Infotype (IT0002) field in HRMD_A07 IDoc

    Hi All,
    I have enhanced SAP standard infotype 0002 (via PM01) to include one new field(NWFLD1). The infotype functions perfectly well with the new field(NWFLD1).
    I would now like to see this new field in the IDoc that is generated via change pointers. At present the IDoc (HRMD_A07) does not reflect the new field.
    [I guess I'd need to incorporate this new field in an IDoc segment and then assign this new segment in the Tech. attributes for IT0002 and maybe also use some BADI/UserExit to transfer the values].
    What steps do I need to take to achieve this?
    Many Thanks in Advance.
    Sanjay
    PS: I have no problems with custom infotypes which work almost 'out of the box' when I create a new IDoc Segment and specify that as the 1st IDoc segment in the Tech. attributes for the custom IDoc via PM01.

    Hello Sanjay,
    I have a similar issue as of yours.
    I had to add 2 custom fields to the standard IT0002.
    I have created a new segment and attached to the extension and maitained the same in T777D.
    But as of now no data is getting populated for that new segment.
    I guess I also have to do some develoment but not sure where and how?
    Thanks in advance for the answer.
    Naveen.

  • Use of enhancement to add field in screen

    please explain me how to add fields in standard transaction screen by using enhancement 6 in version 6.0 ?

    SAP provides standard transactions to enter data into database. But a client may want to maintain some additional information in SAP other than what is provided.
    To make provisions for this, additional screens have to be provided and additional fields must be added into appropriate database table.
    To pave way for this, SAP has provided the option for screen exits. Usually, SAP provides the following:
    An append structure in the database table with the new fields.
    A subscreen area into the standard screen u2013 where the programmer can attach his subscreen of his own program with the new fields.
    A function group under which the new subscreen has to be created with the new fields.
    Function exits to synchronize the PBO and PAI of the standard SAP program with the PBO and PAI of the subscreen u2013 so that data can flow back and forth between the standard SAP program and the program written by the developer for the subscreen. These function modules also exist in the same function group under which the subscreen will have to be developed.
    Finally, a linkage has to be done between the subscreen area of standard SAP screen with the custom subscreen constructed by the developer.
    Typically, SAP provides an enhancement in which the developer can create an append structure, use the function exits to synchronize the PBO and PAI of the standard SAP program and the custom subscreen program, and make the necessary linking( as mentioned above in step 4. But, again, this is not a hard and fast rule. Linking in some case, is also done by configurations.) SAP also usually provides the name of the function group under which the subscreen has to be developed.
    Necessary guidance about implementing a screen exit development is usually available in the Documentation section of the enhancement ( can be availed by transaction SMOD).
    Pre-Requisites
    The developer to work on screen exit should have essential knowledge on the following:
    DDIC concepts, including the knowledge of append structure.
    Concept of SAP Enhancements and implementing them using Projects.
    Concept of function exits.
    Knowledge on Module Pool u2013 including subscreens, Tabstrip controls etc.
    Steps
    Guidelines
    So, a developer can follow the guidelines mentioned below to implement a screen exit to a standard SAP transaction, as and when required:
    Find out the Required Enhancements
    Go to SMOD. Press F4 in the Enhancement field. In the next popup window, click pushbutton u2018SAP Applicationsu2019. A list will appear that contains information on all the enhancements, categorized under functional areas. Developer must search for the enhancements relevant to his functional area of interest u2013 for e.g., Purchasing, Asset Accounting, etc.
    Note down the enhancements. Then, come to the initial screen of SMOD and view the documentation of each enhancement to find out which one is required for your development.
    Utilize the Enhancement in a Project
    After you have found one, do as directed in the documentation. Generally, the steps are as follows:
    Create a project using CMOD including your enhancement.
    Create the append structure with new fields.
    Go to the desired function group and create a subscreen with the new fields. Write PBO and PAI for the subscreen, if required.
    Use the function exits in the enhancement to link the PBO and PAI of the subscreen with that of the main SAP program supporting the SAP transaction.
    Maintain necessary linkage between the subscreen area of standard SAP program with the custom subscreen developed along with the custom program name. This can be done in the project (developed by CMOD including the enhancement) or outside as a part of configuration.
    Activate the project.
    Test to ensure that required functionality are met.
    Case Study 1
    Add three new custom fields for Asset master and maintain information for them
    Requirement
    Three fields in the legacy system have to be maintained in Asset master. These fields are:
    Original Asset number u2013 20 characters
    Location 2 u2013 15 Characters.
    Model no u2013 20 characters
    Location 2 should start with u2018Lu2019.
    Pre-Analysis
    Finding out the Enhancement
    As described above, the enhancement is determined. It was found, that enhancement AIST0002 will serve the purpose. It contains the following components (can be viewed by transaction SMOD):
    Exit Type Description EXIT_SAPL1022_001 Function Exit Check of User-Defined Fields when Using Create and Change BAPI EXIT_SAPLAIST_002 Function Exit Transfer Data for User Subscreens in PBO. EXIT_SAPLAIST_003 Function Exit Transfer of User-Defined Fields to SAP Master Data Transactions CI_ANLU Customizing Include Include structure to add new fields
    Studying the Function Exits
    The function module level documentation for the function exits are then viewed from transaction SE37. The documentation clearly laid out for the purpose for their use:
    EXIT_SAPLAIST_002
    Function module Level Documentation
    This function module is called by asset master data maintenance at the start of the dialog. (When changing, it is called after reading of the data from the database; when creating it is called after the transfer of the default values from the asset class and reference asset.) The purpose of the function module is to enable this function group to recognize the master data. For interpreting or controlling master data fields that are important for user fields, it is possible to transfer to global variables at this point, so that they can be recognized when the user subscreens are processed.
    Import Parameters
    Understanding
    This function module is called at the PBO to pass the information retrieved from the database to pass them to the custom subscreen and its underlying program. Import parameter : I_ANLU will be populated with the values for user-defined fields which will be passed to the subscreen program. So, there must be some sort of variable assignment from I_ANLU.
    EXIT_SAPLAIST_003
    Function module Documentation: This function module is called by SAP asset master data maintenance after the screens are processed, but before saving. The purpose of the function module is to transfer fields entered on user sub-screens of SAP asset data maintenance to the database for updating. The export parameter for this function module is:
    Understanding
    This function module will be used to transfer the user entered data in the subscreen fields to the main SAP program, which will then be saved into the database.
    Studying the Documentation of the Enhancement
    The enhancement documentation (as is viewed from the initial screen of SMOD] also supports the idea. Moreover, it informs that we need to develop a subscreen under function group XAIS. This is the function group under which the two function exit modules also exist. So, if the custom subscreen refers to the global data of the function group XAIS, then those values will also be available to these function exits as well.
    Going to SE80 and viewing the function group XAIS helps us to inform that there are three DDIC tables declared for it:
    Deciding the Final course of Action
    After making all the investigations, the final course of action was determined.
    SrlNo Step Justification
    A project has to be created using transaction CMOD where the enhancement AIST0002 will be included.
    Customizing include CI_ANLU has to be created with the custom fields demanded When CI_ANLU will be developed, the custom fields will get appended to the database table ANLU. Also, these fields will be used to create screen fields in the new subscreen.
    A custom subscreen, say, 9000 will be developed under function group XAIS. The screen group for the screen will be u2018CUSTu2019 (or any name). The three custom fields added to table ANLU (by creating CI_ANLU) will be used to create new fields in the screen.
    In the PAI of the subscreen, validation for Location to start with u2018Lu2019 will be added. The subscreen with three new fields has to be developed so that it can be attached to a subscreen area of the asset master screens.
    In the custom include of the function exit module u2018EXIT_SAPLAIST_002u2019, the following code will be written:-
    ANLU = I_ANLU. I_ANLU is the import parameter of this FM. The value is assigned to the global variable ANLU, referring which the three new subscreen fields are developed. So, data retrieved from database table ANLU will be passed to this FM as I_ANLU by the standard SAP main program. The value will be taken and passed to the global variable of the function group XAIS, so that the three custom fields (referring to ANLU of XAIS) get populated.
    In the custom include of the function exit module u2018EXIT_SAPLAIST_003u2019, the following code will be written:-
    E_ANLU = ANLU. The changed values in the subscreen fields exist in global variable ANLU for the function group XAIS. This function exit module will pass the data back to the SAP main program as E_ANLU.
    Proper linkage/configuration has to be done so that the new subscreens get linked to the appropriate subscreen area of the Asset master screen. This has to be done u2013 otherwise, the new custom subscreen will not be displayed in the Asset master screens.
    Development
    Creating a Project to include the enhancement
    Go to transaction CMOD and create a project.
    Enter a description for the project. Then, click on the pushbutton u2018Enhancement Assignmentsu2019 in the Application Toolbar.
    Enter the name of the enhancement and Save.
    Go to u2018Componentsu2019.
    Creating Custom Include for ANLU
    The screen shown below will appear, showing all the enhancement components under the assignment AIST0002. Double-click on the name of the Include Structure to create it.
    Create the include structure with three new fields, as required. Then, save and activate it.
    Develop the subscreen and the program
    Go to transaction SE80. For the function group XAIS, create a new subscreen 9000.
    Create it as subscreen.
    Then, go to the Layout of the screen and create three new fields from Database table ANLU.
    Drag the fields in the screen body and place them.
    Then, save and activate the screen and come back to screen flow editor.
    Create the PAI module to add validation for field u201CLocation 2u201D, as required .
    Activate the whole function group and come out.
    Write code in the Function Exits to synchronize the programs
    Now, code has to be written in the function modules EXIT_SAPLAIST_002 and EXIT_SAPLAIST_003 so that data flows to and fro between the main SAP program and custom subscreen program. For that, go back to transaction CMOD and change the function exits.
    Write code in the function module EXIT_SAPLAIST_002 called once at the beginning of the transaction:
    Write code in EXIT_SAPLAIST_003 to pass the data from the subscreen to SAP main program.
    Then, activate everything u2013 the whole project and come out.
    Complete the configuration to link the subscreen
    The development portion is complete. Now, linking of the subscreen has to be done with the subscreen area of the main program. In most of the cases, this linking can be done in the enhancement itself. But, here, requirement is a bit different. It is done by configuration using SPRO.
    Assets are created under Asset class. And for each asset class, there is a layout assigned to it. For a layout, there are multiple tab pages assigned to it. And, for each tab page, there are multiple screen groups/field groups assigned.
    Here, the requirement is to create these three custom fields in the tab page u2018Generalu2019 of asset master screen ( AS01/AS02/AS03/AS91).
    Determine the Layout
    To achieve this, first of all, we need to find out which layout is assigned to asset class 1000.For that, go to transaction AOLK( information has to be obtained from functional consultant).Select the Asset Class u20181000u2019 and click on folder u2018General Assignment of Layoutu2019.
    Here, for Asset class 1000, for all the user groups, tab layout SAP is assigned. Since layout u2018SAPu2019 cannot be changed, it has to be copied and manipulated to include our screen group. Later, the new layout has to be assigned over here.
    Create new tab layout
    Go to transaction AOLA. Copy the tab layout u2018SAPu2019 to create another layout, say, YSUB.
    System will copy all the settings and will inform you about that.
    Select your newly created layout and double-click on the folder u2018Tab page titlesu2019.
    You want to put your custom fields in the tab page u201CGeneralu201D. So, select this tab page entry and double-click on the folder "Position of Groups".
    Here, all the field groups currently residing in the tab-page u201CGeneralu201D are shown. Add an entry for your newly created fields.
    Select the group box from the list. An entry will come with u201CUu201D padded with the custom subscreen prepared by you.
    Then, save and come out.
    Assign the new Layout to Asset Class
    Now, go to tcode AOLK and assign tab layout YSUB for asset class 1000.
    Save and come out.
    Test the Exit
    Everything is over. Now, go to transaction code AS01/02/03 or AS91 to deal with an asset of asset class 1000. You will see your new fields added to the screen. Add values to themu2026save. Then, enter into the tcodes again to see whether the values entered by you are being displayed or not.
    I hope you read it all
    Thanks and Regards
    Santosh K.

  • Incorrect Header Dates in DataSource 2LIS_04_P_ARBPL after enhancement of AFKO fields GLTRP, GSTRP, GLTRS, GSTRS

    Hi experts,
    we enhanced the BI Standard content DataSource 2LIS_P_ARBPL "Work Center View from PP/PP-PI" with the AFKO (Order Header) Date fields
    - GLTRP (Basic fin. date)
    - GSTRP (Bas. start date)
    - GLTRS (Sched. finish)
    - GSTRS (Sched. start)
    - GLTRI  (Actual finish)
    - GSTRI  (Actual start)
    After the statistical setup of the application 04 (t/code OLI4BW) there are incorrect (regarding to the AFKO table) Date information for the fields GLTRP, GSTRP, GLTRS, GSTRS.
    t/code CO03 "Production order: Header"
    Table AFKO "Production Order Header"
    Table CAUFV
    PSA Table of DataSource 2LIS_04_P_ARBPL
    The Date information of the fields GLTRP, GSTRP, GLTRS, GSTRS not equals to the information in CO03, AFKO, CAUFV:
    Any ideas or experiences?
    Many thanks in advance and best regards,
    Michael

    Hi Anshu,
    thanks for your reply!
    yes, the release version settings in t/code OPL5 are relevant for the update.
    Helpful SAP Notes:
    - 787807 - Different data for a request in the R/3 and BW systems
    - 100082 - Change is not updated after release
    Regards,
    Michael

  • PC UI Advanced Search - Enhancement by standard fields of transaction table

    Hello,
    we are using CRM 5.0 SP13.
    We are familiar to enhance PC UI applications (BP+transactions) by EEW customer fields and how to use/hide them in the search functionalities etc.
    But now we need to enhance the advanced search for leads by the POSTING_DATE date of table CRMD_ORDERADM_H. Unfortunytely in PC UI advanced search structure for leads CRMT_BSP_LEA_SEARCH_ME the POSTING_DATE is not included like it is in the opportunity advanced search structure CRMT_BSP_OPP_SEARCH, where we were able to enhance the search easily by CRMC_BLUEPRINT_C customizing.
    The idea is to solve the problem to create EEW fields POSTING_DATE_FROM and POSTING_DATE_TO like they are existing in CRMT_BSP_OPP_SEARCH and use them in advanced search. So far no problem in creating and displaying the EEW fileds by CRMC_BLUEPRINT_C.
    But the part we are missing is to link the new EEW fields to the standard database-field POSTING_DATE and implement the search functionality "Searching by select option POSTING_DATE_FROM and POSTING_DATE_TO".
    Anybody any experience to link EEW-fields to standard fields of database tables for advanced search functionality in PC UI.
    Thank you for your help in advance.
    Best regards
    Marco

    Hi Marco,
    The best option here is to create redefination of the query method of the leads search class. Here you can first ensure that the call to the query method of super class takes place and the next would be do mapping between custom fields to local structure and then call the relevant API's to fetch the data.
    Best Regards, Adil

  • Idoc enhancement with new fields and refresh in MII 12.1

    Hello all,
    I'm using one standard idoc LOIPLO to transfer planned orders from ERP to SAP ME 5.2
    I have enhanced this idoc to add some new "custom fields" -> On the ERP side I can see my new fields in the idoc, but when idoc is received in MII, I don't see my new fields (it's still the "old" idoc version). In 5.1, I remember that we had to stop/start the message listener in MII and new fields were available, but in 5.2 it does not work.
    -> Message listener is now configured at Netweaver level and we stop/start it, but the new fields are not in.
    Any idea how to "refresh" the idoc version in MII ?
    Thanks and regards,
    Michaël.

    Restart the NW server
    Restarting the Java process should be enough...
    Perhaps also via the "cache refresh" tool normally used for Webdynpro stuffs...

  • Enhancement MEREQ001 new field

    Hi ,
      I need to add a new field at item level ( in table control ) of tranaction ME51N..
    So I followed the OSS note  408017 . But still its not working.
    Plz guide me..

    Hi
    Using enhancement MEREQ001, insert the field in CI_EBANDB, use the screen exit 0111 for put the field here,
    in the exit EXIT_SAPLMEREQ_003 do this for save a DB the filed:
      DATA: db_data TYPE mereq_item.
      IF NOT im_req_item IS INITIAL.
        db_data = im_req_item->get_data( ).
        IF eban-zzpubbeuropea   NE db_data-zzpubbeuropea.
          db_data-zzpubbeuropea = eban-zzpubbeuropea.
          ex_changed = 'X'.
        ENDIF.
        IF eban-zzpubbnazionale NE db_data-zzpubbnazionale.
          db_data-zzpubbnazionale  = eban-zzpubbnazionale.
          ex_changed = 'X'.
        ENDIF.
        IF ex_changed = 'X'.
          CALL METHOD im_req_item->set_data( db_data ).
        ENDIF.
    p.s.  on the PBO with loop at screen you can make the file read only, invisible, etc etc...

  • How to enhance the new field(mblnr) into the cube.

    Dear Experts,
                               My client wants GR document number and GR posting date in the drill down option in reporting, i have taken the field names of that. MBLNR and BUDAT, I only found BUDAT in the datasourse field level,please help me how to enchance MBLNR into the cube 0PUR_C01.
    Thank You
    Regards
    Srikanth

    SELF

  • MS SharePoint 2010 Designer Workflow Email - Enhanced Rich Text Field look-up values on HTML email have large spaces

    MS InfoPath 2010 form with RTF (Rich Text Fields)
    MS SharePoint 2010 Custom Library
    MS SharePoint 2010 Designer Workflow Send Email
    http://office.microsoft.com/en-us/sharepoint-designer-help/send-e-mail-in-a-workflow-HA010239042.aspx
    https://www.nothingbutsharepoint.com/sites/eusp/pages/creating-html-emails-with-spd-workflows.aspx
    Hi all of the above work, our question is how to control the RTF (Rich Text Field) look up values to the InfoPath 2010 form in the HTML email?
    How to FORMAT the RTF look up value? in the HTML email
    EXAMPLE
    we have a InfoPath 2010 form published in the SharePoint 2010 custom list library there are 5 RTF fields (Notes1, Notes2, Notes3, Notes4, Notes5) there are other plain text fields, date fields, and other field types in the form
    We use a HTML table to make the email look like the InfoPath form, so when the users fill out the form and they get the email notification everything looks the same.
    Our problem is the EXTRA LINE SPACE in the RTF look up values
    We want to remove any leading spaces, and line spaces between HTML table cells
    Our Workflow has the HTML in a Workflow variable, as you know it does not support remote CSS it has to be in-line style for any formatting we want all cells to have
    valign="top" the email should align at the top of the cell, all field types do except the RTF look up values they make the email look bad and they contain a lot of white space.
    Please test this in your enviroment 
    <table>
    <tr><td>Title:</td><td>[%Current Item:Title%]</td><td>[%Current Item:Notes1%]</td></tr>
    <tr><td>Created by:</td><td>[%Current Item:CreatedBy%]</td><td>[%Current Item:Notes2%]</td></tr>
    <tr><td>Date Created:</td><td>[%Current Item:Created%]</td><td>[%Current Item:Notes3%]</td></tr>
    <tr><td>Modified by:</td><td>[%Current Item:ModifiedBy%]</td><td>[%Current Item:Notes4%]</td></tr>
    <tr><td>Date Modified:</td><td>[%Current Item:Modified%]</td><td>[%Current Item:Notes5%]</td></tr>
    </table>
    I could not update the question below to the proper forum section. that is why i am asking again.
    http://social.technet.microsoft.com/Forums/en-US/a7918bfb-9166-4bdb-828c-132a0c7611e3/ms-sharepoint-2010-designer-workflow-emails-huge-lines-paces-in-rich-text-fields-values-from-ms?forum=sharepointcustomization
    -Isaack

    Hi IssackB,
    perhaps you may try this article:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f8fa2a11-9f74-4dd2-b277-21ce872fdcb2/can-we-add-rich-text-editor-to-the-sharepoint-designer-2010-workflow?forum=sharepointcustomizationprevious
    there are some notes that perhaps you may check:
    Use the same font for all the controls to ensure consistent spacing between rows.
    Choose Size from the Format menu, and then choose To Fit from the menu that appears. This adjusts the size of each control, depending on the font set for the data that appears
    in the control.
    NOTE: The Print Preview and Output To commands use different algorithms for calculating text width; therefore, the text may occupy more or less
    space in the RTF file.
    Reduce the amount of blank space above and below the report controls. Any vertical
    space between the controls is converted to whole lines
    in the RTF file. For example, a
    space of .02 inches can increase to .1667 inches in the
    RTF file.
    Make sure controls on the same output row are not too close to each other or overlapping. This can cause the Output To command to omit the controls or to align the columns incorrectly
    in the RTF file.
    Use the Align command from the Format menu to ensure that a row of controls is aligned properly on the report. If a row of controls is not aligned properly, the Output To command may place the controls
    in different rows, causing extra blank
    spacein the RTF file. 
    and please have a check there are updates for exchange 2013 and will be available with the upcoming release of CU4 for Exchange 2013, that stated the format rtf was saved instead HTML. http://support.microsoft.com/kb/2862739/en-us
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Need to know the changes required in proxy after enhancing one new field

    Hi All,
       I have a File to Proxy scenerio which is currently working fine. But the functional people have added two more fields in the table as a result we are not able to post any file in the table and the file goes intoerror.
    Note: We are not geting those new fields in our incoming file.
    Can anyone let me know from where else we have to changed the things to populate the file correctly in the table.
    Please let me know you need any further information.
    Thanks in advance.
    JAY

    Hi Jay,
          You regenrate the proxy structure(inbound interface) accordingly to local settings.
          please let me know, after regeneration also it is not reflecting.
          please do the following steps to regenrate.
          in s-proxy t.code, select message interface ( inbound)- right-click and chose option change/regenerate.
          save and activate, then it will reflect.
    regards
    mahesh.

Maybe you are looking for

  • How can you do this effect in Premiere?

    Hi The cycling team Saxo Tinkoff have produced some very cool videoes. A lot of the effects, I can figure out how to do, but one is puzzling me.  The effect can be seen in the video about Roman Kreuziger here at 6 seconds and 55 seconds: http://www.s

  • Is XEN aware of my domUs?

    I'm relatively new to OracleVM. (Unfortunately) I have frequent power failures at my home and I would like to configure my domUs to auto start after power failure. I've been unable to do this thus far. I've created all my domUs via the Oracle VM Mana

  • Adobe Form Translation : Text Fields

    Hi All, I am trying to translate Type : Textfield in Adobe using SE63. Type: Text  is translated but not Type : TextField. any suggestion why this is not happening or is this the  way SAP is built for Translations in Adobe forms. Thanks, Tk.

  • Problem Opening Hyperlink on Adobe .pdf Docs Using Safari Browser

    Does anyone have a problem opening a hyperlink on .pdf documents using Safari browser on iPhone or Mac computers?

  • Having issues with templates in pages,

    I downloaded an avery template to make mailing labels - I needed all 30 labels to be the same- but when i went to copy and paste the rest of them the document started jumping all over the place halfway through and created extra pages that I then coul