UrbanPro
true
Akshay Godhamgaonkar trainer in Pune

Akshay Godhamgaonkar

Verified
Verified
locationImg Handewadi, Pune
11 yrs of Exp
students 1 student
9 hrs of classes completed
Book a Free Demo
Book a Free Demo

Details verified of Akshay Godhamgaonkar

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Experienced & Certified SAP FICO Trainer; 11+ Yrs Exp.; MBA Finance

Online Classes
I am a certified SAP FICO (ECC+S/4 HANA) Consultant and trainer ( TTT certified) and provide online training since last 1 year. My total years of experience in this field is 11 years.
Ishan

Very good. Would recommend 10/10 Very nice teacher and knows all his basics. Thorough knowledge in SAP.

Languages Spoken

Marathi Mother Tongue (Native)

Hindi Proficient

English Proficient

Education

MIT School of Business, Pune 2012

Master of Business Administration (M.B.A.)

SAP 2022

SAP S/4 HANA

SAP 2022

SAP ECC FI

Address

Handewadi, Pune, India - 411028

Verified Info

ID Verified

Education Verified

Phone Verified

Email Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Classes are not available!

Documents (1)

SAP S/4 HANA Course Content/Sy...

Reviews

5 out of 5 1 review

Akshay Godhamgaonkar https://p.urbanpro.com/tv-prod/member/photo/12409261-small.jpg Handewadi
5.0051
Akshay Godhamgaonkar
I
Verified Student

SAP

"Very good. Would recommend 10/10 Very nice teacher and knows all his basics. Thorough knowledge in SAP. "

Reply by Akshay

Thank you Ishan!

Have you attended any class with Akshay?

Answers by Akshay (3)

Answered on 09/01/2024 Learn IT Courses/SAP +1 IT Courses/Informatica

Ask a Question

Post a Lesson

In SAP BODS, you can replicate each record 4 times using the following approach: Use a Query transform: Add a Query transform in your data flow. This transform allows you to create custom SQL expressions to manipulate your data. Use a UNION ALL statement: Within the Query transform, write a... ...more

In SAP BODS, you can replicate each record 4 times using the following approach:

  1. Use a Query transform: Add a Query transform in your data flow. This transform allows you to create custom SQL expressions to manipulate your data.

  2. Use a UNION ALL statement: Within the Query transform, write a SQL expression that includes a UNION ALL statement to combine the original data with itself multiple times. For example, if your original table is named "source_table", the SQL expression might look like this:

     
    SELECT * FROM source_table UNION ALL SELECT * FROM source_table UNION ALL SELECT * FROM source_table UNION ALL SELECT * FROM source_table

    This SQL expression replicates each record from the "source_table" four times.

  3. Map the output: Map the output of the Query transform to your target table or file.

  4. Validate and execute the job: Validate the data flow to ensure that each record is replicated 4 times as expected. Then, execute the job to perform the data replication.

By following these steps and using the Query transform with a UNION ALL statement, you can replicate each record 4 times in SAP BODS.

Answers 1 Comments
Dislike Bookmark

Answered on 09/01/2024 Learn IT Courses/SAP +1 IT Courses/Informatica

Ask a Question

Post a Lesson

Hi Latha, The XML Parser Error in SAP BODS V4.2SP02 typically occurs when there is an issue with parsing XML data within the SAP BusinessObjects Data Services (BODS) environment. This error can be caused by various issues such as incorrect XML syntax, invalid characters, or mismatches between the XML... ...more

Hi Latha,

The XML Parser Error in SAP BODS V4.2SP02 typically occurs when there is an issue with parsing XML data within the SAP BusinessObjects Data Services (BODS) environment.

This error can be caused by various issues such as incorrect XML syntax, invalid characters, or mismatches between the XML structure and the parsing logic.

To troubleshoot this error, you can start by checking the XML source data for any syntax errors or inconsistencies. Additionally, review the XML parsing logic and ensure that it is compatible with the structure of the XML data being processed.

If you have specific error messages or details about the XML Parser Error, providing more information would allow for a more targeted and accurate resolution.

Regards,

Akshay

Answers 3 Comments
Dislike Bookmark

Answered on 09/01/2024 Learn IT Courses/SAP +1 IT Courses/Informatica

Ask a Question

Post a Lesson

Yes, it is possible to migrate BODs jobs into Informatica ETL tool. However, there are some differences between these two tools. For ex, in BODS, there is a concept called Template tables which will automatically useful to create source schema. But in Informatica, we need to manually create source schema... ...more

Yes, it is possible to migrate BODs jobs into Informatica ETL tool. However, there are some differences between these two tools. For ex, in BODS, there is a concept called Template tables which will automatically useful to create source schema. But in Informatica, we need to manually create source schema every time12. Similarly, in BODS, there are SQL scripts which we can use to achieve business logic before or after a job is finished. In contrast, in Informatica, we need to manually export jobs.

Answers 2 Comments
Dislike Bookmark
x

Ask a Question

Please enter your Question

Please select a Tag

Teaches

Classes are not available!

5 out of 5 1 review

Akshay Godhamgaonkar
I
Verified Student

SAP

"Very good. Would recommend 10/10 Very nice teacher and knows all his basics. Thorough knowledge in SAP. "

Reply by Akshay

Thank you Ishan!

Have you attended any class with Akshay?

Answers by Akshay Godhamgaonkar

Answered on 09/01/2024 Learn IT Courses/SAP +1 IT Courses/Informatica

Ask a Question

Post a Lesson

In SAP BODS, you can replicate each record 4 times using the following approach: Use a Query transform: Add a Query transform in your data flow. This transform allows you to create custom SQL expressions to manipulate your data. Use a UNION ALL statement: Within the Query transform, write a... ...more

In SAP BODS, you can replicate each record 4 times using the following approach:

  1. Use a Query transform: Add a Query transform in your data flow. This transform allows you to create custom SQL expressions to manipulate your data.

  2. Use a UNION ALL statement: Within the Query transform, write a SQL expression that includes a UNION ALL statement to combine the original data with itself multiple times. For example, if your original table is named "source_table", the SQL expression might look like this:

     
    SELECT * FROM source_table UNION ALL SELECT * FROM source_table UNION ALL SELECT * FROM source_table UNION ALL SELECT * FROM source_table

    This SQL expression replicates each record from the "source_table" four times.

  3. Map the output: Map the output of the Query transform to your target table or file.

  4. Validate and execute the job: Validate the data flow to ensure that each record is replicated 4 times as expected. Then, execute the job to perform the data replication.

By following these steps and using the Query transform with a UNION ALL statement, you can replicate each record 4 times in SAP BODS.

Answers 1 Comments
Dislike Bookmark

Answered on 09/01/2024 Learn IT Courses/SAP +1 IT Courses/Informatica

Ask a Question

Post a Lesson

Hi Latha, The XML Parser Error in SAP BODS V4.2SP02 typically occurs when there is an issue with parsing XML data within the SAP BusinessObjects Data Services (BODS) environment. This error can be caused by various issues such as incorrect XML syntax, invalid characters, or mismatches between the XML... ...more

Hi Latha,

The XML Parser Error in SAP BODS V4.2SP02 typically occurs when there is an issue with parsing XML data within the SAP BusinessObjects Data Services (BODS) environment.

This error can be caused by various issues such as incorrect XML syntax, invalid characters, or mismatches between the XML structure and the parsing logic.

To troubleshoot this error, you can start by checking the XML source data for any syntax errors or inconsistencies. Additionally, review the XML parsing logic and ensure that it is compatible with the structure of the XML data being processed.

If you have specific error messages or details about the XML Parser Error, providing more information would allow for a more targeted and accurate resolution.

Regards,

Akshay

Answers 3 Comments
Dislike Bookmark

Answered on 09/01/2024 Learn IT Courses/SAP +1 IT Courses/Informatica

Ask a Question

Post a Lesson

Yes, it is possible to migrate BODs jobs into Informatica ETL tool. However, there are some differences between these two tools. For ex, in BODS, there is a concept called Template tables which will automatically useful to create source schema. But in Informatica, we need to manually create source schema... ...more

Yes, it is possible to migrate BODs jobs into Informatica ETL tool. However, there are some differences between these two tools. For ex, in BODS, there is a concept called Template tables which will automatically useful to create source schema. But in Informatica, we need to manually create source schema every time12. Similarly, in BODS, there are SQL scripts which we can use to achieve business logic before or after a job is finished. In contrast, in Informatica, we need to manually export jobs.

Answers 2 Comments
Dislike Bookmark
x

Ask a Question

Please enter your Question

Please select a Tag

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more