Exit EXIT_SAPLRSAP_004

Hi,
I have been trying to use the above exit to extend the 0ORGUNIT_HR01_HIER datasource to add additonal position details from the table HRP1001 and changing the structure c_t_hienode in the exit.
The problem is its not been uploaded in BW. Is there something wrong in the concept I am trying to implement i.e. when the 0ORGUNIT_HR01_HIER only delievers the Org Unit in the hierarchy addition of another infoobject i.e. 0HRPOSITION is not valid.
Any lights thrown..would surely light up this part of the world!!
Thanks,.

Hi KJ,
I should may be list the sequence that I do to get the Hier in BW
1. Create Basic sets for field VKGRP. This is essentially is comparable to the InfoObject 0SALES_GRP, which should be appeared on the BW Hier but this is the only issue that I am having problem.
2. Create 1 Single Set using field VKBUR. This essentially is made up of the basic sets and the External Hier or the top level node of 0SALES_GRP. This is working correctly.
3. I then use BW07 to craete the datasource. I may have said the hier here which was probalt misleading. I would provide the table name TVBVK and field name VKBUR. Now this is what I am unsure. I tried the other field VKGRP, but I think it did seem to work.
4. I excluded the Compound section from BW07
5. I did a replication from BW
6. Create a InfoPackage and load.
Everything seem to twork but the hier is not recognizing the 0SALES_GRP for the postable node. I read an OSS note that says I would have to load one by one but it didsn't say how to link the sequcne of load for several datasources to make the parent-child releationship in BW. At this time I am not using an exit.
Hope I answered your questions. Any ideas to help me fix the InfoObject 0SALES_OFF postable node to 0SALES_GRP woudl be greatly appreciated.
Thanks
Message was edited by:
        Will Ferrell

Similar Messages

  • Loading hierarchy from infobject to infobject BI 7.0 - EXIT_SAPLRSAP_004

    Hi to everybody,
    We are very interested in loading hierarchy from infobject 0CUST_SALES
    to a new infobject ZCUST_SALES in order to use the hierarchy exit EXIT_SAPLRSAP_004 in CMOD.
    The export datasource 80CUST_SALESH cannot be tested in RSA3 (an error 6 - function module RSS_PROGRAM_GENERATE occurs) and in our BI 7.0
    datasource appears as emulated one.
    I have read that new concept of transformation cannot be applied to hierarchies
    but the 3.X flow is mantained.
    And I read that while it is not possible to build a generic extractor for hierarchy it is possible to bind a new infobject to the existing one (by means of export datasource) in order to manipulate the hierarchy in exit (as Dirk Herzog states in his new interesting book "Abap development for SAP BW" - page 22).
    It is curious to notice that we can load data to this ZCUST_SALES (hierarchies as well from 0CUST_SALES) while it seems that we are not allowed to use our abap code in CMOD in BW.
    Does anyone knows something about this issue?
    Please any help would be really appreciated.
    Thanks in advance
    bye
    Luca Roberto

    The only way to build a hierarchy on BPC MS is by using the dimension member sheet. All 5 hierarchies must be built on the same member sheet, using 5 columns ParentH1,ParentH2,... ParentH5. And of course you'll have the original columns of ID, EVDescription, etc. on the same member sheet.
    Unlike the way you add other dimension properties, the ParentHn property is one that you must add directly to the XLS member sheet by inserting a column. There is nothing to do on the "maintain dimension properties" screen of the admin console. The properties and hierarchy are created automatically when you process the dimension.
    If you have a complex dimension with 100's or 1,000's of members, I'd recommend trying it out first on just 10 members or so, to make sure you have all the mechanics working properly. Then you should be able to bulk load the full list pretty quickly.

  • Vendor hierarchy abap code

    Hi
    Can you please let me know  how can we build this activity?
    1. Create a general hierarchy (transaction MCK1): do not add data to this hierarchy as it is only used as a container to pass data to BW.
    2. Generate a DataSource hierarchy (transaction BW10) for your data element
    3. Add abap coding to user exit EXIT_SAPLRSAP_004: Get the data from the tables where the hierarchy is stored (in my case it was LFMH) and load it into the standard table from the user exit (ROSHIENODE,...)

    Hello,
    /thread/703457 [original link is broken]
    You can check this link for the similar Object createion.
    Thanks

  • Can a hierarchy datasource be copied in R/3 system?

    Hi All,
             I have a requirement wherein I have to copy an existing hierarchy datasource. Is it possible to copay a hierarchy datasource? If yes, how?
            Is it possible to create a hierarchy datasource in R/3? if yes, how?
    Please reply.
    Thanks and regards
    Rajib

    Hi
    You need to do some workaround
    The user exit EXIT_SAPLRSAP_004 in the R/3 source system allows you to enhance your hierarchy DataSources.
    Configure the Extractor in R/3
    create an empty hierarchy,
    generate the DataSource, and
    populate it with data from the table via EXIT_SAPLRSAP_004
    Edited by: Pavan on Feb 11, 2010 10:53 AM

  • How to check Data Source extraction Logic

    Hi Experts
    Please explain me in details steps how/where can i check the logic of data sources
    We have data sources based on
    1) Custom data source based on Function Module  (Where can i check the code/logic....)
    2) Standard Business Content Data source (Where can i check Logic)
    3) Standard Business Content Data source which is enhanced to inculde ZZ fields (Where can i check Logic)

    1) Custom data source based on Function Module (Where can i check the code/logic....)
    Go to tcode RSO2, enter the generic DataSource name and click Display. In the next screen, it will show you the Function Module that that's used for the extraction of data. Copy that FM name, go to tcode SE37, past the FM name that you previously copied and then click on Display. This is where you can view the extraction logic for the generic DataSource based on a Function Module.
    2) Standard Business Content Data source (Where can i check Logic)
    Follow the same for display of generic DataSource source. On the initial screen, if you get an I-type message after clicking on Display, that message displays the name of the Function Module being used, otherwise hit Enter to get to the next screen.
    3) Standard Business Content Data source which is enhanced to inculde ZZ fields (Where can i check Logic)
    Transaction CMOD is used for the creation/maintenance of User Exits. In CMOD, use the dropdown to select the custom Project that's been defined on your source SAP application for BW extraction User Exits, and select the Components radio button. Click on Display. A list of INCLUDE programs will be shown. These INCLUDE programs each represent the four types of DataSources.
    EXIT_SAPLRSAP_001 - Transaction Data DataSources User Exit
    EXIT_SAPLRSAP_002 - Master Data Attribute DataSources User Exit
    EXIT_SAPLRSAP_003 - Master Data Text DataSources User Exit
    EXIT_SAPLRSAP_004 - Master Data Hierarchy DataSources User Exit
    You will have to know the type of data (e.g. Transaction, Master Data Attribute, etc) to know which INCLUDE to go into. Once you know which one to go into, double-click on it and this will bring into display mode on that INCLUDE. Another INCLUDE will be present that begins wth Z*. Double-click on that, and you should then be in the area where the logic is for determining where to go if the DataSource has a certain value and you should be able to get to the code to read through it from there.
    You can also get to these EXIT_SAPLRSAP_NNN programs via tcode SE38.

  • Fund Centre Set Hierarchy

    Problem when attempting to update the Fund Centre hierarchy to include new fund centres in the report painter reports.
    I am using transaction FMRP_FC_SET_HIER program RFFM_CREATE_FC_SET_HIER with options, set hierarchy type = Fund centre group hierarchy and conflicting set handling = Overwrite the whole hierarchy. The message received is
    "Conflicting set found - hierarchy not created".
    Sets with same name exist in another hierarchy
    Message no. SETHIER000
    Diagnosis
    One or more sets that you want to create already exist in the database (same name, same class), and are located in hierarchies other than the one being created.
    A set hierarchy is identified by the name and class of the uppermost set record. You can only override a conflicting set hierarchy by defining a set hierarchy with the same uppermost set record.
    System response
    The requested set hierarchy is not created, and the conflicting sets already in the database are not modified.
    Procedure
    Use transaction SE16 to identify the conflicting set elements in table SETHEADER, using one of the following two options:
    1. If a set is no longer needed, you should delete it, for example, using a report to delete the entire set hierarchy in all relevant tables, so that no "orphaned" sets remain. Then run the report again to create the set hierarchy.
    2. You can decide not to override the conflicting sets, but instead to change the name of the sets being created by modifying the prefix in the selection screen. This will however only work for a "General Set Hierarchy", not for a "Group Set Hierarchy".
    Can someone explain in detail how to perform option 1?
    The top nodes in the 2 conflicting hierarchies are 4BFC_000_0000 and a hierarchy seemingly set up as a general set hierarchy 4BFC_MCC1_000_0000.

    Hi Kate,
    Using Tcode GS01, you can create a set hierarchy
    Say you want to extract an existing hierarchy from an SAP R/3 system and load it into BW so you can present your reports in a hierarchical way. For example, by loading a cost center hierarchy into BW, you could show expenses at the top node and then drill down to the lower nodes to see the details.
    Although standard Business Content extractors support main hierarchies (e.g., cost center, general ledger [G/L] account, material, plant, work center), they do not support all hierarchies in the R/3 source system, such as Treasury Cash Management. In this case, SAP does not provide a standard DataSource to link R/3 hierarchies to BW.
    So what are your options? In my example of working in Treasury Cash Management, you could define hierarchies for planning levels and create your own ABAP program to extract the data from R/3, send it to a flat file, then upload the flat file into BW via a custom DataSource, a multistep process. This is what I call the “traditional” method.
    I developed a workaround that allows you to bypass the step of creating a flat file and extract directly from R/3 in a single step, like any Business Content DataSource. My workaround combines two different standard SAP mechanisms: the generation of a hierarchy DataSource on the R/3 IMG side and the user exit EXIT_SAPLRSAP_004 on the R/3 side. I tested this workaround with BW 3.5 and plug-in (PI) 2004-1, but it also works with BW 2.0B with PI 2002-1 and later.
    Check these link's.
    https://weblogs.sdn.sap.com/pub/wlg/3113. [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    http://www.bwexpertonline.com/go/sample/
    Hope This Helps.
    Regards,
    Ravikanth

  • Loading hierarchy from r3 to BW

    Hi,
    I am trying to load a hierarchy from R3 to BW, but once in BW i do not see any hierarchy.
    I have checked if the hierarchy was activated in R3 and it is, do you know any reason or solution?
    Do you know where I can find information about the steps to follow?
    Many tahnks

    Hi,
    Say you want to extract an existing hierarchy from an SAP R/3 system and load it into BW so you can present your reports in a hierarchical way. For example, by loading a cost center hierarchy into BW, you could show expenses at the top node and then drill down to the lower nodes to see the details.
    Although standard Business Content extractors support main hierarchies (e.g., cost center, general ledger [G/L] account, material, plant, work center), they do not support all hierarchies in the R/3 source system, such as Treasury Cash Management. In this case, SAP does not provide a standard DataSource to link R/3 hierarchies to BW.
    So what are your options? In my example of working in Treasury Cash Management, you could define hierarchies for planning levels and create your own ABAP program to extract the data from R/3, send it to a flat file, then upload the flat file into BW via a custom DataSource, a multistep process. This is what I call the “traditional” method.
    I developed a workaround that allows you to bypass the step of creating a flat file and extract directly from R/3 in a single step, like any Business Content DataSource. My workaround combines two different standard SAP mechanisms: the generation of a hierarchy DataSource on the R/3 IMG side and the user exit EXIT_SAPLRSAP_004 on the R/3 side. I tested this workaround with BW 3.5 and plug-in (PI) 2004-1, but it also works with BW 2.0B with PI 2002-1 and later.
    Hope it helps.
    Thanks,
    Amith

  • Modifying Hierarchy Node name in Query or during download from ECC

    We have some hierarchies that we download from ECC into BI and use them in query to display as report for Income statement or Balance Sheet statements. The issue we want to resolve is when we download the hierarchy from ECC into the intermediate download process tags hierarchy name as prefix for the node name. So for example if the hierarchy in ECC is as below
    ABC (name)
      1000 (node name)
      2000 (node name)
    When its downloaded in BW it looks as below
    ABC
      ABC1000
      ABC2000
    We want to see hierarchy in BW same as ECC. I tried removing the prefix in the query with no success.
    Since the table RSTHIERNODE has the prefixed also as node name so that's how it will be displayed.
    I thought I will modify the download process (datasource) to remove the prefix but the delivered user exit EXIT_SAPLRSAP_004 get executed prior to select of the data.
    Has anyone got any other suggestions?
    Thanks for your time.
    Edited by: SK on Oct 28, 2008 2:19 PM

    Ravi,
    Just checking. Did you create a authorization variable and added it in the query for that characteristic?
    Gova

  • How to implement internal hierarchy

    Dear  Consultants,
            About  external  hierarchy  the forum  have  some  articles. How  do i  import  successfully data to implement  internal hierarchy ? For  example ,  0PLANT_LKLS_HIER, 0MATERIAL_LKLS_HIER,
    0CUST_SALES_TID_LKDH_HIER,  and  so  on.
           Please  provide  me  some  advises and executing process .
           I  am  appreciated  for  your  response !
    Best  Regards,
    Ricky

    Hi Rickey..
    A directly populating hierarchy is possible from a DataSource of the hierarchy type only. There is no standard mechanism for creating such sources. R/3 allows you to create user-defined hierarchies based on one data element. You can use a hierarchy DataSource as a basis for direct populating. This is limited to R/3 source systems and allows populating single InfoObject hierarchies only.
    Recently, I had to generate a hierarchy based on three custom InfoObjects: Flank, Department, and Production_Machine loaded from non-SAP DataSources (Oracle tables) through DB Connect. The hierarchy relation (parent-child) between them was presented as an attribute of the child InfoObject. The Department (child) InfoObject contains Flank (parent) as an attribute, and the Pro-duction_Machine (child) InfoObject contains Department (parent) as an attribute.
    I had two options. Using the standard method, I could generate a flat file reflecting the hierarchy content (ABAP program) and load hierarchy from it, or enhance a workaround for directly populating non-business content R/3 single-object hierarchies. I chose the second option because of the disadvantages of loading flat files (two-step process, difficult to synchronize, poor accessibility). Both of these options require the same development efforts.
    The proposed method generates a hierarchy DataSource and populates it in BW. This allows populating a hierarchy for every InfoObject from different information sources in one extraction, transformation, and loading (ETL) step.
    You might also use my technique when a merged company results in two independent SAP R/3 systems. In this situation, BW plays the role of an integration platform. You might integrate two business content hierarchies (organizational units, for instance) from the separate SAP R/3 systems into one mixed hierarchy.
    My solution is based on the user exit EXIT_SAPLRSAP_004, which you implement in BW. This method works for BW 3.x and SAP NetWeaver 2004s. It requires basic ABAP coding knowledge. In SAP NetWeaver 2004s, expect some minor changes related to navigational routines. For example, you can generate a hierarchy DataSource from the InfoObject tree instead of the InfoSource tree (in BW 3.x).
    Hope the below links may helpful
    http://www.informatica.com/de/solutions/integration/sap/infa_pc_sapr3_tn_65301004.pdf
    Regards
    Sudheer

  • Hierarchy Child Node Insert using ABAP Program

    Hi,
    Requirement is to add  one more child node to an existing child Node for available Custom Cost Center Hierarchy (in BI environment). To meet this requirement,  ABAP Code  is best solution- CMOD-Exit EXIT_SAPLRSAP_004 (ZXRSAU04).
    Is there any Function modules available for inserting Hierarchy Node. I have gone to "How to Download A Hierarchy to a Flat File.pdf" document.
    Any Sample Codes or any documents (on the above mentioned topic) or suggestions to achieve the result is highly appreciated.
    Regards,
    Sanni

    Any chance you could share what you did here?
    I am looking to read values from a hierarchy using ABAP, and am not sure where to start. Is there a standard table where hierarchy information is stored, or are custom tables created per hierarchy created?
    Cheers,
    Andrew

  • Hierarchies Combine

    Hi,
    I have requirement of generate (or Create) new Hierarchy(Say z) Combining existing two Hierarchies ((Say X and Y)for 0COSTCENTER
    There is a daily load Process Chain running for updating Hierarchies X and Y from R/3 to BW.
    Present Requirement is generate (or create) New Hierarchy (Say Z) from X and Y Hierarchies (for Selective Child Nodes level 3)
    Provide some clue to proceed on this. In Case if we have to write Custom Exit ( EXIT_SAPLRSAP_004 -- INCLUDE ZXRSAU04) then, what are Hierarchy tables, I have to use.
    Also what are Cost center related function modules in BW side
    Thanks in Advance,
    Madhu

    Hi Madhu,
    I need to combine the different heirarchies of 0BPARTNER into one single heirarchy.
    There are around 1500 0BPARTNER heirarchies.
    Could you provide me the sample code to combine the heirarchies?
    Thanks in advance.
    Regards,
    Yogesh Ranade

  • Hierarchy BW User Exit code EXIT_SAPLRSAP_004 ZXRSAU04

    Hi All,
    We are loading Hierarchy data in BW using User Exit by taking data from master dat InfoObject.
    As we thought it's working fine; but on every 2nd load it's getting failed (1st load is success, 2nd load failed, 3rd load success likewise; so every alternate load is getting failed). We tried with all the options in Infopackage.
    As per our assumptions and the requirement we could able to load the data through user exit.
    We need your help in the following code where we are missing or we are missing some process in BW.
    We request you please give us suggestions ASAP.
    thanks in Advance.
    *&  Include           ZXRSAU04
    data:y_i_/BIC/PYIOSID type standard table of /BIC/PYIOSID,
         y_wa_/BIC/PYIOSID type /BIC/PYIOSID,
         lwa_upmode type char1.
    data:y_i_/BI0/HCRM_OBJ_ID type standard table of /BI0/HCRM_OBJ_ID,
         y_wa_/BI0/HCRM_OBJ_ID type /BI0/HCRM_OBJ_ID,
         y_wa_hienode type RSAP_S_HIENODE.
    data:y_I_table like standard table of C_T_HIENODE.
    data: y_v_active type char1.
    data:y_v_n(8) type n.
    *refresh C_T_HIENODE[].
    case I_DATASOURCE.
      when '80CRM_OBJ_IDH'.
    To load the data from YIOSID master data into 0CRM_OBJ_ID hierarchy
       delete  C_T_HIENODE where nodeid ne '00000001'.
        select single *
           from /BI0/HCRM_OBJ_ID
           into y_wa_/BI0/HCRM_OBJ_ID
           where nodeid = '00000002'.
        if sy-subrc eq 0.
         move:C_T_HIENODE[] to y_I_table[].
         refresh C_T_HIENODE.
         move  y_I_table[] to C_T_HIENODE[].
         refresh y_I_table[].
          CALL FUNCTION 'RSHIER_HIER_SUBTREE_DELETE'
            EXPORTING
              I_HIEID                   = y_wa_/BI0/HCRM_OBJ_ID-HIEID
              I_DEL_IOBJNM              = y_wa_/BI0/HCRM_OBJ_ID-IOBJNM
              I_DEL_NODENAME            = y_wa_/BI0/HCRM_OBJ_ID-nodename
      I_DEL_DATETO              =
           EXCEPTIONS
             FOREIGN_LOCK              = 1
             HIERARCHY_NOT_FOUND       = 2
             CANCELED                  = 3
             OTHERS                    = 4
          IF SY-SUBRC <> 0.
            MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          else.
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
           delete C_T_HIENODE where nodeid ge '00000002'.
            commit work and wait.
           wait up to 15 seconds.
            CALL FUNCTION 'RSHIER_HIER_CHECK_AND_ACTIVATE'
              EXPORTING
                I_HIEID        = y_wa_/BI0/HCRM_OBJ_ID-HIEID
              IMPORTING
                E_ACTIVE_STATE = y_v_active
              EXCEPTIONS
                CANCELED       = 1
                OTHERS         = 2.
            IF SY-SUBRC <> 0.
              MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                      WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
       wait up to 3 seconds.
            else.
             commit work and wait.
              CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
            ENDIF.
          endif.
        endif.
        select *
                from /BIC/PYIOSID
                into table y_i_/BIC/PYIOSID.
        if sy-subrc eq 0.
          sort y_i_/BIC/PYIOSID by /BIC/YIOSID OBJVERS.
        endif.
        if y_i_/BIC/PYIOSID[] is not initial.
          move: '0HIER_NODE' to C_T_HIENODE-IOBJNM,
               'OPP_NUM' to C_T_HIENODE-NODENAME,
               '00000002' to C_T_HIENODE-NODEID,
               '02' TO C_T_HIENODE-TLEVEL,
               '00000001' to C_T_HIENODE-PARENTID,
               '00000001' to C_T_HIENODE-childid.
          append C_T_HIENODE.
       move:
             '0HIER_NODE' to c_t_foldert-IOBJNM,
              'OPP_NUM' to c_t_foldert-NODENAME,
              'E'       to c_t_foldert-langu,
              'OPP_NUM' to c_t_foldert-txtsh.
       append c_t_foldert.
          loop at y_i_/BIC/PYIOSID into y_wa_/BIC/PYIOSID.
            if y_wa_/BIC/PYIOSID-/BIC/YIOSID is not initial.
              if y_wa_/BIC/PYIOSID-/BIC/YIOSID gt 2.
                move: '0CRM_OBJ_ID' to C_T_HIENODE-IOBJNM,
                y_wa_/BIC/PYIOSID-/BIC/YIOOBJ to C_T_HIENODE-NODENAME,
                y_wa_/BIC/PYIOSID-/BIC/YIOSID to y_v_n,
                y_v_n to C_T_HIENODE-NODEID,
                y_wa_/BIC/PYIOSID-/BIC/YIOTLEV TO C_T_HIENODE-tlevel,
                y_wa_/BIC/PYIOSID-/BIC/YIOPLEV to y_v_n,
                y_v_n to C_T_HIENODE-PARENTID.
                append C_T_HIENODE.
              endif.
            endif.
          endloop.
        endif.
    endcase.
    *ROSHIENODE

    Hi!
    I had the same problem during this user exit run.
    When load failed a new dump DBIF_RSQL_INVALID_CURSOR appeared.
    My problem appeared because system was loosing cursor during a SELECT...ENDSELECT run.
    I made my SELECTs smaller and everything become fine.
    SDN gives some notes:
    SAP Note Number: 1124093 70SP17: Extraction terminates with DBIF_RSQL_INVALID_CURSOR
    SAP Note Number: 401847   DBIF_RSQL_INVALID_CURSOR during extraction
    SAP Note Number: 675 Unexpected abends in SELECT loops (COMMIT)
    Hope it helps.

  • Exit to be used for hr to update master data

    Hi,
    Can anyone tell me which exit shud be used to update master data in HR module.
    My extraction structure is  HRMS_BW_IS_ATTENDANCE.
    i have to append 'ndays' n to fill this field which exit shud be used.
    Thnx,
    Regards,
    Nishu Gupta

    Hi,
    Transaction Data:
    EXIT_SAPLRSAP_001
    Master Data:
    Attribute:       EXIT_SAPLRSAP_002
    Text:             EXIT_SAPLRSAP_003
    Hierarchy :     EXIT_SAPLRSAP_004
    Happy Tony

  • R/3 user exits for bw

    hi all
    In transaction CMOD , I can see lot of Z projects . I need to check only the ones that are affecting BW extractions . How can i see only ones that are somehow affecting BW ?
    I need to know all r3 side user exits that are used for BW .
    Thanks all

    Hi,
    basically this is only the enhancement RSAP0001 which includes the exit for transactional data (EXIT_SAPLRSAP_001), the exit for master data (EXIT_SAPLRSAP_002), the exit for texts (EXIT_SAPLRSAP_003) and the exit for hierarchies (EXIT_SAPLRSAP_004).
    Hope this helps!
    regards
    Siggi
    PS: Once you implemented these enhancements you can also migrate them into the newer BADI technic by going to transaction smod.

  • How to identify the source field you jumped off in rri-exit

    Hello Forum,
    I need your expertise regarding the following problem:
    We want to fill target fields in the RRI-Exit depending on the source field you called a report.
    When we jump from report 1 to report 2 in BEx Analyzer, we'll get the mdflag in the i_thx_sender table.
    Is there any way to get the same information by calling rri in web? Or is there any workaround to get the information from which field the rri started?
    Many thanks in advance for any idea.
    Kind regards,
    Tobias

    Hi,
    One simple way is goto CMOD and give project names with Z* or Y*. First findout the naming convensions following in  your project and see.
    Then gibe projects one by one and select COMPONENTS option and click on Display, if you find the following Function Exits means it is our DataSource project
    EXIT_SAPLRSAP_001
    EXIT_SAPLRSAP_002
    EXIT_SAPLRSAP_003
    EXIT_SAPLRSAP_004
    Thanks
    Reddy

Maybe you are looking for

  • Force font in a specific domain...

    I prefer a specific font across most sites. However, with 'Allow pages to use their own fonts...' unchecked, is it possible to force a single domain to use its' own fonts with css?

  • How do I create playlists on my ATIV SE from music I synced?

    I have synced my music from AMAZON MP3s, but I can't seem to make playlists on my ATIV SE. I changed from Android, which was very simple to create playlists on my phone.  I see the prompt to "save to playlist" but it's only one song each time.  Shoul

  • 10.4.9 killed Azureus ?

    Ok i don't know what to think anymore. I've been using Azureus ever since i got my brand new MacBook Pro 15" with no problems what so ever. I've been using 10.4.8 just fine. After the 10.4.9 update, Azureus would seem to work ok but the transfers wou

  • Service monitor in WebClient UI

    Hi Dudes, I've been installed CRM 7.0 sp3, and in its release notes, it says: "As of SAP CRM 7.0 SP03, a service monitor is available in the WebClient UI for monitoring the processing status of service transactions." Since I cannot find it anywhere,

  • Skip field in file content conversion (file adapter)

    hy guys, I have a log file and want to convert it into xml. that works fine. the problem is: can I skip some fields that I do not need in the xml with file content conversion the fields I want to skip are the same in every record of the log file. tha