cancel
Showing results for 
Search instead for 
Did you mean: 

screen11

Former Member
0 Kudos

hi experts,

in my form i implemented the exit EXIT_SAPLQC10_004. wht it mean is before printing the form one dialogue box we have to call to one dialogue box to enter delivery number. i developed everything . how to capture this delivery number which i enterd in the box and print it in a form.

thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think better you create your own screen using screen painter with an input text field, Create a custom function module and call that screen in your function module, retain the value given in the text field of the custom screen.

Declare a variable in form interface.

Pass the Retained text field value to Form interface variable while calling the Smartform Function module.

Regards,

Satish