‎2010 Apr 01 12:05 PM
Hi guru,
When Iam modifying the standard price in tcode mr21 through bdc, it is not passing the fval value into the bdcdata-fval.
Why it is happening, i am taking the standard price through mbew-stprs and passing it to the internal table and through internal table passing value to the bdcdata.
so help me on this.
thanx,
man
Moderator message: please use a more meaningful subject line next time.
Edited by: Thomas Zloch on Apr 1, 2010 1:11 PM
‎2010 Apr 01 12:21 PM
‎2010 Apr 01 12:09 PM
‎2010 Apr 01 12:15 PM
i already debug the program, i find that fval value is not updating in the bdcdata-fval.
it is giving error value is greater than the screen field. but iam passing the small value in it.
‎2010 Apr 01 12:21 PM
‎2010 Apr 01 12:37 PM
NOW value is coming into the bdcdata structure, but it is not coming in the tcode when going through the screen through bdc
‎2010 Apr 01 12:40 PM
this is because your type might not be char. make sure you assign a type char when you are assigning data to BDC data
‎2010 Apr 01 12:27 PM
Check if there is any data type mismatch between fval and bdcdata-fval.
Amol