2006 Nov 02 9:39 AM
Hi All,
Can I use Call Transaction with the options "Skip first screen" and "Mode 'E' " only. I need to use both the options.And i dont want to use the internal table for BDC data.
Is it possible to do this ??
2006 Nov 02 9:41 AM
The 'MODE' command is used for BDC processing. So no. Without specifying BDC data. The transction will need to be processed by the user.
Hi All,
Can I use Call Transaction with the options "Skip first screen" and "Mode 'E' " only. I need to use both the options.And i dont want to use the internal table for BDC data.
Is it possible to do this ??
2006 Nov 02 9:41 AM
The 'MODE' command is used for BDC processing. So no. Without specifying BDC data. The transction will need to be processed by the user.
2006 Nov 02 9:43 AM
you can use call transaction with skip first screen option , but you cant use mode with this option , because it will not suffice any cause.(as it will skip first screen if it's ok otherwise it gives an error in first screeen).
2006 Nov 02 9:44 AM
2006 Nov 02 9:44 AM
Hi,
no it is not possible.
if you see help you can read:
CALL TRANSACTION tcod.
Additions:
1. ... AND SKIP FIRST SCREEN
2. ... USING itab
2a. ... OPTIONS FROM opt
2b. ... MODE mode
2c. ... UPDATE f
2d. ... MESSAGES INTO itab
so to use option you MUST use internal table
2006 Nov 02 9:52 AM
No.
Mainly because Mode 'E' can be used with option 'USING ITAB'. if you use the option 'SKIP FIRST SCREEN' then MODE cannot be used along with it.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |