how to transfor the data from flat file to bdc
plz send the steps as well as example

Answer Posted / shweta

1. upload the data from flat file to internal table using upload or gui_upload function module.

2.run loop for all records in internal table 

do the mapping by using  bdcdata_internal_table .

3.call transaction 'tcode' using 'bdcdata_internal_table'
mode 'a|e|n'.

endloop.
 

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between table and template ?

593


What are the kinds of foreign key fields?

523


What are authorization objects and what statement is used to perform an authorization check in an abap program?

549


What are the different types of sapscript symbols?

608


What is asap methodology? : sap abap hr

551






How do you find if a logical database exists for your program requirements?

630


What is the collect statement? How is it different from append?

509


Explain lsmw?

639


What are the restrictions on subscreens?

633


What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc

597


How can I make a differentiation between dependent and independent data? : abap hr

546


Double click function on the lists, identifying the line selected by the user on the list?

614


What is the use of at new statement ?

1344


How to define selection screen?

578


A subroutine can contain nested form and endform blocks. State true or false. : abap modularization

760