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

Inbound interface??

Former Member
0 Likes
471

Hi,

Iam working on inbound interface.Can any one tell me how to store the flat file data into custom table?what is the procedure?

Regards,

Sujan

3 REPLIES 3
Read only

Former Member
0 Likes
434

Hi Sujan,

If you need to store the flat file information in custom table,

1. Identify the no of fields and length of every filed from flat file and create a z table with so many fields and data types

2. Then you can write a z program to read the flat file from your presentation server and update into your Ztable using Update command.

Thanks

Ramya

Read only

Former Member
0 Likes
434

Sujan:

What type of inbound interface is it. It proxy or Idoc what is it. Please specify so folks can direct you. By the way there is a basic process to achieve your goal.

if the the inbound proxy is generating file on the server then read the file via function module and read data set command .

store them in the custom table you have created.

If you are using enterprise service then you have extract data from the xml file and upload the data.

Regards,

Nirad Pachchigar

Read only

Former Member
0 Likes
434

Thanks a lot.