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: 

BDC Default values

Former Member
0 Kudos

hi friends,

i want to upload my data from excel to DB using call tranction method my excel sheet is having more then 100 column values in that 10 fields should be deault

i have coded that has like this,

EQUNR LIKE RM36E value 'a100',

,

,

but when i upload iam getting my default values for first record only remaining records r blank

2) i have done recording for tcode IE01 in this

i have 1 class value where it calls tcode cl20n .

so i have run recording for IE01 first

and CL20N nxt

plz suggest me some logic for code

with any example program will be useful

thanks ,

soorya

2 REPLIES 2

Manohar2u
Active Contributor
0 Kudos

1. For filling default we can declare as default value or we can also fill the values while filling BDCDATA table.

2. There are FM's to update class & characteristic values, try searching with CLASSOBJECT*

Cheers

Manohar

Former Member
0 Kudos

hi

PERFORM bdc_field USING 'ZHCDD_IOS_CRSECD-INSTITUTE_CODE' record-institute_code.

here in place of this record-institute_code ..u can pass the default value like '100' and it'll do the same for all the inst code...

reward points if it helps

gunjan