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

Issue calling program from transaction with selection criteria

Former Member
0 Likes
409

Hi Guys,

I ve a issue regarding calling a program from transaction.

There is a standard transaction calling a program using selection criteria no (say for eq 10 fields, just look at the eg below)

Submit <table-proname> and return using selection-set <table-varia>

With rbukrs = i_bkorm-burks “Comp Code

with Revent = i_bkorm-event “ event

with rbelnr = ibkorm-belnr “Doc no

with rgjahr = ibkorm-gjahr “fiscal year

with ruzeit = ibkorm-ruzeit “time

with rusnam = ibkorm-rusnam “user name

.

.

.

.

And so on

Now, In my program selection screen i ve only three fields, (not all mentioned above)

Parameter:

Rbukrs type bukrs, “comp code

Rbelnr type belnr, “doc no

Rghar type gjahr. “fiscal year

Now, i configure this transaction with this program i can able to run this program from transaction.

Is every thing go right, Pls give your sugg

Points & help awarded.

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
374

Hi,

you can call the program using 3 selection screen fields even though it is having 10 fileds, but before calling make sure that there is no mandatory fields (in rest of the 7 fields), then it will runs you report.

reward if needful.

Thanks,

Sreeram.

Read only

Former Member
0 Likes
374

I guess so,although but standard transaction may not work exactly as before.