Quantcast
Channel: SCN : All Content - Data Services and Data Quality
Viewing all 4013 articles
Browse latest View live

SAP Data Services using LSMW for data migration into SAP ERP

$
0
0

Hi all,

 

In our last roll out project we used LSMW for DMIG into SAP ERP.


Now, IT department has adquired SAP Data Services and we are forced to use it.

 

Actually for the new country roll out we just wanted to re-use all our LSMW projects, but now we have to place SAP DS for ET and LSMW for L.

 

I have made some assumptions and perhaps someone can confirm if my understanding is correct.

 

1. SAP DS will extract and transform and leave the files on the Server where LSWM will pick them up for loading.

 

2. Since Transform will be moved from LSWM to SAP DS we have to assign a  MOVE 1:1 conversion for all fields in LSMW (step "Maintain Field Mapping and Conversion Rules".

 

3. I am afraid we cannot reuse the conversion rules by copy&paste from LSMW to SAP DS.

 

Therefore I would like to check all conversion types used our  LSMW-Projects:

 

1. Translation Conversion tables

 

I guess I have to recreate the conversion tables we used in LSMW as a permanent DB table in MySQL or as a Excel file and Import it in the SAP DS Designer thru a datastore, right?

 

2. Fixed values / Constants

 

In SAP DS in the Queries I have to apply coding in the correspoding fields of the Schema Out, right?

Is there an alternative to the hard coding in SAP DS? If I use a fix value for our principal Company code BUKRS and some day this value changes I do not want to go in SAP DS to each dataflow query and replace it...

 

3. Translations: ABAP coding

 

We have lots of ABAP coding in our LSMW programs. Principally it checks against 1-2 customizing tables in SAP ERP and retrieves the right value.

For example: go with the old customer number to KNA1 and get the new customer number and the take from another table KNVV (or something like that) and retriebe the contact Person Name: Migrate this contact Person name.

 

So if we take the complete coding out of LSMW in SAP ERP and place it into SAP DS in a Transform (using SAP DS Scripting Language or Python)

which kind of transform should I use and how do I make the connection for this calls to SAP ERP? Do I use a SAP_target datastore? or is there something like a RFC-enabled function module in SAP DS that I can trigger to retrieve the required info from the SAP ERP System?

 

Or should I try to convince the managment to leave all ABAP conversion coding in LSMW in SAP ERP?

 

I hope this challange calls the attention of someone. There should be more than my project where LSMW will be replaced by SAP DS. .

I checked for existing positngs on this but could not found the ansers to my questions.

 

Thanks for any recommendation.

 

Andrzej


Cannot view data for SAP CRM table in BODS 4.2 SP5

$
0
0

Hi

 

I created a new datastore in BODS local repository to connect to our QA CRM environment. I was able to import some tables but not able to view data for table BUT000. I checked in SAP logon with my userid and was able to see the table data in SE16 transaction.

 

 

Error calling RFC function to get table data: <RFC_ABAP_EXCEPTION-(Exception_Key: DATA_BUFFER_EXCEEDED, SY-MSGTY: E, SY-MSGID: FL, SY-MSGNO: 046, SY-MSGV1: /BODS/RFC_READ_TABLE)>.

 

 

 

Any inputs would be appreciated!!

 

Regards

Arun Sasi

 

Message was edited by: Arun Sasi

Performance issue: how to find the bottleneg?

$
0
0

Hi there,

 

I just started with SAP DS and have a performance issue in my dataflow.

 

In SAP ERP I would run a trace (transaction ST05) to see which process takes most time.

 

Where can check the performance issue in SAP DS?

 

In the "interactive debugger" or in the "trace log" or somewhere else?

 

Thanks and regards,

 

Philip

DS Management Console: Data Validation: There is no data available

$
0
0

Hi,

 

I have created a job with a data flow containing a VALIDATION transform.
and put one simple rule

 

If the COUNTRY-field value is unequal DE then go to FAIL-File.

If the COUNTRY-field value is equal DE then go to Pass-File.

 

Job works fine.

I see the failed records in the right file and in rule-violation.

 

When I execute the job I marked in the pop up:

 

X collect statistics for optimization

X collect statistics for monitoring

 

Then I expected to see something in the Data Services Management Console under DATA VALIDATION.

However it loads a while and then displaysthe message "There is no data available".

 

Tried it several times.

 

Which setting is missing here?

 

Thank,

 

Andrzej

Error when calling BODS as a Web Service

$
0
0

I have created a Python process that calls a JOB from the data service (BODS).

 

I am able to call the authentication job, and it returns me a SessionID. Than with the session ID, I call a job service. Later I poll every X seconds this service to see if it has finished or not.

 

Sometimes, it works like a charm. The job runs and I am able to poll for the results.

 

MOST OF THE TIME, the server simply returns different problems (job not found, sessionID not valid, etc). Five seconds later, the process try again and it randomly works, with same code, call, sessionID, all.

 

Below an example of the error XML.

 

<?xml version='1.0' encoding='utf-8'?>     <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">          <soapenv:Body>               <soapenv:Fault>                    <faultcode>Sender</faultcode>                    <faultstring>Web Services security enabled and session validation failed.  Error: Invalid sessionID supplied in soap request.</faultstring>               </soapenv               <soapenv:Fault>          </soapenv:Body>     </soapenv:Envelope>

 

Can someone explain me this instability? How could I check what is happening? Any log or evidence of why the error occurred?

 

Thanks

EIM Meet the Expert Sessions

$
0
0

Purpose


The Enterprise Information Management (EIM) Meet the Expert Sessions have been created to provide opportunities for SAP Enterprise Support & Max Attention customers to obtain in-depth knowledge regarding EIM products like SAP Data Quality Management (DQM), SAP Data Services (DS), and SAP Information Steward (IS). Rather than the more high-level overviews provided by our Customer Virtual Coffee Corner sessions, the Meet the Expert (MTE) sessions delve a little deeper, providing insight into the specifics of the EIM products that interest you.

 

Please join us soon, via the SAP Enterprise Support Academy, for a MTE session

 

To stay informed concerning upcoming MTEs, please click the "Follow" link you see to the right.

 

New

  • March 24, 2016

Trusted Authentication for SAP Data Services and SAP Information Steward - Setup Walk-Through

  • April 21, 2016:

Configuring AD/Kerberos Single Sign-On for SAP Data Services and SAP Information Steward

  • May 19, 2016:

Wdeploy Overview for SAP Data Services and SAP Information Steward

 

Recordings of Previous MTEs

 

What are Your Ideas?

 

Are there areas of EIM products you'd like to see covered? Please share with us your topic ideas. We'd LOVE to hear from you!


Just click here to send us an email. Thank you!

SAP BODS - ECC BAPI sample Scenario

$
0
0

Hi All,

I am new to BAPI's using in BODS and now working on extracting data from ECC using BAPI functions and loading into ECC using BAPI function, so for extraction i have done successfully and got the output data, but for loading the data into ECC through BAPI, i am in a coufusion on how to provide the source table, and what BAPI i need to use, and how to map the source table columns with BAPI input parameters.

 

  Can anyone provide me one end to end scenario with .atl file example with any BAPI function, it would be so much helpful to me to complete my work. please send me the scenario to mail ID prasannakumar.pendela9@gmail.com  as here we cant attach files

 

 

 

 

Thanks in Advance

PrasannaKumar Pendela

SAP BODS RDS standard ATL files: where to download?

$
0
0

I remember using the SAP delivered standard ATL files at another client. There was a DVD and all the ATL files are on the DVD.  The DVD is related to the SAP RDS "rapid deployment solutions" packages.    But I don't have the DVD # anymore.   Anyone has this information?  It will save tons of development time.   Specifically I am looking for Utilities-specific ATL files but the other ATL files will help in my future projects as well. Thank you guys.


Sending idocs from SAP ECC to Data Services

$
0
0

Hi,

 

I have a problem when I send IDOCs to DS in a batch job.

I generate the idoc file in sap (t-code WE63) and I have fill the field Idoc file into the idcoc box in data services. Well, when I execute I receive this error:

 

17044 16168 R3C-054010 8/1/2013 10:07:55 AM Processing the IDoc from the file <D:/DS_FILES/XML IDOCS/WBBDLD02.txt> failed because Data Services no longer supports its

17044 16168 R3C-054010 8/1/2013 10:07:55 AM format. Regenerate the IDoc file in SAP and replace the file.

 

I dont really know what is my mistake.

 

Thanks in advance.

Best practice data migration templates

$
0
0

Hi,

 

I am looking for the data migration templates for migration to ERP/CRM.

My requirement is slightly different- I am currently not migrating to ERP or CRM but I know these templates are extremely useful as examples for other data migration as well.

 

I attended a training course about data migration with Data Services several years ago when this solution was just being offered.

The templates for data mapping (Excel files) and the pre-configured Data Services jobs were very complete, robust and easy to use.

At the time, these templates could all be downloaded on SCN.

 

It looks like this solution is now offered as the Best Practice / Rapid Deployment Solution for Data Migration for ERP/CRM.

The content is available for download, and I have just downloaded a 25Mb documentation file.

This file does not contain the actual configuration files (atl files) or Excel mapping spreadsheets. The complete solution can also be downloaded, but the combined size of the three files is nearly 3GB.

 

My question is what is the easiest way to get the atl files, Excel mapping templates (and perhaps some documentation about the atl files). Do I really have to install the complete RDS solution or is there a shortcut?

 

Thanks,

 

Jan.

BODS mass-start batch jobs

$
0
0

Is there a way to start all batch jobs grouped under a certain project?

Thanks.

Error handling or new mechanism for not reading the empty file

$
0
0

Hi All,

 

Could you please help me for the below question:

 

I have BODS job whose source is flat-file and target is HANA in between followed by query transformation, table Comparison and map operation.

 

Flat-File > Query Transformation > Table Comparison > Map Operation > HANA

 

Now I don't want to process the job when the flat file is empty, but it should be successful.

 

Can we have any new mechanism  for not using the Table Comparison and Map Operations.

 

Can I have any suggestion for the successful execution.

 

NOTE: File will be placed by SAP MDM.

The value of attribute "value" associated with an element type "DIAttribute" must not contain the '

$
0
0

Hi Everyone,

 

The value of attribute "value" associated with an element type "DIAttribute" must not contain the '<' character.

 

we are unable to run jobs in Management Console.

 

Could You Please Help me..

 

Thanks & Regards,

Krishna

BO 4.0 - Unable to read xlsx (excel 2007) source

$
0
0

Hi Experts,

 

We use BusinessObjects Data Services 4.0 SP2 Patch 4, version 14.0.2.409 on Windows 2008 Server.We ran the job to

load data from a new excel (xlsx) file into database table, but we received the error message 'Could not find worksheet ... in file ..'.

But it works when we use excel 1997-03 format file (xls).

 

Could you please guide me as to what has caused such an error and how to resolve this.

Any configuration is missing in DS server or DS client?

 

Thanks,

Vicky

how to load data from Oracle & ECC system to Flat file(SFTP) as target

$
0
0

Hi All,


We got a requirement

1.) load the data from SAP ECC system using a custom ABAP program to Flat file(.txt) on SFTP server(target system).

 

and

 

2.) load data from oracle DB to Flat file(.txt) on SFTP server(target system).

 

I know how to extract the data but the problem is loading the data into flat files as a target system(SFTP)

 

we are using BODS 4.2 version,

 

source system:

ECC 6.0 & Oracle 11g

 

and

target system( SFTP File server)

 

 

your efforts would be appreciated.

 

Thanks in advance


How to delete tasks in my work list of Information steward

$
0
0

Hello Experts,

 

I would like to delete the tasks in my work list of information steward, could some one guide me the list of steps to be followed to do the same.

 

 

 

Thanks in advance,

Data Services Repository tables - job GUID

$
0
0


Hello.

 

I am interested in the possibilities of reading the job_GUID from the metadata repository tables. I am aware that there is the table AL_SCHED_INFO, but this requires adding a schedule to the job. There is also AL_HISTORY_INFO and ALVW_HISTORY, but this requires running the job.

 

My question is: is it possible to find the job_GUID from the metadata repository assuming that the job has never been run and does not have a schedule?

Thank you in advance.

What is transactional ordering in SAP BODS?

$
0
0

Hi All,

 

What is transactional ordering in SAP BODS?

 

Thanks,

Shweta

Meta Job is not triggering the underlying jobs

$
0
0

Hi,

 

I have a meta job in data services which is containing a script to trigger the underlying jobs.

 

I have this meta-job scheduled in DS. Post the upgrade when this meta job is triggering is not kicking off all the underlying jobs but only a few.

 

I have recreated the schedule multiple times but still the same issue.

 

Has anyone encountered something like and could help me please with a solution.

 

Thanks,

Shwetabh

HTML email via SAP BODS (Data Services)

$
0
0

Hello,

I'm trying to send email from BODS using SMTP_TO / MAIL_TO functions. The message that I'm trying to send is as below:

 

<html>

  <head>

  </head>

  <body>

    <table style="background-color:black;">

      <tr>

        <td>

          <label style="background-color:white;">Test HTML email</label>

        </td>

      </tr>

    </table>

  </body>

</html>

 

When I receive the email, I'm receiving just the above text AS IS. I would like to receive it in a HTML format which should say just say "Test HTML email" with a black background. Is there anyway to accomplish this in Data Services?

Viewing all 4013 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>