I am extraction through an legacy system using some abap programs

hi all,
I am just curious to find out is there any debugingg procedure that can be carried out to check the data loading from external systems.
I am aware of simulate updation option at the infopackage level. Can anyone let me know how to debug the data that is been flowed in the bw system using an abap progm.
regds
hari

Other than the simulate updating there is nothing in BW that let's you know the flow of the data, this debugging method actually does everything you need to debug, I really don't know why it is necessary to have a tool more than this. Line by line you will see what is happening to specific records and where it is throwing error.
thanks.
Wond

Similar Messages

  • BO DI for extracting data from legacy system to SAP BW 7.0

    Hi,
    Has anyone worked on scenario where BO Data Integrator is being used as ETL tool for extracting data from legacy systems to SAP BW 7.0 ?
    Please share your experience on such a landscpae or related documents any of you had come across.
    Regards,
    Pritesh

    There are couple of them - Lawson ERP, Kalido, AS/400.  ECC 5.0 might be there as well.
    Regards,
    Pritesh.
    Edited by: pritesh prakash on Jun 14, 2010 2:00 PM

  • Attach files to a Shopping Cart in SRM portal using a ABAP program.

    Hello.
    We need to attach files to a Shopping Cart using a ABAP program and see them in SRM portal.
    Currently we know how to attach files in the backend using the function Xxxxxxxxxx but with this function we can not see the attachment in the SRM portal.
    Do you know someway to attach files direclty in the front-end using a program?
    Maybe i have to attach first in the back-end and after that transfer to front-end?
    I have seen some thread but the solution provided is in the other way arround (transfer from front-end to backend) and then is not useful for my proble.
    Thanks in advance.
    Kr,
    Angel.

    Hello Angel,
    You can attach a file to SC ,and it is a standard functionality provided in SRM.
    While creating a Shopping cart,under Documents and attachements tab,there is an option to select a local file and attach it to a SC
    If you are looking at attaching the document in SRM and sending it to BE system.(R/3 system), then have a look at SAP note Note 1057932 - FAQ: Atachment transfer to backend, Required Configurations.
    The Following BADI’s will have to be implemented to allow the above functionality
    For transfer of attachments in PO , activate the BADI BBP_CREATE_PO_BACK. Set the values of the following parameters in the
    method BBP_CREATE_PO_BACK~Fill_PO_INTERFACE
    CV_ATTACH_TRANSFER_ACTIVE = 'X'
    CV_ATTACH_BE_STORAGE_CAT = 'DMS_C1_ST'
    CV_ATTACH_BE_DOC_TYPE = 'SRM'.
    For transfer of attachments in PR, activate the BADI
    BBP_CREATE_REQ_BACK. Set the values of the following parameters in the method BBP_CREATE_REQ_BACK~FILL_REQ_INTERFACE
    CV_ATTACH_TRANSFER_ACTIVE = 'X'
    CV_ATTACH_BE_STORAGE_CAT = 'DMS_C1_ST'
    CV_ATTACH_BE_DOC_TYPE = 'SRM'.
    Award points if useful.
    Thanks
    Arshad

  • How to access Infocube content using an ABAP program

    Hi,
       I am trying to access infocube contents using a ABAP program in BW.
       It is easy to access ODS content as we have NEW DATA or ACTIVE DATA
       tables. Is there any way we can access Infocube content.
       I tried using the FACT table but it has only Keyfigure data.
    thanks
    arshad.

    Hi,
    I would suggest to use a transactionnal cube, even if you do not use BPS to feed it.
    Then, you create a layout in transaction BPS0 (~ similar to a query), and you can access the cube content by simply using the SAP function <b>API_SEMBPS_GETDATA</b>.
    This is easy and fast.
    Regards,

  • Extracting data from Legacy system - How do we get the data into a normaliz

    Hi All,
    Requirement that I have now is to get the data from 6 different tables ORACLE database to BI using DB Connect, where in each of those 6 tables has the transactional data as well - If it is only 2 tables, would have been creating a view and get the data. Each of the 6 tables are linked to one other by the Primary Key and Foreign key relation ship.
    If it is from ERP system we would have created a Functional Module.
    Please advice me on how to get the data to BI end from those tables in Legacy system.
    Thanks in advance.

    Anil:
    I recommend following Ralph Kimball's EDW data modeling principles.
    Have a staging layer of DSO's with data dump from source system. So have 6 different DSO's extracting data from 6 tables from source system independently.
    Then have an integeration layer of DSO's depending on requirement. You could combine data from 2 or more DSO's here based on requirement and integrate your data here. Use primary key foreign key relationships here to do look ups or direct loads to do your business logic.
    Then have an analytical layer of InfoCubes, MultiProviders, InfoSets as required.
    The 3 layered architecture is a standard best practice that i have seen followed in many organizations. You could search for this type of architecture online under EDW (Enterprise Data Warehouse). There should be plenty of information available.
    Good Luck.
    MP.

  • How to extract data from legacy system to source file

    Hi can anyone tell me the procedute to copy data from legacy system to source files....this data needs to be moved to base tables
    can any one tell me the procedure and any sample code i,e any example
    Thanks & Regards
    Krish

    You should post your thread to ...:
    http://forums.oracle.com/forums/forum.jspa?forumID=183
    providing all necessary info......!!!!
    Greetings...
    Sim

  • Can we update BW infocube from SAP using Custom ABAP program ?

    Hi,
    My requiremnet is to update the infocube using data from R/3 .
    I have a custom report program and users want this data in BW.
    Let me if there are any FM? from which we can call via RFC or any other alternatives?
    Rgds
    Praveen

    report must be an ABAP program in ECC I guess...Why dont you look forward for generic extraction...
    Check this one:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0f46157-e1c4-2910-27aa-e3f4a9c8df33

  • Integrating External Operating System Commands into ABAP program.

    Hi folks,
    using the transaction code sm69 it is possible to create an SAP command that's executing an operating system command.
    Is it possible to integrate such an SAP command into our ABAP programs ?
    How would we do so ?
    Regards
    Thomas

    Hello Thomas,
    We have an easier way of achieving this without declaring a command in SM69.
    Try the below piece of code:
    DATA: command LIKE rs37a-line.
    DATA: BEGIN OF tabl OCCURS 0,
              line(2000),
          END OF tabl.
    command = 'ls -l'.
    CALL 'SYSTEM' ID 'COMMAND' FIELD command
                  ID 'TAB'     FIELD tabl-*sys*.
    Replace the string in the variable 'comand' with any UNIX command.
    Regards
    Sabu

  • Find dictionary object used in ABAP program

    Dear All,
    Pl help me find out all the dictionary objects used in report program and dialog program.
    Input will be program name(report or module pool). output will give name of the database tables used in that program.
    thanks.

    Hi,
    Use the FM RS_PROGRAM_TABLES
    pass the object type as PROG for report and the program name for object name
    Vikranth

  • Re-use of ABAP Program ID from SAP Application in BODS 4.0

    Objective:
    1. We have used ABAP Program ID in DataStage 7.5. For example, ZDSYE001
    2. The above ABAP Program ID is residing in SAP Application Server.
    3. Now we need to use the same ABAP Program ID [ZDSYE001] in SAP BODS 4.0
    =====================================================================
    ISSUE/ERROR:
    1. In SAP BODS 4.0, we create a Datastore for SAP Application with all the configuration details.
    2. We are able to view external metadata for tables but not for ABAP Program ID.
    3. For ABAP Program ID, we are getting below error while using Extractor Object in Datastore to get the ABAP program ID:
    Cannot import the extractor<name=ZDSYE001>
    Error creating RFC Fuction<Z_AW_EXTRACTOR_IMPORT>:<RFC_ABAP_EXTRACTION-Exception Key:FU_NOT_FOUND,SYS-MSGTY:E,SY-MSGID:FL,SY-MSGNO: 046)>.Notify Customer Support (BODI-1116153)
    =======================================================================
    Please provide your inputs ASAP

    Hi,
    Please check this wiki pages for more information on how to solve your issue:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/ReleasingExtractorsforusebytheODP+API
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=217449812
    Hope it helps,
    Pedro

  • Extracting data from SAP system using Shared directory

    Hi,
    sapian.
           I need the detail steps about creation of data store for a sap system in BODS for extraction of data in Direct download method.Can any of you suggest me the steps about it. I need the details about Application server: Working directory:  credentials....
    Thanks in advance,
    Regards
    Kishor

    Check this -
    SAP Topics - Enterprise Information Management - SCN Wiki

  • HT201205 How can I connect to a bluetooth devise and use the head phones at the same time? I have a new  ipod Touch  (32GB)'and want to play through a stereo system using the headphone jack and connect to a blue tooth speaker in another room

    How can I

    Not possible, there is a physical switch inside the headphone port, when the headphone jack is plugged in the switch is open and disables the iPod speaker and Bluetooth networks. Cheers.

  • We are trying to send the ACK's to the legacy system using JMS adapter, MQ

    MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Connector for ConnectionProfile of channel: CC_R_JMS_MATRICSToECC114_ACKon node: 203681450 having object id: ac4f4f5b61793872a403ec3ad546e979 encountered error: MQJMS2007: failed to send message to MQ queue in sending to destination queue:///TQ1E.KFCAT.DEV.ASAPTOMATMM.REMOTE?targetClient=1, the message message: JMS Message class: jms_text JMSType: null JMSDeliveryMode: 2 JMSExpiration: 0 JMSPriority: 4 JMSMessageID: null JMSTimestamp: 1188331798094 JMSCorrelationID:46d4af9f-6f63-1ef4-e100-00000a3597fc JMSDestin.
    Any thoughts would be greatly appreciated.
    Regards,
    Srujanks

    You cannot send ack messages to a JMS queue as ACK messages have no payload.
    You have to tranform the ack message to a real message, this can be done with BPM.
    Regards
    Stefan

  • Generating DSOs by using a ABAP program

    Hi Experts,
    We have a requirement like mass generation of infoobjects through excel file as input. Similarly we need to create 20 to 30 dso's by giving excel file as input.In that file we mention DSO technical name,properties,key fields and data fields. By using this information we have to generate dso automatically in BI system.
    Any one have had implemented this in their project. I searched in Google for this, but no information found.
    Please share me the code/Program/Function Module to achieve it.
    Your help is much appreciated.
    Thanks in advance.
    Regards,
    Vijay.

    Hi Vijay,
    Yo have to use the BAPIs BAPI_ODSO_CREATE and BAPI_ODSO_ACTIVATE.
    I have used these BAPIs in my approach for generating Reporting InfoObjects based on Business Content. Here you have the option to generate a "template" DSO. Please have a look at my document Implementing Reporting InfoObjects based on Business Content. Here you can find sample coding in Class YCL_BW_REP_IOBJ Method GENERATE_TEMPLATE_DSO.
    Best regards,
    Sander

  • Search help for local system directories in ABAP program

    Hi all,
    Can anyone tell the standard search help available for local system directories on the client system?
    Regards,
    MVD

    Hi,
    You can use this FM.
    <b>RZL_READ_DIR_LOCAL</b> - Get list of files within specific directory(Application Server)
    *& Report  ZDIRFILES                                                   *
    REPORT  ZDIRFILES    .
    PARAMETER: p_fdir            type pfeflnamel DEFAULT '/usr/sap/tmp'.
    data: begin of it_filedir occurs 10.
            include structure salfldir.
    data: end of it_filedir.
    *START-OF-SELECTION
    START-OF-SELECTION.
    * Get Current Directory Listing for OUT Dir
      call function 'RZL_READ_DIR_LOCAL'
           exporting
                name     = p_fdir
           tables
                file_tbl = it_filedir.
    * List of files are contained within table it_filedir
      loop at it_filedir.
        write: / it_filedir-NAME.
      endloop.
    Or
    <b>FILE_GET_NAME</b> - Retrieve Logical file path.
    Use Transaction 'FILE' to view/create logical file paths
    Hope this will help.
    Regards,
    Ferry Lianto

Maybe you are looking for

  • ITunes won't open when iPod is connected

    Hello, I tried syncing my 3rd Generation Ipod Nano like I always do, via a dock connector and my laptop. But when I plugged it in it at first wasn't being recognized by iTunes (10), so I closed the program to see if a reboot of the program would solv

  • Identify Trading Partner EDI X12 over File Protocol

    Hi I am working on EDI X12 (835) over File Protocol. The EDI payloads I will be getting will hold same EDI InterchangeIds, Group, or Exchange. oracle.tip.adapter.b2b.edi.identifyFromTP = ANY and I have given oracle.tip.adapter.b2b.allTPInOneDirectory

  • Bonded Warehouse-Import duties

    Dear All, We have created a bonded ware house plant and transferring the material from the bonded warehouse to other plant by the following way. 1.) ME21N - Create STO (in Main Plant, Supplying Plant as Bonded Warehouse Plant) Here in this PO, mainta

  • Inserting flash into Captivate

    I have a flash (swf) file that I want to insert into my captivate that starts out Invisible (Transparent) it has a hotspot on it when you roll over that hotspot the body of the flash shows. Basically I'm trying to have a hide show layer on a specific

  • Tomcat SAXParseException Error

    i got a severe startup error in Tomcat. Aug 11, 2004 11:07:10 AM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 1 column 64: Document root element "web-app", must m atch DOCTYPE root "null". org.xml.sax.SAXParseException: Docu