cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing badi SDP_FCST4 for capturing Forecast errors

Former Member
0 Kudos

Hi All,

I am trying to implement badi SDP_FCST4 . I have set the EV_FLAG_ACTIVE = ' X' .

Also the errors are being captured in the table:-

/SAPAPO/FCSTHEAD

/SAPAPO/FCSTOBJ2

/sapapo/FCSTACCU

when forecast is run in background.

But the table /1APO/* table has not been generated. Please tell me how and when this table is generated.

Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Not answered

Former Member
0 Kudos

Hi all ,

Can anybody tell me how are selection id's generated and stored in which table. Is it by CVC .

Former Member
0 Kudos

Slection ID's are stored in table :/SAPAPO/TS_SELPO.

View SAPAPO/TS_SEL will hlep you further .

Other tables:

/SAPAPO/TS_SELKO

/SAPAPO/TS_SELOB

You can writea program to create Selction ID based on your inputs .

Manish

Former Member
0 Kudos

Hi manish,

Can u tell me when a selection id is generated and on what basis.

I am able to capture forecast errors in the above mentioned tables. but not able to extract the same to reports as not able to find selection ID's ..

Please something more.

Regards

Biswajit

Former Member
0 Kudos

Hi Biswajit,

The /1APO table is client, system specific and si ony l generated after running the forecast run with automatic model for atleast once.

The table SAPAPO/TS_SEL has field SEL_DESRCIPTION that has the selection concatenated. You can also use the /1APO table to get the selection used.