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: 

Without selection screen

Former Member
0 Kudos

Hi All,

In myalv report program zreport when i click on particular fields it calls the standard report 's_ahr_61015512' which is done by bdc program .

when i say back in 's_ahr_61015512' report it is again coming to 's_ahr_61015512' report's selection screen i want't to skip that selection-screen what can i do?.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi dedug and find whats happening when you are clicking back.

Or in your GUI status set the screen that you want to call.

Cheers!!

Balu

5 REPLIES 5

Former Member
0 Kudos

Hi dedug and find whats happening when you are clicking back.

Or in your GUI status set the screen that you want to call.

Cheers!!

Balu

Former Member
0 Kudos

Hi,

call transaction 'transactioncode' skip first-screen.

satsrockford
Active Participant
0 Kudos

hi

Try creating a parameter transaction. Be sure to select 'Skip first screen'. And fill in the defaults for the selection screen.

chk this link:

http://help.sap.com/saphelp_nw04/helpdata/en/2b/d921f74b8a11d1894c0000e8323c4f/frameset.htm

regards

Satish

Former Member
0 Kudos

Dedug and find what value is holding when you are clicking back.

Or in your GUI status set the screen that you want to call.

Cheers!!

Balu

Former Member
0 Kudos

To call the BDC program for 's_ahr_61015512' , in your program

Use:

Submit <Program_name> and return.

You might be using:

Submit <Program_name>.

Edited by: Amit Gupta on Oct 21, 2008 12:19 PM