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: 

MM06 bdc recording problem

0 Kudos

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

JL23
Active Contributor

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.

Former Member
0 Kudos

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.

raymond_giuseppi
Active Contributor
0 Kudos

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.)