Application Development and Automation 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: 
Read only

Interfaces

Former Member
0 Likes
702

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
Read only

Former Member
0 Likes
676

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
Read only

Former Member
0 Likes
677

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

Read only

Former Member
0 Likes
676

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

Read only

0 Likes
676

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

Read only

Former Member
0 Likes
676

thank you