‎2006 Dec 06 3:52 AM
‎2006 Dec 06 3:56 AM
Hi,
If you want the transaction to be calledjust for display or if you want to skip the first screen(Provided mandatory values should be passed using set parameter id),you can use call transaction at line-selection or in user command.
SET PARAMETER ID 'VBO' FIELD lw_output-knuma.
CALL TRANSACTION 'VBO3' AND SKIP FIRST SCREEN.
Here lw_output-knuma is the field value.
Kindly reward points by clicking the star on the left of replay,if it helps.
‎2006 Dec 06 3:55 AM
yes definitely...
the syntax is call transaction <t_code>.
there are few additions like skipping 1st screen ... it will skip the 1st screen and take u to the next screen directly.
‎2006 Dec 06 3:56 AM
Hi,
If you want the transaction to be calledjust for display or if you want to skip the first screen(Provided mandatory values should be passed using set parameter id),you can use call transaction at line-selection or in user command.
SET PARAMETER ID 'VBO' FIELD lw_output-knuma.
CALL TRANSACTION 'VBO3' AND SKIP FIRST SCREEN.
Here lw_output-knuma is the field value.
Kindly reward points by clicking the star on the left of replay,if it helps.
‎2006 Dec 06 3:59 AM
Hi,
BDCDATA structure is used in case if you use session method to upload the data.
Other wise you don't need this structure.
BR,
Ravi
‎2006 Dec 06 5:13 AM
Hi,
u r absolutely wrong..
just go through the abap basics..then answer my qns..
Regards,
Prasad