Application Development 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: 

material master upload

Former Member
0 Kudos
82

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

4 REPLIES 4

Former Member
0 Kudos
60

Hi,

Check that work scheduling is selected irregardless of whether there is work scheduling data or not.

Cheers.

...Reward if useful.

0 Kudos
60

wot to check?? could you tell more??

0 Kudos
60

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.

0 Kudos
60

solved