Hi,
Using the transaction code we81 i can see that there are messsage types for
a)USERCHANGE
b)USERCREATE
There is also a basic IDOC type for the same
a)USERCREATE01
b)USERCHANGE01
I have written a JCO server program which would listen for receiving the idocs from the SAP system.
I have used the sm59 trnsaction of type TRFC RFC connection.
I want to use the program RBDMIDOC to capture the changes done during the user create and user update.
When i excecute the program RBDMIDCO using the se38 ,it asked for message type .
I could not see the message type USERCREATE and USERCHANGE listed .
I read on sap forum how to add new message type for RBDMIDOC using trnsaction code BD60.
Here i added teh
message type USERCHANGE
Ref messsage USERCHANGE
Function method BAPI_USER_CREATE1 (not sure what to put here).
Then i ran the program RBDMIDOC and selected message type as USERCHANGE
It threw an exception
When calling function module one paramter was not specfied .
Please check the attachment .
Let me know the steps i am following is right.
Regards
Manoj