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 for MB1B Screen..

Former Member
0 Likes
615

Hi Abapers..

I am doing BDC Upload program using MB1B Screen. I put the receiving bin but the following error coming..

" CALL_TRANSACTION MB1B Return code = 1,001 RECORD: 0

S The Receiving batch will be automatically set to G02

W Batch G02 has already been posted in stock

S No batch input data for screen SAPLKACB 0002"

What is the error? how to rectify that error. anybody please give the solution of this problem.

Give me source code for this bdc program for MB1B Screen.

This is very urgent I will give reward points..

Thanks

S.Muthu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
535

Hi,

If you have a choice then use BAPI_GOODSMVT_CREATE instead of BDC program. See the Function Module Documentation for your requirement. Also, you may search for key words BAPI_GOODSMVT_CREATE and MB1B in this forum for more info.

Thanks,

siddu

3 REPLIES 3
Read only

Former Member
0 Likes
535

Hi,

You might have not recorded the transaction correctly. Try to re-record the transaction.

Regards,

Atish

Read only

Former Member
0 Likes
536

Hi,

If you have a choice then use BAPI_GOODSMVT_CREATE instead of BDC program. See the Function Module Documentation for your requirement. Also, you may search for key words BAPI_GOODSMVT_CREATE and MB1B in this forum for more info.

Thanks,

siddu

Read only

0 Likes
535

Hi Siddu,

Thanks Very much. My Solution solved by You. I given reward points.

Thanks a lot.

I created BAPI_GOODSMVT_CREATE now its working.

Regards,

S.Muthu.