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

Problem during uploading data Using BDC

Former Member
0 Likes
609

While I'm trying to upload data for T.Code J1IS using BDC, Value for the field Net.Ass.value ( J_1IASSVAL-J_1IVALNDP) is not getting populated on the screen.

Pls help.

4 REPLIES 4
Read only

Former Member
0 Likes
582

Hi,

This is a Currency Field so you need to pass this to a Char field first and then pass to BDCTAB-FVAL.
" This is a common problem with BDC with other data types even with Date  and Quantity and Numeric types
Please note while passing values to BDCTAB all the values should be passed in CHAR form only

Cheerz

Ram.

Read only

0 Likes
582

Yes...You are right..even we tried this also...we passed netprice as a character value only...but it's not getting reflected.

What to do..?

Read only

0 Likes
582

Hi

Check if your field name is correct.See your recording and check the field name.Also as mentioned you need to define the field as character.

If nothing works see in debugging if the values is getting cleared.

Regards

Gaurav

Read only

0 Likes
582

Hi,

Did you check sy-subrc value after Call transaction?

I think your BDC is not succefully completed. So, check sy-subrc and also check BDCMSGCOLL table. Also, please check by running your BDC in foreground.

Thanks,

Archana