cancel
Showing results for 
Search instead for 
Did you mean: 

Hi Guys,

Former Member
0 Kudos

Hi ,

I am new to APO

my requirement is to change the default in the SAPAPO/MAT1

EX:

SAPAPO/PPS_PLANNING_TYPE

/SAPAPO/DM_PEGGING_PAST_MAX

/SAPAPO/DM_PEGGING_FUTURE

/SAPAPO/PEG_STRATEGY

/SAPAPO/PROD_HEUR_ID


The above fileds need to be the the below default values in the SAPAPO/MAT1

  • PP Plng Procedure: 4
  • Product Heuristic: SAP_PP_002
  • Pegging Strategy: 00
  • Maximum Earliness of a receipt: 100.00:000
  • Maximum Lateness of a receipt: 100.00:000

please guide me how to achieve the my requirement .Please share sample code

Accepted Solutions (0)

Answers (4)

Answers (4)

pluthaman
Explorer
0 Kudos

Agree with Tiago and Amol.

Ravi - Next time please update the subject line correctly. Also, please don't expect source code details in SCN. Ideas/points/learnings/discussions - is what SCN is used for.

Thanks,

Uthaman

0 Kudos

Hi Ravi,

Apart from BAdI/exit solution to have those values by default, you can also update the fields via MASSD.

Regards,

Tiago

Former Member
0 Kudos

Hi

I am new to APO

my requirement is to change the default in the SAPAPO/MAT1

EX:

SAPAPO/PPS_PLANNING_TYPE

/SAPAPO/DM_PEGGING_PAST_MAX

/SAPAPO/DM_PEGGING_FUTURE

/SAPAPO/PEG_STRATEGY

/SAPAPO/PROD_HEUR_ID


The above fileds need to be the the below default values in the SAPAPO/MAT1

  • PP Plng Procedure: 4
  • Product Heuristic: SAP_PP_002
  • Pegging Strategy: 00
  • Maximum Earliness of a receipt: 100.00:000
  • Maximum Lateness of a receipt: 100.00:000

Please suggest me how to approach to get the solution.

Any body have done the same kind of please share the code for reference.

Former Member
0 Kudos

Hi Ravi

As you told above you require to play around with CIF exit. Here we can provide you the hints or guidance about the solution but I am sure everybody will agree no one will provide sample code and do coding for you. Please get in touch with your ABAP colleagues.

Thanks for understanding. Request you to please the close the thread.

Thanks

Amol

peter_casper
Contributor
0 Kudos

Hi Ravi,

please avoid double postings (luckily in the same thread). already answered your question.

regards Peter

Former Member
0 Kudos

Hi Ravi

You can try to perform or put the default values while transferring the data via CIF from ECC-->APO.

You can use the CIF exits like EXIT_/SAPAPO/SAPLCIF_PROD_001. Please find below all the exit details for your reference.

Customer Exits - Integration via APO Core Interface (CIF) - SAP Library

You can either maintain these values there as default or maintain the Z* table were you can maintain the certain fields which should be read while transferring the product master data from ECC-->APO.

Thanks

Amol