What is the right way to update employee bank details ( database 96:02 ) using the edpimport.sh.
The difficulty that I am facing is that I want to use the employee ID as the key attribute to reference the required change in ABAS , not the bank details ID( num96 ).
Sorry for the late answer. I usually build a loop in my FOP with a select statement to get the id's i need and then build the edpimport.sh script to run
The follow example from the help to use selection statements inside your script manual might work, but I haven't done anything like it.