Application Development and Automation 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: 
Read only

Regarding std ME23N transaction

Former Member
0 Likes
410

Hi all,

As per my reqmt I want to display a screen in my report when F4 help is clicked in my selection screen.

The screen to be displayed is got from,

1.Go to ME23N transaction

2.Click Document Overview On

3.Now a hierarchial ALV will be displayed

4.In that selection variant select Purchase Orders

5.Now a screen of purchasing documents will be displayed.

I have to display this screen when F4 is clicked in my selection screen of my report.

I tried by calling the transaction using bdc data also. But onlyy the initial screen is getting displayed insted of the particular screen.

When I checked with the status the program name it was showing was some query AQZZ/SAPQUERY/MEMEPO========== with screen 1000 which was getting dynamically generated. So if we want to call the query is there any way as it was dynamic? Or anyother way to call that particular screen?

Hi all,

As per my reqmt I want to display a screen in my report when F4 help is clicked in my selection screen.

The screen to be displayed is got from,

1.Go to ME23N transaction

2.Click Document Overview On

3.Now a hierarchial ALV will be displayed

4.In that selection variant select Purchase Orders

5.Now a screen of purchasing documents will be displayed.

I have to display this screen when F4 is clicked in my selection screen of my report.

I tried by calling the transaction using bdc data also. But onlyy the initial screen is getting displayed insted of the particular screen.

When I checked with the status the program name it was showing was some query AQZZ/SAPQUERY/MEMEPO========== with screen 1000 which was getting dynamically generated. So if we want to call the query is there any way as it was dynamic? Or anyother way to call that particular screen?

1 REPLY 1
Read only

Former Member
0 Likes
354

Hi Friend,

That is a query. Go to SQ03, give user group /SAPQUERY/ME and press display.

After that, Go to SQ01, and give query name MEPO and execute with standard variant. You can have BDC of SQ01 to get the desired selection screen.

Regards

Krishnendu