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

'Call Transation ___ Using bdcdata_tab' regarding

jogeswararao_kavala
Active Contributor
0 Likes
702

Dear Experts,

I am working on the subject code. The selection/parameter values are successfully passing to the screen (IW28), but the program takes to the first screen instead of executing directly.

Please guide.

kind regards

Jogeswara Rao

1 ACCEPTED SOLUTION
Read only

former_member209818
Active Contributor
0 Likes
658

Hi

Try using SUBMIT instead of call transaction. In the call transaction, I think you are using Mode of execution as A. Use No Screen and do the recording only till output of the IW38 report.. it should work

5 REPLIES 5
Read only

former_member209818
Active Contributor
0 Likes
659

Hi

Try using SUBMIT instead of call transaction. In the call transaction, I think you are using Mode of execution as A. Use No Screen and do the recording only till output of the IW38 report.. it should work

Read only

davis_raja
Active Participant
0 Likes
658

Dear Jogeswara,

     Try to use the AND SKIP FIRST SCREEN addition of the CALL TRANSACTION statement.

     Hope it will work in your case.

Read only

venkateswaran_k
Active Contributor
0 Likes
658

Can you please paste your call transaction code here..

Regards

Venkat

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
658

Fill the TB_RSPAR with the required selection screen selections. then use SUBMIT as mentioned below

* Submit Report
   
Submit /TCC1/_R_2045_B_STK With Selection-Table TB_RSPAR
                              
And Return.

Thanks,

Venkat.

Read only

0 Likes
658

Thank you all,

I am settling for SUBMIT.

kind regards

Jogeswara Rao