Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Interfaces

former_member186390
Participant
0 Kudos

Hi,

Actually i want to know the detailed steps........

How can i extract fields from different table & convert them into comma seperated file.

i want to know every step for generating file interfaces.

Thank You.

Amit.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Amit,

Try selecting your fields into an internal table first.

Loop over this table and concatenate all the fields into a big character string separated by a comma. Appemnd the character string to an new internal table which you can download as .csv.

Bert

4 REPLIES 4

Former Member
0 Kudos

Hi Amit,

Try selecting your fields into an internal table first.

Loop over this table and concatenate all the fields into a big character string separated by a comma. Appemnd the character string to an new internal table which you can download as .csv.

Bert

Former Member
0 Kudos

Hi,

INTERFACE

Programs are the ones which are run at regular intervals, say weekly, monthly or even daily. Here the legacy system continues to co-exist along with SAP system, the legacy system might be useful for certain functionalities but the data might have to run thru SAP transactions for complex data maintenance at regular intervals.

INTERFACES is Converting Flat File into SAP

Interface Program

http://help.sap.com/saphelp_erp2005/helpdata/en/64/be5b4150b38147e10000000a1550b0/frameset.htm

Reward points if helpful....

Cheers,

Rakesh

0 Kudos

Rajesh, any information or any kind of documents regarding SAP IS Retail AFS Interface., plz inform me.

former_member186390
Participant
0 Kudos

thank you