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: 

data upload to sap

Former Member
0 Kudos

hi,

i have 35 records regarding cost centre tr.

how can i upload through bdc.

thanks

subhasis

3 REPLIES 3

Former Member
0 Kudos

Check this link.Step by Step: How to Create BDC Program

http://www.sap-img.com/bdc.htm

Regards,

Maha

Former Member
0 Kudos

hi subhasis,

For BDC you will have to do the recording and then edit the generated program according to your needs, which might be complicated, better you can try this BAPI : BAPI_COSTCENTER_CREATEMULTIPLE

After that you have to call BAPI_TRANSACTION_COMMIT or BAPI_TRANSACTION_ROLLBACK as per status of RETURN.

<b>Hope this is helpful, Doreward.</b>

Former Member
0 Kudos

Dear Subhasis,

Files on the Presentation Server

WS_UPLOAD and WS_DOWNLOAD, the function modules used until now are not part of the standard set of ABAP commands. They are used to display the file interface on the presentation server. WS_UPLOAD and WS_DOWNLOAD are not compatible with USs and have been replaced by GUI_UPLOAD and GUI_DOWNLOAD.

The new function modules, GUI_UPLOAD and GUI_DOWNLOAD, have an interface that also allows you to write Unicode format to the local hard drive. For a description of these interfaces, refer to the documentation for each function module, available under SAP Easy Access " Development " Function Builder " Goto " Documentation.

Regards,

Raj

<b>Please reward points if found helpful.</b>