cancel
Showing results for 
Search instead for 
Did you mean: 

Want to know if the interface mentioned will have an "Indirect Issue"

varun_boyina
Participant
0 Kudos

Currently one of the interface flow is as below:

Customer Portal->FTP->PI or PO->SAP.

Customer portal may send create or change or delete of customer.

Customer portal has “n” number of users .For example 1500+.

So now my question is whether this interface falls under indirect access and client has to take permission from SAP for all “n” number of users or Since PI is accessing from ftp only one user is sufficient?

Accepted Solutions (1)

Accepted Solutions (1)

Muniyappan
Active Contributor
0 Kudos

Answers (1)

Answers (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Varun,

In case if the posting needs in SAP needs to happen with a specific then yes that user needs to exist in ECC system .

But as far as your case is concerned i believe you just need to use one User to pick it from FTP server and a User to post it to ECC.

Br,

Manoj

varun_boyina
Participant
0 Kudos

Manoj ,

From customer portal - details about customer will be send to create or update or delete in SAP. .If its a new customer then create or if it is an existing customer update or delete.

Posting is happening.

Directly cusotmer portal is not accessing SAP but indirectly through FTP and SAP PI.

So is it sufficient to take user permission for only ftp or need to take permission for all customer portal users?

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Varun,

If its a newcustomerthencreateorif it is an existing customerupdateordelete.

Posting is happening.

What i understand by this is that you are just creating/updating/deleting a data for a particular customer . This dosnt mean that Customer needs to have access for this ECC system . The creating/updating/deleting of customer data in a particular table is handled at ABAP end.

So All you need to 2 Userd ID :

1.)User ID to pick files from a FTP server ( This User ID needs to be provided by FTP admin and this should have access to read all your interface related files irrespective of customer).

2.)RFC ID this is used to post Message from PI to ECC system .

Br,

Manoj

varun_boyina
Participant
0 Kudos

HI Manoj ,

Thanks for your reply.

Just to be on safe side I have asked my management to check with SAP directly whether this issue falls under indirect access.

If I suggest that no user access is required for customer portal users and interfaces can go live in production but sometime in future if SAP comes back raising this issue as an indirect issue then it will be a big problem.Hence dont want to take any risk .