cancel
Showing results for 
Search instead for 
Did you mean: 

dp scenerio

Former Member
0 Kudos

Hi gurus

i have my project scenerio , could u plz help me out,

How to Generate CVC in DP as soon as New IPC get created in ECC. I would like to know what all option are available and what all parameter you need system must have.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dallyanusha,

For creating CVC, you need the following parameters like

1) MPOS needs to be created as a prerequisite in APO

2) Once the location products are maintained in ECC, then

it has to be made available in APO

3) Maintain customer details both in ECC and in APO

4) Maintain the relevant customer & product relevant details

both in ECC and in APO.

You use /n/sapapo/mc62 to proceed

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

hi

senthil as per u r ansr did u understand here what is ipc, ipc is nothing but a finished product,

from this scenerio help me out

1) How to Generate CVC in DP as soon as New IPC get created in ECC. I would like to know what all option are available and what all parameter you need system must have.

next scenerio is

2) Is it possible to release customer information to SNP from Demand Planning as in Demand Planning you will have information about the customer. This wanted by user as they want to see customer based forecast in SNP.

Answers (3)

Answers (3)

thomas_schulze2
Active Participant
0 Kudos

Hello,

one solution could be to use the APO CIF Inbound Exit for Products to generate CVCs. This is what we did to avoid maintenance of CVCs in DP. You can use standard functions in APO to generate CVCs in your DP PLOB. One prerequisite of this approach is that you CIF the new products from ECC to APO.

Regards

Thomas

****

Here is a bit of where and how:

Ext.: APOCF005

Exit: EXIT_/SAPAPO/SAPLCIF_PROD_001

Include: ZXCIFUSERU08

...

call function '/SAPAPO/TS_PLOB_CREATE'

exporting

iv_bas_plobid = <your_plob_id>

importing

ev_new_records = lv_new_records

ev_exit_change = lv_exit_change

changing

ct_plob_values_tab = lt_plob_values_tab

exceptions

no_bas_plobid = 1

inherited_error = 2

others = 3.

....

....

call function '/SAPAPO/TS_LCM_PLOB_DELTA_SYNC'

exporting

iv_bas_plobid = <your_plob_id>

exceptions

plobid_invalid = 1

others = 2.

if sy-subrc <> 0.

raise failed.

endif.

....

Former Member
0 Kudos

Hi dallyanusha,

1) I am not clear on your question because generation of CVC is not

dependent on CVC data. You can create a CVC of IPC in APO

eventhough if the item did not exist in ECC. For creation of CVCs,

system considers the parameters that I already mentioned in

the post above

2) This query is answered in another post created by you.

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi Mareeswaran,

Can you please help me out with this?

Regards,

Guru Charan K.

Former Member
0 Kudos

Hi Mareeswaran,

Please help me with this.

Regards,

Guru Charan.

Former Member
0 Kudos

hi

Edited by: dallyanusha on Apr 29, 2010 3:42 PM