How to maintain master data attribute of 0WS_QUEST & 0WS_QSTNNR SRM Web Sur

Hello All,
We are implementing BI reporting based on SRM Adhoc analysis.
Info-object 0WS_QUEST & 0WS_QSTNNR has both Master data & Text.
I could only find the Text data source in system for 0WS_QUEST (0WS_QUEST_TEXT) & for 0WS_QSTNNR (0WS_QSTNNR_TEXT).
Is the Master data for 0WS_QUEST & 0WS_QSTNNR  is maintained via ETL ? If so, what data source need to be used ?
Or Master data for 0WS_QUEST & 0WS_QSTNNR is maintained with in BW via some special transaction ? If so, what is the T Code to be used ?
For Example - Like for 0SR_VE_GID1 - Master data maintenace via T Code - SRM_VE_GROUPING & Text via ETL (Data source 0SRM_VEGRID_TEXT)
Appretiate your input.
Thank you very much in advance.
Regards,
Viresh

Dear All,
The text flow for 0WS_QUEST & 0WS_QSTNNR is sufficient to make available Criteria from source system questionnaire in BW.
After the text load (even it does not generate SID) we can already use Tcode SRM_VE_GROUPING & SRM_VE_WEIGHTING for customization of groupping and weighting in BW.
Regards,
Viresh

Similar Messages

  • How to  extract  master data  attribute from  r/3 to bw give steps details

    how to  extract  master data  attribute from  r/3 to bw give steps details screenshots

    Hi
    Go through the below process to extract Master Data Attribute from R/3
    Hi,
    Maintaining Generic DataSources
    Use
    Regardless of the application, you can create and maintain generic DataSources for transaction data, master data attributes or texts from any transparent table, database view or SAP Query InfoSet, or using a function module. This allows you to extract data generically.
    Procedure
    Creating Generic DataSources
    1. Select the DataSource type and specify a technical name.
    2. Choose Create.
    The screen for creating a generic DataSource appears.
    3. Choose the application component to which you want to assign the DataSource.
    4. Enter the descriptive texts. You can choose any text.
    5. Select the datasets from which you want to fill the generic DataSource.
    a. Choose Extraction from View if you want to extract data from a transparent table or a database view. Enter the name of the table or the database view.
    After you generate the DataSource, you have a DataSource with an extraction structure that corresponds to the database view or transparent table.
    For more information about creating and maintaining database views and tables, see the ABAP Dictionary Documentation.
    b. Choose Extraction from Query if you want to use a SAP Query InfoSet as the data source. Select the required InfoSet from the InfoSet catalog.
    Notes on Extraction Using SAP Query
    After you generate the DataSource, you have a DataSource with an extraction structure that corresponds to the InfoSet.
    For more information about maintaining the InfoSet, see the System Administration documentation.
    c. Choose Extraction Using FM if you want to extract data using a function module. Enter the function module and extraction structure.
    The data must be transferred by the function module in an interface table E_T_DATA.
    Interface Description and Extraction Process
    For information about the function library, see the ABAP Workbench: Tools documentation.
    d. With texts you also have the option of extracting from fixed values for domains.
    6. Maintain the settings for delta transfer, as required.
    7. Choose Save.
    When performing extraction, note SAP Query: Assigning to a User Group.
    Note when extracting from a transparent table or view:
    If the extraction structure contains a key figure field that references a unit of measure or a currency unit field, this unit field has to be included in the same extraction structure as the key figure field.
    A screen appears on which you can edit the fields of the extraction structure.
    8. Edit the DataSource:
    ○ Selection
    When you schedule a data request in the BI scheduler, you can enter the selection criteria for the data transfer. For example, you can determine that data requests are only to apply to data from the previous month.
    If you set the Selection indicator for a field within the extraction structure, the data for this field is transferred in correspondence with the selection criteria in the scheduler.
    ○ Hide field
    You set this indicator to exclude an extraction structure field from the data transfer. The field is no longer available in BI when you set the transfer rules or generate the transfer structure.
    ○ Inversion
    Reverse postings are possible for customer-defined key figures. Therefore inversion is only active for certain transaction data DataSources. These include DataSources that have a field that is marked as an inversion field, for example, the update mode field in DataSource 0FI_AP_3. If this field has a value, the data records are interpreted as reverse records in BI.
    If you want to carry out a reverse posting for a customer-defined field (key figure), set the Inversion indicator. The value of the key figure is transferred to BI in inverted form (multiplied by –1).
    ○ Field only known in exit
    You can enhance data by extending the extraction structure for a DataSource by adding fields in append structures.
    The Field Only Known in Exit indicator is set for the fields of an append structure; by default these fields are not passed to the extractor from the field list and selection table.
    Deselect the Field Only Known in Exit indicator to enable the Service API to pass on the append structure field to the extractor together with the fields of the delivered extract structures in the field list and in the selection table.
    9. Choose DataSource ® Generate.
    The DataSource is saved in the source system.
    Maintaining Generic DataSources
    ● Change DataSource
    To change a generic DataSource, in the initial screen of DataSource maintenance, enter the name of the DataSource and choose Change.
    You can change the assignment of a DataSource to an application component or change the texts of a DataSource. Double-click on the name of the table, view, InfoSet or extraction structure to get to the appropriate maintenance screen. Here you make the changes to add new fields. You can also completely swap transparent tables and database views, though this is not possible with InfoSets. Return to DataSource maintenance and choose Create. The screen for editing a DataSource appears. To save the DataSource in the SAP source system, choose DataSource ® Generate.
    If you want to test extraction in the source system independently of a BI system, choose DataSource ® Test Extraction.
    ● Delta DataSource
    On the Change Generic DataSource screen, you can delete any DataSources that are no longer relevant. If you are extracting data from an InfoSet, delete the corresponding query. If you want to delete a DataSource, make sure it is not connected to a BI system.
    NR

  • How to use Master Data Attribute of in Update Rule's Formula

    Hi experts.
    In update rule, there is an option to use <b>Master Data Attribute of</b>. However, due to user requirement, I need to use that in <b>Formula</b> instead.
    <b>Field to update:</b>
    Profit Center
    <b>Logic:</b>
    If Cost Center is empty
    Then Profit Center
    Else
    Master Data Attribute of Cost Center
    I use the following formula at the moment but it is not 100% correct.
    <b>IF( Cost Center = '', Profit Center, Cost Center )</b>
    Appreciate if anyone could help me out.
    Thanks!

    Hi,
    The easier thing to do will be to use a Update Routine.
    Logic will be as follows :-
    If Cost center iss initial.
    Result = Profit Center
    else.
    result = Cost center.
    endif.
    Regards
    SM

  • How to maintain Master Data through Web Application Designer layout.

    Hi.
    I’m Internship and I have to do something that it doesn’t work.
    I explain to you.
    I have to make a layout via Web Application Designer to permit users to add a line in the master data XST_RFC.
    For that, I did two things:
    First I followed this url : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607193d5-cdd5-2b10-c699-8ff04c3124f6?QuickLink=index&overridelayout=true&38392712686871
    The result; I have a problem with the appendix of method execute “DATA : ZL_WORKTEXT Type ZFREETEXT”. Here, SAP doen’t permit me to put XST_RFC (my characteristic to add by the user) but just /BIC/PXST_RFC… So, I tried with that and at the moment of the test in the Wad, the application say me “no Master Data in XST_RFC”. I know that there are no MD in my char, I just want to add once…
    So it doesn’t Work.
    Secondly, after testing, the Function Module test works. When a put an ID in the test page of SAP Logon in parameters, the FM put this ID and create a new line with this new ID. So I had an idea, use directly this function module in a Fox Formula but, when a call my function, I have a problem with variable/parameters type.
    My variable is TYPE XST_RFC , but my parameters is TYPE  /BIC/PXST_RFC….
    My Fox Formula
    DATA NEW_RFC TYPE XST_RFC.
    NEW_RFC = VARV(XVOU_RFC).
    CALL FUNCTION ZBWDSST_XX_MASTERDATAMAINTAIN
    EXPORTING
    VAR_RFC = NEW_RFC.
    My error message Types of parameter VAR_RFC () and variable NEW_RFC(C) are inconsistent
    If you can help me, I work on this issue for 4 days and I waste my time.
    Thanks.
    BR

    Dear All,
    The text flow for 0WS_QUEST & 0WS_QSTNNR is sufficient to make available Criteria from source system questionnaire in BW.
    After the text load (even it does not generate SID) we can already use Tcode SRM_VE_GROUPING & SRM_VE_WEIGHTING for customization of groupping and weighting in BW.
    Regards,
    Viresh

  • How to maintain master data with 3 different IS components

    Dear Gurus
    We have got 5 companies and we are implementing SAP with 3 IS components.
    1) We are implementing IS-EC&O (DIMP).
    2) Implementing IS-DBM (Dealership Business Management system)
    3) We have IS-Real Estate.
    The companies will have shared services such as HR, group Procurement and Finance, This functionality will reside on a main ECC 6.0 system.
    Can someone explain:
    1- How and where would master records reside?
    2- How are the various databases will communicate?
    3- Can all the 4 above systems share a single database?
    Thanks in advance
    Regards

    The companies will have shared services such as HR, group Procurement and Finance, This functionality will reside on a main ECC 6.0 system.
    Can someone explain:
    1- How and where would master records reside?
    On the master ERP 6.0? on an MDM server? there are various possibilities.
    2- How are the various databases will communicate?
    The databases won´t communicated but the systems on top.
    3- Can all the 4 above systems share a single database?
    They can share the same database software using MCOD (http://service.sap.com/mcod) - with all pros and cons but you will need to have the same master data in all instances though.
    Markus

  • How to maintain master data when new depreciation engine is activated?

    Dear Experts,
    We have 4.7 to be upgraded to ECC6.0 and new depreciation engine will be activated.
    For the changes of dep. keys, do we have to create a new master for each asset or is it possible to maintain the current masters by changing depreciation keys in master?
    I appreciate your prompt reply!
    Best regards,
    S MK

    Hi,
    Thank you for the prompt replies!
    I forgot to add that according to the law changes, we have to change depreciation keys.
    So we are going to use new depreciation engine with changed depreciation keys.
    Is it still possible to keep current masters without creating new ones?
    Best regards,
    S MK

  • 0vendor is not displaying name attribute when I maintained master data.

    0vendor is not displaying name attribute when I maintained master data.
    Details: I have four records in the 0vendor infoobject (sand box). I have to show these four records to the client. As i have free hands I maintained master data in the name field and finally activated master data. But when I add the name attribute to the vendor charecteristic in the query designer; it is displaying name attribute as # . Any idea how to display the names of the four vendors in the zquery.
    Also do you know the transaction to copy standard query to Zquery?
    Thanks in advance.

    Dear Les
    For 0VENDOR, Set Property as Key & Text, try once again.
    Yes, you can copy the standard query very well.
    Open the Standard query & using SAVE AS, you can copy to "Z" queries.
    Hope, now you will get some idea
    Regards
    Saravanan.ar

  • Incorrect result between maintain master data and bex query, how can i fix?

    Hi ALL,
    i get some messages from the users there is incorrect result between SAP R/3 and Report on BW. i controlled the monitor and i saw there was a job for 0CUSTOMER_ATTRIBUTE that it finish correctly but the processing it was only in PSA, i started the full update immediately from PSA into Data Targets and is finished correctly. after when i control the content of the 0CUSTOMER (right click maintain master data) i get the correct attribute result that match the data in SAP R/3, but the problem is when i execute a query Bex on this master data it will not return the same attributes data.
    Can SomeBody Help please
    Bilal

    hi,
    For any master data attributes loaded you will have to run "Attributes Change Run" for that.Execute for Master data 0CUSTOMER.
    The same is avilable in rsa1->Tools(top menu)->apply hierarchy/attribute run.
    hope it helps,
    regards,
    Parth.

  • Why cant I see an attribute when I "maintain master data"

    Gurus -
    Here is an easy question for you.
    I added a new navigational attribute to an InfoOject.  After I have loaded the data and activated it, I can't see the navigational attribute/values when I do a "maintain master data" when I display it via InfoObject.  But, I can see the navigational attribute/values when I do a "maintain master data" when I display it via InfoSource.  What do I have to do to see it when maintaining master data via the InfoObject option?
    Thanks!

    usually in maintain master data - it might be that the number of fields are too large and you are not able to see your field.... what you can do is to select a particular row with data and double click on it to see the data or go to options and user parameters and choose ALV grid display and it usually displays all the fields unless you are using a custom layout which does not have this characteristic included.
    The easiest way to check out if the characteristic is available is to use the P table in SE16 and view the contents - this too if you do not have  custom layout defined at the ALV grid level...

  • How to change specified hierachy node to master data attribute automatic?

    Dear BW experts:
             How to change specified hierachy node to master data attribute automatically? I have a retail business: I have a fixed material group hierachy in R3 Retail ,Now I will extract the material group hierachy ,my goal is that the specified material group hierachy node as dimension in query ,not show hierachy level,So I need change specified material group hierachy node to material group's attribute.
    Anybody solve the requests?
            Thank you for your help in advance !

    If I understand your requirement correctly, you need to have a specific Material Group Hierarchy level (Say Level 2) to be an attribute of Material Group. Usually, this level represents a Brand or Segment, or something with specific meaning.
    If this is correct, here are the things you need to do:
    1) Create an InfoOnject for this specific attribute representing the specified hierarchy level
    2) Add this InfoObject to Material Group as an navigational attribute
    3) Select this navigational attribute in your InfoProvider
    4) Create a transformation routine for this navigational attribute in Material Group Transformation so that the specified hierarchy level for Material Group will be found and populated. The detail of this routine will depend on your specific requirement. Also, you have to make sure Material Group Hierarchy is updated before Material Group attributes are loaded. If you are not family with ABAP, please ask an ABAPer to help you for the Transformation Routine.
    5) Include this navigational attribute in your query along with other required InfoObjects.
    Hope this help and good luck!
    Bill

  • Maintain key figure in master data attribute

    Hi,
    For some special requirement I have maintained  key figure in master data attribute but I am unable to use key figure attribute in infocube.  Please help.
    Thanks & regards,
    Goutam

    Hi,
    See in the below URL...under "Customer Exit Variables in BW/BI Reports", you can have all examples about Cust Exits and Replacement Path.
    http://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    Thanks
    Reddy

  • How to change funcionality "Maintain Master Data" to RSA1 instead WebDympro (BW 7.4)

    Hello Gurus,
    Someone could help me?
    In SAP BW 7.4 (Support Package 7) the BW master data maintain function moved from SAP GUI into web dynpro screen.
    Can we use it (maintain master data) in SAP GUI RSA1 like SAP BW 7.3?
    Is it a configuration in SPRO?
    Thank you guys.
    PS: It is my first project with SAP BW 7.4

    Hi Gareth,
    I have made the code changes as suggested by you but there is some kind of inconsistency.
    After maintaining master data ,If I go back one step it works fine
    But if I type /nRSA1 or any other tcode on the same screen,it gives a dump.
    Below is the dump.
    Short Text
        The current application has triggered a termination with a short dump.
    What happened?
        The current application program has detected a situation that should
        not occur. A termination with short dump has therefore been triggered
        by the key word MESSAGE (type X).
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        Short text of the error message:
        ControlFrameWork: Maximum number of sessions reached
        Long text of the error message:
        Technical information about the message:
        Message class....... CNDP
        Number.............. 011
        Variable 1..........
        Variable 2..........
        Variable 3..........
        Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occurs in a non-modfied SAP program, you might be able to
        find a solution in the SAP Notes system. If you have access to the SAP
    Notes system, check there first using the following keywords:
    "MESSAGE_TYPE_X"
    "SAPLOLEA" bzw. LOLEAU02
    "AC_SYSTEM_FLUSH"
    If you cannot solve the problem yourself, please send the following
    information to SAP:
    1. This description of the problem (short dump)
    To do this, choose  System -> List -> Save -> Local File (unconverted)
    on the screen you are in now.
    2. A suitable system log
    To do this, call the system log in transaction SM21. Restrict the time
    interval to ten minutes before the short dump and five minutes after
    it. In the display, choose System -> List -> Save -> Local File
    (unconverted).
    3. If these are programs of your own, or modified SAP programs: Source
    code of these programs
    To do this, choose  More Utilities -> Upload/Download -> Download in
    the Editor.
    4. Details regarding the conditions under which the error occurred or
    which actions and input caused the error.
    System environment
    SAP Release..... 740
    SAP Basis level 0009
    Application server... saps009
    Network address...... 137.33.22.24
    Operating system... Windows NT
    Release.............. 6.0
    Hardware type....... 4x AMD64 Level
    Character length..... 16 Bits
    Pointer length........ 64 Bits
    Work process number... 11
    Shortdump setting. full
    Database server... SAPS009
    Database type..... MSSQL
    Database name..... BID
    Database user ID bid
        Terminal.......... GDNL2180
        Character set C
        SAP kernel....... 742
        Created on....... Jan 30 2015 22:06:39
        Created at....... NT 6.1 7601 x86 MS VC++ 16.00
        Database version SQL_Server_9.00
        Patch level....... 37
        Patch text.......
        Database............. MSSQL 9.00.2047 or higher
        SAP database version. 742
        Operating system... Windows NT 6.0, Windows NT 6.1, Windows NT 6.2, Windows NT
         6.3
        Memory consumption
        Roll.... 0
        EM...... 45930944
        Heap.... 0
        Page.... 40960
        MM used. 29493280
        MM free. 16431408
    User and Transaction
        Client................. 100
        User.................. GDNJAINI
        Language key.......... E
        Transaction......... RSA1
        Transaction ID...... EECAFAE4F51BF1F6B2DD005056950066
        EPP whole context ID...... 0050569500661EE4BED95AD6937632DD
        EPP connection ID........ DFCAFAE4BC6CF115B2DD005056950066
        EPP call counter......... 1
        Program.............. SAPLOLEA
        Screen.............. SAPLRSAWBN_MAIN                         1000
        Screen line.......... 0
        Active debugger..... "none"
    RFC Caller Information
    Information on caller of Remote Function Call (RFC):
    System.............. BID
    Installation number 0020244352
    Database Release..... 740
    Kernel Release...... 742
    Connection type..... 3  (2=R/2, 3=ABAP-System, E=External,
    R=Reg.External) call type....... synchronous and non-transactional (emode 0,
    imode 0)
    Inbound TID..........
    Inbound queue name...
    Outbound TID.........
    Outbound queue name..
    Client................. 100
    User.................. GDNJAINI
    Transaction......... RSA1
    Call program...........CL_RSDMD_RSAWBN_TOOL==========CP
    Function module..... RSNDI_MD_ATTR_TEXTS_MAINTAIN
    Call destination..... NONE
    Source server...... saps009_BID_00
    Source IP address.. 137.33.22.24
    Additional information on RFC logon:
    Trusted relationship..
    Logon return code.... 0
    Trusted return code.. 0
    Remarks:
    In Releases prior to 4.0, information about the RFC caller might be
    missing or incomplete.
    - The installation number is provided in caller Release 700 and higher.
    rmation on where terminated
    The termination occurred in ABAP program "SAPLOLEA", in "AC_SYSTEM_FLUSH". The
    main program
    was "RSAWBN_START".
    In the source code, the termination point is in line 38 of (Include)
    program "LOLEAU02".
    Line  SourceCde
        8 *"      CNTL_ERROR
        9 *"----------------------------------------------------------------------
       10   data: sysubrc like sy-subrc.
       11
       12   CALL FUNCTION 'AC_FLUSH_CALL'
       13        EXPORTING
       14             SYSTEM_FLUSH = 'X'
       15             CALLED_BY_SYSTEM = CALLED_BY_SYSTEM
       16        IMPORTING
       17             MESSAGE_NR   = sysubrc
       18             MESSAGE_TEXT = SY-MSGLI.
       19
       20   sy-subrc = sysubrc.
       21
       22   CASE SY-SUBRC.
       23     WHEN 0.
       24     WHEN 1.
       25 *     system_error
       26       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR.
       27     WHEN 2.
       28 *     method_call_error
       29       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
       30     WHEN 3.
       31 *     property_set_error
       32       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
       33     WHEN 4.
       34 *     property_get_error
       35       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
       36     WHEN 8.
       37 *     maximal number of modi reached
    >>>>>       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 011 RAISING CNTL_SYSTEM_ERROR.
       39     WHEN OTHERS.
       40       RAISE CNTL_ERROR.
       41   ENDCASE.
       42
       43 ENDFUNCTION.
    Thanks

  • About delta loading for master data attribute

    Hi all,
    We have a master data attribute loading failed which is a delta loading. I have to fix this problem but I have two questions:
    1. how can I find the those delta requests because I need to delete all these failed requests first, am I right ? Master data is not like cube or ods that we can find the requests in Manage, for master data how can we find them ?
    2. Could you please let me know the detailed procedures to perform this delta loading again ?
    Thanks a lot

    Hi...
    1. how can I find the those delta requests because I need to delete all these failed requests first, am I right ? Master data is not like cube or ods that we can find the requests in Manage, for master data how can we find them ?
    Look.....for master data.....no need to delete request from the target..........just make the status red.......and repeat the load.....But problem is that master data sometimes does'nt support Repeat delta..........if u repeat......then load will again fail with Update mode R.........in that case u hav to do re-init.......
    1) delete the init flag.......(In the IP scheduler >> in the top Scheduler tab >> Initialization option for source system)
    2) Init with data transfer(if failed load picks some records)..........otherwise .....init without data transfer.....if the last delta failed picking 0 records.......
    3) then Delta.......
    2. Could you please let me know the detailed procedures to perform this delta loading again ?
    1) Make the QM status red.........to set back the init pointer.......
    2) Repeat the load.....
    After that.........if again load failed with Update mode R.....
    1) delete the init flag.......
    2) Init with data transfer(if failed load picks some records)..........otherwise init without data transfer.....
    3) then Delta.......
    Regards,
    Debjani.....

  • Error while loading to Master data attribute 0product

    Hi experts,
    While loading the data from 0material to 0product master data attribute i am getting a error ' 0MATERIAL : Data record 2421 (''300000072 '):Version '300000072 ' is not valid. I request u all to help me to solve this error.
    Diagnosis
        Data record 2421 & with the key '300000072 &' is invalid in value
        '300000072 &' of the attribute/characteristic 0MATERIAL &.
    System Response
        The system has recognized that the value mentioned above is invalid, and
        has processed this general error message. A subsequent message may give
        you more information on the error. This message refers to the same
        value, even though it does not state this explicitly.
    Procedure
        If this message appears during a data load, maintain the attribute in
        the PSA maintenance screens. If this message appears in the master data
        maintenance screens, leave the transaction and call it again. This
        allows you to maintain your master data.
    Please let me know what could be the problem....
    Regards,
    Prashanth
    Edited by: Prashanth Shetty on Jul 16, 2008 7:42 AM

    Hi,
       The issue is due to errorneous record.
    Delete the request in Master data and Try the following.
    1) Goto PSA --> filter the Status (Red or Green)
    Select the Red records and correct the data in which error is throwm.
    After correcting the data, save and Right click PSA and give Start update immediately.
    2) Load via Infopackage only to PSA and later update from PSA and check.
    Any one of the above 2 methods will solve the issue.
    Regards,
    Balaji V

  • Error while creating Data Source for master data attributes

    Hi BI Experts,
    Well its been some time for me that I have been part of Extraction in BI.I primarily handled reporting in my last assignments.
    I was trying extraction with flat files in SAP BI 7(new to sap bi 7 but very much familiar with BW3.5) but failed in the activity during master data attributes and text upload in infoobject (say IOSP_Mat).
    Here is the procedure that I did after creation of characteristic IOSP_Mat.I created a source system for flat file followed by data source for Master data attributes, i selected all the parameters correctly.i.e. csv file format, data seperator as   ,
    and other settings, now when i am trying to look at the proposed data in the next tab using Load example data.its not showing the desired result.The columns that I have maintained in Flat File is  MAT_NUMBER and MAT_NAME (with say 100 data in the file)
    same is the result when I am trying to load the text data too columns maintained are
    (LANGUAGE MAT_NUMBER Short Description)(same 100 data).
    now i used to rsa1old transaction  to upload the file using 3.5 version.i created info source for master data/text/hierarchies for  IOSP_Mat
    now when trying to upload it using info package for master and text data,I observe its(the data) not maintained in the characteristic IOSP_Mat.
    When I monitored ,I figured the data has not been even uploaded to the PSA level.
    Can you BI experts tell me the answer for this.
    Thanks,
    Srijith

    apologies to all of you for late response,
    was busy with some other activities.
    I don't remember the exact message,but I remember it was not loaded to even the PSA level.I will try it again and post the exact message.
    Thanks again for your quick response.
    Once again sorry to all of you for my late response
    Thanks,
    Sri

Maybe you are looking for