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 in bdc

Former Member
0 Likes
983

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
942

put it to a text field and then pass it.

6 REPLIES 6
Read only

Former Member
0 Likes
942

That u need to debug.. we can't debug in your system.

Read only

0 Likes
942

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.

Read only

Former Member
0 Likes
943

put it to a text field and then pass it.

Read only

0 Likes
942

NOW value is coming into the bdcdata structure, but it is not coming in the tcode when going through the screen through bdc

Read only

0 Likes
942

this is because your type might not be char. make sure you assign a type char when you are assigning data to BDC data

Read only

Former Member
0 Likes
942

Check if there is any data type mismatch between fval and bdcdata-fval.

Amol