‎2014 Jan 10 9:09 AM
Hi,
My requirement is wage type value need to be change if already there i need to change if not, i have to create a new wage type. whenever changing the wage values, need's to be create new basic pay list with changed values.
Kindly suggest me to do this with BDC session method... If possible please share the code....
Thanks,
Jayaprakash N
‎2014 Jan 10 9:43 AM
hi Jayaprakash
you can record two BDC in SHDB, one is create, another is modify.
first, call transaction using modify BDC, if wage type already there, it will be change. if not, it will return a error message with not exit, then call transaction using create BDC.
regards,
Archer.
‎2014 Feb 03 11:37 AM
Hi,
Sorry for late reply.
It got resolved and solution is simple. using select query i got wage list in single line like work area. For this i just convert into internal table using assign component.
At-last i just put loop, inside loop I have used Read table with the wage type.
Thanks,
Jayaprakash