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

Without selection screen

Former Member
0 Likes
684

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
Read only

Former Member
0 Likes
655

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
Read only

Former Member
0 Likes
656

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

Read only

Former Member
0 Likes
655

Hi,

call transaction 'transactioncode' skip first-screen.

Read only

satsrockford
Active Participant
0 Likes
655

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

Read only

Former Member
0 Likes
655

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

Read only

Former Member
0 Likes
655

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