cancel
Showing results for 
Search instead for 
Did you mean: 

File adapter can be improved.

STALANKI
Active Contributor
0 Kudos

The configuration parameters of the file adapter can be much more dynamic to atleast incorporate commonly used variants instead of writing additional modules.

Iam just listing down some of the points which might be used commonly and we have to follow adhoc process to incorporating the same.

1.Regular Path Expression search for picking up files in sender adapter.

2.Suppression of file content(Certain nodes should not be written) if required in the receiver file adapter.

3.Some times we might need to change FTP passwords though we set FTP password to unexpired which will end up changing all file adapters configured.

4.We might need to point the different FTP servers at later point of time and then we need to end up changing the configuration as just changing the SLD entry would not help.

It would be good if these type of parameters can reside in a central storage like an SAP Table in ABAP stack where the changes can be reflected globally .It is much more better if we have a transaction in SAP where we can select the list of file adapters and apply the set of common properties to those group.Being a SAP FAN ,expect this kind of functionality in the upcoming releases of XI.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

For number 1, you could use a module. It the file name does not match the regexp then you could terminate file processing.

For number 2 you could use a module which pases the XML content and supress the elements.

The other problems might be solved by using adapter templates , which are defined in the rep. You though still need to apply the password or host name on all channels.

STALANKI
Active Contributor
0 Kudos

But the customer wants to minimise their purchasing costs..:)

STALANKI
Active Contributor
0 Kudos

Do we not require to seperate licensing and purchasing fees to Seeburger?It would be good if this functionality is incorporated by SAP XI itself.

Former Member
0 Kudos

Yes, it is a separate license from Seeburger. Just wanted you to show another option. The Adpater providers usually are interested in offering additional features to be able to sell their products

Gruss

Bernd

Former Member
0 Kudos

The Seeburger technical FTP Adapter (Host FTP Adapter) is configured by Parameters from the Channel. So the parameter is only there in the ABAP Stack.

This Adapter supports SSL, Passive FTP, Proxy Configurastions and Scripting.

Greetings

Bernd