Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CONVERT_ABAPSPOOLJOB_2_PDF

Former Member
0 Likes
938

Hi guru,

This function work correctly in 4.7 but not work in ECC 6 .

Did you have an idea ?

Thanks a lot

Soufiene

1 ACCEPTED SOLUTION
Read only

Former Member
805

See SAP Note 1320163.

Solution This note ensures that the function modules CONVERT_OTFSPOOLJOB_2_PDF and CONVERT_ABAPSPOOLJOB_2_PDF return the PDF data as xstring. Change the call of the modules as shown in the sample program BCS_EXAMPLE_8 in Note 1324547.

2 REPLIES 2
Read only

Former Member
806

See SAP Note 1320163.

Solution This note ensures that the function modules CONVERT_OTFSPOOLJOB_2_PDF and CONVERT_ABAPSPOOLJOB_2_PDF return the PDF data as xstring. Change the call of the modules as shown in the sample program BCS_EXAMPLE_8 in Note 1324547.

Read only

0 Likes
805

Thanks a lot

Soufiene