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

bdc program in MB1C

Former Member
0 Likes
536

HI,

i try to create BDC program in t.code MB1C using Movement type 511.

in first screen i give : movement type , plant , stloc and press enter

the second screen i give vendor, mat,qty,unit and press enter

3rd screen i give text in recording .

my problem is in 3rd screen text filed value have in bdcdata but it n't put in screen the 3rd screen display the error msg.:'make entry in all requer fields'.

how to solve the probles .plz helpe me

very urgent.

regards,

jai

1 ACCEPTED SOLUTION
Read only

former_member195383
Active Contributor
0 Likes
503

check if the text that u are entering thru bdc to 3rd screen is exceeding the maximum no of characters that the field in 3rd screen can hold.thats wy the field is not getting field...and as its a mandatory fild,...u r getting the error...hope it helps....reward points..if it helps...

4 REPLIES 4
Read only

Former Member
0 Likes
503

Jai,

You must fill all mandatory fields while recording.so that you can easily fill them while BDC program.

Amit.

Read only

Former Member
0 Likes
503

Find out which field this error is coming... and populate that field accordingly..

Regards

VIjay

Read only

former_member195383
Active Contributor
0 Likes
504

check if the text that u are entering thru bdc to 3rd screen is exceeding the maximum no of characters that the field in 3rd screen can hold.thats wy the field is not getting field...and as its a mandatory fild,...u r getting the error...hope it helps....reward points..if it helps...

Read only

Former Member
0 Likes
503

Hi

Try to run the program in "A" mode i.e. All Screen Mode

Call Tansaction MB1C mode A.

Now u can easily ffigure out the required entry needed on the 3rd screen.

Let us know still facing problem

Thanks & Regards

vinsee