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 recording

Former Member
0 Likes
334

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

1 REPLY 1
Read only

Former Member
0 Likes
304

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