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

RMDATGEN

Former Member
0 Likes
949

Hi Guru's

I want a legacy system (an R/3 4.6c system) to generate a file with material information using program RMDATGEN so that I can load it into another R/3 system (ECC 5.0) using RMDATIND.. But the documentation for RMDATGEN cautions that it should not be used for production data and that it is just for testing..

Any pointers to a program similar to RMDATGEN that can be used in production will be very helpful..

Thanks in advance and Regards

Sudhakar

3 REPLIES 3
Read only

Former Member
0 Likes
715

Why don't you simply set up an ALE between the two SAP systems and do a BD10 in the sending(46c) system and a BD11 in the receiving system?

Read only

Former Member
0 Likes
715

This is a one time conversion activity and I dont want to do IDoc's..

Thanks

Sudhakar

Read only

0 Likes
715

Ok in that case, there is only this program. There is no other program. The reason why they that this is only for testing purposes is because this program is supposed to be used to make sure that you have followed the format of the file correctly. After that you typically write an extract and format program yourself.

But I don't see why you cannot simply use it, if it serves the purpose and if it is for one time use.

Srinivas