Transfer Rules (Field position changes)

In the Transfer Rules how can i change the position of the fields? I want a certain field to be on top and so on.

Hi,
Add the fields to the communication structure and then make the transfer rules
add as per ur convenience and then mapping will be done in the order given by you in the comm structure
thanks
puneet

Similar Messages

  • Custom fields position change in srm 7.0 in Purchase Order on WebDynpro

    Hi Experts,
    We are upgrading to SRM 5.0 to SRM 7.0
    In Purchase order screen,under account assignment,we want to see the acocunt assignment detailed view as the default view under tab "ACCOUNT ASSIGNMENT".Click on the DETAILS button and then the details show up in the bottom part of the screen.
    Can anyone advise how do we change the postion of fields in the account assignment tab which are created dynamically.
    My requirement is :
    Rahmenkostenstelle field should come below Bahnstelle field
    WebDynpro Component:   /SAPSRM/WDC_UI_DO_ACC
    View:  V_DO_ACCOUNT_DETAIL
    Thanks,
    Aarthi.

    Hi,
    Did you manage to solve the issue? I've tried to define customizing point "Configure Generic Field Display on User Interface" with no luck.
    I've even tried to enhance the corresponding WD Component for SC items detail. Field position is correct in the layout editor, but position changes when fields are rendered in runtime.
    Does anybody have any idea regarding related OSS? what am I missing?
    Regards

  • Unable to enter change mode transfer rule

    Hi,
    We are in the middle of our annual stackupgrade (from NW7.0 to NW7.01) and ran into a problem.
    While testing I noticed that loading data from three old DSOs to their related infocubes does no longer work.
    The error reported was that I needed to replicate the datasource and activate the transfer rules again. An error that occurred a lot during this stackupgrade with datasources from other systems.
    Replication of the datasource went just fine, but so far it has not been possible to re-activate the matching tranfer rules.
    I get the following error/message when trying to go into change mode of the transfer rule:
    R3TR generated, changes possible
    As a result the transferrule opens in display mode and it is not possible to change anything or re-activate the transfer rule.
    An authorization issue seems unlikely, because I get the same error with sap all and my actions have been traced without issues.
    Any suggestions?

    Hi
    Generally we do this using program
    RS_TRANSTRU_ACTIVATE_ALL
    Programe to activate Transfer Rules in BW
    use program RSDS_DATASOURCE_ACTIVATE_ALL to activate the data sources
    Regards,
    Venkatesh

  • Activating transfer rules for new source system

    Hi
    we are having 2 R/3 source system in BI. I had activated all the transfer rules with the first source system and now i have created a new source sytem connecting to a different R/3 client. I tried to change the transfer rules point to the new source system using the program RS_TRANSTRU_ACTIVATE_ALL giving the new source system and the infosource name. But i get the error "No Transfer Structure Selected" when i execute the prg.
    how can i change the source system without creating the transfer rules for the new source but use the existing transfer rules and just change the source system assigned to it????
    Regards
    Sujai

    Hi Sujai,
    There are many cases when this program is used.
    When the Trans rules get de-activated due to impact,we need to first replicate the data source and activate the TR using this program.This generally occurs during the data loads in prd.
    It does not makes sense to transport it when there r no changes done to the TR.So simply,u can use this program to activate.
    If the program does not work,then you are left with the transport option.
    Thanks & Regards,
    Suchitra.V

  • ROCANCEL field is missing in Transfer Rules.

    Hi Bw Experts,
    i have created the datasource and enabled the delta. I have replicated the datasource.I have created the Custom ODS.When i am creating the transfer rules, ROCANCEL field is not displaying.I couldnt able to map for RECORDMODE Info Object.
    Can u pls help on this issue.
    Thanks,
    Jelina.

    Hi,
    making a field delta enabled will not make the ROCANCEL filed included in the data source.
    Its provided by SAP for the standard extractor to track the cancelled records and changes and there is logic written in the SAP programs to populate it.
    If you create a generic data source it will bring the changes based on the date which you have given.
    If the record is cancelled or deleted then you should include the indicator from the underlying table which shows the records as deleted and make it part of the data source.
    You can then map that too 0RECORMODE.
    Thanks
    Ajeet

  • Transfer Rule Routine: Change date format

    Can anyone help me with regards to writing some ABAP code in a transfer rule so that I can change the format of a date (from 04/01/06 in the PSA) so that it's wrtitten as 01.04.06 into the cube?
    Many thanks in advance,
    Matt
    Message was edited by:
            Matt Potts
    Message was edited by:
            Matt Potts

    Hi Matt,
    so you are not using a standard date field or any other characteristic that refers to 0date, aren't you? If that is the case, just do the following in a routine:
    replace all occurrences of '/' in tran_structure-<your date field> with '.' into result.
    If you are using a standard date field which is always displayed as dd.mm.yy you need to convert it into the internal sap value which is yyyymmdd. You can achieve that by calling the fm CONVERT_DATE_TO_INTERNAL in a routine:
    call function 'CONVERT_DATE_TO_INTERNAL'
    exporting date_external = tran_structure-<your date field>
    importing date_internal = result
    exceptions date_external_is_invalid = 1.
    if sy-subrc <> 0.
    a action needs to be done, because the date was not valid.
    clear result.
    endif.
    kind regards
    Siggi

  • How to refer field of DataSource in transfer rule for DSO object  in BI 7.0

    hello Gurus,
    I am new to BI 7.
    pls tellme how to refer field of DataSource in transfer rule for DSO object.
    I will assign points to proper answer.
    Praveen.

    hi praveen,
    when u create the transformation for the DSO, it asks for the source. in that you enter your datasource, then you get the datasource fields on one side and the rules in the middle and the DSO objects on the other side. whichever field of DataSource you want to refer in tranformation rule, just connect that field to the rule for the required object of the DSO.
    hope this will help you.
    regards
    vaibhav

  • Change Source System in Transfer Rules

    Dear All,
    I need to change the Source System assignment in Transfer Rule from System "A" to System "B", as the System "A" no longer exists.
    I came across the T-Codes BDLS/BDLSS but aint sure if this can help me rectify the issue.
    Request you to please provide some inputs.
    Regards,
    Nitin S.

    Hi
    if you change the source system you may face the problem.
    first you can replicate the Dat sources on B, then you can map the info source with your respective data source.
    else it will not allow you for thr mapping.
    Regards,
    chandra.

  • I want to change the infotype 0002 field position(first name & lasname)

    Dear Freinds,
                 I have requirement where i have to change the positions of the first name and last name , as pe standard we will see is
    the lastname under that field we will se the first name . As per the user he wanted first name and then last name . I have read in sap help that it says the table T522N is the place. But before using i wanted to can i change or is there any method where i can do.
    i have changed the name2 as middle name by going to cmod and changing the text label. Here it dint asked me any access key.
    similary for chaning the position of the two fields can i do so please let me know if any body has done this.
    regards
    divya.

    Hi Divya,
    You can't change the position of the fields in standard SAP screens - PA30/20.
    This would be repair and you need to get access key to change the 2000 screen of module pool MP000200.
    T522N is used to change the name format in reports, etc. (Firstname Lastname or Lastname Firstname) It has nothing to do with the field positions in the screen of PA20/30.
    Regards,
    Dilek

  • How to track transfer rule / transformation changes (in source code)?

    Hi all,
    let's say i add a routine to a transfer rule and i transport the change request to production, there's a way to know after that what was changed doing a comparison between the two source codes?
    Also, in the change request i have in this case one or more routine hashcodes like for example 4G0HLLGZZ0HR9BQQVMG7JTIBW, through this alphanumeric value i can track which routine was modified?
    Thanks a lot for the help
    Regards
    Stefano

    There is no version control for the code in Transformation Rules.  If you could change your logic to call an ABAP Class then you could have some kind of version control with the Class instead.  Hope that helps.

  • Two formulas for a single field in Transfer Rules ?

    Hi friends ,
    I am learning BW  3.5 . I have got a problem could you please solve it ...
    My flatfile:           Empno     Empfirstname       Emplastname
                               1000         rajiv                     gandhi
    Expected Result: Empno     Empfirstname       Emplastname
                               1000         RAJIV                RAJIVGANDHI
    I need to concatenate and Convert it into capital letters for the same field (Emplastname)
    Points will be rewarded
    Thanking You

    Hi,
    then just create a routine in the transfer rules.
    routine for first name.
    result = tran_structure-empfirstname.
    translate result to upper case.
    routine for last name.
    concatenate tran_structure-empfirstname tran_structure-emplastname into result.
    translate result to upper case.
    kind regards
    Siggi

  • Date and Time formats change in transfer rules

    Hello Experts,
    Could someone please help me to fix the following issue with DATE AND TIME format.
    I have two info objects zdate with data type DATS (length 8) and ztime with data types TIMS (length 6).
    The data in the data source (alalertdb table) is in the format of date dd.mm.yyyy and time in hh:mm:ss.
    Now when i am trying to extract the data, the load is failing because the system is taking dd.mm.yyyy length as 10 and hh:mm:ss length as 8. My infoobject
    only alows 8 for date and 6 for time.
    Do I need to write any routines in the transfer rules? If yes please share the code.
    All the inputs are much appreciated.
    Thanks in advance.
    Regards,
    Harish

    Hello ALL,
    Thanks for your inputs.
    Adios, I will try your routine if I am not tru with the formula. Thank you very much for your reply.
    Bjorn, Your formula sounds quite simple. can you please eloberate the information.
    When I used the formula for the date field its giving me an error with message FORMULA ELEMENT IS NOT ALLOWED HERE.
    Formula I used is:
    LEFT( 2, < /BIC/ZOOH_DATE> ) & SUBSTRING( < /BIC/ZOOH_DATE>, 3, 2 ) & RIGHT( 4, < /BIC/ZOOH_DATE> )
    can you also please let me know what results the formula brings.
    Thanks and Regards,
    Harish Mulaka

  • Changing transfer method in transfer rules

    I would like to change the transfer method in a TR.
    It is set by default to IDoc.
    I would like to set it to TRFC with PSA.
    However, I can't because it is dimmed.
    My aim is to find a workaround to an issue stated in SAP note 120446.
    Thxs.
    LauQ.

    It is a Data Mart source in the same BW system.
    I have created an Export DataSource from a PSA.
    I cannot activate transfer rules due to a bug (note 120446).
    This occurs because the transfer method is IDoc only.
    I'm afraid that no solution exist for my problem.
    Thxs.
    LauQ

  • Transfer Rule copy in BW  When client is changed ...Urgent please help

    Dear Guru's
    We have BI 7.0 System Connected with R/3 as  S.system Which has two clients(Client 90 and client 10) , Earlier the Source System connection was with Client 90 and Exists feel Transfer rules and Ipackages, Now the Connection is changed to Client 10, So is there any possibility or a process that i can copy all these Transfer Rules and I package from (client 90)to (Client10), But not creating it manually again.
    Can any one please suggest me some idea.
    Thanks in advance
    Dev
    Edited by: Srinivas dev on May 29, 2008 11:44 AM

    HI
    One small Qn.
    The note is for changing the client or copying it from one S.system to another sys (Eg:- dev to production)
    But in my case i have to change the client within Bw system , So that i can get all the transfer rule from one client to another
    Thanks and Regards
    Dev
    Edited by: Srinivas dev on May 29, 2008 3:05 PM
    Edited by: Srinivas dev on May 29, 2008 3:22 PM

  • How to input more than one currency field into the transfer rules?

    hi experts,
    how to input more than one currency as well as unit fields in transfer rules, when i am giving two currency fields in flatfile the same structure could not able to get in transfer rules ( 0currency).
    pl give me the procedure to input more than one currency field.
    thanks & regards
    venkat

    Hi Venkat,
    For example - for amount kf - if you have 0currency as ref object and included in transfer rules and for other kf - create a Zcurr object and try to include...hope it works.
    Thanks,Ramoji.

Maybe you are looking for

  • Regarding BAPI_GOODSMVT_CREATE

    Hi Experts! I am using BAPI_GOODSMVT_CREATE to create a material document in migo screen using mb01 transaction. I am getting one error that is whenever i put the quantity in , for example if ordered quantity is 20 and i put quantity in unit of entry

  • Time machine disk erorr

    while running time machine under osx 10.5.1 , the disk gives error "disk disconnected" while in fact it is still there and never been moved or touched. !! there is an old backup dated a week ago on that external ( under 10.5) howver i had to reform a

  • Using the JavaScript Debugger with Adobe Reader X (10.1.0) ?

    Hello all, Quite new to JavaScript in Acrobat I am trying to write a 4 page Form with CenoPDF and check/debug it with Adobe Reader X (10.1.0) on a Windows 7 (32bit, usually no Admin rights) PC. I realise Acrobat Professional would be a more appropria

  • Using Second Display

    I am in the process of buying a flat panel LCD. It has a PC input. I was curious if it anybody knew if it was possible to use the flat panel as a secondary monitor. The trick is I'd like to use it wirelessly. Something as simple as sticking in a Wire

  • Sr No in report layout

    I have a group above report. I want to show serial No. i wrote a formula column RETURN NVL(:SR_NO,0)+1; but it keep on increasing serial number on every group. i want it to restart on next group. How is it possible. Like for department 10 serial numb