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

Alternate statement for the below

Former Member
0 Likes
963

hi every one please suggest me the below

am working on syntactical corrections in up gradation project

i have one statement like

" CALL TRANSACTION 'SE11' USING BDCDATA MODE 'A' AND SKIP FIRST SCREEN." It is showing error like The addition "AND SKIP FIRST SCREEN" cannot be used with "CALL TRANSACTION... USING ...".

so any other alternate statement for this it is very urgent

Thanks in adv

Rewards will be given

Sunny

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
890

Hi,

we cannot use USING ... and SKIP FIRST SCREEN at the same time.

rgds,

bharat.

hi every one please suggest me the below

am working on syntactical corrections in up gradation project

i have one statement like

" CALL TRANSACTION 'SE11' USING BDCDATA MODE 'A' AND SKIP FIRST SCREEN." It is showing error like The addition "AND SKIP FIRST SCREEN" cannot be used with "CALL TRANSACTION... USING ...".

so any other alternate statement for this it is very urgent

Thanks in adv

Rewards will be given

Sunny

6 REPLIES 6
Read only

Former Member
0 Likes
890

Hi,

call transaction 'AS02' using bdcdata mode 'A' update 'S'.

Reward if usefull

Read only

Former Member
0 Likes
890

use call trnascation usign ctu_params statment might be this will solve ur problem?

regards

sas

Read only

Former Member
0 Likes
891

Hi,

we cannot use USING ... and SKIP FIRST SCREEN at the same time.

rgds,

bharat.

Read only

Former Member
0 Likes
890

yes the alternatives are ther but i do not change the meaning like i need to call the first se11 screen as well as need to skip the first screen

we con't use 'USING' and 'AND SKIP FIRST SCREEN' at a time but here they used in 4.6b it is not possible in ECC6 so please give correct statement with out changing the meaning

Thanks in ADV

Read only

Former Member
0 Likes
890

Hi,

SKIP first screen Addition is not possible while calling BDC.

Regards,

Morris Bond.

Reward Points if Helpful.

Read only

0 Likes
890

Hi SK,

I also had this problem. I overcome by putting a check on objects being created. In batch mode GUI objects cannot be created.

Check sy-binpt is initial.

CALL TRANSACTION ...

I hope this helps.

Thanks and Best Regards,

Dinesh.