cancel
Showing results for 
Search instead for 
Did you mean: 

ADOBE FORMS

Former Member
0 Kudos

Hi,

Iam working on creation of adobe interactive forms.I created form ,whch i can run from program calling function modules.Can i test the output from the form itself??If so where can i write the coding part?

pls mention an example if possible.

Thanks,

Deepthi.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member191062
Active Contributor
0 Kudos

Hello,

the form can be tested from Tr. SFP. /* In case of ABAP */ If you use JAVA you will need a WD surrounding to test the form.

Best regards,

Dezso

Former Member
0 Kudos

Hi ,

can u pls tell me how can we make the form interactive??Is der any situation where we will enter the code

in the form i.e. under INTERFACE->CODEINITIALIZATION??

Thanks,

Deepthi.

Former Member
0 Kudos

Hi,

if we are using the standard programs(Driver programs) for sending the data.Then we are not having any provision to write our own code.In that case we will go and write the retrieval logic for the additional fields in the interface section by using the standard deep structure coming from the standard driver program.

Regards,

Sasi

former_member191062
Active Contributor
0 Kudos

Hello,

when you test from SFP you have a strucutre: /1BCDWB/DOCPARAMS

in this you have a filed with the name 'F'. In this you have to place an X.

Best regards,

Dezso