cancel
Showing results for 
Search instead for 
Did you mean: 

sending email for approval in TRIP

Former Member
0 Kudos

Hi,

My requirement is that when an employee creates a request through t.code 'TRIP' , while saving a data a email would be generated to his supervisor who will approve/reject the request accordingly . So I want to know the whole process of TRIP T.Code , how it works , what database tables are used to store all the data and if there is any BADI / EXIT where I can send emails from .

Regards,

Amber

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I don't have to use Workflows. I have to do it without workflows but I can use BADI's if any available. Also can you tell me what are the basic tables that are used in Travel Management and also if there is any table that stores the status of the request that wheteher the request is pending or its approved .

Regards,

Amber

Lukas_Weigelt
Active Contributor
0 Kudos

Hi,

you might want to check this thread:

especially Report RPCLSTTE, it uses a lot of TR database information so you might find some tables / database entries you need. That put aside, I'd also highly reccomend you to use the workflow instead... it's much easier and a lot more comfortable to maintain...

best regards, Lukas

Former Member
0 Kudos

I implemented it in one of the BADI's available with TRIP ..

Regards,

Amber

Former Member
0 Kudos

Hi...

you can use business workflow.

that was standard and can manage your requirements

here are Workflow Standard for travel:

Workflow for Travel Request: WS20000050

Workflow for Travel Expense : WS20000040

hope it helps