cancel
Showing results for 
Search instead for 
Did you mean: 

Testing the Scenario

Former Member
0 Kudos

Hi,

I have developed a

File(FTP) to Proxy scenario.

How to test this scenario whether working fine or not.

Thanks,

Swapna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Follow the below process.

1) Check whether ur file got picked up or not through RWB channel monitoring.

2) Go to SXMB_MONI check the input payload and output payload.

3) Go to R3 and check the strucutre whether it is filled with the data or not?

4) Use commit work at the end of the method that is mandatory.

5) U can debug ur Server proxy please refer the below weblog for the same.

Debugging Inbound Proxy:

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

6) Check the table at r3 whether ur required data has been updated or not?

These are the steps which will help u in finding out the problem.

Check the below weblog for Server proxy.

Server Proxy -

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

File to Inbound Proxy:

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Thnx

Chirag

Former Member
0 Kudos

Hi Gohil,

Please tell me if I have to log into the FTP server and place the test file in the specific folder.

Or ask the concerned person to provide the test data.

One more thing Whether I have to keep the mode as Delete or Test.

Actually I am using Archive. And placing the read files in the archive directory.

For testing I have to change the mode or continue with the same mode and delete the file from the Archive directory.

Waiting for your reply.

Thanks,

Swapna.

Former Member
0 Kudos

Hi,

For testing purpose u can create ur own test data which should be in proper format i mean if u r using the Fixed length file or CSV accordingly u create the test data.

also if u r using FTP then u might be having the FTP installed on ur desktop and put the file into the required directory of FTP and use the same path in Adapter channel.

If u put the test mode then ur communication channel will be polling the file after the particular poll interval so ur comm channel will be polled and will be active, I suggest u put the mode to delete so that u come to know that file has been picked up or not from the directory?

Thnx

Chirag

Former Member
0 Kudos

Hi Gohil,

I don't have any FTP installed on my Desktop.

But I was given the FTP server name,port,

user name and the pass word.

With that I can log in to the FTP server and place the file in the source directory.

Am I doing right .

If not pls correct me .

I am leaving for the day. Waiting for your answer.

See you tomorrow.

Thanks,

Swapna.

Edited by: swapna on Jan 1, 2008 3:07 PM

Former Member
0 Kudos

Hi Swapna,

Yes you can login to FTP server from your desktop. You dont need to have FTP installed in your PC to copy files in FTP server.

Use Internet Explorer and in the Address bar Type

ftp://<FTPServerName>:<PORT>/<DirectoryName>

Next you enter the username and password and then you will be able to access.

Regards,

Sumit

Answers (1)

Answers (1)

prabhu_s2
Active Contributor
0 Kudos

place a file in the path as configured in sender CC and initially set the poll interval as 10 sec. chck sxmb_moni to see the status of the file and if no logs in moni then check cc monitoring in rwb to see for any error logs in cc