cancel
Showing results for 
Search instead for 
Did you mean: 

FCC help needed.

Former Member
0 Kudos

Hi..

Can you please provide the FCC parameters for the given text file.

1 TA 19.08.2008 ZBSO ZB DS 300000263 5 SUN100 AG

2 TA 19.08.2008 ZBSO ZB DS 300000263 10 SUN100 AG

3 TA 19.08.2008 ZBSO ZB DS 300000263 15 SUN100 AG

4 TA 19.08.2008 ZBSO ZB DS 300000263 2 SUN100 AG

5 TA 19.08.2008 ZBSO ZB DS 300000263 3 SUN100 AG

6 TA 19.08.2008 ZBSO ZB DS 300000263 20 SUN100 AG

The XSD is give below

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://sample" targetNamespace="http://sample">

<xsd:complexType name="DT_Sender">

<xsd:sequence>

<xsd:element name="Order">

<xsd:complexType>

<xsd:sequence>

<xsd:element name="Purchase">

<xsd:complexType>

<xsd:sequence>

<xsd:element name="DocNo" type="xsd:string" />

<xsd:element name="DocType" type="xsd:string" />

<xsd:element name="Date" type="xsd:date" />

<xsd:element name="Sales_Org" type="xsd:string" />

<xsd:element name="division_channel" type="xsd:string" />

<xsd:element name="Division_Value" type="xsd:string" />

<xsd:element name="Material" type="xsd:string" />

<xsd:element name="Quantity" type="xsd:integer" />

<xsd:element name="PartnerNo" type="xsd:string" />

<xsd:element name="Partner_Type" type="xsd:string" />

</xsd:sequence>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

</xsd:complexType>

</xsd:schema>

Regards,

Leela

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check below links , this will help you,

Regards,

Jayasimha Jangam

Answers (2)

Answers (2)

former_member238007
Contributor
0 Kudos

Hi..

FCC conversion structure

http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

fieldSeparator -- give space

if u know the field length then u can specify the field length for the fields u specified in the structure..

regards,

Kishore

Former Member
0 Kudos

Hi,

It tough to get step by step solution of such kind of posted questions, because it will take time and some has to design it in his/her own systems.

So better I would say, try to search blogs on FCC, get its concepts, do some dummy examples and then try it by yourself.

Thanks

Farooq