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: 

List Order SAP report S_ALR_87012995

deepak_dhamat
Active Contributor
0 Kudos
1,331

Dear All  Experts  ,

i am Executing  List Order Report  S_ALR_87012995 : in this report  i am passing parameter  as given below 

Controlling Area : BFL

Fiscal Year   : 2011

From Period : 1

To Period     : 1

Plan Version : 0

Selection Group :

Order Group : BFLFCG_IO

Or value(s)

Cost Element Group : STORES

Or value(s)

After executing  report  i am getting output   but  i am not able to get from  where in program  & which table

those data comes   i.e  in columns Order the Grouping of Department is done  that TExt Field description we are getting from which table  .

such as  :**        Steel Cutting 1101  or **        Forge Shop 1102

you can check atached file  for reference  :

need help to find  the description and data from which table we get 

regards

Deepak.

1 ACCEPTED SOLUTION

deepak_dhamat
Active Contributor
0 Kudos
1,103

Dear All ,

  Thanks  For your Support  .

  i have Got  the Tables used for order Grouping Description  i.e

  Setheader & setleaf   tables   .

Regards

Deepak.

12 REPLIES 12

Former Member
0 Kudos
1,103

Dear Deepak ,

Which Tcode you have used for this List order .

Regards,

Rihan

0 Kudos
1,103

Dear  Rihan ,

i am using TCODE : S_ALR_87012995

i have done debugging  for the report  but could not find  Tables from where it gets data   .

regards

Deepak.

0 Kudos
1,103

Hi Deepak,

Check with SE30 or ST05 so you can get table hits while fetching data. Mainly COSP,COSS,COSSP used for fetch data.

Thanks

Deependra

0 Kudos
1,103

Dear Deepak ,

The table is COAS and filed is KTEXT      here you can get the object number (OBJNR)

and pass it to the table COSP and find the other values too.

Let me know if your requirement has been fulfilled.

Regards,

rihan

Former Member
0 Kudos
1,103

Hi,

Plese check the program GPEPAUK36PL211KL4BEIGGDZGN3800.

the program is used below tables.

tables cosp                          .
tables coss                          .
tables cospp                         .
tables cossp                         .
tables ccr1s                         .
tables ccss                          .
tables ccr1z 

Let me check the exact table.

Thanks,

Kiran

0 Kudos
1,103

Hi  Kiran ,

Those are all  Structure  & not tables  .

regards

Deepak.

0 Kudos
1,103

Hi kiran ,

Out of all  tables  only   COSP,COSS have data   .

where as  the Grouping  details  i.e  Department  names where it is stored could not be found  .

regards
Deepak.

0 Kudos
1,103

let me check in detail.

Thanks,

Kiran

0 Kudos
1,103

Hi,

I agreed to Rihan, Even I have found the same situation with ST05 also.

Former Member
0 Kudos
1,103

Hi Deepack,

Can you check on SE93

Regards,

Tunwiir

deepak_dhamat
Active Contributor
0 Kudos
1,104

Dear All ,

  Thanks  For your Support  .

  i have Got  the Tables used for order Grouping Description  i.e

  Setheader & setleaf   tables   .

Regards

Deepak.

0 Kudos
1,103

This message was moderated.