2014 Apr 30 2:34 PM
Hi Experts,
I need help with assigning a list of MRUs to installations.
I have a list of 13000 MRUs and some details about them like their respective installation number to which they are assigned to and the BP, CA etc.
These are customer meter reading units which are assigned to the various installations,
Now I need to change the meter reading unit of these installation from a customer meter reading to a supplier meter reading unit.
For example MRU A1K1121(customer meter reading unit) is assigned to the installation 12345, therefore we need to change the MRU for the installation 12345 to A1L1121 which is a supplier meter reading unit.
We have to do the same thing for 13000 MRUs, how can I do this as fast as possible in one go?
Thanks a lot in advance!
Anshuman
2014 May 02 3:25 PM
Why not use EL59 and EL59P?
RELEINH1 SAP Report - Mass changes to meter reading unit
RELEINH1 is a standard ABAP report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter RELEINH1 into the relevant SAP transaction such as SE38 or SE80
Although this basic information may have limited use other that for reference, within the comments section below there is also an opportunity for anyone to add useful hints, information and links to existing content specific to this abap report. This page will therfore over time start to contain a useful amount of information that can be found quickly, simply by searching on the object name, RELEINH1.
Transaction Code(s):
Below is a list of transaction codes which are relevant to this SAP report
EL59 - Mass Change Meter Reading Units
2014 Apr 30 2:55 PM
2014 Apr 30 11:29 PM
EMIGALL, using migration object INSTLN
LSMW
SECATT
there are a number of options.
you can probably also use an MDT...
2014 May 02 3:25 PM
Why not use EL59 and EL59P?
RELEINH1 SAP Report - Mass changes to meter reading unit
RELEINH1 is a standard ABAP report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter RELEINH1 into the relevant SAP transaction such as SE38 or SE80
Although this basic information may have limited use other that for reference, within the comments section below there is also an opportunity for anyone to add useful hints, information and links to existing content specific to this abap report. This page will therfore over time start to contain a useful amount of information that can be found quickly, simply by searching on the object name, RELEINH1.
Transaction Code(s):
Below is a list of transaction codes which are relevant to this SAP report
EL59 - Mass Change Meter Reading Units
2014 May 20 5:03 AM
Hi James,
Thanks so much for the reply.
I tried executing EL59 transaction but then i found out from EL59B that there are no Parameter groups maintained for the system.
Could you please help me out on this?
Thanks in advance
Anshuman
2014 May 20 2:57 PM
EL59P (Define Parameter Group) i
You need to setup the parameter group first in development/configuration environment and transport those to you QA or testing environment. Here is one we setup. You will choose new entries to create one.