2009 Oct 07 5:56 AM
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
2009 Oct 07 5:59 AM
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
2009 Oct 07 6:07 AM
Dear Aditya,
I have to Create BDC PLEASE CHECK THE CODE.
Regards,
Pankaj
2009 Oct 07 6:15 AM
2009 Oct 07 6:17 AM
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
2009 Oct 07 6:22 AM
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
2009 Oct 07 6:36 AM
Dear venket,
TILL DATE I AM NOT CREAT ANY BAPI SO THERE IS PROBLEM TO ME TO CREAT BAPI
2009 Oct 07 6:39 AM
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
2009 Oct 07 6:29 AM
i think you need to handle the table control thats why its giving this error
2010 Jan 21 5:45 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |