Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

PO interface

madan_ullasa
Contributor
0 Kudos

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...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

2 REPLIES 2

Former Member
0 Kudos

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.

0 Kudos

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,