cancel
Showing results for 
Search instead for 
Did you mean: 

LEA Approve Application Function Module

Former Member
0 Kudos

Hi Gurus...

Someone knows wich is the function module called by the standard webdynpro to reject a request?

I have checked FM: PT_ARQ_* but theirs descriptions doesn't look for approval purpose.

Any clues?

Thanks in advance

Jose

Accepted Solutions (1)

Accepted Solutions (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

you can check it here

Object FUNC PT_ARQ_REQUEST_PREPARE

Object Header FUGR PT_ARQ_REQUEST_UIA

FUNCTION PT_ARQ_REQUEST_PREPARE

it is contained in approval method only

PERFORM prepare_approval

USING

im_request_id

im_modus

im_debug

CHANGING

METH CL_PT_ARQ_PROCESSOR

MANUAL_REJECT

Edited by: Siddharth Rajora on Jun 30, 2011 8:40 PM

Former Member
0 Kudos

Thanks Siddharth!

I will check the code!

Former Member
0 Kudos

there is also a standard sap program to reject it, check out transaction PTARQ

Answers (0)