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

how to generate bdc program r

Former Member
0 Likes
385

hi can anyone give me refercne of a bdc code and prgoram which i need to load data...

the requirment is like thi s i have created a ztcode for maintianince of a table zeid

this contains three field kunnr name1 and email id

and it work like this it has modification screen and new entry screen

when user enters the kunnr number name1 is automatically selected from kna1 table and email_id user enters in screen

requient

now the user will give us a file it will have huge data and only kunnr and email id

i need to laod to sap table

what is the process to do this as the fiel has only kunnr and email id and we need to get name 1 from kna1 table corresponsing to the kunnr

so BDc will be ok to do as data is huge

which method i should u se?

CT or session.....

please give steps and code to do so...

regards

Arora

hi can anyone give me refercne of a bdc code and prgoram which i need to load data...

the requirment is like thi s i have created a ztcode for maintianince of a table zeid

this contains three field kunnr name1 and email id

and it work like this it has modification screen and new entry screen

when user enters the kunnr number name1 is automatically selected from kna1 table and email_id user enters in screen

requient

now the user will give us a file it will have huge data and only kunnr and email id

i need to laod to sap table

what is the process to do this as the fiel has only kunnr and email id and we need to get name 1 from kna1 table corresponsing to the kunnr

so BDc will be ok to do as data is huge

which method i should u se?

CT or session.....

please give steps and code to do so...

regards

Arora

1 REPLY 1
Read only

Former Member
0 Likes
367

got answer own