cancel
Showing results for 
Search instead for 
Did you mean: 

Archive parameters

john_fitzgerald
Participant
0 Kudos

Hi,

One final question on archiving.

When I was using a script to print an invoice through VF03

i could pass 4 parameters with my form routine through an output type:

subrc, preview, archive params, archive index.

But now when i use a smartform. the call to the form routine is allowing only 2 parameters,.

Is there a way i can change this so that the form routine can pass archive parameters as well.

I need the archive parameters from VF03 or VF31 to pass them to the smartform for archiving.

Any ideas?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

In smartforms u have to fill the interfacing paramer. For archiving declare one data ARCHIVE_PARAMETERS TYPE ARC_PARAMS.

Fill with relevant data in the structure ARCHIVE_PARAMETERS . Pass it in smartform interface parameter.

With thanks,

Sanjukta