Skip to Content
0
May 26, 2011 at 03:54 AM

How to update bank details from customize java webdynpro code ?

187 Views

Hi,

I have a requirement, where my client wants when ever an employee updates his bank info or anything like personal, family details, it should first go to his manager for approval and once approved than only it should get saved in R/3.

for this we are not using standard ESS functionallity for bank and other personal info and we have made our own new java WD screen and we are calling our own customized new ABAP workflow and like this we are doing.

Now I want to know how to update bank info in R/3, what standard function module (RFC) I should use in java WD so that I can update employees bank related info once his manager approves his request.

I want to update/edit/delete/create bank info for that employee, so how should I do.

I guess using Bapi only is the best way, instead of direcly writing ABAP code to update master table.

please let me know..