cancel
Showing results for 
Search instead for 
Did you mean: 

Prefilling Global data in form while calling the form

I066686
Participant
0 Kudos

Hi all,

Is it possible to prefill the values for global data in form interface before generating the form.

This Variable defined under global data in form interface.

With thanks and regards,

Kiruba

Accepted Solutions (1)

Accepted Solutions (1)

I066686
Participant
0 Kudos

Hi Tao,

Thanks for your reply.

But I need to fill the values before the form is getting called.As it is not a import parameter, I need to pass the values from driver program.Is it possible?

Former Member
0 Kudos

Hi Kiruba,

sure. There are many methods. The most simple but not elegant solution is, in the print program you can export the value to ABAP memory and in the form interface import it from ABAP memory.

Cheers.

Tao

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kiruba,

sure. Set value of global variables in the initialization block of the interface.

Cheers.

Tao