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

Can we use Call transaction method without using BDCDATA structure...If so

Former Member
0 Likes
666

Plz give the detail steps...

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
638

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.

4 REPLIES 4
Read only

former_member69765
Contributor
0 Likes
638

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.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
639

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.

Read only

Former Member
0 Likes
638

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

Read only

0 Likes
638

Hi,

u r absolutely wrong..

just go through the abap basics..then answer my qns..

Regards,

Prasad