cancel
Showing results for 
Search instead for 
Did you mean: 

How to use FP_PDF_TEST_09

campoussy
Explorer
0 Kudos
565

Hello Community,

I would like test the program FP_PDF_TEST_09 .

Unfortunately , I don't have any documentations and I don't know how this program works.

Furthermore, the goal of my search is I have to generate PDF form certified . this certificate seems to be placed server side and I would like to know If I need to change something into my printing program or something into my Form.

All explanations or tutorial could be help me to understand how I have to do to use certificates.

thank you so much .

Take care of you .

Best regards .

Seb.

Accepted Solutions (1)

Accepted Solutions (1)

PascalBremer
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Seb,
here is how to use it:
  1. Install a certificate on the ADS, this will be used for signing: Adapting ADS Configuration in a Java Environment - SAP Help Portal
  2. Make sure you have an HTTPS(SSL) Destination from ABAP to your ADS configured
  3. For the input:
  • PDF File Name: Input PDF
  • PDF Result: Output PDF
  • Key: Alias of your installed certificate
  • Field Name: Path to your certificate field in the form template (for example: data[0].#subform[0].SignatureField1[0])

For the other fields type in anything you like:

  • Text for "Reason": Test Reason
  • Text for "Location": Test Location
  • Text for "ContactInfo": Test Contactinfo
  • Text for "LegalAttestations": Test Legal Attestations

Best regards
Pascal

campoussy
Explorer
0 Kudos

Hello Pascal,

thank you so much for your message and all details provided .

These will be very useful.

PDF Result: Output PDF : is the name of PDF after Certificated ,correct ?

I take advantage to get more details and maybe you will be help me more.

Currently, I'm managing an adobe form ( not interactive) example an invoice. do I need to implement something else in my printing program ? currently , program is made to print or send email .

I think , customer will be use a dedicated output message to certificate their invoices.

But I don't know if I need to implemente a part of code or if all will be done into ADS .

thank you so much for your help .

Have a very good day.

seb.

Answers (0)