cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing SAP standard Interactive forms using SFP transaction

Former Member
0 Kudos

Hello,

I have a req. where I need to add a custom table structure on Travel expense form - PTRV_EXPENSE_FORM. I copied the FORM & Interface and added a new import parameter in Form interface with that type of structure. My question here is, how do we populate the data so that it can be passed to PDF form or to put it straight, how does sap populates all the import paramaters.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aravind,

If you are calling from abap program. you can fill the data in abap program and pass that structure in pdf function module interface or you fill that structure in the SFP interface itslef in the code intialization.

Thanks and Regards,

Pavan Meda

Former Member
0 Kudos

Pavan,

Thanks for the quick note. I was able to solve the problem using code initialization.

Thanks

Aravind

Answers (0)