cancel
Showing results for 
Search instead for 
Did you mean: 

MTT Transaction codes and BAPIs needed

Former Member
0 Kudos

Hi All,

Please can anyone give me the Transaction Codes and BAPIs that are needed and used for developing an application for Mobile Time and Travel.?

Please help me out.

Cheers,

Anu.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Anu

Are you going to develop a Mobile Time and Travel application or implement and customize the existing one?

Thanks

Raj

Former Member
0 Kudos

Hi Raj,

Present I am trying to implement and customize the existing ones like creating some flight details transactions, displaying an employees reports etc.

Once I get aware of using all the things then I will be going to development part.

Hope I could be clear with the things if I follow this.

Chees,

Anu.

Former Member
0 Kudos

Hi Anu

Below are the Functional Modules used in the standard MTT application.

<u><b>RFC's for Time Sheet (MTS)</b></u>

CATS_MY_GET_MASTER_DATA

CATS_MY_GET_PICKLIST_FIELDS

CATS_MY_GET_REJECTION_REASONS

CATS_MY_GET_TEXT_ELEMENTS

CATS_MY_GET_TIME_DATA

CATS_MY_GET_BOOTSTRAP

CATS_MY_GET_CUSTOMIZING_DATA

TT_GET_PICKLIST

<u><b>RFC's for Travel Expenses (MTR)</b></u>

WAF_TRIP_ADD_RECEIPT

WAF_TRIP_CHANGE_RECEIPT

WAF_TRIP_CREATE

WAF_TRIP_DELETE_RECEIPT

WAF_TRIP_GET

WAF_TRIP_GET_CREDIT_CARD_ITEMS

WAF_TRIP_GET_CUSTOMIZING

WAF_TRIP_GET_DELETED_LIST

WAF_TRIP_GET_LIST

WAF_TRIP_MODIFY

WAF_TRIP_PROCESS_RECEIPT

WAF_TRIP_RESULTS

Hope this helps

Thanks

Raj

KStrothmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Anu,

useful transactions for xMTT are:

se16 displaying table

se24 object class viewer

st22 view error logs/short dumps

se37 display Function Builder inital Screen

se38 run report

se80 open ABAP editor

sm59 RFC destinations anzeigen

su01 Maintain users

sugr Maintain groups

pfcg Maintain roles

pr05 Travel on serverside

cat2 Time on serverside

I'm not sure what you would like to do though. Usually you primarily develop in Java on the client side, using the mCAF enhancement concept of xMTT 2.0. Most customers primarily do UI enhancements and some minor things on the client side. You should probably check out the xMTT Enhancment Guide that you can find on the Service Marketplace.

Cheers,

Karsten