cancel
Showing results for 
Search instead for 
Did you mean: 

Submit button to trigger BSP event

Former Member
0 Kudos

Hi,

I have a BSP applicaition which is already existing, now I need to integrate a Adobe form for User Interface.. On clicking the Submit button in the Interactive form.. I should trigger an event and at the same time it should call the 'On Input Processing' method of the BSP application.

Please help me if some one has done it .. or give ur suggestions .. ?

Thanks

Sivaraj

Accepted Solutions (0)

Answers (2)

Answers (2)

OttoGold
Active Contributor
0 Kudos

BSP Adobe forms scenario tutorial:

BSP/HowTo: Generate PDF Output from a BSP. : /people/sap.user72/blog/2004/11/10/bsphowto-generate-pdf-output-from-a-bsp

How Tou2026Use Interactive Forms in BSP Applications: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0e58022-2a39-2a10-69a8-c1a892e2b...

Regards Otto

Former Member
0 Kudos

Hello Otto,

Thanks for the reply, I created my application refering the above blogs.

I have BSP Page

<htmlb:content u2026.>

<htmlb:page u2026.>

<htmlb:form>

<<AREA FOR DISPLAYING ERROR/SUCCESS MESSAGES >>

<< HTMLB Buttons for SAVE/PRINT_PREVIEW/BACK >>

<iframe src="getPDF.do">

u201DControl getPDF.do returns Adobe Interactive Form in PDF format

</iframe>

</htmlb:form>

</htmlb:page>

</htmlb:content>

in getPDF.do I'm getting PDF Interactive form as PDF Fiel, Inside the form there is a Save button.

Currently if I click the save button in Interactive for , only the IFrame & Adobe Form is getting refreshed,

What I want is

On Click of Save button of ADOBE, It should trigger Click event of Save button in BSP Page.

Is there any script event in Adobe Form to access window.document object of my main page?

Regards

Geogy

Former Member
0 Kudos

Hello Sivaraj,

I have a similiar requirment.

Have you got any solution for this problem?

Regards

Geogy