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: 

Mass upload of user parameters(SU3) from SAP 4.7 to ECC 6.0

Former Member
0 Kudos

Hi all,

Kindly let me know the procedure, if any, for mass uploading of user paramaters to ECC 6.0

It needs to be downloaded from SAP 4.7 and upload the same to ECC 6.0 for all 500 odd users

Regards

Sravan

4 REPLIES 4

Former Member
0 Kudos

you can download the user & parameters from the table USR05 and to upload it, you could have a custom program developed

I used Google and found this link, try it at your own risk

[http://www.sap-img.com/abap/mass-update-the-user-parameter-value.htm]

Edited by: Shekar.J on Jul 9, 2010 1:52 PM

mvoros
Active Contributor
0 Kudos

Hi,

I guess that you need a custom development for this task. If you can set up a RFC connection from ECC to 4.7 then you can avoid files and directly call BAPI_USER_GETLIST and BAPI_USER_GET_DETAIL.

Cheers

Former Member
0 Kudos

BAPI_USER_CHANGE has the same TABLES parameter as BAPI_USER_GET_DETAIL which Martin has mentioned. It can be activated via the import-parameter PARAMETERX-PARID = 'X' PARVA = 'X' and PARTXT = 'X'.

Sounds like a match made in heaven for your "migration"...

Cheers,

Julius

Former Member
0 Kudos

Subbu,

Why not use LSMW / ECATT scripts to update the data in ECC6 for Su3?. You need to create two scripts one for addres / paramater.

You can refer tables : USR05 / USER_ADDR / USR03 / ADR6

refer to table : TPARA

Thanks,

Sri