cancel
Showing results for 
Search instead for 
Did you mean: 

Activate BADI in APODP

former_member309586
Participant
0 Kudos

Hi gurus,

I am trying to activate BADI for forecast errors in back ground job. can any one help me to write a code and activate BADI?

Your ideas are very helpful.

Thanks & Regards,

raj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

raj kumar,

If you know the BADI name, you can just go to SE19 & create an implementation. If not, you need to understand what is the requirement & which BADI would be appropriate.

Rgds,

SB

former_member309586
Participant
0 Kudos

Hi Gurus,

I have a BADI /sapapo/sdp_fcst4 and need to activated for batch jobs were we run to generate forecast in background and i am not able to see the results when i test in development system.

During activation i just put Flag=X

My question is do i need to write during enhancement of BADI?

The main reason why i am running this badi is i want to save my forecast run during batch jobs in Background.

Please let me know

Thanks & Regards,

Raj

Former Member
0 Kudos

Raj,

Go to SE19 --> create implementation: BADI name /sapapo/sdp_fcst4. give some Z name to implementation. Go to interface tab, select activate_fcst_version method, just write 1 line code inside:

ev_flag_active = 'X'.

activate the method, activate the BADI implementation too.

This much has to work.

Let me know how are you testing for more help.

rgds,

SB.

This BADI records background forecasting errors into these two tables: /sapapo/fcsthead & /sapapo/fcstaccu.

Rgds,

SB.

Edited by: SB on Jan 8, 2008 9:08 AM

Answers (0)