2005 Sep 29 8:25 AM
Hi frnds,
I have created a print program and a form. The selection-screen for the print program is ME9F. HOw do i capture the value enterd in the std. selection screen into my print program? i.e how do i connect my print program to the selection screen of ME9F.
regards,
Madan...
2005 Sep 29 8:46 AM
Hi Madan,
I hope you can call the program like below.
AT SELECTION-SCREEN.
SUBMIT (ABAP program name) VIA SELECTION-SCREEN USING
SELECTION-SET 'variant'.
Cheers.
2005 Sep 29 8:46 AM
Hi Madan,
I hope you can call the program like below.
AT SELECTION-SCREEN.
SUBMIT (ABAP program name) VIA SELECTION-SCREEN USING
SELECTION-SET 'variant'.
Cheers.
2005 Sep 29 9:13 AM
dear raja,
Its like a output message is used to interface my print program and the form i have created.
So on the screen of ME9F the user just enters the document number and the output message . in the next screen the printout of the PO is obtained. SO i want to know how to take the value of the document no. enterd in ME9F to my program?
regrds and tanx for ur earlier reply...
Madan,