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

Custom development - suggestions.

Former Member
0 Likes
409

Hi All,

We have to make a custom application for entertainment claims. the flow would rougly be like this :

employee applies for entertainment claim through EP ->(through bapi) after all checks, the entry gets stored in a Ztable which has the fields - empno, request no (genetated theough EP), status (which will be applied once the employee applies for the claim), amount, month -> request sent to finance department head for approval -> after it is approved, status in the ztable changed to approved, Same information from Ztable is to be updated in infotype 15 and send a confirmation mail to employee in EP.

Can you suggest after making the status to be ' approved' in Ztable, how to upload some fields from ztable into infotype 15 in the background.

If you can suggest another better way to capture entertainment claim other than the flow specified above, It would be very helpful.

Thanks

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
382

>>>Can you suggest after making the status to be ' approved' in Ztable, how to upload some fields from ztable into infotype 15 in the background.

Since you mentioned, the updating of Ztable is via a BAPI.. you could make us eof the fucntion call HR_INFOTYPE_OPEARTION to store the same data in Infotype 0015.

~Suresh

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
383

>>>Can you suggest after making the status to be ' approved' in Ztable, how to upload some fields from ztable into infotype 15 in the background.

Since you mentioned, the updating of Ztable is via a BAPI.. you could make us eof the fucntion call HR_INFOTYPE_OPEARTION to store the same data in Infotype 0015.

~Suresh

Read only

0 Likes
382

Please explain what would this function do and what the parameters stand for? suppose I want to store the data in infotype 0015, and I have the data in a z table or if I get it in an internal table, then what code to put or what values of parameters to use to update the same in infotype 0015?

Thanks