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 tranx

Former Member
0 Likes
1,420

Hi guys,

How to call a tranx when there is no parameter id provided to a particular field.

Thanx

Rohith

Hi guys,

How to call a tranx when there is no parameter id provided to a particular field.

Thanx

Rohith

10 REPLIES 10
Read only

Former Member
0 Likes
1,382

Hi,

Can I know for which field you are trying to use the CALL Transaction.

Thanks & Regards,

Chandralekha.

Read only

0 Likes
1,382

for a spool request number, in sp01

Read only

0 Likes
1,382

What is the name of the field for spool reuqest number and which table it is.

Read only

Former Member
0 Likes
1,382

do the recording for the particular transaction and pass bdcdata

to the transaction ...

Read only

0 Likes
1,382

yes i knew that but without bdc can we do it in anyother method..

Read only

bpawanchand
Active Contributor
0 Likes
1,382

Hi

Well you can call a transaction by skipping the initial screen

Regards

pavan

Read only

Former Member
0 Likes
1,382

Hi Rohith,

If you are trying to use Call Transaction with Skip First screen, you need to mention the parameter id.

Else you need to do BDC recording for that transaction.

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
1,382

hiii

it is not necessary to use parameter id for call transaction..

you can simply call transaction using

CALL TRANSACTION 'XD03' AND SKIP FIRST SCREEN.

& by using GET CURSOR FIELD fs_kna1-kunnr & SET CURSOR FIELD..you can set values for that.

regards

twinkal

Read only

Former Member
0 Likes
1,382

Hi Rohit

use submit program name and pass the value to screen name and try it out

submit RSPOSP01NR with RQID_CHAR = <val> and skip first screen.

regards

padma

Read only

0 Likes
1,382

But the program name mentioned:RSPOSP01NR is of type M and not type 1. hence submit can't be used for type M..