2008 May 19 5:41 AM
my BDC program is able to upload the data according to user template.
but one view (work scheduling) is not appearing in mm03.
i checked why it is not coming , found that there is no data for that view.
my requirement even there is no data the (work scheduling) view should come.
waiting for your input
thanks
2008 May 19 5:55 AM
Hi,
Check that work scheduling is selected irregardless of whether there is work scheduling data or not.
Cheers.
...Reward if useful.
2008 May 19 6:04 AM
2008 May 19 6:06 AM
perform bdc_field using 'BDC_CURSOR'
'MSICHTAUSW-DYTXT(17)'.
perform bdc_field using 'BDC_OKCODE'
'=P+'.
perform bdc_field using 'MSICHTAUSW-KZSEL(08)'
'X'.
perform bdc_field using 'MSICHTAUSW-KZSEL(09)'
'X'.
perform bdc_field using 'MSICHTAUSW-KZSEL(10)'
'X'.
perform bdc_field using 'MSICHTAUSW-KZSEL(11)'
'X'.
perform bdc_field using 'MSICHTAUSW-KZSEL(12)'
'X'.
perform bdc_field using 'MSICHTAUSW-KZSEL(13)'
'X'.
perform bdc_field using 'MSICHTAUSW-KZSEL(14)'
'X'.
perform bdc_dynpro using 'SAPLMGMM' '0070'.
perform bdc_field using 'BDC_CURSOR'
'MSICHTAUSW-DYTXT(03)'.
perform bdc_field using 'BDC_OKCODE'
this is for work scheduling
perform bdc_field using 'MSICHTAUSW-KZSEL(14)'
'X'.
i have done recording and put in program.
2008 May 22 4:52 AM