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: 

BDC- call first screen and skip first screen

Former Member
0 Kudos

Hi frnds,

I am using the below stmts,

SET PARAMETER ID 'BLN' FIELD F1.

SET PARAMETER ID 'BUK' FIELD F2.

SET PARAMETER ID 'GJR' FIELD F3.

CALL TRANSACTION 'FB03' USING BDCDATA MODE 'A'

AND SKIP FIRST SCREEN.

It is giving syntax error that " and skip first screen addition cannot be used".

Is it neccessary to give "and skip first screen "addition

bcos i am passing the values using set parameter.

Please suggest on this

2 REPLIES 2

Former Member
0 Kudos

hai,

CALL TRANSACTION 'FB03' USING BDCDATA MODE 'A'

AND SKIP FIRST SCREEN.

it is not possible to use SKIP FIRST SCREEN with USING BDCDATA MODE 'A'.

so try to pass the value f1 f2 f3 to screen field in bdc progrm of first screen itself.

call transaction statement will differ for bdc.

Former Member
0 Kudos

Hi nivetha,

There is no need to use "And SKIP First screen", as we can pass the field values in the BDC Program itself.

Regards

Karthik D