Urgent problem....... Transfer rules.

I have the following code to skip the inconsistent records.
IF lf_return_code = 'X'.
       DELETE datapak INDEX lv_tabix.
    ENDIF.
Is there any possibility in Trasfer Routine to catch (to fetch) all the skiped records and to store them in a transparent table for future reference. My boss asked me about his requirement.
Is there any pssibility before executing the DELETE datapak statement shall I move the inconsistent record into an internal table or like that. Is it possible If so please give me suggestions regarding this.
Thanks in advance.
sailekha

Hi
As you said I created a table with the same definition as datapak in SE16.
in the start routine I enter the following code.
TABLES: ziv_check_filter.
    IF lf_return_code = 'X'.
        MODIFY ziv_check_filter FROM datapak.
        DELETE datapak INDEX lv_tabix.
    ENDIF.
I got the following syntax error message.
    E:You cannot use an internal table as a work area.
Any suggestions please.
Thanks in advance
  sailekha

Similar Messages

  • Urgent Problem: Transfer iPhoto Library from iPhoto 4.0.3 to iPhoto 8.1.1

    On my G5-Desktop (OS-X 10.4.11 I had created with iPhoto 4.03 a very voluminous library (about 3.7 GB) with a large amount of albums. My attempt to transfer it to iPhoto 8.1.1, located on MacBook pro ( OS-X 6: Snow Leoparf) failed: I have followed the instructions of Terence (many thanks!) by copying the file "iPhoto library" from the "old" Mac to the folder "Pictures" on the "new" one. Clicking on it I got the message, that it cannot be opened and that I have to start a newer version of iPhoto. Starting directly iPhoto 8.1.1 showed me a lot of mpg-pictures spread all over storage-media, BUT NOT the albums and pictures of the original library. The library was still untouched in the correct place.
    I cannot imagine that apple has not provided a transfer-method....
    BUT WHO CAN HELP ME TO FIND IT ?????

    I would guess that the copy from the old machine to the new one has gone wrong.
    Try doing it again and then - on the new machine - Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Choose Library' and point it at the copied library.
    Regards
    TD

  • Problem while transporting transfer rules in BW 3.5

    Hi All,
    I have a problem while transporting transfer rules in BW 3.5.
    I have just checked the box for conversion to Transfer structure / Transfer rules of an infoobject and tried to transport it to quality. I got this below error message:
    The selections   T ZBW_ZBILLRATP_TEXT_BA specify more than one DataSource
    Diagnosis
    You need to select an individual DataSource based on the selection conditions
    InfoSource =
    Source System =
    Object Version = T
    Transfer Structure = ZBW_ZBILLRATP_TEXT_BA
    although the select event is not unique.
    Procedure
    Check the objects to which the selection applies.
    Reference to transfer structure ZBW_ZBILLRATP_TEXT_BA not available. No activation possible.
    Message no. RSAR436
    Diagnosis
    Transfer structure ZBW_ZBILLRATP_TEXT_BA should be transported into this system.
    However, no DataSource mapping refers to this transfer structure.
    System response
    The transfer structure was not activated or deleted.
    Procedure
    Ensure that DataSource mapping, with a reference to the transfer structure ZBW_ZBILLRATP_TEXT_BA is on the same transport request. Use the transport connection to create a consistent request.
    Can any one provide me details of how to overcome this issue. I tried transporting all related objects.
    Regards
    Lakshmi

    Hi Lakshmi,
    Befor Transporting the Transfer rules, make sure that you are transporting the Active Versions of your Datasource & DataTarget between which your transfer rules exist.
    Also make sure that the Transfer rules are active before it is transported.
    Hope it helps!
    Regards,
    Pavan

  • Problem in mapping Infoobjects in Transfer Rules

    Hello Friends,
    I need your help regarding following issue:
    I installed ODS named STABILITY STUDY : INSPECTION RESULTS QUANT. DATA  (0QM_DS02) from Business Content.
    The ODS & Update Rules have been installed properly.
    Few infoproviders had been already installed at the time of implementation, hence majority of the infoobjects existed from before. Only few were new.
    Now when i tried to map transfer rules, newly installed infoobjects are not seen in data source.
    The data source is 2LIS_05_QE2 and few of the infoobjects not being mapped are:
    Sum of Target Value (0SUMSOLLW)
    Target Val.Available (0IND_SOLLW)
    Phys. Sample Number (0PHYS_SP)
    Inspect.Lot Origin (0LOT_HERK)
    Inspection Method (0PMETHODE)
    Plant of Insp. Meth. (0PPLANT)
    Insp. Meth. Version (0PMTVERSION)
    Can any one suggest me how should i proceed??
    Regards,
    Anuradha Vakil

    Dear Anuradha,
    Before installing transfer Rules or infosource first u have to install the datasource in source system and replicate it into bw.
    If u have done this already then u want to map some objects in transfer rules then u have to check whether those fields available in the datasource , If they are available then goto transfer structure click datasource/transfer strucature tab there right side box u can see the unmapped fields in black colour move them to right side then go to transfer rules map those fields to infoobjects.
    If the fields are not there in the datasource u cant do any thing just activate the transferrules.
    Assign points if it solves ur problem...........or clearly reply what is ur problem.
    Best Regards,
    SG

  • Problem with the active version of the transfer rule ABAP program with sour

    Hi,
    I have a problem with the active version of the transfer rule ABAP program with source system EXCEL. 
    The system does not react to changes done in the transfer rule coding. For FISCPER I have hardcoded the result 'BABABA' and still the results delivered are those from the CSV.
    Resetting the system buffers does not help. The problem is systematic in combination with source system EXCEL (i.e. not only 1 InfoSource).  Checking the active program Extras->Display Program shows the coding (result='BABABA') being there, but
    as stated, the system does not produce the result BABABA, but instead the result of the CSV.
    It seems as if the original version from the very first activation of the transfer rule program remains somewhere and continues to be used.  Does anybody know how to flush it out and get the system to actually use the coding appearing as the active program.
    I have posted an OSS note, but SAP takes it time to answer and I am under time pressure so I figured that maybe one of you know who to solve it before SAP does.
    Greetings and thanks,
    Martin

    Hi martin,
    just try to go out the RSA1 and then return to your infopac. ...
    sometimes there some "cache" trouble

  • Problem while writting routine in transfer rules

    Hi All,
    I am assigning the routine 'Fill Partner Cost center from partner objects' to the infoobject '0PART_CCTR'.
    In the transfer rules I create a routine for the '0PART_CCTR' but then it prompts to select any field /infoobject. The problem is the infoobject '0PART_CCTR' is not there in the selection and if I choose all the fields then while saving it gives error.
    Can anybody help me out please.
    Regards,
    Sushmita

    check ur datasource is active or not......also if its active is it having all the fields which you want in ur routine..if not then u can't write the routine for it...
    Now since ur writing transfer routine..most probably ur laoding from source system r/3 right?
    So u won't have infoobject in ur source fields..u will find fields like matnr etc(source system fields name..which u have to map with infoobjects in ur transfer rule..).is it true???
    Regards
    RK

  • Problems to activate transfer rules and infosource 2lis_02_itm and 2lis_02_

    hello,
    now I am working with the 0PUR_C01 cube of purchasing and I want to active the data flow before for it.
    I try to do it directly selecting data flow before in the activation settings of the cube, but I coludn´t
    after that, I try to do it activating the transfer rules and the infosource separately  but I get some errors, teh most important thing (because I have the same situation in other areas) is:
    The creation of the export DataSource failed
    Message no. RSBM035
    Diagnosis
    The creation of the DataSource &v1& was unsuccessful.
    System Response
    Whilst generating the export InfoSource, the metadata for a DataSource must be generated. An error arose when doing this.
    Procedure
    Consult the appropriate developer (function module: RSB1_OLTPSOURCE_GENERATE).
    I hope that some can help me with this issue,
    Thanks in advance and best regards,
    Niurka

    Thank you very much Chetal,
    I activated others Infocubes, but I have the same problem for Infocubes with ODS inside they data flow,
    I tried with some notes like: 538052 and I enter the client but not the user or the server, I proved the RFC Connection too.
    But the bug issue is the export data source creation that failled everytime, right now  I try to solve this and the log says some error about the syntax error in transfer routine for the infobject 0GN_R3_SSY this object exist as characteristic and his convertion routine is ok (because I verificated) and exist as part of the transfer rule but I don't know how to go to the routine creator for check this point.
    Thank you very much in advance,
    Niurka.

  • Problem in activating Transfer rules

    Hi Experts,
                          I could not able to activate transfer rules using program "RS_TRANSTRU_ACTIVATE_ALL" by giving source system name and Infosource in Quality system.I am getting success status "No Transfer Structure Selected" but still transfer rules are in inactivate.I tried replicating  data sources also still problem persists.
    Please provide any suggestion how can i go about it.
    Edited by: Sunilbm on Oct 30, 2009 12:16 PM

    Hi,
    Is there any error message when the transfer rules are transported from Dev to Quality?
    Are the transfer rules transported from Dev to Quality successfully.
    Post the message if any when the transport request is moved from Dev to Quality.
    Regards,
    Rama Murthy.

  • Transports(transfer rule)Problem

    Hi Experts,
    Bi Patch :16   BI_CONT :8
    We are moving from DEV to QA.i ve transported infoareas,infoobject catalogs and infoobjects.
    now im trying to transport master data infosources UR and transfer rules.
    im collecting the objects in the following manner.
    Ex:0material
    Grouping :in data flow before
    collection mode : automatic
    Here im unable see the transfer rules but UR and infosources are there.(in transport connection screen)
    Conversion of logical system names
    in Dev i didnt maintain any thing
    in QA i ve mainted Conversion of logical system names as
    *Original S S            Target S S
    BI DEV                     BI QA
    R3 DEV                    QA DEV
    I havnt chkd the box 7.0.
    Assgnment of source system to  source system id
    here i clicked on suggest source system ids
    i ve AU and AU.
    Even i did a trail with transporting the request to QA but no luck it ended with error 4,but not getting anything even info source or UR etc.........
    Plz help me,suggest me solution its very urgent.
    Thanks,
    Yunus

    hii check the foll links and award some points
    Re: Transfer rule error
    Re: Transfer structure problem

  • Transfer Rules problem - Version problem ?

    Hello all,
    I've got a "little" problem (or bug?).
    I created an infosource which sends its datas to a cube.
    The infosource has got datas from a datsource (TXT file) .
    All was good. I could see datas on Bex...
    But i wanted to change (and not create) a routine for 0CALMONTH in the transfer rule. This routine works. But when I manage the Infocube and i look at the new request, i'v got the datas of a previous request.
    I clear all (PSA, demands...). And it keeps a old version of datas...
    All is saved and actived!
    I test to put "nothing" at 0CALMONTH (0CALMONTH <- X), i save, i active, i clear old datas, i launch infopackage, and i look at results for 0CALMONTH in the InfoCube.
    And..... i still see results from the older version, and not an empty column....
    So, can you help me for this problem???
    Thanks.
    Vince.

    Hello,
    Just requests and PSA were deleted.
    I just want why an older version (seemed to be deteled) can appear in my results ?
    I heard that "buffer" could be the cause of my disappointment.
    Vince.

  • Problems in transport of Transfer rules

    Hi
    I am trying to transport my objects from development to production. The problems is that not all the objects are getting transported. the cubes and infoobjects are going fine but the transfer rules and communication structure are all pointing to my development source system and hence fails during transport.
    How can i transport my transfer rules without specifying the source system or point to my prodcution source system?
    Regards
    Sujai

    Source systems are not transport portable. They have to be created in your BW_PRD system.
    Assuming you have the source systems created in your BW_PRD system, example R3_PRD. then you need to do the following.
    In BW_DEV you have datasources mapped to your R3_DEV system. So you need to tell your BW_PRD system that any transport with a source of R3_DEV, change it to R3_PRD.
    Go to your BW_PRD system, log in and go to transaction
    Go to RSA1.
    Then go to the menu bar and select Tools -> "Conversion of Source System names"
    You may have no entries, if you do not, hit "New Entries"
    Then in the "OriginalSource System" box type in the name of your development R3 system, example R3_DEV. then in the "Target Source system" type in the name of your production system, example R3_PRD.
    Save, exit and re-transport all the parts.
    That should do it.
    I made the assumtion that you are in 2004s/BI7.0. If not go to the RSLOGSYSMAP table and do the exact same steps.
    Note: This is normally a basis function, and you will need pretty elivated rights to do this in your production environment (well you should ).
    Hope that helps....
    Ali

  • 0CRM_OPPT_H Infosource extraction problem (no transfer rules from Content)

    Hi there,
    I'm having a problem with 0CRM_OPPT_H infosource on BW 7.0 and Content version 703 SP9.
    After activating the object from content there is no transfer rules for header infosource, item infosource is ok and I'm getting data. I've tried to created a DTP from scratch but I'm not geting data from source system. I've tested getting data from source system with RSA3 extraction test and it's working fine.
    I've been checking on sdn and tested changing authorizations but it doesnt work.
    Any ideas ??? It's normal I'm not getting transfer rules from content? Why I can not assing Datasource 0CRM_OPPT_H to inforsource 0CRM_OPPT_H??
    Thanks in advance,
    Regards,
    Carlos

    I believe I had the same problem as you did.  When you're installing the Business Content in BI you have to make sure BI knows which source systems you're installing BC from. 
    Go to RSA1 -> BI Content
    In the Edit drop down menu choose "Source System Assignment"
    Make sure your CRM and BI system are checked in the window that pops up.  Try collecting for the 0CRM_OPPT_H again and see if the objects you're missing show up this time.  If that doesn't work search through the specific object types for items you're missing.  For example, search transfer rules for "0CRM_OPPT*" or just "0CRM_OPPT" (i'm not sure if the wildcard is valid in this instance) and see if what you're looking for shows up in the list. 
    Hope this helps.

  • System copy problem...No transfer rules available

    Hi ,
    We are facing a problem in getting the Transfer Rules...
    1.we did a system copy from PRD system and created a Sandbox system .
    2.After the system copy the problem came from the source system.....i.e for the datasource's in the table RSOLTPSOURCE the mapping is showing for 2 systems....CRM PRD system & CRM SANDBOX system....
    3.Coz of this issue the Transfer rules are not available and the all the DS are inactive......
    4.I tried with the FM RS_TRANSTRUC_ACTIVATE_ALL but im getting message as no transfer structure is available.
    5.When i tried to manually activate the DS from BW side it is asking to create TRANSFER RULE.
    Please help me to sort it out.....
    Thanks in Advance
    BASKAR

    HI ,
    I also raised a OSS to SAP ....what they suggested is....
    According the logs in BWS there was definitely a systemcopy from BWP to BWS, but the BDLS logs looks very strange, which actually did not converted anything, because the administration tables containing some very strange entries.
    Lets take the datasource 0crm_sales_act_1 for example. If you check this datasource in table RSOLTPSOURCE you can see, that it exists currently for both source systems:
    OLTPSOURCE LOGSYS OBJVERS
    0CRM_SALES_ACT_1 CMPCLNT501 A
    0CRM_SALES_ACT_1 CMSCLNT501 A
    Unfortunately the root cause of this is unkown, but most probably it is caused by an improper copy procedure, where the consulting note
    886102 was not followed.
    To solve the problem, please follow the below steps:
    1. Implement note 1405233 and 1336119 to your system 2. Go to RSA1 and delete the source System CMS.
    3. With function module rsar_logical_system_delete delete the source system CMP:
    I_LOGSYS CMPCLNT501
    I_FORCE_DELETE X
    I_NO_TRANSPORT X
    I_NO_AUTHORITY X
    4. In your productive BW (BWP) please create a transport request which contains all the source system dependent objects for CMP. Please check note 886102 scenario B3 step 2 for details.
    5. In BWS, please recreate the source system to CMS and activate it but please do not replicate the datasources yet.
    6. In BWS please maintain the table RSLOGSYSMAP and map CMP to CMS and import the transport request created in step 4.
    Please be aware, that such a constellation happens mostly, if some steps are missed or are not carried out properly from consulting note 886102. Please get in touch with your basis colleagues and provide them this note, so the next time such a problem does not occur.
    I hope this helps to solve the problem.
    Thanks
    BASKAR

  • Urgent: ABAP routine in transfer rules

    Hi,
    when i am loading master data from R/3 into BW, i need to filter some records based on material type. there is no option in RSA6 (on R/3) or in Infopackage (BW) to make it available for filter.
    So i assume i need to write ABAP routine in transfer rules. can some one help me with ABAP. i need to load the records only when MTART field(material type) in MARA is "FINI" or "RAW" and skip other records.
    what is difference between deleting the whole data packet and deleting the record.
    Thank you very much in advance
    Regards
    Emil

    Hi
    Write the below code in the start routine of your transfer rules.
    Regards
    Prakash
    DATA: IT_DATA        TYPE STANDARD TABLE OF TRANSFER_STRUCTURE
                         WITH HEADER LINE
                         WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 0.
    DATA: S_DATA, T_DATA TYPE TRANSFER_STRUCTURE.
    LOOP AT DATAPAK INTO S_DATA.
    IF S_DATA-MTART EQ 'A' OR S_DATA-MTART EQ 'B'.
    MOVE S_DATA TO T_DATA.
    DELETE S_DATA.
    ELSE.
    DELETE S_DATA.
    ENDIF.
    APPEND T_DATA TO IT_DATA.
    ENDLOOP.
    CLEAR T_DATA.
    DATAPAK[] = IT_DATA[].
    Assigning points is a way of saying thanks on SDN!!

  • Problem in standard routine 0RPM_DSKF in transfer rules 0rpm_role_d

    HI all,
    I am extracting the data from xRPM 4.0 to BW 7.0.Even though i am using BI 7.0 presently we are using 3.5 only.I have installed the transfer rules after that i am trying to activate the transfer rules .But i am getting the error with standard routine ( Syntax error ) written In transfer rules for one key figure 0RPM_DSKF.
    Data source : 0RPM_ROLE_D
    Data Target : 0RPM_C02
    Info Source : 0RPM_SRAR_02
    Routine :
    if TRAN_STRUCTURE-&RU& <> 'FTE'.
    RESULT = TRAN_STRUCTURE-ANUMBER.
      else.
        RESULT = 0.
      endif.
    There is no filed inT.Stru contains RU.
    Please suggest me what would be the solution for this.
    If is there any relavant OSS Note plz provide me that and also provide me the valuable suggestions.
    Thanks & Regards
    Ramakanth

    Hi Rathy!
    Thank you very much for your quick help! Usually I do the same. Now I faced with BI system, where data source were already activated in system A and replicated. I can see all needed active sata source un BI already. But I can not see transfer rules in content!
    What you can advise?
    Reagrds, Iryna.

  • 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

Maybe you are looking for

  • 3G is not working after updating to iOS 6.1

    My 3G connection is not working after updating to iOS 6.1. I have tried all possible solutions like resetting the network, restarting the phone etc. With this kind of bugs in every update, Apple will no more be THE Apple. There are bugs which have no

  • Jdbc connection to oracle

    Hi, I'm using jdeveloper 3.2 and connect with no problem using the connection wizard with the following parameters: Connection name - santanatst1 connection type - JDBC user - castle1 password - 12345 role - normal select a jdbc driver - Oracle JDBC

  • Send Customer Payment document to external application.

    Dear All, I am working on one of our customer requirement to send Customer Payment data from SAP ECC 6.0 to their application using SAP PI 7.0 I have created a customer Invoice (in Transaction Code FB70)  without any reference document . Now I want t

  • Can I get TV shows on my Mac Book?

    I played a DVD for the first time on my macbook today and saw that in the Front Row there are choices for TV, podcasts, etc. What can I do with this feature? Can I plug a TV cable into my macbook and watch/record tv shows??

  • JTree and JClient - change label problem

    Hi, I got jTree to work. However, I want to change the root node from using the view name "TARGET_LISTING_TREE1View1" to something more user friendly like "All Targets". Is it possible? What do I need to do? The following is the setModel code I have.