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

report 2 a tcode

Former Member
0 Likes
791

hi everyone

i hav a alv report which displays d sales quantity in each storage location..it running gud in d abap ediotor(se38)...now i should compile dis report by giving a transactio..,i,e,i shouldnt go 2 d edotor anymore...i should giv d transaction code and it should directly go to the compilation part....i know i can do it module pool...but can v do it thru any other method..please help

vijay

8 REPLIES 8
Read only

Former Member
0 Likes
767

all you need to do is to create a transaction for your program.

It works for executable programs as well.

just rightclick your Program in SE80 (object list), and then click create->transaction.

Read only

Former Member
0 Likes
767

Hi,

Go to SE93 Transaction code and give the transaction code..Press create..

Choose the radio button "program and selection screen (Report transaction)"

Press enter.. Give the report program name.. give the selection-screen number 1000 Press save... then execute this Transaction...

when you want to run that report, just run this Transaction code

Regards

Sudheer

Read only

Former Member
0 Likes
767

hi,

To create a tcode for the objects created.Go tto the TCODE SE93 and enter the program name and screen number.For reports if u didnt give screen,it will default the screen number to 1000.Then Press SAVE and Activate.

you can execute your program by typing the Tcode created in the command bar.

Thanks & Regards,

Sangeetha.A

Read only

Former Member
0 Likes
767

HI GUYS

i got it but d problem is dat in one screen i need to specify the storage location dat screen is coming from me but the screen where i need to get d sales quantity of the storage location is not coming...please help...

vijay

Read only

Former Member
0 Likes
767

Hi,

Check the output, whether the data in the final table is populated or not.

Regards

Kannaiah

Read only

0 Likes
767

HI

wen i compile it from 38 am getting d data...but from d tcode i created from se93 only d selection screen is being populated....but d data from table is not getting dialpayed instead its going 2 d initial sap page...please help

vijay

Read only

0 Likes
767

Hi,

Check in SE93 , you should have created the Dialog transaction(1st radiobutton) T Code for this report.

check the second radio Button REPORT Transaction in SE93 while creating the tcode for the Program

now it will work.

reward if useful

regards,

Anji

Read only

Former Member
0 Likes
767

got it