‎2007 Mar 27 8:26 AM
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
‎2007 Mar 27 8:30 AM
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.
‎2007 Mar 27 8:38 AM
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
‎2007 Mar 27 8:42 AM
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
‎2007 Mar 27 9:27 AM
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
‎2007 Mar 27 9:35 AM
Hi,
Check the output, whether the data in the final table is populated or not.
Regards
Kannaiah
‎2007 Mar 27 10:02 AM
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
‎2007 Mar 27 10:25 AM
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
‎2007 Mar 27 10:43 AM