Application Development 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: 

call tranx

former_member642890
Participant
0 Kudos

Hi guys,

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

Thanx

Rohith

10 REPLIES 10

Former Member
0 Kudos

Hi,

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

Thanks & Regards,

Chandralekha.

0 Kudos

for a spool request number, in sp01

0 Kudos

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

Former Member
0 Kudos

do the recording for the particular transaction and pass bdcdata

to the transaction ...

0 Kudos

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

bpawanchand
Active Contributor
0 Kudos

Hi

Well you can call a transaction by skipping the initial screen

Regards

pavan

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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