cancel
Showing results for 
Search instead for 
Did you mean: 

FCC to FCC

Former Member
0 Kudos

Hi Experts,

we have scenario FCC to FCC (split into two Tabdelimited files)

the source structure is:

Number Name Mode
1           Fin     001
2           mak   002
3           sale   002

Target message 1:

Number Name Mode
1           Fin     001

Target message 2:

Number Name Mode
2           mak   002
3           sale   002

we are trying split the source message into two text files based on the mode value ( if mode =001 and if mode = 002)

Please explain the structure should look like in the Datatype definition and conversion parameter values for sender and receviers.

Thanks in advance,

MK

Edited by: mk.xi on Jul 22, 2008 3:22 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

For this i dont think u have to change FCC parameters or the structure.

using Variable substitution u can do it.

create 2 folders 001 and 002.

if mode is 001 then data will create in folder 001 and if mode is 002 then it will create data in 002.

check this links.

http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm

Regrads,

Phani

Former Member
0 Kudos

Thanks Phani.

can you please elobarate your answer,  on how we can split the message into two based on 
the mode value and forward it to the two different directories of the same FTP server.

Edited by: mk.xi on Jul 22, 2008 6:46 PM

Former Member
0 Kudos

Hi,

You can consider making use of [variable substitution|http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm] for directory name. You can also have a look at [dynamic configuration|http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/frameset.htm].

Otherwise, you can use [conditional|http://help.sap.com/saphelp_nw04/helpdata/en/43/a513f2632c332ce10000000a11466f/content.htm] or [enhanced receiver determination|http://help.sap.com/saphelp_nw04/helpdata/en/43/a5f2066340332de10000000a11466f/frameset.htm].

Regards,

Riyaz

Former Member
0 Kudos

Hi

Refer these blogs

Refer this link

http://help.sap.com/saphelp_nw04/helpdata/en/0b/9a50465ccf84479e39a6d50c90fb3f/frameset.htm

Refer these blogs

Regards,

Suryanarayana