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

Skipping Selection Screen

Former Member
0 Likes
949

Hi Experts,

SUBMIT ZCRM_BDC_BP_CUSTOM_UPLOAD2

VIA SELECTION-SCREEN

WITH SELECTION-table rspar_tab

AND RETURN.

I want to skip the selection screen while using above syntax.

How to do that ?

Thanks

Anee

5 REPLIES 5
Read only

Former Member
0 Likes
749

Hi

remove via selection-screen

SUBMIT ZCRM_BDC_BP_CUSTOM_UPLOAD2

WITH SELECTION-table rspar_tab

AND RETURN.

Cheers,

Will.

Read only

former_member156446
Active Contributor
0 Likes
749

SUBMIT <Zprog> and return WITH equnr in so_equnr.

SUBMIT ZCRM_BDC_BP_CUSTOM_UPLOAD2
and return
WITH SELECTION-table rspar_tab.
Read only

Former Member
0 Likes
749

USE THIS

SUBMIT ZCRM_BDC_BP_CUSTOM_UPLOAD2

WITH SELECTION-table rspar_tab

AND RETURN.

.

REGARDS.

GAURAV J>

Edited by: GAURAV on Feb 4, 2008 7:01 AM

Read only

Former Member
0 Likes
749

Hi Anee,

Try....

SUBMIT ZCRM_BDC_BP_CUSTOM_UPLOAD2

WITH SELECTION-table rspar_tab

AND RETURN.

Read only

Former Member
0 Likes
749

SUBMIT

Calls an executable program of type 1.

Syntax

SUBMIT <rep> [AND RETURN] [VIA SELECTION-SCREEN]

[USING SELECTION-SET <var>]

[WITH <sel> <criterion>]

[WITH FREE SELECTIONS <freesel>]

[WITH SELECTION-TABLE <rspar>]

[LINE-SIZE <width>]

[LINE-COUNT <length>].

If you want to skip the selection screen then you should use the syntax .........

SELECTION-SCREEN SKIP [<n>]. along with the above SUBMIT syntax..

IF it is useful reward me with the points...

Thanks and Regards...

Mayuresh Ayachit....