cancel
Showing results for 
Search instead for 
Did you mean: 

Test scenario with CRM

Former Member
0 Kudos

Hi experts,

could someone give me a little help with the following scenario inside XI, please?

CRM services as ESA CRM :

a customer should be able to retrieve a list of all his open transactions since a given date. to retrieve this content 2 RFC are availeble :

Z_READ_OPEN_TRANSACTIONS

-) input : partner number + date_from (YYYYMMDD)

-) output : table with transactions guids (GUID STRING 32 format)

BAPI_BUSPROCESSND_GETDETAILMUL

-) input table with transactions guids (GUID STRING 32 format)

-) output : details of transaction

NOTE ! no additional RFC may be created

3 scenario's to work with :

1) File adapter :

customer place XML (request.xml) in a directory

XI will need to generate a file in format of response.xml

2) Web service scenario

generate a web service with the same functionality as the file adapter

create a test application fot the web service

3) ABAP proxy scenario

XI developer : generate ABAB proxy for the request en response message, Note down the generated ABAB developer

write a BSP front-end for the generated proxy

question

could somebody send me in the right direction to configure an to become a proper result for this 3 scenarios from start till finish please ?

best regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Gwen,

I'm nost sure anyone will give you

a description of all of your scenarios

as they are already described in many

weblogs : files, WS and proxies

so all you need to do is to find appopriate

weblogs and follow them

...then if you have any problems with your scenarios

you can come back and ask in case of any issues

you're scenarios are look quite standard

so the weblogs should provide you with all

detailed steps you need

for a list of weblogs have a look at this thread:

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>