cancel
Showing results for 
Search instead for 
Did you mean: 

Fcst Profile assignment - deletion of entries.

former_member503200
Participant
0 Kudos

I got 2 issues related to Fcst profile assignment to selection.

  1. How can I down load entries from T code : /sapapo/msdp_fcst2.  Download from table /SAPAPO/DP_FCST2 will not work, as we need Fcst profile name instead of GUI ID.  System always stored Fcst profile ID as GUI ID.  User wants to see fcst profile ID.
  2. Is it possible to delete the entries in a job rather than doing it manually in the above T code?

Accepted Solutions (0)

Answers (3)

Answers (3)

rahul_agarwal5
Active Participant
0 Kudos

Hi

There is no standard Job to delete entries from this table.

You need to take help from ABAP team to develop some program to do this deletion.

Regards,

Rahul

Former Member
0 Kudos

Hi Jeff,

Answer to your issues:

1. Go to tcode 'SE16' in apo and select table '/sapapo/dp_fcst2'. From here you can download the entries in excel format.

2. For the deletion of the entries you can try table '/SAPAPO/DP440G' in apo, but be careful while doing so.

Regards

Ankit

former_member503200
Participant
0 Kudos

Sorry, accidentally I mentioned Fcst profile ID is stored as GUI ID.  It's actually selection ID.  But user want to see for which SKU x Loc combination the profile got assigned.

Jeff