cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance - Standard Travel Request and Expense Forms

former_member211296
Participant
0 Kudos

Dear Experts,

As we have a requirement, to enhance the standard forms of travel Management.

1. FITP_REQUEST_FORM

2. PTRV_EXPENSE_FORM

The enhancements related the adding the new fields in the forms. We have already completed the adding the extra fields like Type of car (Company or Private) , Advance required or not. Using the feature of Enhancement framework in WDABAP we have successfully implemented the same.

All these extra field values are stored in the Custom Z tables.

Now the requirement is like, we need to display these fields in formations in the Adobe forms against the TRIP Number. (Request and Expense form)

Can anyone provide the information like, how can I bring this fields in the forms?

Do we have any WD ABAP component is available to control the form fields?

If yes please provide the corresponding component names also?

Thanks and Regards,

Hariprasath

Accepted Solutions (1)

Accepted Solutions (1)

Srikanth02
Active Contributor
0 Kudos

Hi Hariprasath,

You cannot bring any of the fields required by the client into the standard forms. You have to create a custom development "Z" and bring the fields which are required into the form.

Hope this helps.

Regards,

S.Srikanth

former_member211296
Participant
0 Kudos

Hi.

We have already created the Z copy of the standard forms and successfully replaced the images. Now we want to add the extra fields that we have already implemented in the standard WD ABAP.

These filed entries are maintained in the Z table against the TRIP Number. How can I bring these fields in the forms?

Is there any WD ABAP component or class file is available to bring the fields in the forms?

Kind Regards,

Hariprasath

Former Member
0 Kudos

You need to add custom code for the form (quite similar to how it is done in smartforms)

You have to include the custom tables in the form context; code subroutines in the form interface to transfer data and present data using new custom structures. Also modify the form accordingly.

Former Member
0 Kudos

import custom table to report,

here the link which maybe can help how to import table to adobe report.

http://wiki.sdn.sap.com/wiki/display/ABAP/CallAdobeFormthroughABAP+Program

(it was link about call adobe form through ABAP, but inside there were some step how to import table to custom adobe report)

hope it help.

nez.

Answers (0)