2008 Apr 09 12:05 PM
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
2008 Apr 09 12:13 PM
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
2008 Apr 09 12:06 PM
Hi,
call transaction 'AS02' using bdcdata mode 'A' update 'S'.
Reward if usefull
2008 Apr 09 12:07 PM
use call trnascation usign ctu_params statment might be this will solve ur problem?
regards
sas
2008 Apr 09 12:13 PM
Hi,
we cannot use USING ... and SKIP FIRST SCREEN at the same time.
rgds,
bharat.
2008 Apr 09 12:16 PM
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
2008 Apr 09 12:18 PM
Hi,
SKIP first screen Addition is not possible while calling BDC.
Regards,
Morris Bond.
Reward Points if Helpful.
2008 Apr 09 12:36 PM
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.