cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_GET_PAYSLIP_HTML

Former Member
0 Kudos

Hi,

In BAPI_GET_PAYSLIP_HTML ,"TEMPLATE" is one of the parameter. Do we have to create our own HTML TEMPLATE or is there any standard TEMPLATE?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The "Template" parameter is optional for this BAPI. So it shouldn't affect you if you don't specify a template.

Regards,

Satyajit.

Yashpal
Active Contributor
0 Kudos

Hi,

in this bapi u have to set the parameter of the object u r passing to BAPI

like

Bapi_Get_Payslip_Html_Input ip = new Bapi_Get_Payslip_Html_Input();

ip.setTemplate(String value)

for each parameter an associated method is there so

set this parematers and pass it to BAPI.

Regards,

yashpal