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: 

SHDB Recording

Former Member
0 Kudos

I am doing an SHDB recording for transaction MM02 and only changing the Old Material Number field (MARA-BISMT). I thought that the recording would only bring back the field that I changed, but it is bringing back all the fields that have values even though I didn't change them. Is this correct or do I have to change something to only bring back the field names that have actually been modified?

Tami

2 REPLIES 2

amit_khare
Active Contributor
0 Kudos

Welcome to SDN.

This is normal process.

Just pick the filed you require and remove rest of them from the recording.

Instead of writing BDC you can also use BAPI BAPI_MATERIAL_SAVEDATA for MM02.

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

You need to assign all the value to all requierd fields on the screen either they come automatically or not while doing the recording.

You can leave the hard coded values which are changing but while using the recording if the values are changing with screen then you have to pupulate the using internal table, because when you insert data using BDC it does not take any default value and all required values need to be passed.

Ragards

Vijai

Reward pnts if useful