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

SHDB Transaction Recoder with TCode MC74

Former Member
0 Likes
741

Need to transfer 100 plus materials from SOP to Demand Management. Using Product Groups isn't an option to reduce the number of entries. Would prefer not to have to enter them one at a time using MC74 so looking for an automated way of doing it.

Want to create a recording in SHDB using tcode MC74 however the Material field is grayed out and doesn't allow us to change the entry. Same with the plant field, in this case it isn't an issue as we don't need to change it. Manually entered the the material field in the script, no joy as the message received was 'This isn't an input field'.

Looking for option on how to overcome this issue, any help is appreciated. Thanks

Edited by: Robert Liddy on Aug 31, 2010 1:05 AM

Edited by: Robert Liddy on Sep 13, 2010 8:27 PM

Edited by: Robert Liddy on Sep 13, 2010 8:28 PM

4 REPLIES 4
Read only

Former Member
0 Likes
652

Hi,

Try to use

RMCP2-MATNR = '1234567890'.

SET PARAMETER ID 'MAT' FIELD RMCP2-MATNR.

and call the transaction MC74 ...

Regards,

Srini.

Read only

0 Likes
652

Thanks for your reply. Maybe I'm not fully understanding but I'm not seeing how using a users PID will allow us to input multiple entries?

Read only

0 Likes
652

hi robert, any idea for to resolve this?,

i have the same trouble.

😄

Read only

0 Likes
652

This works, thanks so much!