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

Creating Infotype using BADI

Former Member
0 Likes
692

On any save of IT0001, I want to create IT0017 depending on data from IT0001.

I implemented BADI HRPAD00INFTY for IT0001 and was able to capture all required data. Now I want to create IT0017 using this data. Any suggestion … which function module can be used to create IT0017.

1 ACCEPTED SOLUTION
Read only

Sougata
Active Contributor
0 Likes
640

Hi,

Try FM 'HR_INFOTYPE_OPERATION'.

Please reward points if this info was useful to you.

Cheers,

Sougata.

4 REPLIES 4
Read only

Sougata
Active Contributor
0 Likes
641

Hi,

Try FM 'HR_INFOTYPE_OPERATION'.

Please reward points if this info was useful to you.

Cheers,

Sougata.

Read only

Former Member
0 Likes
640

Hi,

I used above function module to create IT0017 in standalone program it works but when I try to call it from BAPI it is giving me an error..”Too complex operation..”

Looks like some lock indicators..

Can anyone pl. help where it is getting wrong..

I am really going crazy due to this error..

Read only

Sougata
Active Contributor
0 Likes
640

You are trying to call it from a BAPI or a BADI? Your last post says BAPI but your first post says BADI...so its bit confusing as you can call it from both BAPI & BADI interfaces.

Cheers,

Sougata.

Read only

Former Member
0 Likes
640

Sorry..typo.

I am trying from BADI...Thanks