Make "create transfer routine" button active

Hello Gurus,
        for infoprovider of infoobject, under transfer routine of general tab,
       " transfer routine exists" is checked, but is grep-coulored
       "create transfer routine" button is grey-coulored.
       how can I make "create transfer routine" button active ?
Many thanks,

Hello,
Click on the Pencil Icon in the InfoSource/Transfer Rules screen. Then click on the transfer routine you will be able to create and change.
Thanks
Chandran

Similar Messages

  • Create Transfer Routine fo infoobject

    Hi,
    How to Create Transfer Routine fo infoobject.
    Thanks,
    Medha.

    Goto your Transformation rule and map the info object with corresponding source field. Right click on info object ---> Rule detail ---> then select Rule type as routine that will take you to the editor where you can write your transfer routine.
    Jagadeesh.

  • Regarding  Transfer Routine at InfoObject Level(in Maiantance Screen Of In

    hai
    i have some bad characters from the oracle source system .
    So im writing the following Transfer Routine in the transfer rule for all infoobjects .
    RESULT = TRAN_STRUCTURE-PRENBT.
    call function 'ZTHW_REMOVE_BAD_CHARACTERS'
    changing
    string = RESULT.
    translate RESULT to upper case.
    But i want to write this code at InfoObject Level in the Maintanence Screen (Create Transfer Routine)
    So how can i write this code in Maintanence Screen of each InfoObject instead of writitng in the transfer rules.
    Pls give the ABAP CODE at InfoObject Levele
    pls tell me
    i ll assing the points
    rizwan

    hi rizwan
    there is a result value for the conversion routine at iobj level also .Please see below :
    PROGRAM CONVERSION_ROUTINE.
    Type pools used by conversion program
    TYPE-POOLS: RSD, RSARC, RSARR.
    TYPES: DE_YA_M_IND(000006) TYPE C.
    Conversion rule for InfoObject YA_M_IND
        Data type       = CHAR
        ABAP type       = C
        ABAP length     = 000006
    FORM CONVERT_YA_M_IND
      USING    RECORD_NO LIKE SY-TABIX
               SOURCE_SYSTEM TYPE RSA_LOGSYS
               IOBJ_NAME TYPE RSIOBJNM
      CHANGING RESULT TYPE DE_YA_M_IND " InfoObject value
               RETURNCODE LIKE SY-SUBRC.
    $$ begin of routine - insert your code only below this line        -
      <b>RESULT = .
      RETURNCODE = 0.</b>$$ end of routine - insert your code only before this line         -
    ENDFORM.

  • Problem in Activating "Creating Error DTP" Button

    Hi All,
    I have created a DTP between an InfoCube and an Open Hub destination.
    But in the UPDATE tab of the DTP, the "Creating Error DTP" option is not active(its blurred even in edit mode). How should i make the button active??

    Hello Roy,
    Pls refer this weblog
    /people/kamaljeet.kharbanda/blog/2006/12/07/error-dtp--bi2004s
    From Std SAP Help
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/fbd598481e1a61e10000000a422035/content.htm
    Thanks
    Chandran

  • How can we make the save button active in standard toolbar in outout of alv

    Hi experts ,
    I am using factory method to print alv with oops .
    Cancel , Exit and Back button are active by default in Standard tool bar  in output of Report , But Save button is not active , How can i make that save button active .
    Also Pls tell me how i can make editable to the cell in output , 
    My Code is like this :
    cl_salv_table=>factory( IMPORTING r_salv_table = gr_table CHANGING t_table = ispfli ).
      gr_functions = gr_table->get_functions( ).
      gr_functions->set_all( abap_true ).
      gr_display = gr_table->get_display_settings( ).
      gr_display->set_striped_pattern( cl_salv_display_settings=>true ).
      gr_display->set_list_header( 'This is the heading' ).
      gr_columns = gr_table->get_columns( ).
      gr_column ?= gr_columns->get_column( 'CITYTO' ).
      gr_column->set_long_text( 'This is long text' ).
      gr_column->set_medium_text( 'This is med text' ).
      gr_column->set_short_text( 'This is sh' ).
      gr_column ?= gr_columns->get_column( 'CITYFROM' ).
      color-col = '6'.
      color-int = '1'.
      color-inv = '0'.
      gr_column->set_color( color ).
      gr_sorts = gr_table->get_sorts( ).
    *gr_sorts->add_sort( 'CITYTO' ).
      gr_sorts->add_sort( columnname = 'CITYTO' subtotal = abap_true ).
      gr_agg = gr_table->get_aggregations( ).
      gr_agg->add_aggregation( 'DISTANCE' ).
      gr_filter = gr_table->get_filters( ).
      gr_filter->add_filter( columnname = 'CARRID' low = 'DL' ).
      gr_layout = gr_table->get_layout( ).
      gr_layout->set_key( key ).
      key-report = sy-repid.
      gr_layout->set_save_restriction( cl_salv_layout=>restrict_none ).
      gr_table->display( ).
    Rgds,
    Premraj

    Hi,
    1)you need to give the function code to that save in the Function Keys of that screen from the GUI Status.
    2) while filling the field catalog of that field you need to put the        
    wa_fieldcat_edit-edit = c_x.
    i.e use the edit and append to that field catalog internal table.
    for more infomation you can refer to below links:
    problem with alv edit and save
    *Edit* and *Save*  for the selected records in ALV
    solves your problem
    Thanks!!

  • PLEASE for the iphone 5 create a lock button so when you are talking you dont mute or make other calls!!

    PLEASE for the Iphone 5 create a lock button so it don't mute, make calls or press buttons while talking on the phone!! This is a major set back and would make my decission wheather or not I stay with another apple Iphone! I know it is sensitive and is a touch screen but a simple button to press and lock while on phone would be smart thing.

    You are not addressing Apple here. We are iphone users like you.
    You can leave feedback for Apple at:
    http://www.apple.com/feedback

  • Create Asset Master Button does not appear while creating SC.

    Dear Friends,
    We are working on SRM 5 and trying SSP with classic scenario. The issue is while creating Shopping cart for account assignment Asset, system does not display “Create Asset Master” button.
    We have maintained following configuration in our SRM system.
    1.     The authorizations object M_BBP_*** is setup and activated for Employee creating shopping cart as well as RFC user.
    2.     Attribute Asset Class (ANK) is maintained in Organization structure as per Backend asset class
    3.     Attribute Account Assignment Category (KNT) is maintained for Asset in Organization structure
    4.     GL account for product category and account assignment is maintained
    Still while creating Shopping cart for Account assignment “Asset” system does not display button “Create Asset Master”.
    Any idea which setting I am missing?
    In R/3 I am able to create Asset master while creating Purchase Requisition.
    Regards,
    Sandeep Parab

    Hi
    <u><b>Please go through this -></b></u>
    http://help.sap.com/saphelp_srm50/helpdata/en/03/340ff8a5c711d4b2d8000102ade1c8/frameset.htm
    Asset Procurement in EBP
    Re: Asset number creation in EBP ?
    Asset Procurement in SRM 5.0
    Re: Cost center in asset item
    Note 492107 - Account assignment with asset (changes in EBP)
    Note 492073 - Account assignment to asset when creating a shopping basket
    Note 897843 - Mixed account assignment types with asset in extended PO
    Note 732374 - No default values from attributes for account assignment
    Note 921767 - Default settings: Account assignment data is blank in ECS
    Note 588898 - Additional documentation for SAP Enterprise Buyer 3.0
    Note 575654 - Additional documentation for SAP Enterprise Buyer 3.5
    Note 750381 - Asset master number is not transferred from details (2)
    Note 674802 - Asset master number is not transferred from details
    Note 484020 - No Asset Class Description when creating asset master
    Note 936541 - Subsequent note to Note 543055
    Note 613671 - RAISE COMPANY_CODE_NOT_VALID with enclosure creation
    Note 455124 - Error message on unavailable asset class
    Note 579900 - Account assgnmnt screen 2000: asset class transltd incrrctly
    Note 399377 - EBP transfer of the asset text via EBP (as of Release 4.5)
    Note 493512 - EBP: Message 197 (BBP_PD) not displayed by system
    Note 423307 - Messages (BBP_PD) 193/194/195/197/202 translated incorrectly
    Note 202684 - No derived account asgnmnt information frm back end
    Regards
    - Atul

  • Syntax error during transport on valid transfer routines

    Dear All,
    We have some routines in a tranfer structure that are valid and working just fine in DEV.  But when we transport them to QA we get the following error message :-
    Start of the after-import method for object type R3TR ISTS (Activation Mode)                
    Transfer structure 6DB_V_BW_EPISODE_AD activated under the name 6DB_V_BW_EPISODE_AD         
    It is not necessary to copy dependent objects for transfer structure 6DB_V_BW_EPISODE_AD    
    Syntax error in transfer routine for InfoObject OPEN_DAT                                    
    Activating Transfer Rules 6DB_V_BW_EPISODE_AD ...                                           
    47 Transfer Rule(s) of the transfer structure 6DB_V_BW_EPISODE_AD removed from control table
    53 InfoObject(s) of the transfer structure 6DB_V_BW_EPISODE_AD removed from control table   
    Formulas have been saved                                                                    
    Syntax error in transfer routine for InfoObject OPEN_DAT
    If we remove all the routines the activation works just fine even though our routines are valid and working just fine in DEV.
    Can anyone explain this as this is becoming quite urgent now ?
    Thanks in advance.
    Craig

    Hi Oliver
    I work with Craig. In response to your question, what he means is that all objects independantly have been transported ok, apart from the transfer rules. If you look at the table RSTSRULES you will see a column called CONVROUT_L.
    In our Dev system this field contains the BW generated rule code. Eg.
    45GEGC5I66GA9Z5G4KFDDRIK4 against the Transfer structure. When the after import process runs, it uses the contents of this table together with the contents of the RSAABAP table which contains the code and creates the transfer rule program.
    In RSAABAP we have the following code for CODEID '45GEGC5I66GA9Z5G4KFDDRIK4'
    DATA: l_s_errorlog TYPE rssm_s_errorlog_int.
    CHECK NOT &TS&-opened_date IS INITIAL.
    IF &TS&-opened_date < '19000101'.
    &RS& = '19900101'.
    ELSEIF &TS&-opened_date > '29990101'.
    &RS& = '19900101'.
    ELSE.
    &RS& = &TS&-opened_date.
    ENDIF.
    returncode <> 0 means skip this record
    &RE& = 0.
    abort <> 0 means skip whole data package !!!
    &AB& = 0.
    In our QA system the column is blank because of the wierd Syntax problem when generating the program, therefore the transfer rules dont get activated.
    As you can see there is no problem with the ABAP.
    Regards
    Mark

  • Button Activation Sequence.

    Hi Everyone,
    I am creating a program which controls a voice coil controller.  In the program, I have a series of buttons that need to be pressed in a specific order, in order for the controller to operate correctly.  Various users will be using this program so it's imperative that they are used in the correct order to prevent controller malfunction.  I was wondering if there was a way, for when the program starts, all of the buttons except one be disabled.  Once that first button is clicked, a second one becomes enabled, and so on.. until they all have been clicked in the right order.  Finally, when a stop or reset button is clicked, the initial state of only one button active becomes true.  I have attached the project if anyone would like to view the GUI.  "Updated GUI Fretter" is the program and the "Test Control" tab is the one I am referring to.  I'd initially like the "Download Program" button to be active, then once that is clicked, "set home position" becomes available for use, and so on to the right.  
    Any ideas or suggestions on how to make this function are greatly appreciated.
    Attachments:
    UPDATED GUI Fretter.vi ‏63 KB

    I take it back. Event structure is just what you need:
    Attachments:
    buttons.vi ‏15 KB

  • Copy data transfer routine.

    13.01.2009
    Hello Gurus,
    How do we make a copy of data transfer routine ??? I dont find any copy option ??
    Regards,

    There is sort of a trick you can use. In VOFM transaction, find the routine you wish to copy. Switch to Change mode (Ctrl-F1), then place the cursor in the field with the routine number and simply type the new routine number (e.g. 901) over the existing one. When you hit Enter, you'll be prompted to enter an access key to create a new routine.
    Access key may be obtained on the SAP's website (if you have an authorization) or from your Basis admin, as mentioned above.
    Copy/paste would also work, of course, after you have created a new, blank routine.

  • How to make create, edit, display form in a page fragment ?

    Hello everyone,
    I have a problem when I want to make create, edit,display in a page.
    Ok let's say we have created two pages,
    In page A we have 3 buttons, CreateEmp, EditEmp and DisplayEmp button and one text field as a parameter field to edit and display (let say employeeId).
    In page B we have form employee to create new employee, edit employee and display and a button AddMoreEmp (to add more employee without back to page A)
    in this case if button EditEmp is pressed in page A, so button AddMoreEmp in page B will be enabled
    if button DisplayEmp in page A is pressed , so button AddMoreEmp in page B will be disabled.
    Thanks in advance,
    samantha

    I think what you are looking for is a comb field. It acts like a regular field but puts the vertical lines in between each character. You can turn the comb on in the object palette and indicate how many chars will appear in the field (so that it knows how many lines to draw).
    Paul

  • Is there a way of creating a filter by Activity ID if all the data is in Excel?

    Hello, I am a new user of P6 and I am trying to find a quick way of creating a filter by activity ID. I have a list of activity IDs that I need in an excel file but I am trying to see if there is a quicker way than typing up each ID in the filter. I am not able to block copy and paste from excel when using filters. Is it possible to import from excel to P6? Any advice would be much appreciated.

    Hold down the option key when you click the + button on the criteria. You can then set up Or conditions (Any).

  • How to create a "next" button out of image

    Hi all.
    I'm new to Dreamweaver and have no idea what I'm doing!  I'm a designer and not familiar with code.
    I've managed to get this far: I've created a teamplate and am using it successfully on subsequent pages.  My snag is that I want to create a "next" button out of an image.
    One forum poster suggested taking page_1.html and page_2.html and inserting a link between them. I get this, but in order to do so, it seems I have to detach my individual pages from the template in order to directly edit them.  Can I then somehow reattach them to the template so that I can continue to make other changes on one page that will update throughout?
    Any suggestions to a VERY green newbie that does not include copying and pasting code?  Is there a way to do this in design mode?
    thanks
    B.

    UPDATE:
    Nancy and Jon - and all future searchers with this question, I have found the answers!!!
    Here goes:
    MAKING A SIMPLE NEXT/PREVIOUS BUTTON OUT OF AN IMAGE IN DREAMWEAVER FOR THE CODE-RETARED DESIGNER:
    - Create a template which includes buttons for NEXT/PREVIOUS. The buttons should be sliced from a Photoshop file, or created using Div tags in Dreamweaver (see Tutvid.com for these tutorials - very good). The buttons should also be in their own separate Divs.
    - Select the individual Divs containing the buttons (one at a time), not the images themselves.
    - Go to Insert>Template Objects>Editable Region.
    - Give one Editable region the name of NEXT and the other editable region the name of PREVIOUS.
    - Save template file.
    - Go to page_1.html and now those buttons are selectable.  Choose the NEXT button and go to the properties panel and grab the little pick whip icon which is right beside the Link box. Drag and hold the pick whip onto your files panel and select page_2.html.  Do the same for each page.  From page_2.html onward, you also do this for the PREVIOUS button, only you select the page that comes before it, not the one after it.
    Viola!
    I really hope this helps out all you code-challenged designers like me!  I've searched everywhere and lo and behold, it was as simple as this.
    Thanks to you, Nancy, for twigging me into selecting the Div and not the graphic itself.
    BellyBuckle.

  • Every time I try to create a new button I get "photoshop file error -1"

    I'm creating a BluRay set of discs. I'm on number 4 and there will probably be 12. I use the previous discs as a template for the new ones to save huge amounts of time. I haven't had an issue till I opened my project today. Usually I right click on a menu, edit it in photoshop, save it back in, and then I right click the new elemnts and turn them into buttons. I've made dozens of menus like this. Then today I get "photoshop file error -1" that pops up every time I try to make something into a button. I deleted the menu I was working on and used a different menu to rebuild it but I get the same problem. I then opened the photoshop file and saved it to a different location outside the project and then imported it into Encore. Same problem once I tried to make buttons. I also tried trashing the preferences. No Luck. I really need to get this working. It has completely destroyed my ability to get this job done. Ideas anyone?
    If it helps, I am on a Mac running OS X 10.9.1. Encore is version CS5.1.

    I thought there ought to be way to add buttons from the Encore library, but I don't think we found one.
    Best case: add menu from the library with buttons like what you want. Change background etc.
    I like working that way rather than adding things within Encore.
    Worst case: add a menu with the buttons you want; "edit in photoshop" and also "edit in photoshop" your menu; copy paste to your menu.
    You can also directly open library menus; add buttons etc from the encore library folders. I would make a copy of them first. Encore imports a menu from the library to your project; it is never working on its master copy.

  • Syntax Error in Routine while Activating Transformation

    Dear All,
    I am activating whole scenario for 0SD_C03. we have made transformation for 2lis_11_vaitm, during installation we get below errors:
    - Rule (target: 0SUBTOT_1S, group: 01 Standard Group): Syntax error in routine
    -Rule (target: 0NET_VAL_S, group: 01 Standard Group): Syntax error in routine
    -Rule (target: 0PROD_CATEG, group: 01 Standard Group): Syntax error in routine
    I really appreciate your any input for this.
    Thanks & Regards,
    Darshan

    Hi,
    I hope there is inbalance in between SOURCE Datapackage and Target Datapackage. So in the start routines pls check it and it not found then add in DATA_PACKAGE...
    Check with ABAPer
    under ,
    TYPES:
          BEGIN OF tys_TG_1_full,
            SUBTOT_1S           TYPE /BI0/OISUBTOT_1S,
    and also you can fin dsimilar kind of threads in SDN.
    Re: Syntax Error in Routine while Activating Transformation
    Re: Issue while creating Transformation from Update rule.
    Re: 0IC_C03 activation of Transformation rule ends with ERROR
    Re: Error in activation of transformation
    Thanks
    Reddy

Maybe you are looking for

  • How to know which workflow is triggered by an event

    Dear all, We have a event of a object type. Say: EVE1 of obj ZOBJ1. And this is used as a triggering event in a workflow. We need to identify which is the workflow. How should we find that? Regards, Vivek

  • How do I get from Mac OS X v10.5 Leopard to the newest Mac software?

    I need help! I have a MacBook from early 2009 (Silver) with Mac OS X v10.5 Leopard. I need to update it so that I can fnally update my iPhone and iTunes. What steps do I need to take in order to bring it to the newest so ftware?

  • Conversion from PSD to SPL

    Hello everyone,  I have created a VI which converts PSD value to SPL. Formula used to convert PSD to SPL is  SPL=10log(PSD/P^2) where P=2*10^-5 Problems facing: 1. Outer while loop is not terminating even if the condition is true? please refer the at

  • Changing expired card details after I authorised a new machine.

    I recently installed windows 7 and had to activate my fresh install with my account. When I tried to purchase an app I needed to verify my card details. This card had expired and I have a new one - so I do not remember its security code. I tried to c

  • JSC 2004 q2 (latest release) vs. currently downloadable updates

    Hello, 1) Does the latest release of JSC have all the available updates built in or not? 2) Is it possible to download update files (*.nbm) from the web without installing them subsequently (prob. apart from JSC update center)?