cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ABAP APO PLANNING BOOK.

Former Member
0 Kudos

Hi,

When I am in planning book and user enter some value(say 23) in one key field ..and hits enter...

I want to capture that value in the run time...

The reason is the value(23) is adding up as fixed to the order (orginal order as 24 and I am adding 23) but instead I want to add the value(23) to the original quantity but want it to be unfixed.

Hence I want to get the value from the run time and pass to the create_bapi funciton module as unfixed..

any inputs or ideas..?

I looked at BADI but could not find any..

right now I am using the edit function(with in macro) and implement it in the function module..

Please suggest.

Thanks,

Mark,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mark,

Did you try with BAdI /sapapo/sdp_interact & /sapapo/sdp_save to capture entered values in planning book, I think these BAdIs should help you to fulfill your requirement. Or you can use Function Module Exit Macro where you can easily capture the details and process it further...

Regards,

Saurabh