cancel
Showing results for 
Search instead for 
Did you mean: 

Load data into SNP Planning Book

Former Member
0 Kudos

Dear all,

We want to load stock amount (based on some criteria) from R/3 to APO without the CIF. This is just a reference for planners so it shouldn't take into account for any planning. What is the best way to develop?

Via a cube?

Can I use /SAPAPO/RELEASE_CUBE_TO_SNP for this? Or is this build for other purposes?

Cheers

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If it should not be used in planning, then create a new KF and ATP category for that in APO.

Develop a programe in ECC as bellow.

1. Create Input parameters APO Version, Date, Material and plant.

2. Select the data from the ecc as per the inputs and your requirement.

3. Pass the data to APO through BAPI_STSRVAPS_SAVEMULTI2 by hard coding the new ATP category.

Whenever you want to send the data run this program in ECC in the bckground or schedule it.

Second method is extract from ECC to infoquebe. Define a new KF and infoobject. assing it to infosource.

Regards,

Kishore Reddy.

Former Member
0 Kudos

Hi,

You can try two options

1) When you try upload using infocubes, prior to that create

stock types in SAP APO are not relevant for pegging. That

means that they are not taken into account in planning, but

instead are just displayed for information purposes.

2) You try uploading stocks directly into APO livecache using

standard programmes in APO (you need to create the stocks

in storage locations which are not MRP relevant oresle it will

involve in planning)

Regards,

R. Senthil Mareeswaran.