cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for Travel Expenses

Former Member
0 Kudos

Hello,

Could anyone give me the exact name of the BAPI that can be used to create Travel expenses. It is a bit urg*nt for me. I would appreciate your help.

Kind Regards,

Gopal.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Gopal,

check this bapi SWX_TRAVELREQ_CREATE

Thanks

Bala Duvvuri

Answers (1)

Answers (1)

pablo_marn
Active Participant
0 Kudos

Hi Gopal,

I think you are looking for this FM:


  CALL FUNCTION 'MODIFY_RECEIPT'
       EXPORTING
            EMPLOYEENUMBER = EMPLOYEENUMBER
            TRIPNUMBER     = TRIPNUMBER
            STATUS         = STATUS
            STATUS_RECEIPT = status_receipt
       IMPORTING
            RETURN         = RETURN
            RECEIPTNO      = receiptno
       TABLES
            ADDINFO        = ADDINFO
            TEXT           = TEXT
            RECEIPTS       = t_receipts.

Best regards,

Pablo