BODS 4.0 - RFC BAPI 'BAPI_USER_CHANGE' to reset PSW on CUA

Hello,

We are trying to automate password reset from Data Services (v4.0) by calling RFC enabled BAPI ‘BAPI_USER_CHANGE’.

We are attempting to call this function on CUA box (SOLMAN), so we need to provide the DESTINATION when we call this BAPI from data services.

‘BAPI_USER_CHANGE’ DESTINATION lv_destination_id

When I import the BAPI in SAP Data store functions, the DESTINATION parameter is not available (as its not the param that’s part of BAPI itself).

I am wondering how can I provide the command line parameter when calling BAPI from data services?

Thanks in advance for any help


sgurram (BOB member since 2013-05-08)

That is ABAP syntax, isn’t it? IF you are inside ABAP and you want to call a BAPI from another system you say “DESTINATION”. With DataServices you do not have that problem, you create a new datastore for this target system and import its BAPI function.


Werner Daehn :de: (BOB member since 2004-12-17)

Thanks Werner for quick response.

Since we are using CUA, changing password directly on the target system is not allowed. Password changing should go thru CUA.

I am wondering how to change the password on a specific client controlled by CUA thru data services

Thanks


sgurram (BOB member since 2013-05-08)