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 PROBLEM for MIGO

Former Member
0 Likes
1,803

Dear all,

there is problem in BDC MIGO report. when i uploaded the p_file the bdc run but on some fields it gives the error message

S Field GOITEM-ERFME . is not an input field

S Field GOITEM-ERFMG . is not an input field

S Field GOITEM-LSMNG . is not an input field

S Field GOITEM-LSMEH . is not an input field

S Field GOITEM-BWART . is not an input field

S Field GOITEM-LGOBE . is not an input field

S Field GOITEM-WEMPF . is not an input field

S Field GOITEM-ABLAD . is not an input field

S Field GOITEM-SGTXT . is not an input field

these are all input fields and i defiend as

perform bdc_field using 'BDC_CURSOR'

'GOITEM-ERFME'.

perform bdc_field using 'GOITEM-ERFME'

IT_DATA-ERFME.

perform bdc_field using 'GOITEM-ERFMG'

IT_DATA-ERFMG.

perform bdc_field using 'GOITEM-LSMNG'

IT_DATA-LSMNG.

perform bdc_field using 'GOITEM-LSMEH'

IT_DATA-LSMEH.

*perform bdc_field using 'GOITEM-MIGO_ELIKZ'

  • '1'.

perform bdc_field using 'GOITEM-BWART'

'101'.

perform bdc_field using 'GOITEM-LGOBE'

IT_DATA-LGOBE.

perform bdc_field using 'GOITEM-WEMPF'

IT_DATA-WEMPF.

perform bdc_field using 'GOITEM-ABLAD'

IT_DATA-ABLAD.

perform bdc_field using 'GOITEM-SGTXT' "

IT_DATA-SGTXT.

please solve my problem.

Regards,

Pankaj

Dear all,

there is problem in BDC MIGO report. when i uploaded the p_file the bdc run but on some fields it gives the error message

S Field GOITEM-ERFME . is not an input field

S Field GOITEM-ERFMG . is not an input field

S Field GOITEM-LSMNG . is not an input field

S Field GOITEM-LSMEH . is not an input field

S Field GOITEM-BWART . is not an input field

S Field GOITEM-LGOBE . is not an input field

S Field GOITEM-WEMPF . is not an input field

S Field GOITEM-ABLAD . is not an input field

S Field GOITEM-SGTXT . is not an input field

these are all input fields and i defiend as

perform bdc_field using 'BDC_CURSOR'

'GOITEM-ERFME'.

perform bdc_field using 'GOITEM-ERFME'

IT_DATA-ERFME.

perform bdc_field using 'GOITEM-ERFMG'

IT_DATA-ERFMG.

perform bdc_field using 'GOITEM-LSMNG'

IT_DATA-LSMNG.

perform bdc_field using 'GOITEM-LSMEH'

IT_DATA-LSMEH.

*perform bdc_field using 'GOITEM-MIGO_ELIKZ'

  • '1'.

perform bdc_field using 'GOITEM-BWART'

'101'.

perform bdc_field using 'GOITEM-LGOBE'

IT_DATA-LGOBE.

perform bdc_field using 'GOITEM-WEMPF'

IT_DATA-WEMPF.

perform bdc_field using 'GOITEM-ABLAD'

IT_DATA-ABLAD.

perform bdc_field using 'GOITEM-SGTXT' "

IT_DATA-SGTXT.

please solve my problem.

Regards,

Pankaj

9 REPLIES 9
Read only

Former Member
0 Likes
1,442

Hi,

Why dont u use BAPI instead of BDC for MIGO.

List of Bapis can be found on SDN..like "BAPI_GOODSMVT_CREATE "

Regards,

Aditya

Read only

0 Likes
1,442

Dear Aditya,

I have to Create BDC PLEASE CHECK THE CODE.

Regards,

Pankaj

Read only

0 Likes
1,442

HI,

May this will throw some light for u

Regards,

Aditya

Read only

Former Member
0 Likes
1,442

Hi,

MIGO IS ENJOY Transaction. Use Bapi's for this instead on BDC'S.

I think BDC is not supported for MIGO Transaction.

Rgds,

Siva

Edited by: siva prasad on Oct 7, 2009 7:18 AM

Read only

venkat_o
Active Contributor
0 Likes
1,442

Hi Pankaj, <li>The answer for your requirement is NOTE 304122. <li>Note description briefly is , The new goods movement transaction MIGO is not intended for use with batch input and CATT. <li>You can use BAPI_GOODSMVT_CREATE function module instead of BDC. Thanks Venkat.O

Read only

Former Member
0 Likes
1,442

Dear venket,

TILL DATE I AM NOT CREAT ANY BAPI SO THERE IS PROBLEM TO ME TO CREAT BAPI

Read only

venkat_o
Active Contributor
0 Likes
1,442

Dear pankaj, <li>You should not use capital while replying. <li>You do not need to create BAPI function module. you only need to use the existing one. Thanks Venkat.O

Read only

Former Member
0 Likes
1,442

i think you need to handle the table control thats why its giving this error

Read only

Former Member
0 Likes
1,442

answered