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: 

Calling selection screen of a standard table

Former Member
0 Kudos

Hi All,

I want to call KNA1 table's Selection Screen' from a customized program. Can anyone let me know how to do this.

Customer program-->KNA1 table selection screen

Thank you

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

use the following code.

SUBMIT /1BCDWB/DBKNA1 VIA SELECTION-SCREEN.

7 REPLIES 7

Former Member
0 Kudos

HI,

to achieve this....

u can create custom tcode for KNA1 selection screen and call the tcode in ur program.

at present i dont have SAP access i post the detailed process soon... but u can try on that method..

Regards

Syed A

0 Kudos

can you please let me know that on farazidrees at yahoo dot com

Also, i need to get the same standard tool bar that we usually see in KNA1 selection screen.

Former Member
0 Kudos

Hi,

use the following code.

SUBMIT /1BCDWB/DBKNA1 VIA SELECTION-SCREEN.

0 Kudos

this works subas bose.

thank you. so, if i want to call a z table then how would i identify the program name in submit >program> via selection screen.

0 Kudos

Hi,

goto se16 and give the table name, then execute it.

it will display the selection screen. Then GOto System in the menu entry. select the status. then will all information like program name and screen name and screen number.

<REMOVED BY MODERATOR>

Edited by: subas Bose on Apr 10, 2008 5:42 PM

Edited by: Alvaro Tejada Galindo on Apr 10, 2008 11:44 AM

0 Kudos

SUBMIT /1BCDWB/DBKNA1 VIA SELECTION-SCREEN

this way i am able to see the selection screen of kna1 directly but i am unable to execute it. I have to execute it. Can someone help ?

0 Kudos

When i click on execute, nothing comes up. Anyway to solve this ?