cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Flat file upload through BPS webinterface

Former Member
0 Likes
190

Hi ,

I want to load a flat file ( format in CSV) through web upload into a master data infoobject.

that is i want to upload through BPS webinterface . (3.5 version)

Is it possible to write everything in a BSP application without the help of Planning level or layout or functions.

but only through webinterface and a BSP application and can abap coding be included in directly in .htm page.

kindly help me out.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

Try using the Webdynpro interface ,but still it would require the planning sequence to trigger.

Best Regards,

Rajesh Das .K.

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

I don't think so you 'll be able to write the abap code directly in htm page.Web interfaces are used for the purpose of creating and using user interface .It is no where linked to the logic or the activity that has to be performed using abap code directly.

You have to use the planning level and planning function for uploading the data through flat file.You can check the How to guide in forum's.

You can also create Transaction code for uploading the master data,through abap code you can provide buttons to upload it.

Regards,

Indu