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

BAPI parameters for

Former Member
0 Likes
324

Hello everyone.

We are trying to build a Java application for Leave Request similar to the one in ESS.

So, I have identified following l RFC's for generating a Leave request .Theses are:

PT_ARQ_REQUEST_PREPARE

PT_ARQ_REQUEST_CHECK

PT_ARQ_REQUEST_EXECUTE

Please can you tell me what are the paramaters i need to pass in this function module.

PT_ARQ_REQUEST_PREPARE

IM_REQUEST_ID

IM_WI_IDI

M_COMMAND

IM_PERNR

IM_MODUS

IM_DEBUG

Please guide me how to use all the function module for generating a Leave Request successfully

Thanks in advance.

1 REPLY 1
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
275

Hi Leo,

In se38 execute the report RPTARQUIATEST

These three function modules are used in it.

You can debug and check how the import and export parameters are handled.