cancel
Showing results for 
Search instead for 
Did you mean: 

hi

Former Member
0 Kudos

Dear Flock,

I have face some of difficult in below Questions.If any one Please give me replay.

1. If you are using Soap Adapter how will you read the text / pdf file and does soap request will generate dynamic URLs ? If so how?

2. If you are using Soap adapter sender side and mentioning Sender BS and Outbound Interface in the URL then what is the need to give two parameter (Namespace and Outbound Interface)in the Soap Communication channel? If you give dummy namespace and outbound interface what will happen?

3. If you are using Idoc adapter receiver side and there are 10 line items in the sender side, based on some condition it should map the header data to 10 different Idocsu2026 how?

4. If you have written a java mapping using some tool and created a .jar fileu2026how will you import it and how will you read it and how will you map it?

5. How many ways of database lookups?

6. If you are using JDBC Adapter can you update the record in different tables at a time? If so how?

7. If you are using XSLT mapping how do you map??? What is the method you have used?

8. If you are using Java/XSLT mapping and that mapping have been written for some fields, but which are not sufficient Eg. You have written mapping for 2 fields and target (Inbound Interface) have 4 fields then how will you map them??? Does it throw error??? And does XI will validate java/xslt mappings?

9. If you are using Java mapping what method you have used to read the jar/zip file.

10. What is context handling??? How do you do?

11. Context handling how do you do with respect to IDoc?

12. How did you do database lookups?

13. What are the other activities you have done other than graphical mapping?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Satish,

These questions are already discussed in forum. Before posting any questions please serach the same in forum.

Yuga

Answers (3)

Answers (3)

JPReyes
Active Contributor
0 Kudos

This is the third time i warn you...

Read the "Rules of Engagement"

  • One question per thread,

  • No interview questions

  • Use a proper subject

Former Member
0 Kudos

Hi,

please read this thread about how to post questions:

/thread/117188 [original link is broken]

As your questions are very general you should search a for them in SDN (specially SAP Help) and you will find the answers.

Regards

Patrick

former_member192295
Active Contributor
0 Kudos

Hi,

Find the respose

1. If you are using Soap Adapter how will you read the text / pdf file and does soap request will generate dynamic URLs ? If so how?

2. If you are using Soap adapter sender side and mentioning Sender BS and Outbound Interface in the URL then what is the need to give two parameter (Namespace and Outbound Interface)in the Soap Communication channel? If you give dummy namespace and outbound interface what will happen?

For receiver identification we need namespace or interface name, if u give dummy name it will throw error

3. If you are using Idoc adapter receiver side and there are 10 line items in the sender side, based on some condition it should map the header data to 10 different Idocsu2026 how?

Through multi mapping technique we can work

4. If you have written a java mapping using some tool and created a .jar fileu2026how will you import it and how will you read it and how will you map it?

Through External definition we can import jar files. In interface mapping choose java mapping and select java mapping file, automatically java mapping will work

5. How many ways of database lookups?

RFC , JDBC and proxies

6. If you are using JDBC Adapter can you update the record in different tables at a time? If so how?

It is possible through update query

7. If you are using XSLT mapping how do you map??? What is the method you have used?

it is like java mapping

8. If you are using Java/XSLT mapping and that mapping have been written for some fields, but which are not sufficient Eg. You have written mapping for 2 fields and target (Inbound Interface) have 4 fields then how will you map them??? Does it throw error??? And does XI will validate java/xslt mappings?

it will throw error or go exception

9. If you are using Java mapping what method you have used to read the jar/zip file.

through standard java coding, find it in SDN

10. What is context handling??? How do you do?

11. Context handling how do you do with respect to IDoc?

12. How did you do database lookups?

Through JDBC adapter

13. What are the other activities you have done other than graphical mapping?

XI support Graphical, java, abap and XSLT mappings only

If you want more help search in form