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

MM06 bdc recording problem

0 Likes
1,034

hi all,

i have recorded mm06 tick the storage location check box through shdb. working good. but untick the check box not working . how to clear this error.

perform bdc_field using 'RM03G-LVOLG' ' ' not working

perform bdc_field using 'RM03G-LVOLG' 'X ' working

hi all,

i have recorded mm06 tick the storage location check box through shdb. working good. but untick the check box not working . how to clear this error.

perform bdc_field using 'RM03G-LVOLG' ' ' not working

perform bdc_field using 'RM03G-LVOLG' 'X ' working

3 REPLIES 3
Read only

JL23
Active Contributor
894

What is the error actually - "not working" is not a qualified error message, you should check your logs and try to run it in foreground to see what it does.

Read only

Former Member
0 Likes
894

Arun,

As per my understanding you are trying to create two recording one which enabled(Tick) checkbox and second with unchecked checkbox.

Are you trying to use this recording in BDC program and update data into transaction code?

If possible share code snippet.

Greets,

Karthik.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
894

First execute dynpro with RM03G-LVOWK = 'X' and OK_DCODE = '/00' (Enter) then execute dynpro a second time with RM03G-LVOBG value.

Also behavior is different depending on parameters input on first dynpro (plant, stor. location, etc.)