Hi!
Is there a better way than CALL TRANSACTION (perhaps BAPI) to create a record in IT "0015 - Additional Payments"? I couldn't find anything. The nearest is BAPI_WAGE_COMP_EXT_CREATE, but it creates a record in IT "0579 - External Wage Components" and that's not what I need. I'd like to create subtype '1650 - Deductions for Buss.Trip" int IT 0015.
Thanks!
Kind regards,
Igor Barbaric
Hi Igor,
When executing HR_INFOTYPE_GETDETAIL, you need to enter Infotype, Employee Number, and the exact ValidityBegin and End date of one of the record. The purpose of using the function is just to see how to populate the RECORD parameter when you call HR_INFOTYPE_OPERATION.
Hello Igor,
Collin is correct. You can use function module HR_INFOTYPE_OPERATION. You can try executing function module HR_INFOTYPE_GETDETAIL to be familiarize with what data needed to pass to HR_INFOTYPE_OPERATION.
I am trying to use this function to create a IT0267, and I am getting an error 'Make an entry in all required fields'. I believe the only things that are required are lgart, betrg, waers, begda, ocrsn. I have tried entering data into fields that aren't required, but nothing seems to work. Any ideas??
Add a comment