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

Field missing in BDC after upgrade

Former Member
0 Likes
463

Dear Friends.

We are facing the problem in BDC upgrade. We upgrade from 4.6 C to ECC 6.0.

We are facing problem in MM01.

Error is as follows.

The field MSICHTAUSW-KZSEL(18) in not found in dynpro SAPLMGMM 0070.

But in the program the dynpro is there.

Code is:

PERFORM DYNPROS TABLES BDCDATA USING:

'X' 'SAPLMGMM' '0060',

' ' 'RMMG1-MATNR' AMPCENTRO-MATNR(10),

' ' 'RMMG1_REF-MATNR' AMPCENTRO-MATNR(10),

' ' 'BDC_OKCODE' '=AUSW',

'X' 'SAPLMGMM' '0070',

' ' 'MSICHTAUSW-KZSEL(08)' 'X',

  • ' ' 'BDC_OKCODE' '=P+',

  • 'X' 'SAPLMGMM' '0070',

' ' 'MSICHTAUSW-KZSEL(18)' 'X',

' ' 'BDC_OKCODE' '=ENTR',

'X' 'SAPLMGMM' '0080',

' ' 'RMMG1-WERKS' AMPCENTRO-WERKS,

' ' 'BDC_OKCODE' '=ENTR',

'X' 'SAPLMGMM' '4000',

' ' 'MARC-EKGRP' AMPCENTRO-EKGRP,

' ' 'BDC_OKCODE' '/00',

'X' 'SAPLMGMM' '4000',

' ' 'MBEW-BKLAS' AMPCENTRO-BKLAS,

' ' 'MBEW-VPRSV' AMPCENTRO-VPRSV,

' ' 'MBEW-VERPR' ' ',

' ' 'BDC_OKCODE' '/11'.

Hoe to correct this error. Please advice us.

Thanks

Sapna

Dear Friends.

We are facing the problem in BDC upgrade. We upgrade from 4.6 C to ECC 6.0.

We are facing problem in MM01.

Error is as follows.

The field MSICHTAUSW-KZSEL(18) in not found in dynpro SAPLMGMM 0070.

But in the program the dynpro is there.

Code is:

PERFORM DYNPROS TABLES BDCDATA USING:

'X' 'SAPLMGMM' '0060',

' ' 'RMMG1-MATNR' AMPCENTRO-MATNR(10),

' ' 'RMMG1_REF-MATNR' AMPCENTRO-MATNR(10),

' ' 'BDC_OKCODE' '=AUSW',

'X' 'SAPLMGMM' '0070',

' ' 'MSICHTAUSW-KZSEL(08)' 'X',

  • ' ' 'BDC_OKCODE' '=P+',

  • 'X' 'SAPLMGMM' '0070',

' ' 'MSICHTAUSW-KZSEL(18)' 'X',

' ' 'BDC_OKCODE' '=ENTR',

'X' 'SAPLMGMM' '0080',

' ' 'RMMG1-WERKS' AMPCENTRO-WERKS,

' ' 'BDC_OKCODE' '=ENTR',

'X' 'SAPLMGMM' '4000',

' ' 'MARC-EKGRP' AMPCENTRO-EKGRP,

' ' 'BDC_OKCODE' '/00',

'X' 'SAPLMGMM' '4000',

' ' 'MBEW-BKLAS' AMPCENTRO-BKLAS,

' ' 'MBEW-VPRSV' AMPCENTRO-VPRSV,

' ' 'MBEW-VERPR' ' ',

' ' 'BDC_OKCODE' '/11'.

Hoe to correct this error. Please advice us.

Thanks

Sapna

1 REPLY 1
Read only

Former Member
0 Likes
370

Hi,

U please check that field whether it is in MM01 or not??

(Probably that field is a check box)..

If that field is mising then u analyse the check box functionlaity & how it effetcs the material creation.?