2006 Dec 10 7:42 AM
during code analysis for mm01,
if mara-mandt = '100'.
perform fill_bdc using :
'x' 'saplmgmm' '0070' ,
' ' 'bdc_okcode' '=entr' ,
' ' 'MSICHTAUSW-KZSEL(03)' 'x'.
else
if mara-mandt = '188'.
perform fill_bdc using :
'x' 'saplmgmm' '0070' ,
' ' 'bdc_okcode' '=entr' ,
' ' 'MSICHTAUSW-KZSEL(09)' 'x'.
else
if mara-mandt = '288'.
perform fill_bdc using :
'x' 'saplmgmm' '0070' ,
' ' 'bdc_okcode' '=entr' ,
' ' 'MSICHTAUSW-KZSEL(03)' 'x'.
endif
pls tell me the purpose of bdc_okcode and
MSICHTAUSW-KZSEL( ) and what does this field refer to
during code analysis for mm01,
if mara-mandt = '100'.
perform fill_bdc using :
'x' 'saplmgmm' '0070' ,
' ' 'bdc_okcode' '=entr' ,
' ' 'MSICHTAUSW-KZSEL(03)' 'x'.
else
if mara-mandt = '188'.
perform fill_bdc using :
'x' 'saplmgmm' '0070' ,
' ' 'bdc_okcode' '=entr' ,
' ' 'MSICHTAUSW-KZSEL(09)' 'x'.
else
if mara-mandt = '288'.
perform fill_bdc using :
'x' 'saplmgmm' '0070' ,
' ' 'bdc_okcode' '=entr' ,
' ' 'MSICHTAUSW-KZSEL(03)' 'x'.
endif
pls tell me the purpose of bdc_okcode and
MSICHTAUSW-KZSEL( ) and what does this field refer to
2006 Dec 10 11:23 AM
Hi,
the field that you are referring is the views that you select to create the material i.e
Basic Data 1
Basic Data 2
Classification
Sales: Sales Org. Data 1 and so on.
if you select the particular view, that value will be 'X' for that field in that record.
regards,
Mahesh