‎2010 Jan 22 5:30 AM
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.
‎2010 Jan 22 6:00 AM
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 onlyCheerz
Ram.
‎2010 Jan 22 6:04 AM
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..?
‎2010 Jan 22 6:22 AM
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
‎2010 Jan 22 6:43 AM
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