Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Batch input

0 Likes
495

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

2 REPLIES 2
Read only

Former Member
0 Likes
462

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.

Read only

0 Likes
462

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